@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    transition: none;
  }
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
:root {
  --white: #FFFFFF;
  --black: #000000;
  --base-ff: "Montserrat";
  --second-ff: "Bebas Neue Cyrillic";
  --main-color-1: #1F2A44;
  --main-color-2: #313D5C;
  --main-color-3: #818BA6;
  --main-color-4: #B6BED4;
  --main-color-5: #E9F4F9;
  --accent-color-1: #FDC915;
  --accent-color-2: #2A64EE;
  --orange-hover: #FFDA59;
  --orange-active: #FFE17B;
  --main-text: #041641;
  --gutter-x: 20px;
  --gutter-y: 0px;
}

@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("../fonts/BebasNeueCyrillic.woff2") format("woff2"), url("../fonts/BebasNeueCyrillic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-BlackItalic.woff2") format("woff2"), url("../fonts/Montserrat-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"), url("../fonts/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Montserrat-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-LightItalic.woff2") format("woff2"), url("../fonts/Montserrat-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ThinItalic.woff2") format("woff2"), url("../fonts/Montserrat-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

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

a, button {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

svg, path {
  -webkit-transition: fill 0.2s linear, stroke 0.2s linear, -webkit-transform 0.2s linear;
  transition: fill 0.2s linear, stroke 0.2s linear, -webkit-transform 0.2s linear;
  transition: fill 0.2s linear, stroke 0.2s linear, transform 0.2s linear;
  transition: fill 0.2s linear, stroke 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
}

ul[class], ol[class] {
  list-style: none;
  padding: 0;
}

ul, ol {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

button {
  background: none;
  border: none;
  padding: 0;
}

label {
  cursor: pointer;
}

input, textarea {
  outline: none;
  -ms-touch-action: none;
      touch-action: none;
}

textarea {
  resize: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100svh;
  background: var(--white);
}

.content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-grid {
  display: grid;
}
.d-grid > * {
  min-width: 0;
}

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

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.icon svg, .icon img {
  width: 100%;
  height: 100%;
}
.icon svg, .icon path {
  stroke: inherit;
}

.medium {
  font-weight: 500;
}

.s-bold {
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

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

.full-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.border {
  position: relative;
}
.border::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  border: 1px solid;
  pointer-events: none;
}

.text-crop {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}

a:not([class]):hover {
  color: var(--accent-color-2);
}

.text-grey {
  color: var(--main-color-3);
}

.text-blue {
  color: var(--accent-color-2);
}

.uppercase {
  text-transform: uppercase;
}

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

.italic {
  font-style: italic;
}

h1, .h1 {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

h3, .h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.more-link {
  font-size: 20px;
  line-height: 1.4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.more-link__icon {
  width: 16px;
  height: 8px;
}
.more-link__icon--next {
  width: 8px;
  height: 16px;
}
.more-link:hover {
  color: var(--accent-color-2);
  fill: var(--accent-color-2);
}

.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

.text-crop {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-nowrap {
  white-space: nowrap;
}

@media (max-width: 1639px) {
  h1, .h1 {
    font-size: 36px;
  }
  h3, .h3 {
    font-size: 20px;
  }
}
@media (max-width: 932px) {
  h1, .h1 {
    font-size: 20px;
  }
  h3, .h3 {
    font-size: 14px;
  }
  .more-link {
    font-size: 12px;
    letter-spacing: 0.05em;
    gap: 8px;
  }
  .more-link__icon {
    width: 10px;
    height: 5px;
  }
  .more-link__icon--next {
    width: 5px;
    height: 10px;
  }
}
body {
  font-family: var(--base-ff);
  color: #041641;
  line-height: 1.5;
  background: var(--main-color-1);
}
body::-webkit-scrollbar {
  display: none;
}

.sections {
  overflow-x: hidden;
}

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.row > * {
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}

.o-hidden {
  overflow: hidden;
}

.pageHead {
  padding-top: 20px;
  padding-bottom: 40px;
}
.pageHead__inner {
  gap: 16px;
}

.breadcrumbs {
  font-size: 20px;
  line-height: 1.6;
  gap: 10px;
  color: var(--main-color-3);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.breadcrumbs__item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--main-text);
  fill: var(--main-color-3);
}
.breadcrumbs__link-icon {
  width: 20px;
  height: 8px;
}
.breadcrumbs__link:hover {
  color: var(--accent-color-2);
}

.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.br-480 {
  display: none;
}

.tabs-content {
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  margin-bottom: 75px;
}
.tabs-content.active {
  display: block;
}
.tabs-content.animate {
  opacity: 1;
}

.rounded {
  border-radius: 2px;
}

@media (max-width: 1639px) {
  .container {
    width: 1240px;
  }
}
@media (max-width: 932px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .pageHead {
    padding: 24px 0;
  }
  .pageHead--m-hidden {
    display: none;
  }
  .pageHead__item-breadrumbs {
    display: none;
  }
  *::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 480px) {
  body {
    padding-bottom: 48px;
  }
  .br-480 {
    display: block;
  }
}
.section {
  padding: 75px 0;
}
.section:first-child {
  padding-top: 150px;
}
.section:last-child {
  padding-bottom: 150px;
}
.section__arrows {
  gap: 10px;
}
.section__arrows-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.slider {
  overflow: hidden;
}
.slider-btn {
  width: 48px;
  height: 48px;
  background: var(--main-color-5);
}
.slider-btn svg {
  width: 8px;
  height: 16px;
}
.slider-btn:hover {
  background: var(--accent-color-1);
}

@media (max-width: 1639px) {
  .section {
    padding: 50px 0;
  }
  .section:first-child {
    padding-top: 100px;
  }
  .section:last-child {
    padding-bottom: 100px;
  }
}
@media (max-width: 932px) {
  .section {
    padding: 30px 0;
  }
  .section:first-child {
    padding-top: 60px;
  }
  .section:last-child {
    padding-bottom: 60px;
  }
  .slider-btn {
    width: 32px;
    height: 32px;
  }
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--accent-color-1);
  padding: 30px 50px;
  text-decoration: none;
}
.btn:hover {
  background: var(--orange-hover);
  text-decoration: none;
  color: inherit;
}
.btn:active {
  background: var(--orange-active);
  text-decoration: none;
  color: inherit;
}
.btn-sm {
  font-size: 16px;
  font-style: initial;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: initial;
  border-radius: 2px;
  padding: 16px 32px;
}
.btn-outline {
  background: transparent;
  position: relative;
}
.btn-outline::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--main-text);
}
.btn-outline:hover {
  background: var(--main-text);
  color: var(--white);
}
.btn-blue {
  background: var(--main-text);
  color: var(--white);
}

@media (max-width: 932px) {
  .btn {
    font-size: 14px;
    line-height: 20px;
    padding: 18px 36px;
  }
  .btn-sm {
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .btn {
    width: 100%;
  }
}
.form-item {
  position: relative;
}
.form-item.focused .form-item__label {
  opacity: 0;
}
.form-item__label {
  line-height: 1;
  margin-bottom: 8px;
}
.form-item__label span {
  color: #E30101;
}
.form-item__label--absolute {
  position: absolute;
  z-index: 9;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.form-item__label--absolute-textarea {
  position: absolute;
  z-index: 9;
  left: 16px;
  top: 16px;
  pointer-events: none;
}
.form-item__group {
  position: relative;
}
.form-item__group--centered {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-item__show-password {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 20px;
}
.form-item__search.active .form-item__search-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-item__search-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-item__search-left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.form-item__search-btn {
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background: var(--accent-color-1);
}
.form-item__search-btn svg {
  width: 20px;
  height: 20px;
}
.form-item__search-clear {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.form-item__search-input {
  display: block;
  height: 50px;
  width: 100%;
  border: 1px solid var(--accent-color-1);
  border-radius: 2px 0 0 2px;
  font-size: 20px;
  font-weight: 600;
  padding-left: 12px;
  padding-right: 40px;
}
.form-item__search-input::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 16px;
  color: #041641;
}
.form-item__search-input::-moz-placeholder {
  font-weight: normal;
  font-size: 16px;
  color: #041641;
}
.form-item__search-input:-ms-input-placeholder {
  font-weight: normal;
  font-size: 16px;
  color: #041641;
}
.form-item__search-input::-ms-input-placeholder {
  font-weight: normal;
  font-size: 16px;
  color: #041641;
}
.form-item__search-input::placeholder {
  font-weight: normal;
  font-size: 16px;
  color: #041641;
}
.form-item__date {
  position: relative;
}
.form-item__date::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--main-text);
  pointer-events: none;
}
.form-item__date-input {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  background: var(--main-text);
  color: var(--white);
  padding: 0 12px;
  font-weight: 600;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: uppercase;
}
.form-item__date-icon {
  width: 7px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  fill: var(--white);
  z-index: 9;
}
.form-field {
  background: var(--main-color-5);
  border-radius: 2px;
  display: block;
  width: 100%;
  font-weight: 600;
  padding: 8px 12px;
  border: none;
  font-size: 20px;
}
.form-field-sm {
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  padding: 16px;
}
.form-input {
  height: 50px;
}
.form-textarea {
  height: 170px;
}
.form-radio {
  font-size: 16px;
  line-height: 1;
  --icon-bg: var(--main-color-5);
  display: block;
}
.form-radio input {
  display: none;
}
.form-radio input:checked + span .form-radio__img {
  fill: var(--main-text);
}
.form-radio input:checked + span .form-radio__icon {
  background: var(--accent-color-1);
}
.form-radio__content {
  gap: 10px;
}
.form-radio__txt {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form-radio__icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--icon-bg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  flex-shrink: 0;
}
.form-radio__img {
  width: 44px;
  height: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: var(--main-color-4);
}
.form-file {
  font-size: 15px;
  line-height: 1;
  fill: var(--main-text);
}
.form-file input {
  display: none;
}
.form-file__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.form-file__icon {
  width: 11px;
  height: 18px;
}
.form-fileBtn {
  display: block;
}
.form-fileBtn.selected .form-fileBtn__btn {
  background: var(--main-text);
  color: var(--white);
  fill: var(--white);
}
.form-fileBtn input {
  display: none;
}
.form-fileBtn__btn {
  height: 50px;
  border-radius: 2px;
  background: #E9F4F9;
  padding: 4px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.form-fileBtn__btn:hover {
  background: var(--accent-color-1);
}
.form-fileBtn__btn-icon {
  width: 7px;
  height: 14px;
}
.form-fileBtn__btn-txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-checkbox {
  font-size: 16px;
  line-height: 1;
}
.form-checkbox-sm {
  font-size: 14px;
  color: #4F5B7A;
}
.form-checkbox input {
  position: absolute;
  opacity: 0;
}
.form-checkbox input:checked + span .form-checkbox__icon {
  background: var(--accent-color-1);
}
.form-checkbox input:checked + span .form-checkbox__icon--big-blue {
  background: var(--accent-color-2);
}
.form-checkbox input:checked + span .form-checkbox__icon svg {
  opacity: 1;
}
.form-checkbox__content {
  gap: 10px;
}
.form-checkbox__txt {
  -ms-flex-item-align: center;
      align-self: center;
}
.form-checkbox__icon {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: var(--main-color-5);
  fill: var(--main-text);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-checkbox__icon--big-blue {
  width: 20px;
  height: 20px;
  border: 1px solid var(--accent-color-2);
  background: var(--white);
  fill: var(--white);
}
.form-checkbox__icon svg {
  width: 12px;
  height: 9px;
  opacity: 0;
}
.form-btnCheck {
  display: block;
  font-weight: 500;
  font-size: 16px;
}
.form-btnCheck input {
  display: none;
}
.form-btnCheck input:checked + span {
  background: var(--accent-color-1);
}
.form-btnCheck span {
  padding: 12px 30px;
  background: #E9F4F9;
  border-radius: 60px;
  display: block;
}
.form-btnCheck span:hover {
  opacity: 0.8;
}

@media (max-width: 932px) {
  .form-checkbox {
    font-size: 14px;
    line-height: 16px;
  }
  .form-radio {
    font-size: 14px;
    line-height: 16px;
  }
  .form-item__label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .form-item__label--m-hidden {
    display: none;
  }
  .form-item__search-input {
    height: 46px;
    font-size: 16px;
  }
  .form-item__search-btn {
    width: 46px;
    height: 46px;
  }
  .form-item__search-btn svg {
    width: 18px;
    height: 18px;
  }
  .form-item__group--centered {
    min-height: 46px;
  }
  .form-field {
    font-size: 18px;
  }
  .form-input {
    height: 46px;
  }
  .form-textarea {
    height: 156px;
  }
  .form-file__content {
    gap: 10px;
  }
  .form-file__icon {
    width: 9px;
    height: 14px;
  }
  .form-btnCheck {
    font-size: 12px;
  }
  .form-btnCheck span {
    padding: 8px 16px;
  }
}
.headerMain .header__content {
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
}

.header {
  background: var(--main-color-1);
  padding: 16px 0;
  z-index: 99;
  position: sticky;
  top: 0;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.header.fixed {
  top: -36px;
}
.header.fixed .header__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.header.fixed .header__stickyPhone {
  display: block;
}
.header.fixed .header__right-bottom {
  grid-template-columns: 180px 1fr auto auto;
}
.header__stickyPhone {
  display: none;
}
.header__content {
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header__right-top {
  grid-template-columns: 180px 1fr auto;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__right-bottom {
  grid-template-columns: 180px 1fr auto;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header-link {
  color: var(--main-color-3);
  fill: var(--main-color-3);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1;
}
.header-link:hover {
  color: var(--accent-color-1);
  fill: var(--accent-color-1);
}
.header-location {
  font-size: 16px;
  text-decoration: underline;
}
.header-location__icon {
  width: 13px;
  height: 16px;
}
.header-phone {
  font-size: 20px;
}
.header-phone__icon {
  width: 16px;
  height: 16px;
}
.header-catalogBtn {
  width: 100%;
  height: 50px;
  font-size: 16px;
  letter-spacing: 0.01em;
  gap: 12px;
  color: var(--accent-color-1);
  fill: var(--accent-color-1);
  border-radius: 2px;
  background: var(--main-color-2);
  text-transform: uppercase;
  font-weight: 500;
}
.header-catalogBtn:hover {
  opacity: 0.8;
}
.header-catalogBtn.active {
  background: var(--accent-color-1);
  color: var(--main-text);
  fill: var(--main-text);
}
.header-catalogBtn.active .header-catalogBtn__icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-catalogBtn__icon {
  width: 12px;
  height: 15px;
}
.header-catalogBtn__icon svg {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.header-catalogBtn__img {
  width: 20px;
  height: 20px;
  display: none;
}
.header-search {
  position: relative;
}
.header-search.has-value .header-search__btn {
  display: none;
}
.header-search.has-value .header-search__clear {
  pointer-events: auto;
  display: block;
}
.header-search__content {
  position: relative;
}
.header-search__input {
  border: 1px solid var(--main-color-2);
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 64px 0 16px;
  border-radius: 2px;
  background: var(--main-color-2);
  color: var(--white);
  font-size: 18px;
}
.header-search__input:focus {
  border-color: var(--accent-color-1);
}
.header-search__input::-webkit-input-placeholder {
  color: var(--main-color-3);
}
.header-search__input::-moz-placeholder {
  color: var(--main-color-3);
}
.header-search__input:-ms-input-placeholder {
  color: var(--main-color-3);
}
.header-search__input::-ms-input-placeholder {
  color: var(--main-color-3);
}
.header-search__input::placeholder {
  color: var(--main-color-3);
}
.header-search__input:-internal-autofill-selected {
  -webkit-box-shadow: inset 0 0 70px 70px var(--main-color-2) !important;
          box-shadow: inset 0 0 70px 70px var(--main-color-2) !important;
  color: var(--white) !important;
  -webkit-text-fill-color: var(--white) !important;
}
.header-search__btn {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--accent-color-1);
  fill: var(--main-color-2);
  border-radius: 2px;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}
.header-search__btn[disabled] {
  fill: var(--accent-color-1);
  background: transparent;
}
.header-search__btn svg {
  width: 26px;
  height: 26px;
}
.header-search__dropdown {
  position: absolute;
  left: 0;
  right: 50px;
  background: var(--white);
  border-radius: 2px;
  padding: 12px 16px 24px;
  -webkit-box-shadow: 0px 4px 20px rgba(31, 42, 68, 0.5);
          box-shadow: 0px 4px 20px rgba(31, 42, 68, 0.5);
  margin-top: 4px;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.header-search__dropdown.visible {
  display: block;
}
.header-search__dropdown.animate {
  opacity: 1;
}
.header-search__title {
  line-height: 1.5;
  margin-bottom: 14px;
}
.header-search__list {
  gap: 20px;
}
.header-search__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 18px;
  position: relative;
}
.header-search__item-img {
  position: relative;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-search__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-search__item-txt:hover {
  color: var(--accent-color-2);
}
.header-search__clear {
  fill: var(--accent-color-2);
  display: none;
  pointer-events: none;
  background: transparent;
}
.header-search__clear svg {
  width: 18px;
  height: 18px;
}
.header-user {
  gap: 15px;
}
.header-user__item--mobile {
  display: none;
}
.header-user__link {
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background: var(--main-color-2);
  fill: var(--accent-color-1);
  position: relative;
}
.header-user__link:hover {
  opacity: 0.8;
}
.header-user__link svg {
  position: absolute;
  inset: 0;
}
.header-user__link svg:last-child {
  display: none;
}
.header-user__link.selected svg:first-child {
  display: none;
}
.header-user__link.selected svg:last-child {
  display: block;
}
.header-user__link-initials {
  color: #fdc915;
  font-size: 20px;
}
.header-cart-btn span {
  color: black;
  z-index: 10;
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 0.7em;
  padding: 0 18% 0 33%;
}
.header__m-links, .header__m-menu {
  display: none;
}
.header-m-links {
  gap: 18px;
}
.header-m-links__item {
  width: 20px;
  height: 20px;
  fill: var(--accent-color-1);
}

.userBottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--main-color-1);
  padding: 6px 14px;
  z-index: 99;
  position: fixed;
  display: none;
}
.userBottom .js-header-cart-btn-text {
  color: #fdc915;
}

.menu {
  font-size: 18px;
  line-height: 1;
  gap: 26px;
  color: var(--white);
}
.menu__link:hover, .menu__link.selected {
  color: var(--accent-color-1);
}

.logo {
  display: block;
}

.open-menu {
  width: 24px;
  gap: 20px;
  fill: var(--accent-color-1);
}
.open-menu svg {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.open-menu.active svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 1639px) {
  .header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .header.fixed {
    top: -30px;
  }
  .header.fixed .header-user {
    margin-left: 0;
  }
  .header.fixed .header__right-bottom {
    grid-template-columns: 100px 1fr auto auto;
  }
  .header__content {
    position: relative;
    gap: 40px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .header__right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: initial;
    gap: 16px;
  }
  .header__right-bottom {
    gap: 16px;
    grid-template-columns: 100px 1fr auto;
    padding-top: 12px;
  }
  .header__location {
    position: absolute;
    top: 0;
    left: 0;
  }
  .header__phone {
    margin-left: auto;
  }
  .header-location {
    max-width: 210px;
    overflow: hidden;
    text-wrap: nowrap;
  }
  .header-location__txt {
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .header-phone {
    font-size: 18px;
  }
  .header-catalogBtn {
    gap: 16px;
  }
  .header-catalogBtn__txt {
    display: none;
  }
  .header-catalogBtn__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-search__input {
    padding-left: 12px;
  }
  .header-search__dropdown {
    right: 0;
  }
  .header-user {
    gap: 10px;
    margin-left: 30px;
  }
  .menu {
    font-size: 16px;
    gap: 16px;
  }
}
@media (max-width: 1279px) {
  .header {
    padding-bottom: 0;
    position: sticky;
    top: 0;
  }
  .header.fixed {
    top: -48px;
  }
  .header__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .header__left {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__left {
    position: relative;
    min-height: 35px;
  }
  .header__right {
    width: 100%;
  }
  .header__right-top {
    display: none;
  }
  .header__right-bottom {
    grid-template-columns: 1fr auto;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 0;
    gap: 20px;
  }
  .header__location, .header__menu, .header__phone, .header__catalogBtn {
    display: none;
  }
  .header-search__input {
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
  }
  .header-search__btn {
    width: 40px;
    height: 40px;
  }
  .header-search__btn svg {
    width: 20px;
    height: 20px;
  }
  .header-search__list {
    gap: 12px;
  }
  .header-search__item {
    font-size: 14px;
  }
  .header-search__item-img {
    width: 32px;
  }
  .header-user {
    margin-left: 0;
  }
  .header-user__link {
    width: 40px;
    height: 40px;
  }
  .header__m-links, .header__m-menu {
    display: block;
  }
  .header-link {
    font-size: 14px;
    gap: 8px;
    color: var(--white);
  }
  .logo {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }
  .logo img {
    width: 150px;
  }
  .menu {
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 932px) {
  .header-search__dropdown {
    padding: 12px 14px 20px;
  }
  .header-search__title {
    font-size: 14px;
  }
  .header-search__clear svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 480px) {
  .userBottom {
    display: block;
  }
  .header {
    padding-top: 8px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
  }
  .header.fixed {
    top: -43px;
  }
  .header.stickyBottom {
    top: 0;
  }
  .header__right-bottom {
    grid-template-columns: 1fr;
  }
  .header__user {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--main-color-1);
    padding: 6px 14px;
    z-index: 99;
    display: none;
  }
  .header-user {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-user__item--mobile {
    display: block;
  }
  .header-user__link {
    width: 36px;
    height: 36px;
  }
  .header-user__link.selected {
    background: var(--accent-color-1);
    fill: var(--main-color-1);
  }
  .header-user__link.selected svg:first-child {
    display: none;
  }
  .header-user__link.selected svg:last-child {
    display: block;
  }
}
body.scroll-up .header.fixed {
  top: 0;
}

.mobileMenu {
  position: fixed;
  top: 103px;
  max-height: calc(100vh - 99px);
  overflow: auto;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 100vw;
  display: none;
  z-index: 99;
}
.mobileMenu.visible {
  display: block;
}
.mobileMenu.animate {
  opacity: 1;
}
.mobileMenu.animate .mobileMenu__content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.mobileMenu__front.hidden {
  display: none;
}
.mobileMenu__front-inner {
  gap: 28px;
}
.mobileMenu__links {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobileMenu__content {
  background: var(--main-color-1);
  position: relative;
  z-index: 3;
  padding-top: 16px;
  padding-bottom: 28px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.mobileMenu-catalogBtn {
  width: 100%;
  height: 50px;
  background: var(--accent-color-1);
  position: relative;
  gap: 16px;
  text-transform: uppercase;
  color: #041641;
  fill: #041641;
  letter-spacing: 0.01em;
  font-weight: 500;
}
.mobileMenu-catalogBtn__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mobileMenu-tg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
  padding: 14px 30px;
  font-weight: 500;
  color: var(--white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobileMenu-tg:hover::before {
  border-color: var(--white);
}
.mobileMenu-tg:active {
  color: var(--accent-color-1);
}
.mobileMenu-tg:active::before {
  border-color: var(--accent-color-1);
}
.mobileMenu-tg::before {
  border-color: #4F5B7A;
}
.mobileMenu__back {
  display: none;
}
.mobileMenu__back.visible {
  display: block;
}
.mobileMenu__back-inner {
  gap: 24px;
}
.mobileMenu-back {
  width: 100%;
  height: 50px;
  border-radius: 2px;
  color: var(--accent-color-1);
  fill: var(--accent-color-1);
  font-weight: 500;
  text-transform: uppercase;
  gap: 16px;
}
.mobileMenu-back__icon {
  width: 15px;
  height: 12px;
}
.mobileMenu-back::before {
  border-color: var(--accent-color-1);
}
.mobileMenu__catalog {
  margin-right: -10px;
}
.mobileMenu-catalog {
  gap: 12px;
}
.mobileMenu-catalog__link {
  gap: 10px;
  color: var(--white);
  fill: var(--white);
  letter-spacing: 0.02em;
}
.mobileMenu-catalog__link-icon {
  width: 28px;
  height: 28px;
  border-radius: 2px;
  background: var(--main-color-2);
}
.mobileMenu-catalog__link-txt {
  -ms-flex-item-align: center;
      align-self: center;
}
.mobileMenu__overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: #0C1D43;
  opacity: 0.3;
}

.mobileCatalog {
  position: fixed;
  bottom: 48px;
  left: 0;
  right: 0;
  max-height: calc(100vh - 200px);
  overflow: auto;
  background: var(--main-color-1);
  pointer-events: none;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  z-index: 99;
}
.mobileCatalog.visible {
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.mobileCatalog__content {
  padding: 16px 0 20px;
}
.mobileCatalog__line {
  height: 3px;
  width: 94px;
  background: var(--main-color-2);
  border-radius: 2px;
  position: sticky;
  margin-left: auto;
  margin-right: auto;
  top: 16px;
}
.mobileCatalog__line::before {
  content: "";
  inset: -20px;
  position: absolute;
}
.mobileCatalog__list {
  padding-top: 20px;
}

@media (max-width: 480px) {
  .mobileMenu {
    top: 99px;
    max-height: calc(100vh - 147px);
  }
  .mobileMenu__overlay {
    bottom: 48px;
  }
}
body:has(.header.fixed) .dropdownCatalog {
  top: 82px;
}
body:has(.header.fixed) .dropdownCatalog__content {
  max-height: calc(100vh - 82px);
}

.dropdownCatalog {
  position: fixed;
  left: 0;
  right: 0;
  top: 118px;
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  display: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  z-index: 99;
}
.dropdownCatalog.visible {
  display: block;
  pointer-events: auto;
}
.dropdownCatalog.animate {
  opacity: 1;
}
.dropdownCatalog__content {
  max-height: calc(100vh - 118px);
  overflow: auto;
  background: var(--white);
  position: relative;
  z-index: 3;
  padding-top: 50px;
  padding-bottom: 50px;
}
.dropdownCatalog__overlay {
  position: fixed;
  inset: 0;
  background: #0C1D43;
  opacity: 0.3;
}

@media (max-width: 1639px) {
  body:has(.header.fixed) .dropdownCatalog {
    top: 74px;
  }
  body:has(.header.fixed) .dropdownCatalog__content {
    max-height: calc(100vh - 74px);
  }
  .dropdownCatalog {
    top: 105px;
  }
  .dropdownCatalog__content {
    max-height: calc(100vh - 105px);
  }
}
.footerMain {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.footerMain .footer__content {
  opacity: 0;
}

.footer {
  padding: 80px 0;
  background: var(--main-color-1);
  color: #4F5B7A;
  font-size: 16px;
  line-height: 1;
}
.footer-wrap {
  background: var(--main-color-1);
}
.footer__content {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  position: relative;
}
.footer__left-top {
  grid-area: 1/1/2/2;
  padding-right: 100px;
}
.footer__left-bottom {
  grid-area: 2/1/3/2;
  padding-right: 100px;
  align-self: end;
}
.footer__right {
  grid-area: 1/2/3/3;
}
.footer__logo {
  margin-bottom: 48px;
}
.footer-search__input {
  font-style: italic;
  border-color: var(--main-color-2);
  background: transparent;
}
.footer-search__input::-webkit-input-placeholder {
  color: var(--white);
}
.footer-search__input::-moz-placeholder {
  color: var(--white);
}
.footer-search__input:-ms-input-placeholder {
  color: var(--white);
}
.footer-search__input::-ms-input-placeholder {
  color: var(--white);
}
.footer-search__input::placeholder {
  color: var(--white);
}
.footer-search__btn[disabled] {
  background: var(--main-color-2);
}
.footer__group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
.footer__group:last-child {
  margin-bottom: 0;
}
.footer-item {
  color: var(--white);
}
.footer-item__title {
  display: none;
}
.footer-menu {
  gap: 30px;
}
.footer-menu__link:hover {
  color: var(--accent-color-1);
}
.footer .underline:hover {
  color: var(--accent-color-1);
}
.footer__menu {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.footer__payments {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}

body {
  overflow-x: hidden;
}

.scroll-top {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #4F5B7A;
  fill: #4F5B7A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.scroll-top:hover {
  border-color: var(--white);
  fill: var(--white);
}
.scroll-top:active {
  border-color: var(--accent-color-1);
  fill: var(--accent-color-1);
}
.scroll-top svg {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 24px;
  height: 12px;
  position: relative;
  top: -4px;
  right: 4px;
}

@media (max-width: 1639px) {
  .footer {
    padding: 60px 0;
  }
  .footer__left-top, .footer__left-bottom {
    padding-right: 40px;
  }
  .footer__logo {
    margin-bottom: 60px;
  }
  .footer__logo img {
    width: 240px;
  }
  .footer__payments {
    gap: 30px;
  }
  .footer__copyright, .footer__link {
    font-size: 14px;
  }
  .scroll-top {
    width: 34px;
    height: 34px;
  }
  .scroll-top svg {
    width: 16px;
    right: 2px;
    top: -2px;
  }
}
@media (max-width: 1279px) {
  .footer__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer__left-top {
    grid-area: 1/1/2/2;
    padding-right: 0;
  }
  .footer__left-bottom {
    grid-area: 3/1/4/2;
    padding-right: 0;
  }
  .footer__right {
    grid-area: 2/1/3/2;
  }
}
@media (max-width: 932px) {
  .footer {
    padding: 30px 0;
  }
  .footer__content {
    gap: 24px;
  }
  .footer__logo {
    margin-bottom: 30px;
  }
  .footer-menu {
    font-size: 14px;
    gap: 20px;
  }
  .footer__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 28px;
  }
  .footer__group-top {
    gap: 28px;
  }
  .footer__group-bottom {
    gap: 16px;
  }
  .scroll-top {
    width: 48px;
    height: 48px;
  }
  .scroll-top svg {
    top: -4px;
    right: 4px;
  }
}
@media (min-width: 481px) {
  .footer-item__info {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .footer__menu {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer__payments {
    padding-top: 16px;
  }
  .footer-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.1em;
    gap: 12px;
    fill: var(--white);
  }
  .footer-item__title[aria-expanded=true] {
    color: var(--accent-color-1);
    fill: var(--accent-color-1);
  }
  .footer-item__title[aria-expanded=true] svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .footer-item__title-icon {
    width: 12px;
    height: 6px;
  }
  .footer-item__title-icon svg {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .footer-item__info-inner {
    padding-top: 12px;
    padding-left: 24px;
  }
}
.modal-backdrop {
  --bs-backdrop-bg: #1F2B45;
}
.modal-dialog-location {
  max-width: 880px;
}
.modal-content__title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}
.modal-content__close {
  width: 24px;
  height: 24px;
  fill: var(--main-text);
  position: relative;
}
.modal-content__close::before {
  content: "";
  inset: -20px;
  position: absolute;
}
.modal-content__close:hover {
  fill: var(--accent-color-2);
}
.modal-location {
  background: var(--main-color-5) url(../../static/images/general/location-bg.webp) bottom 0 center no-repeat;
  background-size: 100% auto;
  padding: 30px 30px 40px;
  min-height: 540px;
}
.modal-location:has(.has-value) {
  background-image: none;
}
.modal-location__head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.modal-location__cities {
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 24px;
  margin-bottom: 60px;
}
.modal-location__cities-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  line-height: 1;
  color: #0C2560;
  fill: var(--main-color-3);
  gap: 10px;
}
.modal-location__cities-item.selected {
  color: var(--main-color-3);
}
.modal-location__cities-item:hover {
  color: var(--accent-color-2);
  fill: var(--accent-color-2);
}
.modal-location__cities-item__icon {
  width: 13px;
  height: 16px;
}
.modal-location__form-input {
  background: var(--white);
  font-style: italic;
  border: none;
  color: var(--accent-color-2);
  font-weight: 600;
}
.modal-location__form-input::-webkit-input-placeholder {
  font-weight: normal;
}
.modal-location__form-input::-moz-placeholder {
  font-weight: normal;
}
.modal-location__form-input:-ms-input-placeholder {
  font-weight: normal;
}
.modal-location__form-input::-ms-input-placeholder {
  font-weight: normal;
}
.modal-location__form-input::placeholder {
  font-weight: normal;
}
.modal-location__form-btn[disabled] {
  background: var(--accent-color-1);
  fill: var(--main-text);
}
.modal-location__form-clear {
  opacity: 0;
  pointer-events: none;
}
.modal-location__form-dropdown {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  padding: 24px 0 15px;
  width: 100%;
}
.modal-location__form-dropdown.active {
  display: block !important;
  opacity: 1 !important;
  background: var(--white);
}
.modal-location__form-list-wrap {
  max-height: 220px;
  overflow: auto;
}
.modal-location__form-list-wrap::-webkit-scrollbar {
  width: 2px;
  background: #B6BED4;
  display: block !important;
}
.modal-location__form-list-wrap::-webkit-scrollbar-thumb {
  background: #4F5B7A;
}
.modal-location__form-list {
  gap: 20px;
}
.modal-location__form-link {
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #0C2560;
}
.modal-location__form-link.selected {
  color: var(--main-color-3);
  fill: var(--main-color-3);
}
.modal-location__form-link.selected .modal-location__form-link__icon {
  opacity: 1;
}
.modal-location__form-link:hover {
  color: var(--accent-color-2);
  fill: var(--accent-color-2);
}
.modal-location__form-link__icon {
  width: 12px;
  height: 8px;
  opacity: 0;
}
.modal-location__form-link__txt span {
  color: var(--accent-color-2);
}

@media (max-width: 932px) {
  .modal-dialog-location {
    margin-left: 14px;
    margin-right: 14px;
  }
  .modal-content__title {
    font-size: 20px;
  }
  .modal-content__close {
    width: 16px;
    height: 16px;
  }
  .modal-location {
    padding: 20px 14px;
    min-height: 500;
  }
  .modal-location__head {
    margin-bottom: 32px;
  }
  .modal-location__cities {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 24px;
    margin-bottom: 32px;
  }
  .modal-location__form-list {
    gap: 16px;
    padding-right: 16px;
  }
  .modal-location__form-link {
    font-size: 14px;
  }
}
.modal-dialog-copy {
  max-width: 890px;
}
.modal-copy {
  background: var(--accent-color-1);
  clip-path: polygon(30px 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
  height: 120px;
}
.modal-copy__inner {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 56px;
  gap: 20px;
}
.modal-copy__icon {
  width: 44px;
  height: 32px;
  fill: var(--white);
}
.modal-copy__btn {
  margin-left: auto;
}

@media (max-width: 932px) {
  .modal-dialog-copy {
    margin-left: 14px;
    margin-right: 14px;
  }
  .modal-copy {
    height: auto;
    clip-path: polygon(19px 0%, 100% 0%, calc(100% - 19px) 100%, 0% 100%);
  }
  .modal-copy__inner {
    gap: 16px;
    padding: 8px 24px;
    height: auto;
  }
  .modal-copy__icon {
    width: 28px;
    height: 20px;
  }
  .modal-copy__title {
    max-width: 228px;
  }
}
.gallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  height: 100vh;
  width: 100%;
  background: var(--main-color-1);
  padding: 2.6vw 1.04vw 1.04vw;
  display: none;
}
.gallery:has(.hidden[data-slider=video]) .gallery__left {
  padding-bottom: 66px;
}
.gallery.visible {
  display: block;
}
.gallery .product-slider-item, .gallery .product-slider {
  height: 100%;
}
.gallery .product-slider-item {
  position: relative;
}
.gallery__inner {
  height: 100%;
  grid-template-columns: 5.42vw 80.73vw;
  gap: 6.46vw;
}
.gallery__inner > div {
  min-height: 0;
}
.gallery__left {
  height: 100%;
}
.gallery__left > div {
  height: 100%;
}
.gallery__right {
  height: 100%;
  position: relative;
}
.gallery-slider-wrapper {
  width: 80.73vw;
  padding-left: 4.27vw;
  padding-right: 4.27vw;
  height: 100%;
}
.gallery-btn {
  width: 2.19vw;
  height: 4.9vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: var(--white);
}
.gallery-btn:hover {
  fill: var(--accent-color-1);
}
.gallery-btn svg {
  width: 1.04vw;
  height: 2.08vw;
}
.gallery-prev {
  left: -4.38vw;
}
.gallery-next {
  right: -4.38vw;
}
.gallery-close {
  width: 2.19vw;
  height: 2.19vw;
  fill: var(--white);
  position: absolute;
  top: 0;
  right: 0;
}
.gallery-close svg {
  width: 1.25vw;
  height: 1.25vw;
}
.gallery-pagination {
  display: none;
}

.swiper-zoom-container picture {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-slide-cursor {
  cursor: url("../../static/images/general/zoom.svg"), auto;
}
.swiper-slide-cursor.swiper-slide-zoomed {
  cursor: url("../../static/images/general/zoom-out.svg"), auto;
}

.video {
  position: relative;
}
.video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.video-play {
  width: 6.25vw;
  height: 6.25vw;
  background: var(--accent-color-1);
  fill: var(--main-text);
  padding: 2px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}
.video-play svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 1639px) {
  .gallery {
    padding: 2.34vw 1.56vw;
  }
  .gallery:has(.hidden[data-slider=video]) .gallery__left {
    padding-bottom: 42px;
  }
  .gallery__inner {
    grid-template-columns: 8.13vw 1fr;
    gap: 7.81vw;
  }
  .gallery-slider-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 5.78vw;
  }
  .gallery-btn {
    width: 3.28vw;
    height: 7.34vw;
  }
  .gallery-btn svg {
    width: 0.94vw;
    height: 1.88vw;
  }
  .gallery-prev {
    left: -5vw;
  }
  .gallery-next {
    right: -5vw;
  }
  .gallery-close {
    width: 3.28vw;
    height: 3.28vw;
  }
  .gallery-close svg {
    width: 1.56vw;
    height: 1.56vw;
  }
}
@media (max-width: 932px) {
  .gallery {
    padding: 58px 20px 30px;
  }
  .gallery .product-slider-item {
    position: initial;
  }
  .gallery__inner {
    grid-template-columns: 1fr;
  }
  .gallery__left {
    display: none;
  }
  .gallery__right {
    position: initial;
    max-height: calc(100vh - 82px);
  }
  .gallery-slider-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .gallery-close {
    left: 0;
    right: initial;
    width: 28px;
    height: 28px;
    top: 15px;
    left: 20px;
  }
  .gallery-close svg {
    width: 15px;
    height: 15px;
  }
  .gallery-btn {
    width: 28px;
    height: 28px;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    top: 15px;
  }
  .gallery-btn svg {
    width: 9px;
    height: 18px;
  }
  .gallery-next {
    right: 20px;
  }
  .gallery-prev {
    right: 54px;
    left: initial;
  }
  .gallery-pagination {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 8px;
    left: 14px;
    right: 14px;
    bottom: 20px;
  }
  .gallery-pagination .slider-pagination {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 8px;
  }
  .gallery-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 4px;
    height: 4px;
    background: var(--white);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .gallery-pagination .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: var(--accent-color-1);
  }
  .video-play {
    width: 58px;
    height: 58px;
    padding: 4px;
  }
}
@media (max-width: 640px) {
  .gallery {
    padding-top: 64px;
    padding-bottom: 56px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .gallery-close {
    left: 14px;
  }
  .gallery-next {
    right: 14px;
  }
  .gallery-prev {
    right: 48px;
  }
}
.intro {
  position: relative;
}
.intro-slider {
  overflow: hidden;
}
.intro-item {
  height: 812px;
  position: relative;
  color: var(--white);
}
.intro-item__bg {
  position: relative;
}
.intro-item__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0C1D43;
  opacity: 0.3;
}
.intro-item__bg img, .intro-item__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-item__bg video {
  display: block;
}
.intro-item__info {
  position: absolute;
  inset: 0;
  z-index: 9;
  padding: 68px 0;
}
.intro-item__title {
  font-family: var(--second-ff);
  font-size: 48px;
  line-height: 1.3;
  font-weight: normal;
  opacity: 0;
}
.intro-item__title span {
  display: block;
  font-family: var(--base-ff);
  font-size: 200px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.03em;
  margin-top: -46px;
  margin-bottom: -42px;
}
.intro-item__subtitle {
  font-family: var(--second-ff);
  font-size: 150px;
  line-height: 1.3;
}
.intro__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 9;
}
.intro-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.intro-pagination .swiper-pagination-bullet {
  border-radius: 0;
  height: 8px;
  width: 40px;
  opacity: 1;
  background: var(--white);
  -webkit-transition: width 0.2s linear, background 0.2s linear;
  transition: width 0.2s linear, background 0.2s linear;
  position: relative;
}
.intro-pagination .swiper-pagination-bullet:hover {
  background: var(--accent-color-1);
}
.intro-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.intro-pagination .swiper-pagination-bullet-active {
  width: 100px;
  background: var(--accent-color-1);
}

@media (max-width: 1639px) {
  .intro-item {
    height: 578px;
  }
  .intro-item__title {
    font-size: 40px;
  }
  .intro-item__title span {
    font-size: 150px;
  }
  .intro-item__subtitle {
    font-size: 100px;
  }
  .intro__pagination {
    bottom: 40px;
  }
}
@media (max-width: 1279px) {
  .intro-item {
    height: auto;
  }
  .intro-item__info {
    position: initial;
    background: var(--main-color-1);
    padding: 24px 0;
  }
  .intro-item__title {
    min-height: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .intro-item__title span {
    font-family: var(--second-ff);
    display: inline;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-style: normal;
    font-weight: normal;
  }
  .intro-item__subtitle {
    font-size: 40px;
    min-height: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .intro-item__bg {
    height: 500px;
  }
}
@media (max-width: 932px) {
  .intro-item__title, .intro-item__subtitle {
    font-size: 16px;
    min-height: 42px;
  }
  .intro-item__info {
    padding: 12px 0;
  }
  .intro-item__bg {
    height: 250px;
  }
  .intro__pagination {
    position: initial;
    margin-top: 10px;
  }
  .intro-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .intro-pagination .swiper-pagination-bullet {
    background: var(--main-color-3);
    height: 2px;
    width: 24px;
  }
  .intro-pagination .swiper-pagination-bullet-active {
    width: 60px;
    background: var(--accent-color-1);
  }
}
@media (max-width: 480px) {
  .intro-item__bg {
    height: 162px;
  }
}
.mainCatalog {
  background: var(--white);
}
.mainCatalog__content {
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.mainCatalog__content-info {
  grid-area: 2/1/3/3;
}
.mainCatalog__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.mainCatalog-item {
  background: var(--main-color-5);
  border-radius: 4px;
  height: 100%;
  padding: 28px 24px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  position: relative;
}
.mainCatalog-item:hover {
  background: var(--accent-color-1);
}
.mainCatalog-item:hover .mainCatalog-item__btn-icon {
  width: 138px;
}
.mainCatalog-item__inner {
  grid-template-columns: 1fr 328px;
}
.mainCatalog-item__info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 4px 0 8px;
}
.mainCatalog-item__title {
  font-size: 32px;
  line-height: 1.2;
}
.mainCatalog-item__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  gap: 16px;
}
.mainCatalog-item__btn-icon {
  height: 14px;
  width: 34px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.mainCatalog-item__btn-icon img {
  height: 100%;
  width: auto;
  max-width: initial;
}

@media (max-width: 1639px) {
  .mainCatalog__content {
    gap: 20px;
  }
  .mainCatalog-item {
    padding: 40px 40px 40px 24px;
  }
  .mainCatalog-item__inner {
    grid-template-columns: 254px 1fr;
    gap: 8px;
  }
  .mainCatalog-item__info {
    padding-top: 0;
    padding-bottom: 0;
    gap: 20px;
  }
  .mainCatalog-item__title {
    font-size: 24px;
  }
  .mainCatalog-item__btn-txt {
    display: none;
  }
}
@media (max-width: 932px) {
  .mainCatalog__content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .mainCatalog__content-title {
    grid-area: 1/1/2/2;
  }
  .mainCatalog__content-info {
    grid-area: 2/1/3/2;
  }
  .mainCatalog__content-more {
    grid-area: 3/1/4/2;
    padding-top: 10px;
  }
  .mainCatalog__list {
    gap: 6px;
  }
  .mainCatalog-item {
    padding: 14px 10px;
  }
  .mainCatalog-item:hover .mainCatalog-item__btn-icon {
    width: 68px;
  }
  .mainCatalog-item__inner {
    grid-template-columns: 192px 100px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mainCatalog-item__info {
    padding: 2px 0;
  }
  .mainCatalog-item__title {
    font-size: 16px;
  }
  .mainCatalog-item__btn-icon {
    width: 28px;
    height: 9px;
  }
  .mainCatalog-item__btn-icon img {
    height: 9px;
  }
}
@media (max-width: 767px) {
  .mainCatalog__list {
    grid-template-columns: 1fr;
  }
}
.mainDelivery__content {
  position: relative;
}
.mainDelivery__bg {
  height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.mainDelivery__bg > div {
  height: 100%;
  width: 100%;
}
.mainDelivery__bg-lg {
  display: none;
}
.mainDelivery__bg-sm {
  display: none;
}
.mainDelivery__bg picture {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainDelivery__bg img {
  max-width: initial;
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainDelivery__info {
  position: absolute;
  inset: 0;
  padding: 110px 0;
}
.mainDelivery__info-inner {
  width: 620px;
  max-width: 100%;
}
.mainDelivery__title {
  margin-bottom: 16px;
  position: relative;
  opacity: 0;
}
.mainDelivery__title::after {
  content: "";
  width: 700px;
  height: 456px;
  border-radius: 50%;
  background: var(--white);
  -webkit-filter: blur(75px);
          filter: blur(75px);
  position: absolute;
  top: -20px;
  right: -16px;
}
.mainDelivery__title span {
  position: relative;
  z-index: 3;
}
.mainDelivery__txt {
  font-size: 20px;
  line-height: 1.6;
  position: relative;
  z-index: 3;
  opacity: 0;
}

@media (max-width: 1639px) {
  .mainDelivery__bg {
    height: 534px;
  }
  .mainDelivery__bg-xl {
    display: none;
  }
  .mainDelivery__bg-lg {
    display: block;
  }
  .mainDelivery__info {
    padding: 90px 0;
  }
  .mainDelivery__info-inner {
    width: 576px;
  }
  .mainDelivery__title {
    margin-bottom: 12px;
  }
  .mainDelivery__title::after {
    width: 544px;
    height: 356px;
    top: -58px;
    right: 6px;
  }
  .mainDelivery__txt {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  .mainDelivery__info-inner {
    width: 440px;
  }
}
@media (max-width: 932px) {
  .mainDelivery__info {
    position: initial;
    padding: 0;
  }
  .mainDelivery__info-inner {
    width: 100%;
  }
  .mainDelivery__bg {
    height: auto;
    margin-bottom: 16px;
  }
  .mainDelivery__title {
    position: absolute;
    left: 14px;
    top: 24px;
    max-width: 400px;
  }
  .mainDelivery__title::after {
    -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
            transform: rotate(-25deg);
    width: 136px;
    height: 80px;
    right: -38px;
    top: 16px;
  }
}
@media (max-width: 767px) {
  .mainDelivery__title {
    max-width: 232px;
  }
  .mainDelivery__txt {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .mainDelivery__bg-sm {
    display: block;
  }
  .mainDelivery__bg-lg {
    display: none;
  }
}
.geography__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.geography__content-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 468px;
}
.geography__content-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.geography__btn {
  margin-top: 64px;
  opacity: 0;
}
.geography__title {
  opacity: 0;
}
.geography__img svg {
  width: 100%;
  height: auto;
}

@media (max-width: 1639px) {
  .geography__content-left {
    width: 396px;
  }
  .geography__btn {
    margin-top: 48px;
  }
}
@media (max-width: 1279px) {
  .geography__content {
    gap: 20px;
  }
  .geography__content-left {
    width: auto;
  }
}
@media (max-width: 932px) {
  .geography__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    gap: 0;
    padding-bottom: 86px;
  }
  .geography__content-left {
    width: 100%;
  }
  .geography__content-right {
    width: 100%;
  }
  .geography__title {
    text-align: center;
  }
  .geography__btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-top: 0;
  }
}
.mainNews__content {
  row-gap: 24px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  grid-template-columns: repeat(2, 0.5fr) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainNews__content-title {
  grid-area: 1/1/2/2;
}
.mainNews__content-more {
  grid-area: 1/2/2/3;
}
.mainNews__content-arrows {
  grid-area: 1/3/2/4;
}
.mainNews__content-info {
  grid-area: 2/1/3/4;
}
.mainNews__arrows {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mainNews .more-link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 20px;
}

.newsCard {
  position: relative;
}
.newsCard:hover .newsCard__date-right {
  background: var(--accent-color-1);
}
.newsCard__img {
  margin-bottom: 24px;
  height: 480px;
}
.newsCard__group {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsCard__group-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.newsCard__group-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.newsCard__date {
  height: 66px;
  font-weight: 500;
}
.newsCard__date-left {
  background: var(--main-text);
  color: var(--white);
  padding: 0 1px;
}
.newsCard__date-year {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  text-align: end;
  text-align: center;
  height: 100%;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.newsCard__date-right {
  background: var(--main-color-5);
  height: 100%;
  padding: 2px 16px;
  min-width: 116px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.newsCard__date-info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.newsCard__date-day {
  font-size: 36px;
  line-height: 1;
}
.newsCard__date-month {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1639px) {
  .mainNews .more-link {
    margin-right: 12px;
  }
  .newsCard__img {
    height: 354px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1279px) {
  .mainNews__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .mainNews__content-title {
    grid-area: 1/1/2/2;
  }
  .mainNews__content-arrows {
    grid-area: 1/2/2/3;
  }
  .mainNews__content-info {
    grid-area: 2/1/3/3;
  }
  .mainNews__content-more {
    grid-area: 3/1/4/3;
  }
  .mainNews .more-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0;
  }
}
@media (max-width: 932px) {
  .newsCard {
    padding-top: 28px;
  }
  .newsCard__img {
    height: 204px;
  }
  .newsCard__group {
    gap: 0;
  }
  .newsCard__date {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 28px;
  }
  .newsCard__date-right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsCard__date-left {
    padding: 0 10px;
  }
  .newsCard__date-year {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsCard__date-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
  }
  .newsCard__date-day {
    font-size: 20px;
  }
  .newsCard__date-month {
    font-size: 12px;
  }
}
.mainHistory__content {
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.mainHistory__content-title {
  grid-area: 1/1/2/4;
}
.mainHistory__content-more {
  grid-area: 2/1/3/4;
  padding-top: 16px;
}
.mainHistory__content-year {
  grid-area: 1/4/3/7;
}
.mainHistory__content-txt {
  grid-area: 1/7/3/13;
}
.mainHistory__content-img-1 {
  grid-area: 3/1/6/7;
}
.mainHistory__content-img-2 {
  grid-area: 3/7/6/13;
}
.mainHistory__title {
  white-space: nowrap;
  opacity: 0;
}
.mainHistory__title br {
  display: none;
}
.mainHistory__year {
  text-align: right;
  font-weight: 300;
  font-style: italic;
  font-size: 128px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--accent-color-1);
  margin-top: -6px;
  opacity: 0;
}
.mainHistory__txt {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 8px;
  opacity: 0;
}
.mainHistory__img {
  margin-top: 32px;
  overflow: hidden;
}

@media (max-width: 1639px) {
  .mainHistory .more-link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -16px;
  }
  .mainHistory__content-title {
    grid-area: 1/1/3/3;
  }
  .mainHistory__content-more {
    grid-area: 2/11/3/13;
    padding-top: 0;
  }
  .mainHistory__content-year {
    grid-area: 1/11/2/13;
  }
  .mainHistory__content-txt {
    grid-area: 1/3/3/11;
  }
  .mainHistory__content-img-1 {
    grid-area: 3/1/4/7;
  }
  .mainHistory__content-img-2 {
    grid-area: 3/7/4/13;
  }
  .mainHistory__title br {
    display: block;
  }
  .mainHistory__year {
    font-size: 76px;
    margin-top: 2px;
  }
  .mainHistory__txt {
    font-size: 16px;
    padding-left: 50px;
  }
  .mainHistory__txt br {
    display: none;
  }
}
@media (max-width: 1279px) {
  .mainHistory .more-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
  }
  .mainHistory__content-title {
    grid-area: 1/1/2/7;
  }
  .mainHistory__content-more {
    grid-area: 2/1/3/7;
  }
  .mainHistory__content-year {
    grid-area: 1/7/3/13;
  }
  .mainHistory__content-txt {
    grid-area: 3/1/4/13;
  }
  .mainHistory__content-img-1 {
    grid-area: 4/1/5/7;
  }
  .mainHistory__content-img-2 {
    grid-area: 4/7/5/13;
  }
  .mainHistory__txt {
    padding-left: 0;
  }
  .mainHistory__img {
    margin-top: 0;
  }
  .mainHistory__title br {
    display: none;
  }
}
@media (max-width: 932px) {
  .mainHistory__txt {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 0;
  }
  .mainHistory__year {
    margin-top: -4px;
  }
}
@media (max-width: 767px) {
  .mainHistory__content {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 12px;
  }
  .mainHistory__content-title {
    grid-area: 1/1/2/2;
  }
  .mainHistory__content-more {
    grid-area: 5/1/6/3;
    padding-top: 8px;
  }
  .mainHistory__content-year {
    grid-area: 1/2/2/3;
  }
  .mainHistory__content-txt {
    grid-area: 3/1/4/3;
  }
  .mainHistory__content-img-1 {
    grid-area: 2/1/3/3;
  }
  .mainHistory__content-img-2 {
    grid-area: 4/1/5/3;
  }
  .mainHistory__title br {
    display: block;
  }
  .mainHistory__year {
    font-size: 80px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.technology__content {
  background: var(--main-color-1);
  color: var(--white);
}
.technology__content-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.technology__content-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 78px;
  padding-top: 74px;
  padding-left: 36px;
}
.technology__img {
  position: relative;
  overflow: hidden;
}
.technology__img::after {
  content: "";
  top: 0;
  bottom: 0;
  right: -54px;
  position: absolute;
  width: 245px;
  background: -webkit-gradient(linear, right top, left top, color-stop(33.97%, #1F2A44), color-stop(94.98%, rgba(31, 42, 68, 0)));
  background: linear-gradient(270deg, #1F2A44 33.97%, rgba(31, 42, 68, 0) 94.98%);
}
.technology__info {
  position: relative;
}
.technology__subtitle {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}
.technology__title {
  font-weight: 800;
  letter-spacing: 0.03em;
  font-style: italic;
  position: relative;
  margin-bottom: 102px;
}
.technology__title-visible {
  position: relative;
  z-index: 3;
}
.technology__title-hidden {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -4px;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.technology__txt {
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  z-index: 9;
  opacity: 0;
}

@media (max-width: 1639px) {
  .technology__content-right {
    padding-top: 32px;
    margin-left: -36px;
    padding-right: 44px;
    padding-left: 0;
  }
  .technology__img {
    width: 636px;
  }
  .technology__img::after {
    width: 184px;
    right: -40px;
  }
  .technology__title {
    margin-bottom: 64px;
  }
  .technology__txt {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1279px) {
  .technology__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .technology__content-right {
    padding: 48px 24px;
    margin-left: 0;
  }
  .technology__img {
    width: 100%;
  }
  .technology__img::after {
    left: 0;
    right: 0;
    width: auto;
    height: 76px;
    top: -20px;
    bottom: initial;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33.97%, #1F2A44), color-stop(94.98%, rgba(31, 42, 68, 0)));
    background: linear-gradient(180deg, #1F2A44 33.97%, rgba(31, 42, 68, 0) 94.98%);
  }
  .technology__img img {
    width: 100%;
  }
}
@media (max-width: 932px) {
  .technology__content-right {
    padding: 24px 14px;
  }
  .technology__title {
    margin-bottom: 40px;
  }
  .technology__title img {
    width: 225px;
  }
  .technology__subtitle {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .technology__txt {
    font-size: 12px;
  }
}
.category {
  padding-bottom: 150px;
}
.category__decor {
  gap: 16px;
}
.category__decor-txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  text-align: end;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
.category__content-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.category__content-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  padding-left: 176px;
}
.category__list {
  gap: 28px;
  cursor: url("../../static/images/general/cursor.svg"), auto;
  -webkit-box-shadow: 0px 0px 4px 0px #fff;
          box-shadow: 0px 0px 4px 0px #fff;
}
.category-item {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}
.category-item.selected .category-item__img {
  opacity: 1;
}
.category-item__txt {
  max-width: calc(100% - 796px);
  padding-right: 20px;
}
.category-item__txt a {
  cursor: url("../../static/images/general/cursor.svg"), auto;
  -webkit-box-shadow: 0px 0px 4px 0px #fff;
          box-shadow: 0px 0px 4px 0px #fff;
}
.category-item__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 796px;
  height: 474px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.category-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1639px) {
  .category {
    padding-bottom: 100px;
  }
  .category__content-left {
    display: none;
  }
  .category__content-right {
    padding-left: 0;
  }
  .category-item__img {
    width: 720px;
  }
  .category-item__txt {
    max-width: calc(100% - 720px);
  }
}
@media (max-width: 1279px) {
  .category__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .category-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 6px;
    font-size: 20px;
  }
  .category-item__img {
    opacity: 1;
    width: 100%;
    height: auto;
    position: relative;
  }
  .category-item__img::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: -20px;
    background: url(../../static/images/general/cursor.svg);
    background-size: contain;
    -webkit-box-shadow: 0px 0px 4px 0px #fff;
            box-shadow: 0px 0px 4px 0px #fff;
  }
  .category-item__txt {
    max-width: 100%;
  }
}
@media (max-width: 932px) {
  .category-item {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .category__list {
    grid-template-columns: 1fr;
  }
}
.catalog {
  padding-bottom: 100px;
}
.catalog__content {
  grid-template-columns: 300px 1fr;
  gap: 60px;
}
.catalog__search-result {
  margin-bottom: 32px;
  line-height: 1.5;
}
.catalog__search-result.m-visible {
  display: none;
}
.catalog__search-result__item {
  color: var(--main-color-3);
  margin-bottom: 8px;
}
.catalog__search-result__item:last-child {
  margin-bottom: 0;
}
.catalog__search-result__item span {
  color: var(--main-text);
}
.catalog__search-result__item a {
  color: var(--accent-color-2);
}
.catalog__search-result__item a:hover {
  text-decoration: underline;
}
.catalog__selected {
  margin-bottom: 28px;
  display: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.catalog__selected.visible {
  display: block;
}
.catalog__selected.animate {
  opacity: 1;
}
.catalog__selected-list {
  gap: 10px;
}
.catalog-selectedItem {
  padding: 8px 8px 8px 20px;
  border-radius: 48px;
  fill: var(--main-text);
  color: #B6BED4;
  background: var(--main-color-1);
  position: relative;
}
.catalog-selectedItem--clear {
  background: var(--accent-color-1);
  color: var(--main-text);
}
.catalog-selectedItem__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.catalog-selectedItem__txt {
  gap: 6px;
}
.catalog-selectedItem__txt span {
  color: var(--white);
}
.catalog-selectedItem__btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--white);
}
.catalog-selectedItem__btn svg {
  width: 14px;
  height: 14px;
}
.catalog__sorting {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.catalog-list {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 8px;
  grid-template-columns: repeat(4, 1fr);
}
.catalog__more {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  gap: 16px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
.catalog__more.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog__more-icon img {
  -webkit-animation: spin 4s linear infinite;
          animation: spin 4s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 1639px) {
  .catalog__content {
    grid-template-columns: 240px 1fr;
    gap: 40px;
  }
  .catalog-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media (max-width: 1279px) {
  .catalog__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .catalog__search-result {
    margin-bottom: 24px;
  }
  .catalog__search-result.m-hidden {
    display: none;
  }
  .catalog__search-result.m-visible {
    display: block;
  }
}
@media (max-width: 932px) {
  .catalog {
    padding-bottom: 60px;
  }
  .catalog__search-result {
    font-size: 14px;
  }
  .catalog__search-result-item {
    margin-bottom: 20px;
  }
  .catalog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .catalog__selected-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
  }
  .catalog__selected-list::-webkit-scrollbar {
    display: none;
  }
  .catalog__sorting {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-selectedItem {
    padding: 4px 4px 4px 10px;
    font-size: 12px;
  }
  .catalog-selectedItem__inner {
    gap: 10px;
  }
  .catalog-selectedItem__txt {
    gap: 4px;
  }
  .catalog-selectedItem__btn {
    width: 26px;
    height: 26px;
  }
  .catalog-selectedItem__btn svg {
    width: 12px;
    height: 12px;
  }
  .catalog__more {
    margin-top: 30px;
    font-size: 14px;
    gap: 8px;
  }
  .catalog__more-icon {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 480px) {
  .catalog__sorting {
    grid-template-columns: 1fr;
  }
}
.catalogCard {
  position: relative;
  background: var(--main-color-5);
  border-radius: 2px;
  height: 100%;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(9, 26, 65, 0.5019607843);
          box-shadow: 0px 0px 0px 0px rgba(9, 26, 65, 0.5019607843);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalogCard .catalogCard-qty {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.catalogCard:hover {
  -webkit-box-shadow: 0px 0px 14px 0px rgba(9, 26, 65, 0.5019607843);
          box-shadow: 0px 0px 14px 0px rgba(9, 26, 65, 0.5019607843);
  background: var(--white);
}
.catalogCard:hover .catalogCard-qty {
  background: var(--main-color-5) !important;
}
.catalogCard__top {
  position: relative;
}
.catalogCard__img {
  height: 290px;
  background: var(--white);
}
.catalogCard__img-inner {
  width: 220px;
  height: 220px;
}
.catalogCard__img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalogCard__badge {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: 0;
  font-style: italic;
}
.catalogCard__left-badge {
  color: var(--main-color-3);
  padding: 4px 16px 4px 6px;
  background: var(--main-color-5);
  left: 0;
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}
.catalogCard__right-badge {
  right: 0;
}
.catalogCard__right-badge__txt {
  padding: 4px 10px 4px 12px;
  background: var(--accent-color-1);
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
}
.catalogCard__right-badge__decor {
  fill: var(--accent-color-1);
  position: absolute;
  top: 0;
  left: -15px;
  width: 22px;
  height: 20px;
}
.catalogCard__bottom {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalogCard__title {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.3;
}
.catalogCard__title a::before {
  z-index: 8;
}
.catalogCard__group-top {
  margin-top: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalogCard__price {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}
.catalogCard__rating {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  fill: var(--accent-color-1);
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
}
.catalogCard__rating--null {
  color: var(--main-color-3);
  fill: var(--main-color-3);
}
.catalogCard__rating-icon {
  width: 18px;
  height: 18px;
}
.catalogCard__group-bottom {
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin-top: 16px;
}
.catalogCard__group-bottom--mobile {
  display: none;
}
.catalogCard__btn {
  height: 54px;
  width: 100%;
  background: var(--main-text);
  color: var(--white);
  border-radius: 2px;
  position: relative;
  z-index: 9;
}
.catalogCard__btn:hover {
  background: var(--accent-color-1);
  color: var(--main-text);
}
.catalogCard__btn:active {
  background: #FFE17B;
  color: var(--main-text);
}
.catalogCard__btn-icon {
  display: none;
}
.catalogCard__more {
  height: 48px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 16px;
  background: var(--main-text);
  color: var(--white);
  fill: var(--white);
  border-radius: 2px;
  position: relative;
  z-index: 9;
  --line-color: var(--white);
}
.catalogCard__more:hover {
  background: var(--accent-color-1);
  color: var(--main-text);
  fill: var(--main-text);
  --line-color: var(--main-text);
}
.catalogCard__more:hover .catalogCard__more-icon {
  width: 100%;
}
.catalogCard__more:hover .catalogCard__more-icon svg {
  width: 100%;
}
.catalogCard__more:active .catalogCard__more-icon {
  width: 24px;
  margin-left: auto;
}
.catalogCard__more-txt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.catalogCard__more-icon {
  width: 24px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  position: relative;
}
.catalogCard__more-icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  background: var(--line-color);
}
.catalogCard__more-icon__inner {
  width: 5px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.catalogCard__more-img {
  width: 96px;
  height: 25px;
}
.catalogCard__more-white {
  background: var(--white);
  color: var(--main-text);
  fill: var(--main-text);
  --line-color: var(--main-text);
}
.catalogCard__more-white:hover {
  background: var(--main-color-1);
  color: var(--white);
  fill: var(--white);
  --line-color: var(--white);
}
.catalogCard__cdek {
  background: #1AB248;
}
.catalogCard-qty {
  height: auto;
  border-radius: 2px;
  padding: 12px;
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 9;
  width: 100%;
  visibility: hidden;
  position: absolute;
  opacity: 0;
}
.catalogCard-qty--dark {
  background: #E9F4F9;
}
.catalogCard-qty__btn {
  width: 18px;
  height: 18px;
  fill: var(--main-text);
}
.catalogCard-qty__btn:hover {
  fill: var(--accent-color-1);
}
.catalogCard-qty__input {
  width: calc(100% - 36px);
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  border: none;
  padding: 0 4px;
  background: transparent;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.catalogCard-qty:not(.qty-show) .catalogCard-qty__input {
  width: 0px;
}
.catalogCard-qty.qty-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  position: relative;
  opacity: 1;
}
.catalogCard-qty.qty-show + .product-aside__buttons-item {
  display: none;
}

@media (max-width: 1639px) {
  .catalogCard__more-img {
    width: 77px;
    height: 20px;
  }
}
@media (max-width: 932px) {
  .catalogCard {
    padding: 4px;
  }
  .catalogCard__img {
    height: 156px;
  }
  .catalogCard__img-inner {
    width: 110px;
    height: 110px;
  }
  .catalogCard__bottom {
    padding: 6px 4px 4px;
  }
  .catalogCard__title {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .catalogCard__price {
    font-size: 16px;
  }
  .catalogCard__rating {
    gap: 6px;
    font-size: 14px;
  }
  .catalogCard__rating-icon {
    width: 12px;
    height: 12px;
  }
  .catalogCard__group-bottom {
    grid-template-columns: 1fr 40px;
    margin-top: 6px;
  }
  .catalogCard__group-bottom--desktop {
    display: none;
  }
  .catalogCard__group-bottom--mobile {
    display: grid;
  }
  .catalogCard__btn {
    height: 40px;
    fill: var(--accent-color-1);
  }
  .catalogCard__btn-txt {
    display: none;
  }
  .catalogCard__btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 22px;
    height: 18px;
  }
  .catalogCard-qty {
    height: 40px;
    padding: 2px 10px;
  }
  .catalogCard-qty__btn {
    width: 16px;
    height: 16px;
  }
  .catalogCard-qty__input {
    width: calc(100% - 32px);
  }
  .catalogCard__badge {
    font-size: 8px;
    line-height: 10px;
  }
  .catalogCard__right-badge__decor {
    display: none;
  }
  .catalogCard__right-badge__txt {
    padding: 2px 6px 2px 10px;
    clip-path: polygon(5.667px 0, 100% 0, 100% 100%, 0 100%);
  }
  .catalogCard__left-badge {
    padding: 2px 8px 2px 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - 5.585px) 100%, 0 100%);
  }
  .catalogCard__btn-img {
    width: 54px;
    height: 14px;
  }
  .catalogCard__more {
    height: 40px;
    padding: 0 12px;
  }
}
.productQty-group {
  display: grid;
  grid-template-columns: 1fr;
}
.productQty-wrap.qty-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productQty-wrap.qty-show + .productQty-btn {
  display: none;
}
.productQty-wrap:not(.qty-show) {
  visibility: hidden;
  opacity: 0;
}
.productQty-wrap:not(.qty-show) + .productQty-btn {
  display: block;
}

.customSelect {
  position: relative;
  z-index: 9;
}
.customSelect:has(input:checked) .customSelect-btn--selected-dark {
  background: var(--main-text);
  font-weight: 600;
  color: var(--white);
  fill: var(--white);
}
.customSelect:has(input:checked) .customSelect-btn--selected-yellow {
  background: var(--accent-color-1);
}
.customSelect.opened .customSelect-btn {
  border-bottom-color: transparent;
  fill: var(--accent-color-2);
  color: var(--main-color-3);
}
.customSelect.opened .customSelect-btn__icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.customSelect.opened .customSelect-btn__icon-2 svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.customSelect.opened .customSelect-dropdown {
  opacity: 1;
  pointer-events: auto;
}
.customSelect-btn {
  height: 50px;
  padding: 4px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-align: left;
  width: 100%;
  border: 1px solid var(--accent-color-2);
  background: var(--white);
  color: var(--main-color-1);
}
.customSelect-btn--selected-dark {
  border: none;
  background: var(--main-color-5);
  border-radius: 2px;
}
.customSelect-btn--selected-yellow {
  border: none;
  background: var(--main-color-5);
  border-radius: 2px;
  font-weight: 500;
}
.customSelect-btn-2 {
  border: none;
  background: var(--main-color-5);
  border-radius: 2px;
  font-weight: 600;
}
.customSelect-btn__icon {
  width: 11px;
  height: 14px;
}
.customSelect-btn__icon-2 {
  width: 7px;
  height: 14px;
}
.customSelect-btn__output {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.customSelect-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid var(--accent-color-2);
  border-top: none;
  background: var(--white);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
}
.customSelect-dropdown-2 {
  border: none;
  background: var(--main-color-5);
}
.customSelect-list {
  max-height: 240px;
  overflow: auto;
}
.customSelect-list__item:has(input:checked) {
  display: none;
}
.customSelect-label {
  display: block;
}
.customSelect-label input {
  display: none;
}
.customSelect-label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding: 4px 16px;
  color: var(--main-color-1);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.customSelect-label span:hover {
  color: var(--accent-color-2);
}

.filter-open {
  display: none;
  background: var(--main-color-5);
  border-radius: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 40px;
  font-weight: bold;
  fill: var(--main-text);
  width: 100%;
  padding: 4px 16px;
  text-align: left;
}
.filter-open[aria-expanded=true] {
  background: var(--accent-color-1);
}
.filter-open[aria-expanded=true] .filter-open__arrow svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filter-open__icon {
  width: 14px;
  height: 14px;
}
.filter-open__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.filter-open__arrow {
  width: 12px;
  height: 6px;
}
.filter__content::before {
  border-color: var(--accent-color-1);
  border-top: none;
  display: none;
}
.filter__types {
  gap: 6px;
  margin-bottom: 15px;
}
.filter-type {
  padding: 11px 16px 11px 10px;
  background: var(--main-color-5);
  border-radius: 2px;
  --icon-bg: var(--white);
}
.filter-type__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-type__icon {
  border: 1px solid var(--icon-bg);
}
.filter__groups-item {
  border-bottom: 1px solid #D9D9D9;
}
.filter-item__open {
  padding: 15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0em;
  fill: var(--main-color-4);
  text-align: start;
  text-transform: uppercase;
}
.filter-item__open[aria-expanded=true] {
  fill: var(--main-text);
}
.filter-item__open[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filter-item__open-icon {
  width: 16px;
  height: 8px;
}
.filter-item__content-inner {
  padding-bottom: 30px;
}
.filter-item__list {
  gap: 20px;
}
.filter__reset {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 16px;
  width: 100%;
}
.filter__reset.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter__reset::before {
  border-color: var(--accent-color-2);
}
.filter__reset:hover {
  color: var(--accent-color-2);
  fill: var(--accent-color-2);
}
.filter__reset-icon {
  width: 14px;
  height: 14px;
}

@media (min-width: 1280px) {
  .filter__content {
    display: block !important;
  }
}
@media (max-width: 1279px) {
  .filter:has(.filter__reset.visible) .filter__groups {
    border-bottom: 1px solid #D9D9D9;
  }
  .filter-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filter__content {
    border-radius: 0 0 2px 2px;
  }
  .filter__content::before {
    display: block;
  }
  .filter__content-inner {
    padding: 20px 16px 20px;
  }
  .filter__reset {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: var(--accent-color-2);
    fill: var(--accent-color-2);
    padding: 0;
  }
  .filter__reset::before {
    display: none;
  }
  .filter__groups-item:last-child {
    border: none;
  }
}
@media (max-width: 932px) {
  .customSelect-btn--selected-yellow {
    font-weight: 600;
  }
  .filter .form-checkbox input:checked + span {
    background: var(--accent-color-1);
  }
  .filter .form-checkbox__icon {
    display: none;
  }
  .filter .form-checkbox__txt {
    font-size: 14px;
    line-height: 1.6;
    padding: 6px 12px;
    border-radius: 60px;
    background: #E9F4F9;
  }
  .filter-type {
    font-size: 16px;
  }
  .filter-item__open {
    font-size: 16px;
  }
  .filter-item__open-icon {
    width: 12px;
    height: 6px;
  }
  .filter-item__list {
    gap: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.product__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.product__top {
  grid-template-columns: 1fr 358px 420px;
  grid-template-rows: auto auto 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
}
.product__top-title {
  grid-area: 1/1/2/3;
}
.product__top-share {
  grid-area: 1/3/2/4;
  align-self: center;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.product__top-gallery {
  grid-area: 2/1/4/2;
  padding-right: 10px;
}
.product__top-volume {
  grid-area: 2/2/2/3;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.product__top-links {
  grid-area: 3/2/4/3;
  align-self: end;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.product__top-aside {
  grid-area: 2/3/4/4;
}
.product-share {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1;
  fill: var(--main-text);
}
.product-share__icon {
  width: 18px;
  height: 15px;
}
.product-share:hover {
  color: var(--accent-color-2);
  fill: var(--accent-color-2);
}
.product-gallery {
  position: sticky;
  top: 100px;
}
.product-gallery__left {
  width: 104px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-gallery__left-bottom {
  margin-top: auto;
}
.product-gallery__right {
  width: calc(100% - 104px);
  padding-left: 12px;
}
.product-gallery__link {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 4px;
  color: var(--accent-color-2);
  display: block;
  font-weight: 500;
}
.product-gallery__link--white {
  color: var(--white);
}
.product-slider-item {
  position: relative;
}
.product-slider-item.hidden {
  display: none;
}
.product-slider-btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  fill: var(--main-text);
}
.product-slider-btn svg {
  width: 12px;
  height: 24px;
}
.product-slider-btn:hover {
  fill: var(--accent-color-1);
}
.product-slider-prev {
  left: 10px;
}
.product-slider-next {
  right: 10px;
}
.product-slider__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  gap: 24px;
  min-height: 0;
}
.product-slider .swiper-slide-cursor {
  cursor: url("../images/general/zoom.svg"), auto;
}
.product-slider__img {
  height: 576px;
}
.product-slider__img-big {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
  padding: 56px;
  max-height: 100%;
  overflow: hidden;
}
.product-slider__img-big img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-slider__img-inner {
  width: 700px;
  aspect-ratio: 1;
}
.product-slider__img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-slider__img-big {
  background: var(--white);
}
.product-slider__desc {
  font-family: var(--second-ff);
  font-size: 32px;
  line-height: 1.3;
  color: var(--white);
}
.product-slider__desc-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.product-slider__video {
  height: 100%;
}
.product-thumbs-wrap {
  background: var(--white);
}
.product-thumbs-wrap::before {
  border-color: var(--main-color-4);
  opacity: 0;
}
.product-thumbs-btn {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  fill: var(--main-text);
  border: 1px solid var(--main-color-4);
}
.product-thumbs-btn svg {
  width: 12px;
  height: 6px;
}
.product-thumbs-btn:hover {
  fill: var(--accent-color-1);
}
.product-thumbs {
  height: 104px;
}
.product-thumbs-high {
  height: 312px;
}
.product-thumbs-big {
  height: 208px;
  max-height: 22.86vh;
}
.product-thumbs-big-2 {
  height: 416px;
  max-height: 45.71vh;
}
.product-thumbs-2 {
  height: 208px !important;
}
.product-thumbs-1 {
  height: 104px !important;
}
.product-thumbs-prev {
  border-top: 1px solid var(--main-color-4);
}
.product-thumbs__slide::before {
  border-color: var(--main-color-4);
}
.product-thumbs__active {
  z-index: 9;
}
.product-thumbs__active::before {
  border-color: var(--accent-color-1);
}
.product-thumbs__img {
  height: 100%;
  padding: 8px;
}
.product-thumbs__img-inner {
  max-height: 100%;
  height: 100%;
}
.product-thumbs__img picture {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-thumbs__img img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-thumbs__video {
  padding: 8px;
  position: relative;
  height: 100%;
}
.product-thumbs__video-inner {
  height: 100%;
}
.product-thumbs__video-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-thumbs__video-play {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent-color-1);
  fill: var(--main-text);
  position: absolute;
  inset: 0;
  margin: auto;
}
.product-thumbs__video-play svg {
  width: 10px;
  height: 14px;
  margin-left: 2px;
}
.product-volume__title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.product-volume__list {
  gap: 10px;
}
.product-volume__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-volume__label input {
  display: none;
}
.product-volume__label input:checked + span {
  background: var(--main-text);
  color: var(--white);
}
.product-volume__label span {
  border-radius: 60px;
  line-height: 1;
  padding: 16px;
  min-width: 142px;
  background: var(--main-color-5);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  font-weight: 500;
}
.product-volume__label span:hover {
  opacity: 0.9;
}
.product-links {
  gap: 10px;
  position: sticky;
  bottom: 1em;
}
.product-links__link {
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.4;
  color: var(--white);
  font-weight: 500;
}
.product-links__link:hover {
  opacity: 0.9;
  text-decoration: none;
  color: var(--white);
}
.product-links__link-img {
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-links__link-txt {
  max-width: 164px;
}
.product-links__tg {
  background: -webkit-gradient(linear, left bottom, left top, from(#1D93D2), to(#38B0E3));
  background: linear-gradient(0deg, #1D93D2 0%, #38B0E3 100%);
}
.product-links__oil {
  background: #1AB248;
}
.product-aside {
  padding: 32px 24px;
  border-radius: 2px;
  background: var(--main-color-5);
}
.product-aside__price {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.product-aside__price-value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.05em;
  fill: var(--main-color-4);
}
.product-aside__price-value__icon {
  width: 34px;
  height: 34px;
}
.product-aside__price-txt {
  color: #4F5B7A;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.product-aside__purchases {
  background: var(--white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: var(--main-color-3);
  padding: 10px;
  margin-bottom: 12px;
}
.product-aside__purchases-line {
  height: 1px;
  background: #E9F4F9;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product-aside__delivery {
  gap: 8px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.product-aside__delivery-item span {
  font-weight: 600;
}
.product-aside__cdek {
  color: #1AB248;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 24px;
}
.product-aside__cdek-title {
  font-size: 32px;
  line-height: 1.2;
}
.product-aside__pickup {
  margin-bottom: 24px;
}
.product-aside__pickup-title {
  font-weight: 600;
  margin-bottom: 8px;
}
.product-aside__pickup-list {
  gap: 6px;
}
.product-aside__pickup-item {
  position: relative;
  padding-left: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
}
.product-aside__pickup-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #B6BED4;
}
.product-aside__pickup-item__line {
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: var(--white);
}
.product-aside__buttons {
  grid-template-columns: 1fr 60px;
  gap: 14px;
}
.product-aside__btn {
  gap: 20px;
  height: 60px;
  width: 100%;
  padding: 10px;
  font-weight: 500;
  font-style: initial;
  letter-spacing: 0;
  text-transform: initial;
}
.product-aside__btn-icon {
  width: 32px;
  height: 26px;
}
.product-aside__favorite {
  width: 60px;
  height: 60px;
  border-radius: 2px;
  background: var(--accent-color-1);
}
.product-aside__favorite-icon {
  width: 50px;
  height: 50px;
}
.product-aside__favorite .icon-star-fill {
  display: none;
}
.product-aside__favorite:hover {
  background: var(--orange-hover);
}
.product-aside__favorite:active {
  background: var(--orange-active);
}
.product-aside__favorite.active .icon-star {
  display: none;
}
.product-aside__favorite.active .icon-star-fill {
  display: block;
}
.product__bottom {
  margin-top: -70px;
}
.product-tabs__list {
  gap: 16px;
  margin-bottom: 32px;
}
.product-tabs__link {
  font-size: 18px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 15px 20px;
  background: var(--main-color-5);
  border-radius: 60px;
  position: relative;
  font-weight: 500;
}
.product-tabs__link.selected {
  background: var(--main-text);
  fill: var(--accent-color-1);
  color: var(--white);
}
.product-tabs__link.selected .product-tabs__link-arrow {
  opacity: 1;
}
.product-tabs__link:hover {
  opacity: 0.8;
}
.product-tabs__link-icon {
  width: 18px;
  height: 18px;
}
.product-tabs__link-arrow {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3px;
  width: 14px;
  height: 10px;
  opacity: 0;
  fill: var(--main-text);
}

@media (max-width: 1639px) {
  .product__top {
    grid-template-columns: 1fr 420px;
    grid-column-gap: 80px;
    grid-row-gap: 30px;
  }
  .product__top-title {
    grid-area: 1/1/2/3;
  }
  .product__top-share {
    grid-area: 2/2/3/3;
  }
  .product__top-volume {
    grid-area: 2/1/3/2;
  }
  .product__top-gallery {
    grid-area: 3/1/4/2;
    padding-right: 0;
  }
  .product__top-aside {
    grid-area: 3/2/4/3;
  }
  .product__top-links {
    grid-area: 4/1/5/3;
  }
  .product-volume {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -50%;
  }
  .product-volume__title {
    margin-top: 10px;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .product-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .product-links__link {
    height: 68px;
  }
  .product-links__link-txt {
    max-width: 100%;
  }
  .product-links__link-img {
    right: -32px;
  }
  .product__bottom {
    margin-top: 0;
  }
  .product-thumbs-big {
    height: 104px;
    max-height: 15.88vh;
  }
  .product-thumbs-big-2 {
    height: 312px;
    max-height: 47.63vh;
  }
  .product-slider__img-wrap {
    gap: 10px;
  }
  .product-slider__desc {
    font-size: 24px;
  }
  .product-slider__desc-img {
    max-width: 129px;
  }
}
@media (max-width: 1279px) {
  .product__top {
    grid-template-columns: 1fr 20px;
    grid-column-gap: 40px;
    grid-row-gap: 20px;
  }
  .product__top-title {
    grid-area: 1/1/2/2;
  }
  .product__top-share {
    grid-area: 1/2/2/3;
  }
  .product__top-volume {
    grid-area: 2/1/3/3;
  }
  .product__top-gallery {
    grid-area: 3/1/4/3;
  }
  .product__top-aside {
    grid-area: 4/1/5/3;
  }
  .product__top-links {
    grid-area: 5/1/6/3;
  }
  .product-share__txt {
    display: none;
  }
  .product-share__icon {
    width: 18px;
    height: 15px;
  }
  .product-volume {
    margin-right: 0;
  }
  .product-tabs__list {
    gap: 6px;
  }
}
@media (max-width: 932px) {
  .product {
    padding-top: 24px;
  }
  .product__top-gallery {
    padding-right: 6px;
  }
  .product__top-share {
    -ms-flex-item-align: baseline;
        align-self: baseline;
    padding-top: 4px;
  }
  .product-volume {
    margin-top: -8px;
  }
  .product-volume__title {
    display: none;
  }
  .product-volume__list {
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    gap: 6px;
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .product-volume__list::-webkit-scrollbar {
    display: none;
  }
  .product-volume__label span {
    font-size: 12px;
    padding: 11px;
    min-width: 90px;
  }
  .product-gallery__left {
    width: 60px;
  }
  .product-gallery__right {
    width: calc(100% - 60px);
    padding-left: 26px;
  }
  .product-gallery__link {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .product-thumbs-btn {
    height: 20px;
  }
  .product-thumbs-btn svg {
    width: 10px;
    height: 6px;
  }
  .product-thumbs {
    height: 60px;
  }
  .product-thumbs-high {
    height: 180px;
  }
  .product-thumbs__img {
    padding: 8px;
  }
  .product-thumbs__video {
    padding: 4px;
  }
  .product-slider__img {
    height: 310px;
  }
  .product-slider__img-inner {
    width: 240px;
    height: 240px;
  }
  .product-slider__img-wrap {
    gap: 10px;
  }
  .product-slider__desc {
    font-size: 20px;
  }
  .product-slider__desc-img {
    max-width: 109px;
  }
  .product-slider-btn {
    width: 32px;
    height: 32px;
  }
  .product-slider-btn svg,
  .product-slider-btn img {
    width: 8px;
    height: 16px;
  }
  .product-slider-prev {
    left: -28px;
  }
  .product-slider-next {
    right: -16px;
  }
  .product-aside {
    margin-top: 20px;
    padding: 14px 14px 24px;
  }
  .product-aside__price-value {
    gap: 14px;
    font-size: 30px;
  }
  .product-aside__price-value__icon {
    width: 24px;
    height: 24px;
  }
  .product-aside__price-txt {
    font-size: 10px;
  }
  .product-aside__delivery {
    font-size: 14px;
  }
  .product-aside__cdek-title {
    font-size: 24px;
  }
  .product-aside__pickup-title {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .product-aside__pickup-list {
    gap: 6px;
  }
  .product-aside__pickup-item {
    font-size: 12px;
    padding-left: 10px;
  }
  .product-aside__buttons {
    grid-template-columns: 1fr 48px;
    gap: 12px;
  }
  .product-aside__btn {
    height: 48px;
    gap: 10px;
    font-size: 16px;
  }
  .product-aside__btn-icon {
    width: 25px;
    height: 20px;
  }
  .product-aside__favorite {
    width: 48px;
    height: 48px;
  }
  .product-aside__favorite-icon {
    width: 36px;
    height: 36px;
  }
  .product-links {
    gap: 10px;
    margin-top: 40px;
  }
  .product-links__link {
    font-size: 16px;
    padding: 0 15px;
  }
  .product-links__link-txt {
    max-width: 140px;
  }
  .product-tabs__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 8px;
    margin-bottom: 24px;
  }
  .product-tabs__link {
    font-size: 14px;
    gap: 6px;
    padding: 10px;
  }
  .product-tabs__link-icon {
    width: 14px;
    height: 14px;
  }
  .product__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .product-links {
    grid-template-columns: 1fr;
  }
}
.product-linkIcon__dropdown {
  background: white;
  padding: 3px;
}

.product-reviews {
  grid-template-columns: 1fr 420px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.product-reviews__list-item {
  border-bottom: 1px solid var(--main-color-4);
  margin-bottom: 24px;
}
.product-reviews__list-item:last-child {
  margin-bottom: 0;
}
.product-reviews__item {
  padding-bottom: 24px;
}
.product-reviews__item-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.product-reviews__item-rating {
  gap: 4px;
}
.product-reviews__item-rating__icon {
  width: 16px;
  height: 16px;
  fill: var(--accent-color-1);
}
.product-reviews__item-rating__icon.null {
  fill: var(--main-color-4);
}
.product-reviews__item-date {
  color: var(--main-color-4);
}
.product-reviews__item-txt {
  margin-bottom: 16px;
}
.product-reviews__item-txt:last-child {
  margin-bottom: 0;
}
.product-reviews__item-txt__name {
  font-weight: 600;
  margin-bottom: 8px;
}
.product-reviews__item-txt__images {
  gap: 8px;
}
.product-reviews__item-txt__images-img {
  width: 100px;
  height: 100px;
  display: block;
}
.product-reviews__item-txt__images-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-reviews__item-txt__images-link {
  width: 100px;
  height: 100px;
  border-radius: 2px;
  background: #E9F4F9;
  text-align: center;
  gap: 10px;
  fill: #EF3D3D;
  color: var(--accent-color-2);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}
.product-reviews__item-txt__images-link__icon {
  width: 24px;
  height: 24px;
}
.product-reviews__more {
  padding: 16px 32px;
  min-width: 300px;
  margin-top: 32px;
}

.reviews-right {
  position: sticky;
  top: 124px;
}
.reviews-right__title {
  margin-bottom: 16px;
}
.reviews-right__desc {
  margin-top: 28px;
}
.reviews-right__txt {
  font-style: italic;
  font-size: 14px;
}
.reviews-right__add {
  margin-top: 16px;
  padding: 16px 32px;
  min-width: 270px;
}
.reviews-stats__total {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.reviews-stats__total-value {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
}
.reviews-stats__list {
  gap: 8px;
}
.reviews-stats__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.reviews-stats__item-left {
  width: 80px;
}
.reviews-stats__item-center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.reviews-stats__item-line {
  background: var(--main-color-4);
  height: 6px;
}
.reviews-stats__item-line span {
  display: block;
  background: var(--accent-color-1);
  height: 100%;
}
.reviews-stars {
  gap: 6px;
}
.reviews-stars__icon {
  width: 25px;
  height: 25px;
  fill: var(--accent-color-1);
}
.reviews-stars__icon--null {
  fill: var(--main-color-4);
}
.reviews-null {
  background: var(--main-color-5);
  border-radius: 2px;
  position: relative;
  padding-top: 48px;
  padding-bottom: 60px;
  padding-left: 300px;
  overflow: hidden;
}
.reviews-null::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: inherit;
  border: 1px solid var(--white);
  pointer-events: none;
}
.reviews-null::after {
  content: "";
  width: 254px;
  height: 152px;
  border-radius: 50%;
  background: rgba(96, 122, 255, 0.2);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-transform: rotate(-20.42deg);
      -ms-transform: rotate(-20.42deg);
          transform: rotate(-20.42deg);
  position: absolute;
  top: 48px;
  right: 132px;
}
.reviews-null__title {
  margin-bottom: 28px;
}
.reviews-null__btn {
  width: 270px;
  max-width: 100%;
}
.reviews-null__img-item {
  position: absolute;
  z-index: 9;
}
.reviews-null__img-1 {
  left: 20px;
  bottom: 0;
}
.reviews-null__img-2 {
  top: 0;
  bottom: 0;
  right: 34px;
}
.reviews-null__img-2 img {
  max-height: 100%;
}

@media (max-width: 1639px) {
  .product-reviews {
    grid-template-columns: 1fr 368px;
    gap: 50px;
  }
  .reviews-null {
    padding: 40px 30px 20px;
  }
  .reviews-null::after {
    right: 118px;
  }
  .reviews-null__title {
    max-width: 300px;
    margin-bottom: 32px;
  }
  .reviews-null__img-1 {
    bottom: initial;
    top: 30px;
    left: 250px;
  }
  .reviews-null__img-1 img {
    width: 119px;
  }
  .reviews-null__img-2 {
    right: 48px;
  }
}
@media (max-width: 1279px) {
  .reviews-null {
    padding: 24px;
  }
  .reviews-null::after {
    width: 128px;
    height: 78px;
    top: 68px;
    right: 68px;
  }
  .reviews-null__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    margin-bottom: 2px;
  }
  .reviews-null__img-item {
    position: initial;
  }
  .reviews-null__img-1 img {
    width: 102px;
  }
  .reviews-null__img-2 img {
    width: 156px;
  }
  .reviews-null__title {
    max-width: 100%;
    text-align: center;
    margin-bottom: -8px;
  }
  .reviews-null__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 932px) {
  .product-reviews {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .product-reviews__right {
    grid-row-start: 1;
  }
  .product-reviews__list-item {
    margin-bottom: 16px;
  }
  .product-reviews__item {
    padding-bottom: 16px;
  }
  .product-reviews__item-head {
    font-size: 12px;
    gap: 20px;
    margin-bottom: 12px;
  }
  .product-reviews__item-head__user {
    margin-left: auto;
  }
  .product-reviews__item-txt {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .product-reviews__item-txt__name {
    margin-bottom: 2px;
  }
  .product-reviews__item-txt__images {
    gap: 4px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
    overflow: auto;
  }
  .product-reviews__item-txt__images-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .product-reviews__more {
    margin-top: 20px;
  }
  .reviews-right__desc {
    margin-top: 20px;
  }
  .reviews-right__txt {
    font-size: 12px;
  }
  .reviews-right__btn {
    margin-top: 10px;
  }
  .reviews-stats__total {
    gap: 14px;
    margin-bottom: 16px;
  }
  .reviews-stats__total-value {
    font-size: 24px;
  }
  .reviews-stats__total-quantity {
    margin-left: auto;
    font-size: 14px;
  }
  .reviews-stats__list {
    gap: 4px;
  }
  .reviews-stats__item {
    font-size: 14px;
    gap: 6px;
  }
  .reviews-stats__item-left {
    width: 78px;
  }
  .reviews-stars__icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .product-reviews__more {
    width: 100%;
    min-width: initial;
  }
}
.product-info {
  grid-template-columns: 690px 1fr;
  gap: 70px;
}
.product-info__title {
  margin-bottom: 24px;
}
.product-info__txt {
  font-size: 14px;
}
.product-info__txt-content {
  -webkit-line-clamp: 21;
}
.product-info__txt-content.full {
  display: block;
}
.product-info__txt p {
  margin-bottom: 20px;
}
.product-info__txt p:last-child {
  margin-bottom: 0;
}
.product-info__more {
  display: inline-block;
  margin-top: 24px;
  font-size: 16px;
}
.product-info__features-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid var(--main-color-4);
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.product-info__features-item:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.product-info__features-item__name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-info__features-item__value {
  text-align: right;
}

@media (max-width: 1639px) {
  .product-info {
    grid-template-columns: 1fr;
  }
  .product-info__txt-content {
    -webkit-line-clamp: 10;
  }
}
@media (max-width: 932px) {
  .product-info {
    gap: 54px;
  }
  .product-info__title {
    margin-bottom: 16px;
  }
  .product-info__txt {
    font-size: 12px;
  }
  .product-info__txt-content {
    -webkit-line-clamp: 8;
  }
  .product-info__more {
    font-size: 14px;
    margin-top: 12px;
  }
  .product-info__features-item {
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0;
  }
  .product-info__features-item__name {
    color: var(--main-color-3);
  }
  .product-info__features-item__value {
    text-align: initial;
  }
}
.product-discussion {
  border-radius: 2px;
  background: var(--main-color-5) url(../../static/images/general/discussion-bg.png) center no-repeat;
  background-size: cover;
  padding: 40px;
}
.product-discussion__inner {
  grid-template-columns: 1fr 954px;
  gap: 80px;
}
.product-discussion__info {
  border-radius: 6px;
  background: var(--white);
  padding: 20px;
}
.product-discussion__img-mobile {
  display: none;
}
.product-discussion__btn {
  margin-top: 20px;
  border-radius: 6px;
  background: #4BA3E2;
  gap: 16px;
  width: 100%;
  fill: var(--white);
  color: var(--white);
  font-size: 20px;
  line-height: 1.3;
  padding: 11px;
}
.product-discussion__btn-icon {
  width: 20px;
  height: 16px;
}

@media (max-width: 1639px) {
  .product-discussion {
    margin-left: -40px;
    margin-right: -40px;
    border-radius: 0px;
    padding: 60px 40px;
  }
  .product-discussion__inner {
    grid-template-columns: 1fr 822px;
    gap: 20px;
  }
}
@media (max-width: 1279px) {
  .product-discussion {
    margin-left: -20px;
    margin-right: -20px;
  }
  .product-discussion__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 932px) {
  .product-discussion {
    margin-left: -14px;
    margin-right: -14px;
    padding: 24px 14px 30px;
  }
  .product-discussion__inner {
    gap: 12px;
  }
  .product-discussion__title {
    text-align: center;
  }
  .product-discussion__info {
    padding: 8px 14px 68px;
    position: relative;
  }
  .product-discussion__btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 6px 6px;
    gap: 8px;
    font-size: 14px;
    line-height: 18px;
    padding: 15px;
    margin: 0;
  }
  .product-discussion__btn-icon {
    width: 14px;
    height: 11px;
  }
}
@media (max-width: 480px) {
  .product-discussion__img-desktop {
    display: none;
  }
  .product-discussion__img-mobile {
    display: block;
    text-align: center;
  }
}
.product-analogues {
  grid-template-columns: 300px 1fr;
  gap: 60px;
}
.product-analogues__title {
  margin-bottom: 46px;
}
.product-analogues__buttons {
  gap: 40px;
}
.product-analogues-btn {
  width: 68px;
  height: 68px;
}
.product-analogues-btn svg {
  width: 34px;
  height: 14px;
}

@media (max-width: 1639px) {
  .product-analogues {
    grid-template-columns: 240px 1fr;
    gap: 40px;
  }
}
@media (max-width: 1279px) {
  .product-analogues {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .product-analogues__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-analogues__buttons {
    gap: 20px;
  }
  .product-analogues__title {
    margin-bottom: 0;
  }
}
@media (max-width: 932px) {
  .product-analogues__buttons {
    gap: 6px;
  }
  .product-analogues-btn {
    width: 40px;
    height: 40px;
  }
  .product-analogues-btn svg {
    width: 24px;
    height: 10px;
  }
}
.shops__head {
  grid-template-columns: 460px 1fr 300px;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shops__head-sorting-wide {
  grid-area: 1/3/1/1;
}
.shops-sorting {
  gap: 30px;
}
.shops-checkbox {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.shops-checkbox input {
  display: none;
}
.shops-checkbox input:checked + span .shops-checkbox__icon svg {
  opacity: 1;
}
.shops-checkbox input:checked + span .shops-checkbox__icon-1 {
  background: var(--main-text);
  border-color: var(--main-text);
  fill: var(--accent-color-1);
}
.shops-checkbox input:checked + span .shops-checkbox__icon-2 {
  fill: var(--accent-color-2);
}
.shops-checkbox input:checked + span .shops-checkbox__icon-3 {
  background: #EF3D3D;
  border-color: #EF3D3D;
  fill: var(--white);
}
.shops-checkbox input:checked + span .shops-checkbox__icon-4 {
  background: #1AB248;
  border-color: #1AB248;
  fill: var(--white);
}
.shops-checkbox__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.shops-checkbox__icon {
  width: 28px;
  height: 28px;
  border-radius: 2px;
  border: 1px solid #B6BED4;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.shops-checkbox__icon svg {
  width: 18px;
  height: 13px;
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
}
.shops__content {
  grid-template-columns: 460px 1fr;
  gap: 20px;
  margin-top: 24px;
}
.shops__content-map {
  position: relative;
}
.shops__content-map:not(.active):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}
.shops-left {
  position: relative;
}
.shops-items {
  background: var(--main-color-5);
  padding: 24px 10px 24px 24px;
  height: 560px;
}
.shops-list {
  height: 100%;
  overflow-x: hidden !important;
}
.shops-list__item {
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 12px;
  margin-right: 20px;
}
.shops-list__item:last-child {
  border: none;
  margin-bottom: 0;
}
.shops-item {
  position: relative;
  padding-bottom: 12px;
}
.shops-item__title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}
.shops-item__title a:hover {
  color: var(--accent-color-2);
}
.shops-item__info-item {
  margin-bottom: 6px;
  gap: 12px;
  fill: var(--main-color-4);
}
.shops-item__info-item:last-child {
  margin-bottom: 0;
}
.shops-item__info-item__icon {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}
.shops__cities {
  margin-bottom: 24px;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shops__cities-label {
  display: block;
  font-weight: 500;
}
.shops__cities-label input {
  display: none;
}
.shops__cities-label input:checked + span {
  background: var(--accent-color-1);
}
.shops__cities-label span {
  font-size: 16px;
  padding: 12px 30px;
  background: #E9F4F9;
  border-radius: 60px;
  display: block;
}
.shops__banners {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 60px;
}
.shops-banner {
  height: 140px;
  padding: 8px 20px;
  position: relative;
}
.shops-banner__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 12px;
}
.shops-banner__btn {
  width: 110px;
  height: 110px;
  background: var(--white);
  fill: var(--banner-color);
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.shops-banner__btn svg {
  width: 52px;
  height: 52px;
}
.shops-banner__img {
  max-width: var(--img-width);
}
.shops-ozon {
  background: url(../../static/images/general/ozon-bg.webp) center no-repeat;
  background-size: 110%;
  --banner-color: #F0117E;
  -webkit-transition: background-size 0.3s ease-in-out;
  transition: background-size 0.3s ease-in-out;
}
.shops-ozon:hover {
  background-size: 150%;
}
.shops-cdek {
  background: url(../../static/images/general/cdek-bg.webp) center no-repeat;
  background-size: 110%;
  --banner-color: #3D9406;
  -webkit-transition: background-size 0.3s ease-in-out;
  transition: background-size 0.3s ease-in-out;
}
.shops-cdek:hover {
  background-size: 150%;
}
.shops-marker {
  cursor: pointer;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  position: absolute;
}
.shops-marker-flagman {
  min-width: 42px;
  min-height: 60px;
  position: absolute;
}
.shops-marker-firma {
  min-width: 42px;
  min-height: 60px;
  position: absolute;
}
.shops-marker-point {
  min-width: 42px;
  min-height: 60px;
  position: absolute;
}
.shops-marker-cdek {
  min-width: 42px;
  min-height: 60px;
  position: absolute;
}
.shops-cluster-flagman {
  min-width: 60px;
  min-height: 60px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid #fdc915;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.shops-cluster-firma {
  min-width: 60px;
  min-height: 60px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid #2a64ee;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.shops-cluster-point {
  min-width: 60px;
  min-height: 60px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid #ef3d3d;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.shops-cluster-cdek {
  min-width: 60px;
  min-height: 60px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid #1ab248;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.shops-cluster-text {
  font-size: 1.5em;
  color: black;
  line-height: 0;
  font-weight: bold;
  font-size: 24px;
  font-weight: 700;
  line-height: 0;
  text-align: center;
}

#shopsMap {
  width: 100%;
  height: 560px;
}

.list-overlay {
  overflow: auto;
}
.list-overlay.full::after {
  opacity: 0;
}
.list-overlay::-webkit-scrollbar {
  width: 2px;
  background: #B6BED4;
}
.list-overlay::-webkit-scrollbar-thumb {
  background: #4F5B7A;
}
.list-overlay::after {
  content: "";
  height: 78px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 26px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 244, 249, 0.5)), color-stop(83%, #E9F4F9));
  background: linear-gradient(180deg, rgba(233, 244, 249, 0.5) 0%, #E9F4F9 83%);
  pointer-events: none;
}

@media (max-width: 1639px) {
  .shops__head {
    grid-template-columns: auto 1fr 236px;
    gap: 40px;
  }
  .shops__content {
    grid-template-columns: 390px 1fr;
    margin-top: 20px;
  }
  .shops-checkbox {
    font-size: 16px;
  }
  .shops-items {
    padding-top: 16px;
    padding-left: 20px;
    padding-bottom: 16px;
    padding-right: 8px;
  }
  .shops-list__item {
    margin-right: 16px;
  }
  .shops__banners {
    gap: 20px;
  }
  .shops-banner {
    height: 108px;
  }
  .shops-banner__btn {
    width: 80px;
    height: 80px;
  }
  .shops-banner__btn svg {
    width: 38px;
    height: 38px;
  }
  .shops-ozon {
    --img-width: 364px;
  }
  .shops-cdek {
    --img-width: 290px;
  }
}
@media (max-width: 1279px) {
  .shops__head {
    grid-template-columns: 300px 1fr;
    gap: 12px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .shops__head-title {
    grid-area: 1/1/2/2;
  }
  .shops__head-cdek {
    grid-area: 2/1/3/2;
  }
  .shops__head-sorting {
    grid-area: 1/2/3/3;
    padding-bottom: 10px;
  }
  .shops-sorting {
    gap: 12px;
  }
}
@media (max-width: 932px) {
  .shops__head {
    grid-template-columns: 156px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .shops__head-sorting {
    padding-bottom: 0;
  }
  .shops-sorting {
    gap: 12px;
  }
  .shops-checkbox {
    font-size: 12px;
    line-height: 16px;
  }
  .shops-checkbox__content {
    gap: 8px;
  }
  .shops-checkbox__icon {
    width: 16px;
    height: 16px;
  }
  .shops-checkbox__icon svg {
    width: 10px;
    height: 7px;
  }
  .shops__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .shops__content-right {
    grid-row-start: 1;
  }
  .shops-items {
    height: 468px;
    padding: 0px 0px 0px 14px;
  }
  .shops-list {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .shops-list::-webkit-scrollbar {
    display: block;
  }
  .shops-list__item {
    margin-bottom: 12px;
  }
  .shops-item {
    padding-bottom: 12px;
  }
  .shops-item__title {
    font-size: 16px;
  }
  .shops-item__info-item {
    font-size: 14px;
    margin-bottom: 8px;
    gap: 10px;
  }
  .shops-item__info-item__icon {
    margin-top: 2px;
  }
  .shops__cities {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
    overflow: auto;
  }
  .shops__cities-label {
    font-size: 12px;
  }
  .shops__cities-label span {
    padding: 8px 16px;
  }
  .shops__banners {
    grid-template-columns: 1fr;
  }
  .shops-banner {
    height: 60px;
    padding: 4px 12px;
  }
  .shops-banner__btn {
    width: 46px;
    height: 46px;
  }
  .shops-banner__btn svg {
    width: 32px;
    height: 32px;
  }
  .shops-ozon {
    --img-width: 206px;
  }
  .shops-cdek {
    --img-width: 166px;
  }
  #shopsMap {
    height: 364px;
  }
}
.product-faq {
  grid-template-columns: 1fr 420px;
  gap: 60px;
}
.product-faq__form-head {
  gap: 4px;
  margin-bottom: 24px;
}
.product-faq__form-fields {
  gap: 20px;
}
.product-faq__form-btn {
  width: 270px;
  max-width: 100%;
}
.product-faq__form.loading {
  opacity: 0.5;
  pointer-events: none;
}
.product-faq__list-item {
  border-bottom: 1px solid var(--main-color-4);
  margin-bottom: 24px;
}
.product-faq__list-item:last-child {
  margin-bottom: 0;
}
.product-faq__item {
  padding-bottom: 24px;
  position: relative;
}
.product-faq__item-date {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--main-color-4);
}
.product-faq__item-answer {
  margin-top: 20px;
  gap: 20px;
}
.product-faq__item-answer__icon {
  width: 17px;
  height: 14px;
  fill: var(--main-text);
  margin-top: 4px;
}
.product-faq__item-user {
  font-weight: 600;
}
.product-faq__item-txt {
  margin-top: 8px;
}
.product-faq__item-images {
  margin-top: 14px;
}
.product-faq__more {
  margin-top: 40px;
  min-width: 300px;
}
.product-faq__null-inner {
  grid-template-columns: 1fr auto;
  gap: 60px;
}
.product-faq__null-fields {
  grid-template-columns: 420px 1fr;
  row-gap: 20px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.product-faq__null-textarea {
  height: 120px;
}
.product-faq__null-fields__item:nth-child(1) {
  grid-area: 1/1/2/2;
}
.product-faq__null-fields__item:nth-child(2) {
  grid-area: 2/1/3/2;
}
.product-faq__null-fields__item:nth-child(3) {
  grid-area: 1/2/3/3;
}
.product-faq__null-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media (max-width: 1639px) {
  .product-faq {
    grid-template-columns: 1fr 368px;
    gap: 50px;
  }
  .product-faq__item-date {
    display: none;
  }
  .product-faq__null-inner {
    grid-template-columns: 1fr 270px;
    gap: 36px;
  }
  .product-faq__null-fields {
    row-gap: 34px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .product-faq__null-textarea {
    height: 144px;
  }
  .product-faq__null .form-input {
    height: 54px;
  }
}
@media (max-width: 1279px) {
  .product-faq__null-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .product-faq__null-fields {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .product-faq__null-fields__item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .product-faq__null-fields__item:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .product-faq__null-fields__item:nth-child(3) {
    grid-area: 3/1/4/2;
  }
  .product-faq__null-actions {
    gap: 16px;
  }
  .product-faq__null-textarea {
    height: 156px;
  }
}
@media (max-width: 932px) {
  .product-faq {
    grid-template-columns: 1fr;
  }
  .product-faq__right {
    grid-row-start: 1;
  }
  .product-faq__form-txt {
    font-size: 12px;
  }
  .product-faq__form-head {
    margin-bottom: 16px;
  }
  .product-faq__form-fields {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .product-faq__form-btn {
    width: 100%;
  }
  .product-faq__list-item {
    margin-bottom: 16px;
  }
  .product-faq__item {
    font-size: 14px;
    padding-bottom: 16px;
  }
  .product-faq__item-txt {
    margin-top: 2px;
  }
  .product-faq__item-answer {
    margin-top: 10px;
    gap: 10px;
  }
  .product-faq__item-answer__icon {
    width: 14px;
    height: 12px;
  }
  .product-faq__more {
    width: 100%;
    margin-top: 20px;
    min-width: initial;
  }
}
.cart__content {
  grid-template-columns: 1fr 420px;
  gap: 60px;
}
.cart-total {
  padding: 32px 24px 24px;
  background: #E9F4F9;
  border-radius: 2px;
  position: sticky;
  top: 100px;
}
.cart-total__info {
  padding-bottom: 30px;
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 24px;
}
.cart-total__info-item {
  gap: 10px;
  margin-bottom: 16px;
}
.cart-total__info-item:last-child {
  margin-bottom: 0;
}
.cart-total__info-item__line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: var(--white);
  margin-top: 12px;
}
.cart-total__info-item__value {
  text-align: right;
  max-width: 176px;
}
.cart-total__total-item {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-total__total-txt {
  font-size: 14px;
  margin-top: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-total__img {
  margin-top: 20px;
}
.cart-products__head {
  background: #E9F4F9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 20px;
  margin-bottom: 16px;
}
.cart-products__actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.cart-products__actions-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  fill: var(--accent-color-2);
}
.cart-products__actions-btn__icon {
  width: 24px;
  height: 24px;
}
.cart-products__actions-btn:hover {
  color: var(--accent-color-2);
}
.cart-products__list {
  gap: 16px;
}
.cart-product {
  padding: 10px 20px;
  position: relative;
}
.cart-product::before {
  border-color: #B6BED4;
}
.cart-product__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.cart-product__inner-check {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 3;
}
.cart-product__inner-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cart-product__inner-price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cart-product__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.cart-product__info-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cart-product__name {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}
.cart-product__name a:hover {
  color: var(--accent-color-2);
}
.cart-product__article {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 12px;
}
.cart-product__group {
  grid-template-columns: 100px 132px 100px;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-product__price {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  text-align: right;
}
.cart-product__total {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-align: right;
}
.cart-stickyTotal {
  position: sticky;
  bottom: 0;
  z-index: 99;
  background: var(--accent-color-2);
  color: var(--white);
  fill: var(--white);
  display: none;
}
.cart-stickyTotal__content-inner {
  padding: 8px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-stickyTotal__content-img {
  margin-left: auto;
}
.cart-stickyTotal__content-total {
  margin-left: 32px;
}
.cart-stickyTotal__info {
  gap: 4px;
  font-size: 14px;
}
.cart-stickyTotal__info-item {
  gap: 12px;
}
.cart-stickyTotal__info-item__name {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cart-stickyTotal__total {
  white-space: nowrap;
}
.cart-stickyTotal__total-item {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  gap: 10px;
  margin-bottom: 8px;
}
.cart-stickyTotal__total-txt {
  font-size: 14px;
  gap: 6px;
}
.cart-stickyTotal__img-mobile {
  display: none;
}
.cart-stickyTotal__open {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  text-transform: uppercase;
  font-weight: 600;
}
.cart-stickyTotal__open-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  line-height: 26px;
}
.cart-stickyTotal__open-left__icon {
  width: 16px;
  height: 8px;
}
.cart-stickyTotal__open-right {
  font-size: 20px;
}

@media (max-width: 1639px) {
  .cart {
    padding-bottom: 0 !important;
  }
  .cart-stickyTotal {
    display: block;
  }
  .cart__content {
    grid-template-columns: 1fr;
  }
  .cart__content-right {
    display: none;
  }
}
@media (min-width: 933px) {
  .cart-stickyTotal__content {
    display: block !important;
  }
}
@media (max-width: 932px) {
  .cart-stickyTotal__open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cart-stickyTotal__open[aria-expanded=true] .cart-stickyTotal__open-right {
    display: none;
  }
  .cart-stickyTotal__content-inner {
    padding-top: 12px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
  .cart-stickyTotal__content-img {
    margin-left: 0;
  }
  .cart-stickyTotal__content-total {
    margin-left: 0;
  }
  .cart-stickyTotal__img-desktop {
    display: none;
  }
  .cart-stickyTotal__img-mobile {
    display: block;
  }
  .cart-products__head {
    margin-bottom: 10px;
    padding: 12px 20px 12px 10px;
  }
  .cart-products__actions {
    gap: 20px;
  }
  .cart-products__actions-btn__txt {
    display: none;
  }
  .cart-product {
    padding: 10px 10px 16px 10px;
  }
  .cart-product__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 16px;
  }
  .cart-product__inner-check {
    width: 20px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-top: 5px;
  }
  .cart-product__inner-info {
    width: calc(100% - 20px);
  }
  .cart-product__inner-price {
    width: 100%;
  }
  .cart-product__name {
    font-size: 16px;
  }
  .cart-product__article {
    font-size: 12px;
    margin-top: 12px;
  }
  .cart-product__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4px;
  }
  .cart-product__group-qty {
    width: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .cart-product__price {
    text-align: left;
    font-size: 20px;
  }
}
.cart-form {
  margin-top: 80px;
}
.cart-form__group {
  width: 880px;
  max-width: 100%;
  margin-bottom: 80px;
}
.cart-form__group:last-child {
  margin-bottom: 0;
}
.cart-form__head {
  margin-bottom: 20px;
}
.cart-form__title {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
}
.cart-form__subtitle {
  margin-top: 4px;
}
.cart-form__hidden, .cart-form__hidden-delivery {
  display: none;
}
.cart-form__hidden.visible, .cart-form__hidden-delivery.visible {
  display: block;
}
.cart-form__fields {
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 32px;
}
.cart-form__fields-item--fw {
  grid-column: span 2;
}
.cart-form__fields-item.w-100 {
  grid-column: 1/-1;
}
.cart-form__client {
  margin-bottom: 32px;
}
.cart-form__client-list {
  gap: 40px;
}
.cart-form__delivery-methods {
  margin-bottom: 12px;
  gap: 10px;
}
.cart-form__delivery-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.cart-form__delivery-search {
  margin-bottom: 32px;
}
.cart-form__delivery-content {
  display: none;
}
.cart-form__delivery-content.active {
  display: block;
}
.cart-form__payment-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cart-form__payment-label {
  display: block;
  height: 100%;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  text-transform: uppercase;
}
.cart-form__payment-label input {
  display: none;
}
.cart-form__payment-label input:checked + span {
  background: var(--accent-color-1);
}
.cart-form__payment-label__content {
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 16px;
}
.cart-form__payment-label__content::before {
  border-color: var(--accent-color-1);
}
.cart-form__payment-label__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cart-form__payment-label__txt {
  max-width: 160px;
}
.cart-form__payment-file {
  margin-top: 24px;
}
.cart-form__comment {
  margin-bottom: 60px;
}
.cart-form__comment-textarea {
  height: 140px;
  font-style: italic;
  padding: 12px 16px;
  resize: block;
}
.cart-form__comment-textarea::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 16px;
}
.cart-form__comment-textarea::-moz-placeholder {
  font-weight: normal;
  font-size: 16px;
}
.cart-form__comment-textarea:-ms-input-placeholder {
  font-weight: normal;
  font-size: 16px;
}
.cart-form__comment-textarea::-ms-input-placeholder {
  font-weight: normal;
  font-size: 16px;
}
.cart-form__comment-textarea::placeholder {
  font-weight: normal;
  font-size: 16px;
}
.cart-form__actions {
  gap: 32px;
}
.cart-form__submit {
  min-height: 80px;
}
.cart-form__pvz {
  margin-top: 32px;
}
.cart-form__pvz-inner {
  grid-template-columns: 1fr repeat(2, 220px);
}
.cart-form__pvz-col {
  padding: 0 15px;
  border-left: 1px solid var(--accent-color-1);
}
.cart-form__pvz-item__name {
  font-size: 14px;
  margin-bottom: 8px;
}
.cart-form__pvz-item__value {
  font-weight: 600;
}
.cart-form__map-content {
  margin-top: 20px;
}
.cart-form__txt {
  margin-bottom: 32px;
}
.cart-form__txt-warning {
  margin-bottom: 8px;
  color: #EF3D3D;
  font-weight: 500;
}
.cart-form__txt p {
  margin-bottom: 2px;
}
.cart-form__txt p:last-child {
  margin-bottom: 0;
}
.cart-form__radios {
  gap: 40px;
}

@media (max-width: 1639px) {
  .cart-form {
    padding-bottom: 80px;
  }
  .cart-form__group {
    width: 790px;
  }
  .cart-form__group:has(.cart-form__payment) {
    width: 100%;
  }
  .cart-form__group:has(.cart-form__payment) .cart-form__payment-file {
    width: 790px;
    max-width: 100%;
  }
  .cart-form__group-top {
    width: 100%;
  }
  .cart-form__group-top .cart-form__fields {
    grid-template-columns: repeat(3, 1fr);
  }
  .cart-form__group-top:has(.visible) {
    width: 790px;
    max-width: 100%;
  }
  .cart-form__group-top:has(.visible) .cart-form__fields {
    grid-template-columns: repeat(2, 1fr);
  }
  .cart-form__fields {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 24px;
  }
  .cart-form__payment-list {
    gap: 30px;
  }
  .cart-form__pvz-inner {
    grid-template-columns: 1fr 200px auto;
  }
}
@media (max-width: 932px) {
  .cart-form {
    margin-top: 60px;
  }
  .cart-form__group {
    margin-bottom: 60px;
  }
  .cart-form__group-top .cart-form__fields {
    grid-template-columns: repeat(2, 1fr);
  }
  .cart-form__group-top:has(.visible) {
    max-width: 100%;
  }
  .cart-form__group-top:has(.visible) .cart-form__fields {
    grid-template-columns: repeat(2, 1fr);
  }
  .cart-form__head {
    margin-bottom: 16px;
  }
  .cart-form__title {
    font-size: 16px;
    line-height: 1.4;
  }
  .cart-form__subtitle {
    font-size: 14px;
    margin-top: 8px;
  }
  .cart-form__subtitle br {
    display: none;
  }
  .cart-form__fields {
    gap: 14px;
  }
  .cart-form__client-list {
    gap: 14px;
  }
  .cart-form__radios {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    row-gap: 20px;
  }
  .cart-form__delivery-methods {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
    overflow: auto;
    white-space: nowrap;
  }
  .cart-form__delivery-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .cart-form__payment-list {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .cart-form__payment-label {
    font-size: 14px;
  }
  .cart-form__payment-label__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 16px;
    min-height: 78px;
  }
  .cart-form__payment-label__txt {
    max-width: 210px;
  }
  .cart-form__comment {
    margin-bottom: 40px;
  }
  .cart-form__actions {
    gap: 24px;
  }
  .cart-form__submit {
    font-size: 20px;
    min-height: 68px;
  }
  .cart-form__pvz-inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .cart-form__pvz-item__name {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .cart-form__pvz-item__name br {
    display: none;
  }
  .cart-form__pvz-item__value {
    font-size: 14px;
  }
  .cart-form__txt {
    font-size: 14px;
  }
  .cart-form__txt p {
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .cart-form__group-top .cart-form__fields {
    grid-template-columns: 1fr;
  }
  .cart-form__group-top:has(.visible) .cart-form__fields {
    grid-template-columns: 1fr;
  }
  .cart-form__fields {
    grid-template-columns: 1fr;
  }
  .cart-form__fields-item--fw {
    grid-column: span 1;
  }
  .cart-form__client-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-form__radios {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 0;
  }
}
.form-item__search-input .bx-ui-sls-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-item__search-input .bx-ui-sls-clear {
  display: none !important;
}
.form-item__search-input input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  font-size: 20px !important;
  font-weight: 600;
}

.air-datepicker {
  border: none;
  -webkit-box-shadow: 0px 8px 10px rgba(56, 63, 79, 0.3);
          box-shadow: 0px 8px 10px rgba(56, 63, 79, 0.3);
  border-radius: 10px;
  width: 322px;
  overflow: hidden;
}

.air-datepicker--navigation {
  background: var(--accent-color-1);
}

.air-datepicker-nav {
  padding: 8px;
}

.air-datepicker-nav--title {
  font-size: 18px;
  line-height: 130%;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.air-datepicker-nav--title i {
  color: inherit;
}

.air-datepicker-nav--action svg {
  width: 8px;
  height: 16px;
}
.air-datepicker-nav--action path {
  stroke: initial;
  fill: var(--white);
}

.air-datepicker-nav--action.-disabled- {
  visibility: visible;
}
.air-datepicker-nav--action.-disabled- path {
  fill: #5F6470;
}

.air-datepicker-nav--action:hover,
.air-datepicker-nav--title:hover {
  background: transparent;
}

.air-datepicker--content {
  padding: 14px;
}

.air-datepicker-body--day-names {
  margin-top: 0;
  margin-bottom: 14px;
}

.air-datepicker-body--day-name {
  font-weight: bold;
  color: var(--black);
  font-size: 16px;
  line-height: 130%;
}
.air-datepicker-body--day-name.-weekend- {
  opacity: 0.5;
}

.air-datepicker-cell {
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
}
.air-datepicker-cell.-disabled- {
  opacity: 0.5;
}
.air-datepicker-cell.-selected-, .air-datepicker-cell.-focus- {
  background: transparent;
  color: var(--accent-color-1);
}
.air-datepicker-cell.-selected-.-focus- {
  background: transparent;
}

.air-datepicker-cell.-current- {
  color: var(--accent-color-1);
}

.air-datepicker-cell.-selected-.-current- {
  background: transparent;
  color: var(--accent-color-1);
}

.lk__content {
  grid-template-columns: 326px 1fr;
  gap: 40px;
}
.lk-menu {
  gap: 20px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  position: sticky;
  top: 120px;
}
.lk-menu__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-left: 18px;
  position: relative;
}
.lk-menu__link.selected::before {
  opacity: 1;
}
.lk-menu__link.selected .lk-menu__link-qty {
  background: var(--accent-color-1);
  color: var(--main-text);
}
.lk-menu__link:hover {
  color: var(--accent-color-2);
}
.lk-menu__link::before {
  content: "";
  height: 20px;
  width: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--accent-color-1);
  opacity: 0;
}
.lk-menu__link-qty {
  height: 26px;
  padding: 2px 12px;
  border-radius: 2px;
  background: var(--main-text);
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}
.lk__list {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.lk-profileForm {
  width: 880px;
  max-width: 100%;
}
.lk-profileForm__fields {
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 32px;
}
.lk-profileForm__fields-item--fw {
  grid-column: span 2;
}
.lk-profileForm__btn {
  width: 300px;
  max-width: 100%;
}
.lk-profileForm__btn::before {
  border-color: var(--accent-color-1);
}
.lk-profileForm__btn:hover {
  background: var(--accent-color-1);
  color: var(--main-text);
}

@media (max-width: 1639px) {
  .lk__content {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 933px) and (max-width: 1639px) {
  .lk-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    border-bottom: 1px solid var(--main-color-4);
  }
  .lk-menu__link {
    padding-left: 0;
    padding-bottom: 16px;
  }
  .lk-menu__link::before {
    width: 100%;
    height: 4px;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    bottom: 0;
    top: initial;
  }
}
@media (max-width: 1279px) {
  .lk__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .lk-menu {
    gap: 24px;
  }
  .lk-form__fields {
    gap: 20px;
  }
}
@media (max-width: 932px) {
  .lk__content {
    gap: 32px;
  }
  .lk__list {
    gap: 8px;
  }
  .lk-menu {
    font-size: 16px;
    gap: 12px;
  }
  .lk-menu__link {
    padding-left: 12px;
  }
  .lk-menu__link::before {
    width: 2px;
  }
  .lk-menu__link-qty {
    height: 20px;
    padding: 2px 8px;
    font-size: 16px;
  }
  .lk-profileForm__fields {
    gap: 20px;
  }
  .lk-profileForm__btn {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .lk__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .lk-profileForm__fields {
    grid-template-columns: 1fr;
  }
  .lk-profileForm__fields-item--fw {
    grid-column: initial;
  }
  .lk-profileForm__btn {
    width: 100%;
  }
}
.bottomPadding {
  padding-bottom: 150px;
}

.registration-form {
  width: 940px;
  max-width: 100%;
}
.registration-form__inner {
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  row-gap: 32px;
}
.registration-form__left-top {
  grid-area: 1/1/2/2;
}
.registration-form__left-bottom {
  grid-area: 2/1/3/2;
}
.registration-form__right {
  grid-area: 1/2/3/3;
}
.registration-form__fields {
  gap: 32px;
}
.registration-form__txt {
  font-size: 14px;
}
.registration-form__btn {
  width: 270px;
  fill: var(--accent-color-1);
  --line-color: var(--accent-color-1) ;
}

.auth {
  position: relative;
}
.auth__content {
  position: relative;
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 120px;
}
.auth__bg {
  position: absolute;
  inset: 0;
}
.auth__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.auth-form {
  width: 480px;
  background: var(--white);
  padding: 36px 30px 40px;
}
.auth-form__title {
  margin-bottom: 28px;
}
.auth-form__fields {
  gap: 32px;
}
.auth-form__links {
  gap: 24px;
}

@media (max-width: 1638px) {
  .bottomPadding {
    padding-bottom: 100px;
  }
  .registration-form {
    width: 920px;
  }
  .registration-form__inner {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .auth__content {
    padding: 32px 0;
  }
  .auth-form {
    width: 368px;
    padding: 16px 20px 24px;
    max-width: 100%;
  }
  .auth-form__fields {
    gap: 24px;
  }
}
@media (max-width: 932px) {
  .registration-form .form-checkbox__txt {
    font-size: 12px;
  }
  .registration-form__inner {
    gap: 24px;
  }
  .registration-form__fields {
    gap: 24px;
  }
  .auth__bg {
    display: none;
  }
  .auth__content {
    padding-top: 24px;
    padding-bottom: 60px;
  }
  .auth-form {
    padding: 0;
  }
  .auth-form__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .bottomPadding {
    padding-bottom: 60px;
  }
  .registration-form__inner {
    grid-template-columns: 1fr;
  }
  .registration-form__left-top {
    grid-area: 1/1/2/2;
  }
  .registration-form__left-bottom {
    grid-area: 3/1/4/2;
  }
  .registration-form__right {
    grid-area: 2/1/3/2;
  }
  .registration-form__btn {
    width: 100%;
  }
  .auth-form {
    width: 100%;
  }
}
.lk-orders__head {
  padding: 0 20px;
  margin-bottom: 16px;
  grid-template-columns: 210px 190px 190px 1fr 140px 240px;
}
.lk-orders__head-num {
  margin-left: -20px;
}
.lk-orders__list {
  gap: 6px;
}
.lk-orders__pagination {
  margin-top: 60px;
}
.lk-order__head {
  position: relative;
  border-radius: 2px;
  background: var(--main-color-1);
  color: var(--white);
  padding: 20px;
}
.lk-order__head:has([aria-expanded=true]) {
  background: var(--accent-color-1);
  color: var(--main-text);
  fill: var(--main-text);
}
.lk-order__head:has([aria-expanded=true]) .lk-order__number {
  fill: var(--main-text);
}
.lk-order__head:has([aria-expanded=true]) .lk-order__open {
  color: var(--main-text);
  fill: var(--main-text);
}
.lk-order__head:has([aria-expanded=true]) .lk-order__open-icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lk-order__head-txtBig {
  font-size: 20px;
}
.lk-order__head-inner {
  grid-template-columns: 210px 190px 190px 1fr 140px 240px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lk-order__number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  fill: var(--white);
}
.lk-order__number-icon {
  width: 24px;
  height: 24px;
}
.lk-order__open {
  color: var(--white);
  fill: var(--white);
  letter-spacing: 0.1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  gap: 16px;
}
.lk-order__open-icon {
  width: 16px;
  height: 8px;
}
.lk-order__info {
  padding: 30px 20px;
  line-height: 2;
}
.lk-order__list {
  gap: 16px;
}
.lk-order__product {
  position: relative;
  font-size: 16px;
  line-height: 1.3;
}
.lk-order__product::before {
  border-color: var(--main-color-4);
}
.lk-order__product-img {
  padding: 10px;
  border-right: 1px solid var(--main-color-4);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lk-order__product-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
  grid-template-columns: 1fr auto 60px 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lk-order__product-name {
  grid-area: 1/1/2/2;
}
.lk-order__product-name a:hover {
  color: var(--accent-color-2);
}
.lk-order__product-art {
  grid-area: 2/1/3/2;
}
.lk-order__product-price {
  grid-area: 1/2/3/3;
}
.lk-order__product-qty {
  grid-area: 1/3/3/4;
  text-align: right;
}
.lk-order__product-total {
  grid-area: 1/4/3/5;
  text-align: right;
}
.lk-order__total {
  padding-top: 24px;
  padding-bottom: 48px;
  padding-top: 20px;
  padding-bottom: 60px;
}
.lk-order__total-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lk-order__total-right {
  width: 340px;
}
.lk-order__total-info {
  gap: 12px;
}
.lk-order__total-item {
  font-size: 14px;
  line-height: 1.6;
}
.lk-order__total-item--big {
  font-size: 18px;
}
.lk-order__total-item__name {
  width: 60%;
}
.lk-order__total-item__value {
  width: 40%;
}
.lk-order__actions {
  gap: 40px;
}
.lk-order__actions-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  fill: var(--accent-color-2);
  line-height: 1;
}
.lk-order__actions-btn:hover {
  color: var(--accent-color-2);
}
.lk-order__actions-btn__icon {
  width: 14px;
  height: 14px;
}

.pagination__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pagination-list {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-list__item--fake {
  width: 106px;
  text-align: center;
}
.pagination-btn {
  width: 48px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid var(--accent-color-1);
  font-weight: 500;
}
.pagination-btn.selected {
  border-color: var(--main-text);
}
.pagination-btn:hover {
  background: var(--accent-color-1);
}
.pagination-more {
  width: 300px;
}

@media (max-width: 1279px) {
  .lk-orders__head {
    display: none;
  }
  .lk-order__head {
    font-size: 14px;
    line-height: 18px;
  }
  .lk-order__head-inner {
    grid-template-columns: auto 1fr auto;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 8px;
  }
  .lk-order__head-num {
    grid-area: 1/1/2/2;
  }
  .lk-order__head-date {
    grid-area: 2/1/3/2;
    padding-left: 28px;
  }
  .lk-order__head-status {
    grid-area: 1/2/2/3;
  }
  .lk-order__head-payment {
    grid-area: 2/2/3/3;
  }
  .lk-order__head-sum {
    grid-area: 1/3/2/4;
    text-align: right;
  }
  .lk-order__head-more {
    grid-area: 2/3/3/4;
  }
  .lk-order__head-txtBig {
    font-size: 14px;
    line-height: 18px;
  }
  .lk-order__open {
    fill: var(--main-color-3);
  }
  .lk-order__open-txt {
    display: none;
  }
  .lk-order__number {
    gap: 10px;
  }
  .lk-order__number-icon {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 932px) {
  .lk-orders__pagination {
    margin-top: 40px;
  }
  .lk-order__head {
    padding: 20px 16px 16px;
  }
  .lk-order__info {
    padding: 20px 16px 40px;
    font-size: 14px;
    line-height: 1.5;
  }
  .lk-order__list {
    gap: 0;
  }
  .lk-order__product {
    margin-bottom: -1px;
  }
  .lk-order__product-img {
    width: 86px;
    padding: 16px 10px;
    border: none;
  }
  .lk-order__product-info {
    padding: 16px 16px 8px 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .lk-order__product-name {
    grid-area: 1/1/2/4;
  }
  .lk-order__product-art {
    grid-area: 2/1/3/4;
    font-size: 12px;
  }
  .lk-order__product-price {
    grid-area: 3/1/4/2;
  }
  .lk-order__product-qty {
    grid-area: 3/2/4/3;
  }
  .lk-order__product-total {
    grid-area: 3/3/4/4;
  }
  .lk-order__total-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .lk-order__total-right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .lk-order__actions {
    gap: 24px;
  }
  .pagination-list {
    gap: 14px;
  }
  .pagination-list__item--fake {
    width: 80px;
  }
  .pagination-btn {
    width: 40px;
    height: 40px;
  }
  .pagination-more {
    width: 240px;
    height: 48px;
  }
}
@media (max-width: 480px) {
  .pagination__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .pagination__right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .pagination__left {
    width: 100%;
  }
  .pagination-more {
    width: 100%;
  }
  .pagination-list__item--fake {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
  }
}
.delivery__group {
  margin-bottom: 100px;
}
.delivery__group:last-child {
  margin-bottom: 0;
}
.delivery-map__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-bottom: 24px;
}
.delivery-map__head-select {
  width: 460px;
  max-width: 100%;
}
.delivery-map__content {
  height: 560px;
  position: relative;
}
.delivery-map__content-map {
  position: relative;
  z-index: 1;
}
.delivery-map__content-map:not(.active):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}
@media (max-width: 932px) {
  .delivery-map__content {
    height: auto;
  }
}
.delivery-map .shops-items {
  position: absolute;
  top: 1em;
  left: 1em;
  bottom: 1em;
  width: 350px;
  height: auto;
  z-index: 2;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4509803922);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4509803922);
}
@media (max-width: 932px) {
  .delivery-map .shops-items {
    position: relative;
    left: 0;
    right: 0;
    width: auto;
    margin-bottom: 2em;
  }
}
.delivery-cards__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.delivery-cards__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #EEF6FB;
}
.delivery-cards__item-img {
  height: 200px;
}
.delivery-cards__item-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
}
.delivery-cards__item-txt {
  margin-top: 16px;
}
.delivery-cards__item-title {
  font-size: 24px;
  line-height: 1.4;
}
.delivery-conditions__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.delivery-conditions__title {
  width: 320px;
  max-width: 100%;
}
.delivery-conditions__title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
}
.delivery-conditions__items {
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
.delivery-conditions__item {
  gap: 20px;
}
.delivery-conditions__item-1 {
  width: 524px;
}
.delivery-conditions__item-2 {
  width: 478px;
}
.delivery-conditions__item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.delivery-conditions__item-txt {
  -ms-flex-item-align: center;
      align-self: center;
}
.delivery-payments__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.delivery-payments__item {
  height: 100%;
  min-height: 168px;
  padding: 20px 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  background: var(--accent-color-1);
}
.delivery-payments__item--blue {
  background: var(--accent-color-2);
  color: var(--white);
  fill: var(--white);
}
.delivery-payments__item-icon {
  width: 40px;
  height: 40px;
}
.delivery-payments__item-txt {
  width: 480px;
  max-width: 100%;
}
.delivery-desc__top {
  gap: 30px;
}
.delivery-desc__top-left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.delivery-desc__top-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.delivery-desc__btn {
  width: 390px;
  max-width: 100%;
}
.delivery-desc__txt--bottom {
  color: #4F5B7A;
  font-style: italic;
}
.delivery-desc__txt p {
  margin-bottom: 20px;
}
.delivery-desc__txt p:last-child {
  margin-bottom: 0;
}
.delivery-desc__bottom {
  margin-top: 20px;
}
.delivery-return__inner {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.delivery-return__info {
  height: 100%;
  background: #EEF6FB;
  padding: 60px 50px 60px 30px;
}
.delivery-return__info-title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 12px;
}
.delivery-return__info-img {
  display: none;
}
.delivery-return__img {
  height: 100%;
}
.delivery-return__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#deliveryMap {
  width: 100%;
  height: 100%;
}

@media (max-width: 1639px) {
  .delivery__group--lg-hidden {
    display: none;
  }
  .delivery-map__content {
    height: 480px;
  }
  .delivery-cards__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .delivery-cards__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .delivery-cards__item-img {
    width: 390px;
    height: 100%;
    min-height: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .delivery-cards__item-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .delivery-cards__item-info {
    padding: 20px 60px 20px 40px;
  }
  .delivery-conditions__inner-right {
    width: 810px;
    max-width: 100%;
  }
  .delivery-conditions__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .delivery-conditions__item {
    width: 100%;
    max-width: 100%;
    gap: 24px;
  }
  .delivery-payments__item {
    padding: 12px 28px;
    min-height: 120px;
  }
  .delivery-return__inner {
    gap: 0;
  }
  .delivery-return__info {
    padding: 40px 30px;
  }
}
@media (max-width: 932px) {
  .delivery__group {
    margin-bottom: 60px;
  }
  .delivery__group--lg-hidden {
    display: block;
  }
  .delivery-map__head {
    margin-bottom: 20px;
    gap: 24px;
  }
  .delivery-cards__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .delivery-cards__item-img {
    width: 100%;
    height: auto;
    min-height: initial;
  }
  .delivery-cards__item-info {
    padding: 20px 15px 28px;
  }
  .delivery-cards__item-title {
    font-size: 16px;
  }
  .delivery-cards__item-txt {
    font-size: 14px;
    margin-top: 8px;
  }
  .delivery-conditions__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .delivery-conditions__title {
    max-width: 100%;
    font-size: 20px;
  }
  .delivery-conditions__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    font-size: 14px;
  }
  .delivery-conditions__item-img {
    width: 32px;
  }
  .delivery-payments__list {
    grid-template-columns: 1fr;
  }
  .delivery-payments__item {
    min-height: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
    font-size: 16px;
    padding: 24px 20px;
  }
  .delivery-payments__item-icon {
    width: 32px;
    height: 32px;
  }
  .delivery-desc__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
  .delivery-desc__top-right {
    width: 100%;
  }
  .delivery-desc__top-left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .delivery-desc__btn {
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
  }
  .delivery-desc__txt {
    font-size: 12px;
  }
  .delivery-desc__txt p {
    margin-bottom: 16px;
  }
  .delivery-desc__bottom {
    margin-top: 16px;
  }
  .delivery-return__inner {
    grid-template-columns: 1fr;
  }
  .delivery-return__inner-right {
    display: none;
  }
  .delivery-return__info {
    background: transparent;
    padding: 0;
  }
  .delivery-return__info-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .delivery-return__info-img {
    display: block;
    margin-bottom: 16px;
  }
  .delivery-return__info-txt {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .delivery-map__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .delivery-map__head-select {
    width: 100%;
  }
  .delivery-map__content {
    height: 364px;
  }
}
.contacts__group {
  margin-bottom: 60px;
}
.contacts__group:last-child {
  margin-bottom: 0;
}
.contacts__content {
  grid-template-columns: 460px 1fr;
  gap: 20px;
}
.contacts-info {
  background: #E9F4F9;
  padding: 24px 20px 30px;
}
.contacts-info__head {
  margin-bottom: 20px;
}
.contacts-info__title {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.5;
}
.contacts-info__req {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.contacts-info__contacts {
  margin-bottom: 30px;
}
.contacts-info__btn {
  width: 100%;
  margin-top: 30px;
}
.contacts-info__contacts {
  gap: 4px;
}
.contacts-info__contacts-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  fill: #818BA6;
}
.contacts-info__contacts-item__icon {
  width: 16px;
  height: 16px;
}
.contacts-info__work-title {
  margin-bottom: 10px;
}
.contacts-info__work-list {
  gap: 4px;
}
.contacts-info__work-list__item {
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.contacts-info__work-list__item--red {
  color: #E30101;
}
.contacts-info__work-list__day {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contacts-info__work-list__time {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contacts-info__work-list__line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #FFFFFF;
}
.contacts-info__work-mobile {
  display: none;
}
.contacts-map {
  height: 100%;
  border-radius: var(--rounded);
  overflow: hidden;
}
.contacts-map iframe {
  height: 100% !important;
}
.contacts-warning {
  font-size: 20px;
  font-weight: 600;
  gap: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  fill: var(--accent-color-1);
}
.contacts-warning__img {
  width: 94px;
  height: 74px;
}
.contacts__list {
  gap: 48px;
}
.contacts-item__title {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.contacts-item__group {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.contacts-item__group img {
  width: 100%;
}

@media (max-width: 1639px) {
  .contacts__content {
    grid-template-columns: 390px 1fr;
  }
  .contacts__content-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 932px) {
  .contacts__group {
    margin-bottom: 40px;
  }
  .contacts__content {
    grid-template-columns: 1fr;
  }
  .contacts-map {
    height: 364px;
  }
  .contacts-info {
    padding: 16px 14px 24px;
    font-size: 14px;
  }
  .contacts-info__title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .contacts-info__btn {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 20px;
    font-size: 14px;
  }
  .contacts-info__contacts {
    margin-bottom: 20px;
  }
  .contacts-info__work-list {
    display: none;
  }
  .contacts-info__work-mobile {
    display: block;
  }
  .contacts-info__work-mobile__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
  }
  .contacts-info__work-mobile__item--red {
    color: #E30101;
  }
  .contacts-info__work-mobile__item:last-child {
    margin-bottom: 0;
  }
  .contacts-warning {
    gap: 22px;
    font-size: 14px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .contacts-warning__img {
    width: 42px;
    height: 33px;
  }
  .contacts-warning__txt a {
    color: var(--accent-color-2);
    display: block;
  }
  .contacts__list {
    gap: 32px;
  }
  .contacts-item__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .contacts-item__group {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.tests__inner {
  grid-template-columns: 1120px 300px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 50px;
}
.tests__inner-search {
  grid-area: 1/1/2/2;
}
.tests__inner-content {
  grid-area: 2/1/3/2;
}
.tests__inner-aside {
  grid-area: 2/2/3/3;
}
.tests-form {
  position: relative;
}
.tests-form__input {
  display: block;
  height: 70px;
  width: 100%;
  border: 2px solid #E9F4F9;
  padding-left: 30px;
  padding-right: 90px;
  font-weight: 500;
  font-size: 20px;
}
.tests-form__btn {
  width: 50px;
  height: 50px;
  background: var(--accent-color-1);
  fill: var(--main-text);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.tests-form__btn svg {
  width: 26px;
  height: 26px;
}
.tests__list-item {
  margin-bottom: 24px;
  border-bottom: 1px solid #B6BED4;
}
.tests__list-item:last-child {
  margin-bottom: 0;
}
.tests__pagination {
  margin-top: 60px;
}
.tests__preview {
  padding-bottom: 24px;
  width: 1120px;
  max-width: 100%;
}
.tests__preview-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.tests__preview-date {
  color: #4F5B7A;
  margin-bottom: 10px;
  font-style: italic;
}
.tests__preview-txt {
  margin-bottom: 24px;
}
.tests__preview-images {
  margin-bottom: 16px;
}
.tests__preview-more {
  display: inline-block;
  text-decoration: underline;
}
.tests__preview-more:hover {
  color: var(--accent-color-2);
  text-decoration: none;
}
.tests__popular-title {
  margin-bottom: 32px;
}
.tests__popular-card {
  height: auto;
}
.tests__popular-card__title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 8px;
}
.tests__popular-card__date {
  color: #4F5B7A;
  font-style: italic;
  margin-bottom: 12px;
}
.tests__popular-card__price {
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.3;
  margin-bottom: 16px;
  font-weight: bold;
}
.tests__popular-card__price span {
  font-size: 24px;
}
.tests__popular-card__img {
  padding: 8px;
  height: auto;
  padding: 28px;
}
.tests__popular-card__img img {
  max-height: 100%;
  width: auto;
}
.tests__popular-card__img picture {
  max-height: 100%;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testsDetail__inner {
  grid-template-columns: 1fr 300px;
  gap: 180px;
}
.testsDetail-card {
  background: var(--accent-color-1);
  position: sticky;
  top: 100px;
}
.testsDetail__head {
  gap: 8px;
  margin-bottom: 16px;
}
.testsDetail__date {
  font-style: italic;
  color: #4F5B7A;
}
.testsDetail__subtitle {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.testsDetail__info-group {
  border-bottom: 1px solid #B6BED4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.testsDetail__info-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.testsDetail__info-item {
  gap: 20px;
}
.testsDetail__info-item__img {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 4px;
}
.testsDetail__info-item__title {
  font-weight: 600;
  margin-bottom: 2px;
}
.testsDetail__gallery {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}
.testsDetail__gallery-img {
  width: 100%;
  aspect-ratio: 1/1;
}
.testsDetail__gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testsDetail__gallery-link {
  width: 100%;
  height: 100%;
}
.testsDetail__share {
  margin-top: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.testsDetail__share-title {
  margin-bottom: 0 !important;
}
.testsDetail__share-list {
  gap: 24px;
}
.testsDetail__share-link {
  display: block;
}

@media (max-width: 1639px) {
  .tests__inner {
    grid-template-columns: 1fr 300px;
    gap: 40px;
  }
  .tests__inner-search {
    grid-area: 1/1/2/3;
  }
  .tests__inner-content {
    grid-area: 2/1/3/2;
  }
  .tests__inner-aside {
    grid-area: 2/2/3/3;
  }
  .tests__pagination {
    margin-top: 40px;
  }
  .testsDetail__inner {
    gap: 50px;
  }
  .testsDetail__info-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .testsDetail__gallery {
    gap: 10px;
  }
}
@media (max-width: 1279px) {
  .tests__inner {
    grid-template-columns: 1fr;
  }
  .tests__inner-search {
    grid-area: initial;
  }
  .tests__inner-content {
    grid-area: initial;
  }
  .tests__inner-aside {
    display: none;
  }
  .testsDetail-card {
    top: 120px;
  }
}
@media (max-width: 932px) {
  .tests__inner {
    gap: 32px;
  }
  .tests-form__input {
    height: 50px;
    padding-left: 12px;
    font-size: 16px;
  }
  .tests-form__btn {
    width: 40px;
    height: 40px;
    right: 5px;
  }
  .tests-form__btn svg {
    width: 20px;
    height: 20px;
  }
  .tests__preview-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .tests__preview-date {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .tests__preview-txt {
    margin-bottom: 20px;
  }
  .tests__popular-card__img {
    padding: 32px;
  }
  .tests__popular-card .catalogCard__more {
    height: 48px;
  }
  .testsDetail {
    font-size: 14px;
    padding-top: 24px;
  }
  .testsDetail h1 {
    font-size: 16px;
  }
  .testsDetail__inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .testsDetail__head {
    gap: 12px;
    margin-bottom: 20px;
  }
  .testsDetail__date {
    font-size: 12px;
  }
  .testsDetail__subtitle {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .testsDetail__info-group {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .testsDetail__info-item__title {
    font-size: 16px;
  }
  .testsDetail__gallery {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
    overflow: auto;
  }
  .testsDetail__gallery-item {
    width: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .testsDetail__share {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .testsDetail__share-list {
    gap: 20px;
  }
  .testsDetail__share-link {
    width: 40px;
  }
}
.news__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .news__list {
    grid-template-columns: 1fr;
  }
}
.news__list-item {
  margin-bottom: 20px;
  position: relative;
}

.newsDetail__inner {
  grid-template-columns: 1fr;
  gap: 180px;
}
.newsDetail-card {
  background: var(--accent-color-1);
  position: sticky;
  top: 100px;
}
.newsDetail__head {
  gap: 8px;
  margin-bottom: 16px;
}
.newsDetail__date {
  height: 66px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsDetail__date-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: var(--main-text);
  color: var(--white);
  padding: 0 1px;
}
.newsDetail__date-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: var(--main-color-5);
  height: 100%;
  padding: 2px 16px;
  min-width: 116px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.newsDetail__date-left {
  background: var(--main-text);
  color: var(--white);
  padding: 0 1px;
}
.newsDetail__date-year {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  text-align: end;
  text-align: center;
  height: 100%;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.newsDetail__date-right {
  background: var(--main-color-5);
  height: 100%;
  padding: 2px 16px;
  min-width: 116px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.newsDetail__date-info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.newsDetail__date-day {
  font-size: 36px;
  line-height: 1;
}
.newsDetail__date-month {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}
.newsDetail__intro {
  margin-bottom: 2em;
}
.newsDetail__intro-img {
  width: 100%;
  aspect-ratio: 16/9;
}
.newsDetail__intro-img img {
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsDetail__subtitle {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.newsDetail__info-group {
  border-bottom: 1px solid #B6BED4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.newsDetail__info-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.newsDetail__info-item {
  gap: 20px;
}
.newsDetail__info-item__img {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 4px;
}
.newsDetail__info-item__title {
  font-weight: 600;
  margin-bottom: 2px;
}
.newsDetail__gallery {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}
.newsDetail__gallery-img {
  width: 100%;
  aspect-ratio: 1/1;
}
.newsDetail__gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsDetail__gallery-link {
  width: 100%;
  height: 100%;
}
.newsDetail__share {
  margin-top: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.newsDetail__share-title {
  margin-bottom: 0 !important;
}
.newsDetail__share-list {
  gap: 24px;
}
.newsDetail__share-link {
  display: block;
}

@media (max-width: 1639px) {
  .tests__inner {
    grid-template-columns: 1fr 300px;
    gap: 40px;
  }
  .tests__inner-search {
    grid-area: 1/1/2/3;
  }
  .tests__inner-content {
    grid-area: 2/1/3/2;
  }
  .tests__inner-aside {
    grid-area: 2/2/3/3;
  }
  .tests__pagination {
    margin-top: 40px;
  }
  .newsDetail__inner {
    gap: 50px;
  }
  .newsDetail__info-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .newsDetail__gallery {
    gap: 10px;
  }
}
@media (max-width: 1279px) {
  .tests__inner {
    grid-template-columns: 1fr;
  }
  .tests__inner-search {
    grid-area: initial;
  }
  .tests__inner-content {
    grid-area: initial;
  }
  .tests__inner-aside {
    display: none;
  }
  .newsDetail-card {
    top: 120px;
  }
}
@media (max-width: 932px) {
  .tests__inner {
    gap: 32px;
  }
  .tests-form__input {
    height: 50px;
    padding-left: 12px;
    font-size: 16px;
  }
  .tests-form__btn {
    width: 40px;
    height: 40px;
    right: 5px;
  }
  .tests-form__btn svg {
    width: 20px;
    height: 20px;
  }
  .tests__preview-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .tests__preview-date {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .tests__preview-txt {
    margin-bottom: 20px;
  }
  .tests__popular-card__img {
    padding: 32px;
  }
  .tests__popular-card .catalogCard__more {
    height: 48px;
  }
  .newsDetail {
    font-size: 14px;
    padding-top: 24px;
  }
  .newsDetail h1 {
    font-size: 16px;
  }
  .newsDetail__inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .newsDetail__head {
    gap: 12px;
    margin-bottom: 20px;
  }
  .newsDetail__date {
    font-size: 12px;
  }
  .newsDetail__subtitle {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .newsDetail__info-group {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .newsDetail__info-item__title {
    font-size: 16px;
  }
  .newsDetail__gallery {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
    overflow: auto;
  }
  .newsDetail__gallery-item {
    width: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .newsDetail__share {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .newsDetail__share-list {
    gap: 20px;
  }
  .newsDetail__share-link {
    width: 40px;
  }
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
}

.contact-form-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5490196078);
  z-index: 1000000;
  overflow-y: auto;
  padding: 2em 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.contact-form-popup:not(.active) {
  visibility: hidden;
  opacity: 0;
}

.contact-form-popup-body {
  position: relative;
  border-radius: 6px;
  background: #fff;
  padding: 2em;
  width: 740px;
  max-width: 95vw;
}

.contacts-form-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.contacts-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}

.contacts-form-group {
  width: calc((100% - 2em) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}

@media (max-width: 767px) {
  .contacts-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2em;
  }
  .contacts-form-group {
    width: 100%;
  }
}
label.contacts-form-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
}

.contacts-form-label:after {
  display: none;
}

.contacts-form-label-validation {
  color: red;
}

.contacts-form-input {
  min-height: 60px;
  border-radius: 6px;
  margin: 0 !important;
  border: none !important;
  padding: 0 1em;
}

.contacts-form-submit {
  max-width: 100%;
}

.contact-form-popup-close {
  display: block;
  border: none;
  background: url(/images/close-blue.svg) center no-repeat;
  background-color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  top: 1em;
  right: 1em;
}

.btn-8 {
  width: 100%;
  height: 42px;
  border-radius: 2px;
  background: #0A2F7D;
  border: 1px solid #0A2F7D;
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-8:hover {
  background: white;
  color: #0A2F7D;
}

.alert.alert-success {
  display: block;
  color: green;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  width: 100%;
  display: block;
  background: rgba(0, 128, 0, 0.2901960784);
  margin: 0 0 2em;
}

.alert.alert-danger,
.errortext {
  display: block;
  color: red;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  width: 100%;
  display: block;
  background: rgba(255, 0, 0, 0.2901960784);
  margin: 0 0 2em;
}

@media (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
.react-dadata__container {
  position: relative;
}

.react-dadata__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  width: 100%;
  height: 38px;
  padding: 0 10px;
  font-size: 16px;
  display: block;
}

.react-dadata__input:focus {
  border-color: #007cd6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 124, 214, 0.3);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 124, 214, 0.3);
}

.react-dadata__suggestions {
  z-index: 10;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.1);
}

.react-dadata__suggestion-note {
  color: #828282;
  padding: 10px 10px 5px;
  font-size: 14px;
}

.react-dadata__suggestion {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  background: 0 0;
  border: none;
  width: 100%;
  padding: 7px 10px;
  font-size: 15px;
  display: block;
}

.react-dadata__suggestion--line-through {
  text-decoration: line-through;
}

.react-dadata__suggestion-subtitle {
  color: #777;
  margin-top: 4px;
  font-size: 14px;
}

.react-dadata__suggestion-subtitle-item {
  margin-bottom: 4px;
  margin-right: 16px;
  display: inline-block;
}

.react-dadata__suggestion-subtitle-item:last-child {
  margin-right: 0;
}

.react-dadata__suggestion--current {
  background-color: rgba(0, 124, 214, 0.15);
}

.react-dadata__suggestion:hover {
  background-color: rgba(0, 124, 214, 0.1);
}

.react-dadata mark {
  background: 0 0;
}

.react-dadata--highlighted {
  color: #0094ff;
}

.react-datepicker__navigation-icon::before, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}

/* sr-only utility class for accessibility */
.react-datepicker__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
  line-height: initial;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker-popper {
  z-index: 1;
  line-height: 0;
}
.react-datepicker-popper .react-datepicker__triangle {
  stroke: #aeaeae;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  fill: #f0f0f0;
  color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  fill: #fff;
  color: #fff;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

h2.react-datepicker__current-month {
  padding: 0;
  margin: 0;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: rgb(165.75, 165.75, 165.75);
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}

.react-datepicker__day-names {
  text-align: center;
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__day-name--disabled,
.react-datepicker__day--disabled,
.react-datepicker__time-name--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:not([aria-disabled=true]):hover,
.react-datepicker__month-text:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text:not([aria-disabled=true]):hover,
.react-datepicker__year-text:not([aria-disabled=true]):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover {
  background-color: rgb(49.8551020408, 189.6448979592, 62.5632653061);
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .overlay,
.react-datepicker__month-text--holidays .overlay,
.react-datepicker__quarter-text--holidays .overlay,
.react-datepicker__year-text--holidays .overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s ease-in-out;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:not([aria-disabled=true]):hover,
.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover {
  background-color: rgb(207, 82.9642857143, 0);
}
.react-datepicker__day--holidays:hover .overlay,
.react-datepicker__month-text--holidays:hover .overlay,
.react-datepicker__quarter-text--holidays:hover .overlay,
.react-datepicker__year-text--holidays:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:not([aria-disabled=true]):hover, .react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover, .react-datepicker__day--in-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: rgb(186.25, 217.0833333333, 241.25);
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled .overlay,
.react-datepicker__month-text--disabled .overlay,
.react-datepicker__quarter-text--disabled .overlay,
.react-datepicker__year-text--disabled .overlay {
  position: absolute;
  bottom: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s ease-in-out;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}