@charset "UTF-8";
@font-face {
  font-family: "MyriadPro";
  font-display: swap;
  src: url("../fonts/MyriadPro-Regular.ttf");
  src: local("MyriadPro"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MyriadProLight";
  font-display: swap;
  src: url("../fonts/MyriadPro-Light.ttf");
  src: local("MyriadProLight"), url("../fonts/MyriadPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "MyriadProSemibold";
  font-display: swap;
  src: url("../fonts/MyriadPro-Semibold.ttf");
  src: local("MyriadProSemibold"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MyriadProBold";
  font-display: swap;
  src: url("../fonts/MyriadPro-Bold.ttf");
  src: local("MyriadProBold"), url("../fonts/MyriadPro-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "MyriadProBlack";
  font-display: swap;
  src: url("../fonts/MyriadPro-Black.ttf");
  src: local("MyriadProBlack"), url("../fonts/MyriadPro-Black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}

.header {
  width: 100%;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  transition: top 0.3s;
  z-index: 10;
}
.header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  background-color: #ffffff;
}

.header__top {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #F2F2F2;
  z-index: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 1;
  transform: translateY(0);
}
.header__top.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  background-color: #ffffff;
  opacity: 0;
  transform: translateY(-100%);
}
.header__top.modal-opened {
  z-index: 0;
}

.header__top_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 21px;
  margin-right: 21px;
  gap: 30px;
  min-height: 60px;
}
@media (max-width: 1919px) {
  .header__top_inner {
    margin-right: 21px;
  }
}
@media (max-width: 1320px) {
  .header__top_inner {
    min-height: 56px;
    margin-left: 11px;
    margin-right: 11px;
  }
}
@media (max-width: 767px) {
  .header__top_inner {
    min-height: 49px;
  }
}
@media (max-width: 595px) {
  .header__top_inner {
    margin-left: 17px;
    margin-right: 17px;
  }
}

.header__top_button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 3px 25px 0;
  border-radius: 6px;
  font-size: 15px;
  line-height: 15px;
  cursor: pointer;
  border: 1px solid #F2F2F2;
  transition: all 0.3s;
  height: 36px;
  font-weight: 500;
}

.header__top_button:hover {
  background-color: #F2F2F2;
  border: 1px solid transparent;
}

.header__top_button.active {
  background-color: #F2F2F2;
  border: 1px solid transparent;
}

.header__top-text {
  display: none;
  font-family: "MyriadPro", sans-serif;
  color: #1C1B1B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-left: auto;
}
@media (max-width: 992px) {
  .header__top-text {
    font-size: 12px;
  }
}
@media (max-width: 1320px) {
  .header__top-text .header__top-text__desktop {
    display: none;
  }
}
.header__top-text .header__top-text__mobile {
  display: none;
}
@media (max-width: 1320px) {
  .header__top-text .header__top-text__mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .header__top-text .header__top-text__mobile {
    display: none;
  }
}

.header__top-close {
  display: none;
  align-items: center;
  cursor: pointer;
  width: 10px;
  height: 10px;
}

.menu__btn {
  display: none;
}

.menu-mobile__list {
  width: 243px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transform: translateX(-120%);
  transition: all 0.3s;
  position: absolute;
  z-index: 10;
  background-color: white;
}

.menu-mobile__list--active {
  transform: translateX(0%);
}

.menu__mobile-linewrapper {
  display: none;
}

.menu-mobile__item {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-mobile__link {
  display: block;
  padding-left: 53px;
  padding-top: 36px;
  position: relative;
}

.menu-mobile__img {
  position: absolute;
  left: 11px;
  bottom: 0;
}

.header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 21px;
  padding-right: 6px;
  gap: 15px;
  min-height: 80px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  position: relative;
  transition: transform 0.4s ease, min-height 0.4s ease;
  opacity: 1;
}
@media (max-width: 1576px) {
  .header__bottom {
    min-height: 50px;
    padding-left: 11px;
    margin-right: 0;
  }
}
@media (max-width: 1320px) {
  .header__bottom {
    padding-right: 0;
  }
}
@media (max-width: 595px) {
  .header__bottom {
    padding-left: 17px;
    gap: 10px;
  }
}
.header__bottom.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  background-color: #ffffff;
  min-height: 60px;
  padding-right: 21px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1320px) {
  .header__bottom.fixed {
    min-height: 50px;
    padding-right: 0;
  }
  .header__bottom.fixed .hamburger-mobile__list.hamburger-mobile__list--active {
    height: calc(100% - 50px);
    top: 50px;
  }
}
.header__bottom.fixed .header-basket.cabinet-orders__wr {
  min-height: calc(100vh - 60px);
  top: 60px;
  height: calc(100% - 60px);
}
@media (max-width: 1320px) {
  .header__bottom.fixed .header-basket.cabinet-orders__wr {
    min-height: calc(100vh - 50px);
    top: 50px;
    height: calc(100% - 50px);
  }
}
@media (max-width: 992px) {
  .header__bottom.fixed .header-basket.cabinet-orders__wr {
    min-height: calc(100% - 50px);
  }
}
.header__bottom .header__bottom-logo {
  margin-right: 47px;
  max-height: 30px;
}
@media (max-width: 1576px) {
  .header__bottom .header__bottom-logo {
    margin-right: 0;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 374px) {
  .header__bottom .header__bottom-logo {
    margin-right: 5px;
  }
}
.header__bottom .header__bottom-logo img {
  width: 209px;
  height: auto;
}
@media (max-width: 1576px) {
  .header__bottom .header__bottom-logo img {
    width: 140px;
    height: 20px;
  }
}
@media (max-width: 992px) {
  .header__bottom .header__bottom-logo img {
    width: 140px;
    height: 20px;
  }
}
@media (max-width: 595px) {
  .header__bottom .header__bottom-logo img {
    width: 167px;
    max-width: calc(100vw - 280px);
    height: auto;
    max-height: 24px;
  }
}
.header__bottom .header__bottom-nav {
  display: none;
  flex-grow: 12;
  gap: 45px;
}
@media (max-width: 1320px) {
  .header__bottom .header__bottom-nav {
    flex-grow: 1;
  }
}
.header__bottom .header__bottom-nav--active {
  display: flex;
}
.header__bottom .header__catalog {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  width: 199px;
  height: 44px;
  padding: 10px 20px;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 6px;
  background: #f2f2f2;
  cursor: pointer;
}
@media (max-width: 992px) {
  .header__bottom .header__catalog {
    display: none;
  }
}
.header__bottom .header__catalog.header__catalog--active {
  background: #334E7D;
  color: #ffffff;
  border-radius: 8px;
}
.header__bottom .header__catalog.header__catalog--active .hamburger {
  margin-top: 0;
}
.header__bottom .header__catalog.header__catalog--active .hamburger span {
  margin-bottom: 3px;
  background-color: #ffffff;
}
.header__bottom .header__catalog.header__catalog--active .hamburger span:nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
}
.header__bottom .header__catalog.header__catalog--active .hamburger span:nth-child(2) {
  display: none;
}
.header__bottom .header__catalog.header__catalog--active .hamburger span:nth-child(3) {
  transform: translateY(3px) rotate(45deg);
}
.header__bottom .header__catalog.header__catalog--active .header__catalog-description {
  color: #F2F2F2;
}
.header__bottom .header__catalog .header__catalog-description {
  cursor: pointer;
  white-space: nowrap;
  color: #334E7D;
  margin-top: 3px;
}
@media (max-width: 1320px) {
  .header__bottom .header__search_form {
    display: none;
  }
}

.menu-categories {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  gap: 45px;
}
@media (max-width: 1320px) {
  .menu-categories {
    display: none;
  }
}
.menu-categories__item {
  position: relative;
  margin-top: 2px;
}
.menu-categories__link {
  transition: all 0.3s;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  /*&::before {
    content: "";
    position: absolute;
    width: 0;
    left: auto;
    right: 0;
    bottom: -5px;
    background-color: $primary-color;
    height: 3px;
    transition: all 0.3s;
  }
  &:hover {
    color: black;
  }
  &:hover::before {
    width: 100%;
    right: auto;
    left: 0;
  }*/
}

.header__contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
  flex-grow: 4;
  white-space: nowrap;
}
@media (max-width: 1576px) {
  .header__contacts {
    gap: 15px;
  }
}
@media (max-width: 1320px) {
  .header__contacts {
    flex-grow: 1;
    justify-content: space-evenly;
  }
}
@media (max-width: 992px) {
  .header__contacts {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .header__contacts {
    justify-content: flex-end;
  }
}
.header__contacts div {
  cursor: pointer;
  margin-top: 2px;
}
.header__contacts .header__contacts-city {
  margin-left: -10px;
  color: #334E7D;
}
@media (max-width: 1576px) {
  .header__contacts .header__contacts-city {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header__contacts .header__contacts-city {
    display: none;
  }
}
.header__contacts .header__contacts-phone {
  display: flex;
  align-items: center;
  gap: 9px;
}
.header__contacts .header__contacts-phone div {
  cursor: pointer;
}
.header__contacts .header__contacts-phone .number {
  display: flex;
  align-items: center;
  gap: 11px;
}
@media (max-width: 767px) {
  .header__contacts .header__contacts-phone .number {
    display: none;
  }
}
.header__contacts .header__contacts-phone .mobile-number {
  display: none;
  align-items: center;
  gap: 11px;
}
@media (max-width: 767px) {
  .header__contacts .header__contacts-phone .mobile-number {
    display: flex;
  }
}
.header__contacts .header__contacts-phone .call_me {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.header__contacts .header__contacts-phone .phone-modal {
  position: relative;
}
.header__contacts .header__contacts-phone .phone-modal__wr {
  transform: translateX(-50%);
  left: 50%;
  top: 22px;
  width: -moz-fit-content;
  width: fit-content;
}
.header__contacts .header__contacts-phone .phone-modal__wr .phone-modal__item {
  width: 100%;
}

.header__search_form {
  transition: width 1s;
  background-color: #ffffff;
  padding: 0;
  margin-left: auto;
  border-radius: 6px;
  height: 44px;
  position: relative;
  width: 20px;
}
@media (max-width: 1320px) {
  .header__search_form {
    height: 100%;
    border-radius: unset;
    margin: 0;
  }
}
@media (max-width: 1320px) {
  .header__search_form form {
    padding: 12px 16px;
  }
}
.header__search_form.animate__animated.animate__fadeInRight {
  width: calc(100% - 815px);
  position: absolute;
  z-index: 10;
  right: 310px;
}
@media (max-width: 1576px) {
  .header__search_form.animate__animated.animate__fadeInRight {
    width: calc(100% - 618px);
    right: 245px;
  }
}
@media (max-width: 1320px) {
  .header__search_form.animate__animated.animate__fadeInRight {
    width: calc(100% - 540px);
  }
}
@media (max-width: 992px) {
  .header__search_form.animate__animated.animate__fadeInRight {
    width: calc(100% - 480px);
  }
}
.header__search_form.animate__animated.animate__fadeInRight .header__search_form-input {
  padding: 4px 20px;
  border: 1px solid #F2F2F2;
}
.header__search_form.animate__animated.animate__fadeInRight .header__search_form-img {
  right: 40px;
}
.header__search_form.animate__animated.animate__fadeInRight .header__search-close {
  display: block;
}
.header__search_form.animate__animated.animate__fadeOutRight {
  position: relative;
  right: auto;
  width: 20px;
  padding: 0;
  border: none;
}
.header__search_form.animate__animated.animate__fadeOutRight .header__search_form-img {
  right: 0;
}
.header__search_form.animate__animated.animate__fadeOutRight .header__search-close {
  display: none;
}
.header__search_form .header__search_form-input {
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: #FFF;
  color: #636463;
  font-size: 14px;
  line-height: 35px;
}
.header__search_form .header__search_form-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 27px;
  height: 37px;
  cursor: pointer;
  transition: all 0.3s;
  padding: 10px 5px;
}
@media (max-width: 1576px) {
  .header__search_form .header__search_form-img {
    right: -5px;
  }
}
@media (max-width: 1320px) {
  .header__search_form .header__search_form-img {
    right: 0;
  }
}
.header__search_form .header__search_form-img.scale {
  transform: translateY(-50%) scale(1.2);
}
.header__search_form .header__search-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 26px;
  height: 36px;
  cursor: pointer;
  padding: 10px 5px;
}

.header__service {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0;
}
@media (max-width: 1576px) {
  .header__service {
    gap: 0;
  }
}
@media (max-width: 1320px) {
  .header__service {
    gap: 28px;
  }
}
@media (max-width: 992px) {
  .header__service {
    gap: 28px;
  }
}
.header__service .header__service-general {
  display: flex;
  align-items: center;
  gap: 34px;
  white-space: nowrap;
}
@media (max-width: 1576px) {
  .header__service .header__service-general {
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .header__service .header__service-general {
    display: none;
  }
}
.header__service .header__service-general div {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 15px;
  margin-top: 2px;
}
.header__service .header__service-general .header__search {
  display: none;
}
.header__service .header__service-general .header__search--active {
  display: block;
}
.header__service .header__service-general .header__lang {
  gap: 3px;
}
.header__service .header__service-personal {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1320px) {
  .header__service .header__service-personal {
    gap: 0;
  }
}
.header__service .header__service-personal .header__cart, .header__service .header__service-personal .header__profile {
  position: relative;
  border-radius: 6px;
  background: #F2F2F2;
  height: 44px;
  min-width: 44px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 1320px) {
  .header__service .header__service-personal .header__cart, .header__service .header__service-personal .header__profile {
    height: 50px;
    background: none;
    border-radius: 0;
    border-left: 1px solid #F2F2F2;
  }
}
.header__service .header__service-personal .header__cart .header__cart_link, .header__service .header__service-personal .header__cart .header__profile_link, .header__service .header__service-personal .header__profile .header__cart_link, .header__service .header__service-personal .header__profile .header__profile_link {
  height: 44px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.header__service .header__service-personal .header__cart .header__cart_link .header__cart_qty, .header__service .header__service-personal .header__cart .header__profile_link .header__cart_qty, .header__service .header__service-personal .header__profile .header__cart_link .header__cart_qty, .header__service .header__service-personal .header__profile .header__profile_link .header__cart_qty {
  margin-top: 5px;
  padding-right: 10px;
}
.header__service .header__service-personal .header__cart .header__cart_link:hover img, .header__service .header__service-personal .header__cart .header__profile_link:hover img, .header__service .header__service-personal .header__profile .header__cart_link:hover img, .header__service .header__service-personal .header__profile .header__profile_link:hover img {
  opacity: 0.9;
}
.header__service .header__service-personal .header__cart .triangle, .header__service .header__service-personal .header__profile .triangle {
  display: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 43px;
  right: 16px;
  z-index: 25;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #f2f2f2;
  background: none;
}
.header__service .header__service-personal .header__cart .header__profile_submenu, .header__service .header__service-personal .header__profile .header__profile_submenu {
  display: none;
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 20;
  padding: 10px 20px;
  border-radius: 6px;
  border-top: 4px solid #ffffff;
  background: #f2f2f2;
  min-width: 210px;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: auto;
  line-height: 25px;
}
.header__service .header__service-personal .header__cart .header__profile_submenu .header__profile_submenu-link, .header__service .header__service-personal .header__profile .header__profile_submenu .header__profile_submenu-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  height: auto;
}
.header__service .header__service-personal .header__cart .header__profile_submenu .header__profile_submenu-link img, .header__service .header__service-personal .header__profile .header__profile_submenu .header__profile_submenu-link img {
  width: 22px;
  height: 22px;
}
.header__service .header__service-personal .header__cart.header__profile:hover .header__profile_submenu, .header__service .header__service-personal .header__profile.header__profile:hover .header__profile_submenu {
  display: flex;
}
.header__service .header__service-personal .header__cart.header__profile:hover .triangle, .header__service .header__service-personal .header__profile.header__profile:hover .triangle {
  display: block;
}

.hamburger-mobile__list {
  display: none;
  height: calc(100% - 100px);
  position: fixed;
  top: 107px;
  left: 0;
  transition: all 0.7s;
  width: 100%;
  z-index: 20;
  background-color: #FFFFFF;
  box-shadow: inset 0 30px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1320px) {
  .hamburger-mobile__list {
    box-shadow: 0 8px 6px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767px) {
  .hamburger-mobile__list {
    top: 100px;
  }
}
.hamburger-mobile__list.hamburger-mobile__list--active {
  display: none;
}
@media (max-width: 1320px) {
  .hamburger-mobile__list.hamburger-mobile__list--active {
    display: flex;
    flex-direction: column;
    height: calc(100% - 100px);
  }
}
.hamburger-mobile__list .mobile__search {
  height: 54px;
  position: relative;
  border-bottom: 1px solid #F2F2F2;
}
.hamburger-mobile__list .mobile__search .header__search_form {
  display: none;
}
@media (max-width: 1320px) {
  .hamburger-mobile__list .mobile__search .header__search_form {
    display: block;
    width: 100%;
    position: relative;
    z-index: 10;
    border-top: 1px solid #f2f2f2;
  }
}
.hamburger-mobile__list .mobile__search .header__search_form .header__search_form-img {
  right: 40px;
}
.hamburger-mobile__list .mobile__search .mobile__search_form-input {
  width: 100%;
  height: 54px;
  border: none;
  background-color: transparent;
  padding: 0px 9px 0px 17px;
}
.hamburger-mobile__list .mobile__search .mobile__search_form-input::-moz-placeholder {
  color: #636463;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.hamburger-mobile__list .mobile__search .mobile__search_form-input::placeholder {
  color: #636463;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.hamburger-mobile__list .mobile__search .mobile__search_form-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
@media (max-width: 595px) {
  .hamburger-mobile__list .mobile__search .mobile__search_form-img {
    right: 17px;
  }
}
.hamburger-mobile__list .mobile__search .mobile__search-close {
  display: none;
}
.hamburger-mobile__list .mobile-menu {
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.hamburger-mobile__list .mobile-menu.overflow {
  overflow-y: scroll;
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .root_menu_item {
  position: relative;
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .root_menu_item .product-nav__sub-nav {
  position: absolute;
  top: 0;
  left: -101%;
  width: 100%;
  background-color: #FFFFFF;
  height: auto;
  z-index: 1;
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .root_menu_item .product-nav__sub-nav.product-nav__sub-nav_opened {
  left: 0;
  min-height: calc(100vh - 100px);
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .root_menu_item .product-nav__sub-nav .product-nav_sub-categories .product_list {
  position: absolute;
  top: 0;
  left: -101%;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 10;
  height: auto;
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .root_menu_item .product-nav__sub-nav .product-nav_sub-categories .product_list.product_list_opened {
  left: 0;
  min-height: calc(100vh - 100px);
  border-top: 1px solid #f2f2f2;
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .root_menu_item .product-nav__sub-nav .product-nav_sub-categories .product_list.product_list_opened .category_product {
  padding: 13px 9px 13px 17px;
  height: auto;
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .root_menu_item .product-nav__sub-nav .product-nav_sub-categories .product_list .main_sub_category_name {
  justify-content: flex-start;
  gap: 10px;
  border-bottom: 1px solid #f2f2f2;
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .root_menu_item .product-nav__sub-nav .product-nav_sub-categories .product_list .main_sub_category_name .nav_icon {
  order: -1;
  transform: rotate(180deg) scale(1.5);
  margin-top: -3px;
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .root_menu_item .product-nav__sub-nav .product-nav_sub-categories .product_list .category_product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  padding: 0;
  border-bottom: 1px solid #f2f2f2;
  height: 0;
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .root_menu_item .product-nav__sub-nav .product-nav_sub-categories .product_list .product_sublist .product_sublist__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 9px 13px 17px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #334E7D;
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .root_menu_item .product-nav__sub-nav .product-nav_sub-categories .product_list .product_list__item .dropdown-link .nav_icon {
  transform: rotate(90deg);
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .root_menu_item .product-nav__sub-nav .product-nav_sub-categories .product_list .product_list__item.open .dropdown-link .nav_icon {
  transform: rotate(270deg);
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .mobile-menu__list_item .main_category_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  padding: 13px 16px 13px 17px;
  border-bottom: 1px solid #f2f2f2;
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .mobile-menu__list_item:first-child .main_category_name {
  border-top: 1px solid #f2f2f2;
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .mobile-menu__list_item .nav_icon {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  width: 6px;
  height: 13px;
  background: url("../images/arrow_right_grey.svg") no-repeat center center;
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .mobile-menu__list_item .nav_icon img {
  width: 6px;
  height: 13px;
}
@media (max-width: 595px) {
  .hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .mobile-menu__list_item .nav_icon img {
    height: 10px;
  }
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .mobile-menu__list_item .product-nav__sub-nav .main_category_name {
  justify-content: flex-start;
  gap: 10px;
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .mobile-menu__list_item .product-nav__sub-nav .main_category_name .nav_icon {
  order: -1;
  transform: rotate(180deg) scale(1.5);
  margin-top: -3px;
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .mobile-menu__list_item .product-nav__sub-nav .product-nav_sub-categories .product-nav_sub-category {
  border-bottom: 1px solid #F2F2F2;
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .mobile-menu__list_item .product-nav__sub-nav .product-nav_sub-categories .main_sub_category_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  padding: 13px 16px 13px 17px;
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .mobile-menu__list_item.language .nav_icon, .hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .mobile-menu__list_item.exchange .nav_icon {
  background: none;
  width: auto;
  height: auto;
}
.hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .mobile-menu__list_item.language .header-exchange, .hamburger-mobile__list .mobile-menu .mobile-menu__wr .mobile-menu__list .mobile-menu__list_item.exchange .header-exchange {
  transform: translate(-50%, -50%);
  top: 50%;
}
.hamburger-mobile__list .mobile-bottom {
  margin-top: auto;
}
.hamburger-mobile__list .mobile-bottom .mobile-bottom__wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  font-size: 14px;
  line-height: 20px;
}
.hamburger-mobile__list .mobile-bottom .mobile-bottom__wr .header__contacts-city-mobile {
  color: #334E7D;
}
.hamburger-mobile__list .mobile-bottom .mobile-bottom__wr .header__contacts-phone {
  display: flex;
  align-items: center;
  gap: 9px;
}
.hamburger-mobile__list .mobile-bottom .mobile-bottom__wr .header__contacts-phone .call_me {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.hamburger-mobile__list .mobile-bottom .mobile-bottom__wr .header__contacts-phone .number {
  display: flex;
  align-items: center;
  gap: 11px;
}

.payment-modal.payment--active {
  display: block;
}
@media (max-width: 992px) {
  .payment-modal .city-choice__wr {
    max-height: 80%;
  }
}
.payment-modal .form_group .vs__dropdown-menu {
  max-height: 170px;
}

.payment-modal_btn {
  cursor: pointer;
}

.payment-modal_btn__mobile {
  cursor: pointer;
}

.banner-section {
  background: #F2F2F2;
  position: relative;
}

.banner-section__inner {
  display: flex;
  justify-content: space-between;
}

.sp-video-background {
  width: 100%;
}
.sp-video-background .sp-video-container {
  position: relative;
}
.sp-video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: -2;
}

/*.media-controls {
  display: none!important;
  button.play-pause {
    display: none!important;
    .background-tint {

    }

  }
}*/
.promo {
  width: 100%;
}
.promo .video {
  width: 100vw;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.promo .video .video__title {
  width: 84%;
  margin: 0;
  color: #fff;
  padding: 15px 0;
  margin: -5px;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
.promo .video video, .promo .video img {
  width: 100vw;
  height: 100%;
}
.promo .promo-item {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 140px);
  position: relative;
  background: url("../images/content/banner-1.png") no-repeat 50%/cover;
  color: #ffffff;
}
@media (max-width: 992px) {
  .promo .promo-item {
    padding: 101px 0 51px;
    min-height: auto;
  }
}
@media (max-width: 595px) {
  .promo .promo-item {
    padding: 137px 0 17px;
    min-height: auto;
  }
}
.promo .promo-item .promo-item__wr {
  height: 100%;
}
.promo .promo-item a {
  color: #ffffff;
}
.promo__title, .promo__subtitle {
  max-width: 983px;
  margin: 0 auto 35px;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  padding: 20px;
  border-radius: 8px;
  text-shadow: 0 0 3px #334E7D;
}
@media (max-width: 1320px) {
  .promo__title, .promo__subtitle {
    max-width: 870px;
  }
}
@media (max-width: 992px) {
  .promo__title, .promo__subtitle {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    max-width: 71%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 595px) {
  .promo__title, .promo__subtitle {
    max-width: calc(100% - 30px);
    margin: 0 auto 7px;
  }
}
.promo__title .bold, .promo__subtitle .bold {
  font-weight: 600;
}
.promo__title .bolder, .promo__subtitle .bolder {
  font-weight: 700;
}
@media (max-width: 992px) {
  .promo__title .bolder, .promo__subtitle .bolder {
    font-weight: 400;
  }
}
.promo__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.promo__btns .promo__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 3px 24px 0;
  min-width: 204px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  transition: all 0.3s;
  height: 56px;
  background-color: #ffffff;
  color: #334E7D;
}
@media (max-width: 992px) {
  .promo__btns .promo__btn {
    height: 44px;
  }
}
@media (max-width: 595px) {
  .promo__btns .promo__btn {
    width: calc(100% - 30px);
    max-width: 343px;
  }
}
.promo__btns .promo__btn img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-top: -1px;
}
.promo__btns .promo__btn.active {
  background-color: #ffffff;
  color: #334E7D;
}
.promo__btns .promo__btn:hover {
  background-color: #F2F2F2;
  color: #475D89;
}
.promo__btns .promo__btn:hover img {
  border: 1px solid #334E7D;
}
.promo__link {
  display: inline-flex;
  height: 44px;
  padding: 2px 20px 0;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 27px;
  border-radius: 100px;
  cursor: pointer;
  background-color: #ffffff;
  color: #334E7D;
}
@media (max-width: 992px) {
  .promo__link {
    margin-bottom: 19px;
  }
}
@media (max-width: 595px) {
  .promo__link {
    margin-bottom: 14px;
  }
}
.promo__link:hover {
  background-color: #F2F2F2;
  color: #475D89;
}

.banner-section__slider {
  max-width: 100%;
  position: relative;
  width: 100%;
  /*.arrow-right,
  .arrow-left{
    display: block;
    margin: -1px auto;
    width: 15px;
    height: 15px;
    border-top: 2px solid #9A9B9A;
    border-left: 2px solid #9A9B9A;
    border-radius: 2px;
  }
  .arrow-right{
    transform: rotate(-45deg);
  }

  .arrow-left{
    transform: rotate(135deg);
  }*/
}
.banner-section__slider .banner-section__slider-item {
  display: flex;
  align-items: center;
}
.banner-section__slider .banner-section__slider-item .banner-section__slider-item_inner {
  padding-top: 109px;
  padding-bottom: 194px;
}
.banner-section__slider .banner-section__slider-item .banner-section__slider-item_inner .banner-section__slider-descr {
  padding-top: 83px;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}
.banner-section__slider .banner-section__slider-item .banner-section__slider-item_inner .banner-section__slider-descr h1 {
  font-size: 54px;
}
.banner-section__slider .banner-section__slider-item .banner-section__slider-item_inner .banner-section__slider-descr .banner-section__slider-subtitle {
  font-weight: 400;
}
.banner-section__slider .banner-section__slider-item .banner-section__slider-item_inner .banner-section__slider-descr .banner-section__slider-info {
  font-weight: 700;
}
.banner-section__slider .banner-section__slider-item .banner-section__slider-item_inner .banner-section__slider-text {
  padding-top: 37px;
  line-height: 28px;
}
.banner-section__slider .banner-section__slider-item .banner-section__slider-item_inner .banner-section__slider-buttons {
  padding-top: 40px;
  display: flex;
  align-items: center;
  gap: 19px;
}
.banner-section__slider .banner-section__slider-item .banner-section__slider-item_inner .slider-item__counter {
  margin-left: 122px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #9A9B9A;
}
.banner-section__slider .banner-section__slider-item .banner-section__slider-item_inner .play__button {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.banner-section__slider-btn {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 10px 10px 10px 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #D3D3D3;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background-color: transparent;
}
.banner-section__slider-btn-prev {
  left: 3%;
}
@media (max-width: 992px) {
  .banner-section__slider-btn-prev {
    left: 12px;
  }
}
.banner-section__slider-btn-prev img {
  width: 16px;
  transform: rotate(90deg);
}
.banner-section__slider-btn-next {
  right: 3%;
}
@media (max-width: 992px) {
  .banner-section__slider-btn-next {
    right: 12px;
  }
}
.banner-section__slider-btn-next img {
  width: 16px;
  transform: rotate(270deg);
}
.banner-section__slider-img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 900px;
  height: auto;
  max-width: 50%;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 992px) {
  .slick-dots {
    bottom: -20px;
  }
}
.slick-dots li {
  display: inline-block;
  padding: 0 5px;
}
.slick-dots button {
  padding: 0;
  font-size: 0;
  margin: 0;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: #D3D3D3;
}

.slick-dots .slick-active button {
  background-color: #9A9B9A;
}

.slick-active li button {
  background-color: #9A9B9A;
}

@media (max-width: 1320px) {
  .product-search-result {
    margin-top: -7px;
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    height: 100%;
  }
}

.product-search-result__wr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1320px) {
  .product-search-result__wr {
    gap: 0;
    flex-grow: 1;
    min-height: calc(100vh - 208px);
    height: 100%;
  }
}
@media (max-width: 1320px) {
  .product-search-result__wr.no-results__wr {
    min-height: auto;
  }
}
@media (max-width: 1320px) {
  .product-search-result__wr.iOS {
    min-height: calc(100vh - 258px);
  }
}
.product-search-result__wr .product-list {
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  padding: 20px 20px 0;
  min-width: 500px;
  border-radius: 6px;
}
@media (max-width: 1320px) {
  .product-search-result__wr .product-list {
    box-shadow: none;
    border-radius: 0;
    min-width: 100%;
    overflow: auto;
    min-height: calc(100vh - 258px);
    height: 100%;
    overflow-y: scroll;
  }
}
@media (max-width: 595px) {
  .product-search-result__wr .product-list {
    padding: 10px 6px 0;
    overflow: auto;
  }
}
@media (max-width: 1320px) {
  .product-search-result__wr .product-list.iOS {
    min-height: calc(100vh - 308px);
  }
}
.product-search-result__wr .product-search-result-item {
  display: flex;
  width: 100%;
  padding: 5px 0;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #F2F2F2;
}
.product-search-result__wr .product-search-result-item .prices.price__info {
  margin-left: auto;
  width: 120px;
}
.product-search-result__wr .product-search-result-item .picture {
  width: 40px !important;
}
.product-search-result__wr .product-search-result-item .picture img {
  width: 100%;
  display: flex;
  height: auto;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}
.product-search-result__wr .product-search-result-item .description {
  flex: 1;
  margin: 0 15px 0 0;
  word-break: break-word;
  font-size: 15px;
}
@media (max-width: 767px) {
  .product-search-result__wr .product-search-result-item .description {
    max-width: 295px;
  }
}
@media (max-width: 595px) {
  .product-search-result__wr .product-search-result-item .description {
    margin-right: 5px;
  }
}
@media (max-width: 374px) {
  .product-search-result__wr .product-search-result-item .description {
    flex-grow: 1;
  }
}
.product-search-result__wr .product-search-result-item .description a {
  display: inline-block;
}
.product-search-result__wr .product-search-result-item .prices {
  margin-bottom: 0;
  flex: 0 1 100px;
}
.product-search-result__wr .product-search-result-item .prices.price__info {
  margin-left: auto;
}
@media (max-width: 1320px) {
  .product-search-result__wr .product-search-result-item .prices.price__info {
    grid-template-columns: none;
    flex: none;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    flex-grow: 0;
    width: 100px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .product-search-result__wr .product-search-result-item .prices.price__info {
    gap: 5px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .product-search-result__wr .product-search-result-item .prices.price__info .price {
    margin-right: 0;
  }
}
.product-search-result__wr .product-search-result-item .prices p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
@media (max-width: 1320px) {
  .product-search-result__wr .product-search-result-item .prices p {
    margin-bottom: 4px;
  }
}
.product-search-result__wr .product-search-result-item .prices .price {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
}
@media (max-width: 1320px) {
  .product-search-result__wr .product-search-result-item .prices .price {
    flex-shrink: 0;
    margin: 5px 5px;
  }
}
.product-search-result__wr .product-search-result-item .prices .value {
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  word-wrap: break-word;
}
@media (max-width: 992px) {
  .product-search-result__wr .product-search-result-item .prices .value {
    white-space: unset;
    max-width: 100px;
  }
}
.product-search-result__wr .product-search-result-item .sku {
  margin-bottom: 0;
  flex: 0 1 100px;
}
.product-search-result__wr .product-search-result-item .sku.sku__info {
  margin-left: auto;
}
@media (max-width: 1320px) {
  .product-search-result__wr .product-search-result-item .sku.sku__info {
    grid-template-columns: none;
    flex: none;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    flex-grow: 0;
    width: 100px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .product-search-result__wr .product-search-result-item .sku.sku__info {
    gap: 5px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding-right: 5px;
  }
}
@media (max-width: 595px) {
  .product-search-result__wr .product-search-result-item .sku.sku__info {
    padding-right: 0;
    width: 80px;
  }
}
@media (max-width: 767px) {
  .product-search-result__wr .product-search-result-item .sku.sku__info .sku__wr {
    margin-right: 0;
  }
}
.product-search-result__wr .product-search-result-item .sku p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
@media (max-width: 1320px) {
  .product-search-result__wr .product-search-result-item .sku p {
    margin-bottom: 4px;
  }
}
.product-search-result__wr .product-search-result-item .sku .sku__wr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
}
@media (max-width: 1320px) {
  .product-search-result__wr .product-search-result-item .sku .sku__wr {
    flex-shrink: 0;
    margin: 5px 5px;
  }
}
.product-search-result__wr .product-search-result-item .sku .value {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  display: flex;
  align-items: center;
  word-wrap: break-word;
}
.product-search-result__wr .product-search-result-item.show-all {
  justify-content: center;
  border-bottom: none;
  height: 50px;
}
.product-search-result__wr .product-search-result-item.show-all:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.product-search-result__wr .product-search-result-item.show-all a {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px 0;
}
.product-search-result__wr .no-results {
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  background-color: #FFFFFF;
  padding: 20px 20px 16px;
  white-space: nowrap;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
@media (max-width: 992px) {
  .product-search-result__wr .no-results {
    border-top: 1px solid #F2F2F2;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
}

.categories__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 34px;
  -moz-column-gap: 34px;
       column-gap: 34px;
}
@media (max-width: 992px) {
  .categories__inner {
    -moz-column-gap: 18px;
         column-gap: 18px;
    row-gap: 20px;
  }
}
@media (max-width: 595px) {
  .categories__inner {
    row-gap: 10px;
  }
}

.categories__inner.tabs-content {
  flex-direction: row;
  justify-content: flex-start;
}
@media (max-width: 595px) {
  .categories__inner.tabs-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}

.categories__tabs .tabs__title {
  margin-bottom: 23px;
  height: 58px;
  -moz-column-gap: 34px;
       column-gap: 34px;
  /*&::-webkit-scrollbar {
    width: 10px;
    background-color: #f9f9fd;
    height: 5px;
  }

  &::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: $primary-color;
  }

  &::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
  }
  !*.issue_scroll::-webkit-scrollbar {
    width: 27px;
    !*background-color: black;*!
  }*!
  &::-webkit-scrollbar {
    width: 3px;
    background-color: #f9f9fd;
    height: 5px;
    position: fixed!important;
    top: 0;
  }

  &::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: $primary-color;
  }

  &::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    border-radius: 3px;
    background-color: #f9f9fd;
  }*/
}
@media (max-width: 992px) {
  .categories__tabs .tabs__title {
    overflow-x: scroll;
    margin-bottom: 8px;
  }
}
@media (max-width: 595px) {
  .categories__tabs .tabs__title {
    margin-bottom: 17px;
  }
}
.categories__tabs .tabs__title .tabs__title-item {
  color: #1A1919;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  max-width: 446px;
  white-space: nowrap;
}
@media (max-width: 1576px) {
  .categories__tabs .tabs__title .tabs__title-item {
    white-space: nowrap;
    max-width: unset;
    width: auto;
  }
}
@media (max-width: 1320px) {
  .categories__tabs .tabs__title .tabs__title-item {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 595px) {
  .categories__tabs .tabs__title .tabs__title-item {
    font-size: 22px;
    line-height: 30px;
  }
}
.categories__tabs .tabs__title .tabs__title-item span {
  margin-top: 3px;
}
.categories__tabs .tabs__title .button {
  margin-left: auto;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .categories__tabs .tabs__title .button {
    display: none;
  }
}
.categories__tabs .show-all__mobile {
  display: none;
  margin-left: auto;
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .categories__tabs .show-all__mobile {
    display: block;
  }
}

.categories__title {
  margin-bottom: 31px;
}

.categories__item {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  transition: all 0.3s;
  max-width: 446px;
  width: calc(33.3% - 23px);
  height: auto;
}
@media (max-width: 992px) {
  .categories__item {
    width: calc(33.3% - 12px);
  }
}
@media (max-width: 767px) {
  .categories__item {
    width: calc(50% - 18px);
  }
}
@media (max-width: 595px) {
  .categories__item {
    width: 100%;
    max-width: 100%;
  }
}
.categories__item:hover {
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}
.categories__item:hover .categories__item-descr_wr {
  background: #FFF;
}
.categories__item .categories__item-line {
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .categories__item .categories__item-line {
    height: 4px;
    bottom: -4px;
  }
}
.categories__item .categories__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 200px;
  aspect-ratio: 446/200;
}
@media (max-width: 1576px) {
  .categories__item .categories__item-img {
    height: auto;
  }
}
.categories__item .categories__item-img img {
  height: auto;
  max-height: 200px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  aspect-ratio: 446/200;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 595px) {
  .categories__item .categories__item-img img {
    max-height: unset;
  }
}
.categories__item .categories__item-descr_wr {
  padding: 22px 29px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  background: #f2f2f2;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .categories__item .categories__item-descr_wr {
    padding: 11px 15px 11px;
    gap: 3px;
  }
}
@media (max-width: 595px) {
  .categories__item .categories__item-descr_wr {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 17px 18px 13px;
  }
}
.categories__item .categories__item-descr_wr .categories__item-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .categories__item .categories__item-descr_wr .categories__item-title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 595px) {
  .categories__item .categories__item-descr_wr .categories__item-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.related-categories .related-categories__slider .promotions__slider-btn {
  top: calc(50% - 20px);
}
.related-categories .related-categories__slider .categories__item {
  max-width: unset;
  width: auto;
}
.related-categories .related-categories__slider .categories__item .categories__item-descr_wr {
  position: relative;
}
.related-categories .related-categories__slider .categories__item .categories__item-descr_wr .categories__item-line {
  bottom: auto;
  top: 0;
}

.categories__item:hover .categories__item-descr_wr .categories__item-info {
  background: #F2F2F2;
}

.categories__item-info {
  display: inline-flex;
  height: 30px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #636463;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .categories__item-info {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 5px 12px;
    height: 20px;
  }
}
@media (max-width: 595px) {
  .categories__item-info {
    height: 30px;
    padding: 5px 17px;
  }
}
.categories__item-info span {
  margin-top: 2px;
}

.category-page .category-page__wr {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.category-page .category-page__wr .product_sublist {
  display: block !important;
  width: calc(25% - 30px);
}
@media (max-width: 1320px) {
  .category-page .category-page__wr .product_sublist {
    width: calc(33.3% - 27px);
  }
}
@media (max-width: 992px) {
  .category-page .category-page__wr .product_sublist {
    width: calc(50% - 20px);
  }
}
@media (max-width: 595px) {
  .category-page .category-page__wr .product_sublist {
    width: 100%;
  }
}
.category-page .category-page__wr .product_sublist .product_sublist__title_wr {
  display: flex;
  flex-direction: column;
}
.category-page .category-page__wr .product_sublist .product_sublist__title_wr .product_sublist__img_wr {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: auto;
  aspect-ratio: 446/200;
}
.category-page .category-page__wr .product_sublist .product_sublist__title_wr .product_sublist__img_wr .product_sublist__title_img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  aspect-ratio: 446/200;
  -o-object-fit: contain;
     object-fit: contain;
}
.category-page .category-page__wr .product_sublist .product_sublist__title {
  font-weight: 600;
  padding: 17px 20px 12px;
  background-color: #dce9f5;
}
.category-page .category-page__wr .product_sublist .header-catalog__nav {
  padding: 20px 20px 0;
}
.category-page .category-page__wr .product_sublist .header-catalog__nav .header-catalog__nav-menu {
  list-style-type: none;
  width: 100%;
  -moz-columns: 1;
       columns: 1;
  -moz-column-width: 200px;
       column-width: 200px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  -moz-column-fill: balance;
       column-fill: balance;
}
@media (max-width: 595px) {
  .category-page .category-page__wr .product_sublist .header-catalog__nav .header-catalog__nav-menu {
    -moz-columns: 2;
         columns: 2;
    -moz-column-width: 132px;
         column-width: 132px;
  }
}

.application-area-page .category-page__wr {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.application-area-page .category-page__wr .categories__item {
  width: calc(25% - 30px);
}
@media (max-width: 1320px) {
  .application-area-page .category-page__wr .categories__item {
    width: calc(33.3% - 27px);
  }
}
@media (max-width: 992px) {
  .application-area-page .category-page__wr .categories__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 595px) {
  .application-area-page .category-page__wr .categories__item {
    width: 100%;
  }
}
.application-area-page .category-page__wr .categories__item .categories__item-img {
  height: auto;
}
.application-area-page .category-page__wr .categories__item .categories__item-descr_wr {
  padding: 17px 20px 12px;
  justify-content: center;
  background-color: #dce9f5;
}
.application-area-page .category-page__wr .categories__item .categories__item-descr_wr .categories__item-title {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  justify-content: center;
}
.application-area-page .category-page__wr .categories__item:hover .categories__item-descr_wr {
  background-color: #FFFFFF;
}

.footer {
  margin-top: auto;
}

.subscribe__wr {
  background-color: #45649b;
  padding: 20px 0;
  margin-top: 160px;
}
@media (max-width: 595px) {
  .subscribe__wr {
    margin-top: 100px;
  }
}

.subscribe__sub__wr {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
}

.footer__wr {
  background: #334E7D;
  padding: 20px 0;
}
@media (max-width: 595px) {
  .footer__wr {
    padding-top: 0;
  }
}

.footer__top .footer__nav-header {
  display: flex;
  gap: 10px;
}
.footer__top .footer__nav-header .footer__category {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color: #ffffff;
  padding: 0;
}
.footer__top .footer__nav {
  display: flex;
  color: #DCE9F5;
  gap: 10px;
}
@media (max-width: 1320px) {
  .footer__top .footer__nav {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .footer__top .footer__nav {
    justify-content: flex-start;
    row-gap: 20px;
  }
}
.footer__top .footer__nav .footer__nav-menu, .footer__top .footer__nav .footer__nav-category {
  padding: 0;
  margin-top: -10px;
}
@media (max-width: 992px) {
  .footer__top .footer__nav .footer__nav-menu, .footer__top .footer__nav .footer__nav-category {
    width: calc(33.3% - 7px);
  }
}
@media (max-width: 595px) {
  .footer__top .footer__nav .footer__nav-menu, .footer__top .footer__nav .footer__nav-category {
    display: none;
  }
}
.footer__top .footer__nav .footer__category {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color: #ffffff;
  padding: 0;
  margin-bottom: 47px;
}
@media (max-width: 1320px) {
  .footer__top .footer__nav .footer__category {
    margin-bottom: 11px;
  }
}
@media (max-width: 992px) {
  .footer__top .footer__nav .footer__category {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
  }
}
@media (max-width: 595px) {
  .footer__top .footer__nav .footer__category {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
  }
}
.footer__top .footer__nav .footer__category.footer__promo-logo {
  margin-bottom: 20px;
}
@media (max-width: 1320px) {
  .footer__top .footer__nav .footer__category.footer__promo-logo {
    width: 33.3%;
    margin-bottom: 0;
  }
}
@media (max-width: 595px) {
  .footer__top .footer__nav .footer__category.footer__promo-logo {
    width: 100%;
  }
}
@media (max-width: 1320px) {
  .footer__top .footer__nav .footer__category.footer__promo-logo img {
    width: 167px;
  }
}
.footer__top .footer__nav .footer__politics-item_link {
  font-size: 14px;
}
.footer__top .footer__nav .footer__subcategory {
  display: block;
  color: #DCE9F5;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  padding: 3px 0;
}
@media (max-width: 992px) {
  .footer__top .footer__nav .footer__subcategory {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding: 0 0 8px;
  }
}
@media (max-width: 595px) {
  .footer__top .footer__nav .footer__subcategory {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding: 0 0 14px;
  }
}
.footer__top .footer__nav .footer__subcategory:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #5B6B94;
}
@media (max-width: 1320px) {
  .footer__top .footer__nav .footer__promo {
    margin-top: 20px;
    display: flex;
    gap: 55px;
  }
}
@media (max-width: 1320px) {
  .footer__top .footer__nav .footer__promo {
    gap: 6px;
  }
}
@media (max-width: 595px) {
  .footer__top .footer__nav .footer__promo {
    flex-wrap: wrap;
    gap: 14px;
  }
}
@media (max-width: 1320px) {
  .footer__top .footer__nav .footer__promo_wr {
    width: calc(66.7% - 30px);
  }
}
@media (max-width: 595px) {
  .footer__top .footer__nav .footer__promo_wr {
    width: 100%;
  }
}
.footer__top .footer__nav .footer__promo-descr {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.footer__top .footer__nav .footer__promo-descr .company-title {
  margin-top: 20px;
  margin-bottom: 3px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .footer__top .footer__nav .footer__promo-descr {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
}
@media (max-width: 595px) {
  .footer__top .footer__nav .footer__promo-descr {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.footer__top .footer__nav .footer__phone {
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-top: 19px;
}
@media (max-width: 992px) {
  .footer__top .footer__nav .footer__phone {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 26px;
  }
}
@media (max-width: 595px) {
  .footer__top .footer__nav .footer__phone {
    margin-top: 26px;
    font-size: 16px;
    line-height: 40px;
  }
}
.footer__top .footer__nav .footer__phone .footer__phone-arrow {
  margin-left: 6px;
  padding: 6px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .footer__top .footer__nav .footer__phone .footer__phone-arrow {
    margin-left: 2px;
  }
}
.footer__top .footer__nav .footer__nav-mobile {
  display: none;
  width: 100%;
}
@media (max-width: 595px) {
  .footer__top .footer__nav .footer__nav-mobile {
    display: block;
  }
}
.footer__top .footer__nav .accordion-menu .list-style {
  padding: 17px 0 16px;
  border-bottom: 1px solid #5B6B94;
  margin-left: -16px;
  width: calc(100% + 32px);
}
.footer__top .footer__nav .accordion-menu .list-style .dropdown-link .footer__category {
  position: relative;
  margin: 0 16px;
}
.footer__top .footer__nav .accordion-menu .list-style .dropdown-link .footer__category::after {
  content: "";
  background: url("../images/arrow_right_grey.svg") no-repeat center center;
  position: absolute;
  right: 6px;
  top: 50%;
  width: 13px;
  height: 11px;
  transition: 0.3s;
  transform: scale(1.2) translateY(-50%) rotate(90deg);
  cursor: pointer;
}
.footer__top .footer__nav .accordion-menu .list-style.open .dropdown-link .footer__category::after {
  transform: scale(1.2) translateY(-50%) rotate(270deg);
}
.footer__top .footer__nav .accordion-menu .list-style .submenu-items {
  margin: 26px 16px 0;
}

@media (max-width: 595px) {
  .footer__bottom .footer__paysystems .footer__copyright {
    margin-top: 0px;
  }
}

.footer__bottom {
  position: absolute;
  bottom: 13px;
  margin-top: 20px;
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 16px;
  align-items: flex-end;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 1320px) {
  .footer__bottom {
    row-gap: 37px;
    position: relative;
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .footer__bottom {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .footer__bottom {
    align-items: start;
    flex-direction: column;
    row-gap: 16px;
  }
}
@media (max-width: 595px) {
  .footer__bottom {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}
.footer__bottom .footer__copyright {
  max-width: 200px;
  min-width: 160px;
  flex-grow: 1;
}
@media (max-width: 595px) {
  .footer__bottom .footer__copyright {
    margin-top: 43px;
  }
}
.footer__bottom .footer__copyright div {
  display: block;
  color: #DCE9F5;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 992px) {
  .footer__bottom .footer__copyright div {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
  }
}
@media (max-width: 595px) {
  .footer__bottom .footer__copyright div {
    font-size: 14px;
  }
}
.footer__bottom .footer__copyright span + span {
  margin-top: 32px;
  font-size: 12px;
  line-height: 16px;
}
.footer__bottom .footer__copyright_descr {
  max-width: 470px;
  color: #DCE9F5;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
}
@media (max-width: 1320px) {
  .footer__bottom .footer__copyright_descr {
    width: 470px;
    max-width: 100%;
  }
}
.footer__bottom .footer__copyright_descr .footer__copyright_text {
  max-width: 470px;
}
@media (max-width: 595px) {
  .footer__bottom .footer__copyright_descr .footer__copyright_text {
    margin-top: -5px;
  }
}
.footer__bottom .footer__politics {
  display: flex;
  gap: 20px;
  flex-grow: 2;
  justify-content: space-around;
  margin-left: 47px;
}
@media (max-width: 1320px) {
  .footer__bottom .footer__politics {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .footer__bottom .footer__politics {
    margin-left: 0;
    order: -1;
    flex-direction: column;
  }
}
.footer__bottom .footer__politics .footer__politics-wr {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__bottom .footer__politics .footer__politics-wr .footer__politics-item {
  color: #DCE9F5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 992px) {
  .footer__bottom .footer__politics .footer__politics-wr .footer__politics-item {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
  }
}

.social-media {
  display: flex;
  align-items: center;
  gap: 13px;
  position: relative;
  margin-top: 12px;
  margin-left: auto;
}
@media (max-width: 1320px) {
  .social-media {
    order: 2;
    justify-content: flex-end;
    width: calc(100% - 490px);
  }
}
@media (max-width: 992px) {
  .social-media {
    gap: 11px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .social-media {
    width: 100%;
    justify-content: flex-start;
    margin-top: 18px;
  }
}
@media (max-width: 595px) {
  .social-media {
    margin-top: 12px;
    gap: 15px;
  }
}
.social-media .social-media__items {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .social-media .social-media__items {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 595px) {
  .social-media .social-media__items {
    width: 36px;
    height: 36px;
  }
}
.social-media .social-media__items img {
  width: 100%;
}
.social-media .social-media__items:hover img {
  opacity: 0.9;
}

.column-2 {
  -moz-columns: 2;
       columns: 2;
}

.phone-modal {
  display: none;
  left: 0;
  z-index: 21;
}
.phone-modal.modal-body {
  display: block;
}
.phone-modal .overlay {
  background: rgba(0, 0, 0, 0.3);
}

.header-phone-modal {
  display: none;
  position: relative;
  left: 0;
  z-index: 10;
}
.header-phone-modal .overlay {
  background: rgba(0, 0, 0, 0.3);
}

.phone-modal__wr {
  padding: 12px 16px;
  position: absolute;
  z-index: 110;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background-color: #fff;
  border-radius: 6px;
  left: 0;
  top: 30px;
}
.phone-modal__wr .phone-modal__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color: #334E7D;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 992px) {
  .phone-modal__wr .phone-modal__item {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }
}
@media (max-width: 595px) {
  .phone-modal__wr .phone-modal__item {
    font-size: 16px;
  }
}
.phone-modal__wr .phone-modal__item .phone-modal__sign {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.phone-modal__wr .phone-modal__item .phone-modal__sign img {
  width: 24px;
  height: 24px;
}

.payment-systems {
  font-family: sans-serif;
}

.payment-systems span {
  margin-bottom: 5px;
}

.payment-systems__logos {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.payment-systems__logos img {
  width: 65px;
  height: auto;
}

.hamburger {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-top: 3px;
}
.hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #334E7D;
  margin-bottom: 4px;
  transition: 0.5s all;
  border-radius: 2px;
}
.hamburger_active span {
  margin-bottom: -2px;
}
.hamburger_active span:nth-child(1) {
  transform: translateY(3px) rotate(-45deg);
}
.hamburger_active span:nth-child(2) {
  display: none;
}
.hamburger_active span:nth-child(3) {
  transform: translateY(3px) rotate(45deg);
}

.hamburger-mobile {
  display: none;
  align-items: center;
  width: 52px;
  height: 50px;
  border-left: 1px solid #F2F2F2;
}
@media (max-width: 1320px) {
  .hamburger-mobile {
    display: flex;
  }
}
.hamburger-mobile .hamburger {
  width: 20px;
  margin: 3px auto 0 auto;
}
.hamburger-mobile.hamburger-mobile--active .hamburger {
  margin-top: 0;
}
.hamburger-mobile.hamburger-mobile--active .hamburger span:nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
  margin-bottom: 3px;
}
.hamburger-mobile.hamburger-mobile--active .hamburger span:nth-child(2) {
  display: none;
}
.hamburger-mobile.hamburger-mobile--active .hamburger span:nth-child(3) {
  transform: translateY(3px) rotate(45deg);
  margin-bottom: 3px;
}

@media (max-width: 992px) {
  .service {
    margin-top: 0;
  }
}

.service__title {
  margin-bottom: 27px;
}
@media (max-width: 992px) {
  .service__title {
    margin-bottom: 22px;
  }
}
@media (max-width: 595px) {
  .service__title {
    margin-bottom: 20px;
  }
}

.service__inner {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .service__inner {
    gap: 18px;
  }
}
@media (max-width: 595px) {
  .service__inner {
    gap: 10px;
    flex-direction: column;
  }
}
.service__inner .service__inner_wr {
  width: calc(33.3% - 23px);
}
@media (max-width: 992px) {
  .service__inner .service__inner_wr {
    width: calc(33.3% - 12px);
  }
}
@media (max-width: 595px) {
  .service__inner .service__inner_wr {
    width: 100%;
  }
}
.service__inner .service__item {
  display: flex;
  flex-direction: column;
  gap: 37px;
  align-items: center;
  justify-content: center;
  padding: 74px 30px 41px;
  height: auto;
  min-height: 320px;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
  background: #F2F2F2;
  width: 100%;
}
@media (max-width: 992px) {
  .service__inner .service__item {
    min-height: 171px;
    padding: 41px 30px 19px;
  }
}
@media (max-width: 595px) {
  .service__inner .service__item {
    flex-direction: row;
    justify-content: space-between;
    padding: 21px 25px 22px 20px;
    width: 100%;
    min-height: 100px;
  }
}
.service__inner .service__item .service__item-img {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .service__inner .service__item .service__item-img {
    height: 55px;
  }
}
.service__inner .service__item .service__item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 130px;
  max-height: 100px;
}
@media (max-width: 992px) {
  .service__inner .service__item .service__item-img img {
    max-width: 70px;
    max-height: 55px;
  }
}
.service__inner .service__item .service__item-title {
  margin-top: auto;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  word-break: break-word;
  max-width: 100%;
}
@media (max-width: 992px) {
  .service__inner .service__item .service__item-title {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 595px) {
  .service__inner .service__item .service__item-title {
    font-size: 18px;
    line-height: 27px;
    order: -1;
    margin-top: 0;
  }
}
.service__inner .service__item .service__item-text {
  font-weight: 500;
  line-height: 28px;
  color: #636463;
  max-width: 341px;
}

.promotions {
  margin-top: 164px;
}
@media (max-width: 992px) {
  .promotions {
    margin-top: 0;
    margin-bottom: 90px;
  }
}
@media (max-width: 1576px) {
  .promotions .promotions__inner {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .promotions .promotions__inner {
    padding: 0;
  }
}

.promotions__title-wr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.promotions__title-wr .promotions__title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .promotions__title-wr .promotions__title {
    margin-bottom: 20px;
  }
}
.promotions__title-wr .button {
  margin-top: -6px;
}
@media (max-width: 992px) {
  .promotions__title-wr .button {
    margin-top: 0;
  }
}
@media (max-width: 595px) {
  .promotions__title-wr .button {
    display: none !important;
  }
}

.product-item__wrapper {
  display: flex;
  gap: 34px;
}
.product-item__wrapper .product-item {
  position: relative;
  width: 326px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
  padding-bottom: 26px;
  transition: all 0.3s;
  /*&:hover .product-item__img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }*/
}
@media (max-width: 992px) {
  .product-item__wrapper .product-item {
    padding-bottom: 10px;
  }
}
@media (max-width: 595px) {
  .product-item__wrapper .product-item {
    padding-bottom: 23px;
  }
}
.product-item__wrapper .product-item.sale::before {
  content: "Sale";
  display: inline-flex;
  height: 30px;
  padding: 3px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #FCE6B2;
  position: absolute;
  left: 23px;
  top: 21px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
@media (max-width: 992px) {
  .product-item__wrapper .product-item.sale::before {
    left: 17px;
    top: 16px;
  }
}
.product-item__wrapper .product-item:hover {
  border: 1px solid transparent;
  background: #ffffff;
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}
.product-item__wrapper .product-item .product-item__img_wr {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50%;
  aspect-ratio: 326/310;
}
@media (max-width: 595px) {
  .product-item__wrapper .product-item .product-item__img_wr {
    min-height: 150px;
  }
}
.product-item__wrapper .product-item .product-item__img_wr .product-item__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 310px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  aspect-ratio: 326/310;
}
.product-item__wrapper .product-item .product-item__title {
  color: #334E7D;
  margin: 22px 26px 5px 23px;
  font-weight: 500;
  line-height: 28px;
  word-break: break-word;
  flex-grow: 1;
}
@media (max-width: 1320px) {
  .product-item__wrapper .product-item .product-item__title {
    font-size: 14px;
    line-height: 20px;
    margin: 11px 10px 1px 17px;
  }
}
@media (max-width: 595px) {
  .product-item__wrapper .product-item .product-item__title {
    margin: 16px 4px 17px 14px !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 24px !important;
  }
}
.product-item__wrapper .product-item .product-item__descr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 29px;
       column-gap: 29px;
  row-gap: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: auto;
  margin-right: 26px;
  margin-left: 23px;
  margin-bottom: 16px;
}
@media (max-width: 1320px) {
  .product-item__wrapper .product-item .product-item__descr {
    margin-right: 10px;
    margin-left: 17px;
    margin-bottom: 10px;
  }
}
.product-item__wrapper .product-item .product-item__descr .product-item__article {
  color: #9A9B9A;
}
.product-item__wrapper .product-item .product-item__descr .product-item__available {
  color: #009949;
}
.product-item__wrapper .product-item .product-item__descr .product-item__available_ending {
  color: #EFA92C;
}
.product-item__wrapper .product-item .product-item__price_wr {
  margin-right: 26px;
  margin-left: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1320px) {
  .product-item__wrapper .product-item .product-item__price_wr {
    margin-right: 10px;
    margin-left: 17px;
  }
}
@media (max-width: 595px) {
  .product-item__wrapper .product-item .product-item__price_wr {
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
    margin-right: 4px !important;
    margin-left: 14px !important;
    margin-top: auto !important;
  }
}
.product-item__wrapper .product-item__not_available {
  filter: grayscale(100%);
  color: #9A9B9A;
  cursor: initial;
}
.product-item__wrapper .product-item__not_available * {
  color: #9A9B9A;
}
.product-item__wrapper .product-item__not_available .product-item__title {
  color: #9A9B9A;
}
.product-item__wrapper .product-item__not_available .product-item__title * {
  color: #9A9B9A;
}
.product-item__wrapper .product-item__not_available .product-item__basket {
  background: url("../images/cart_grey_fill.svg") #F2F2F2 no-repeat center center;
  /*&:hover {
    box-shadow: none;
  }*/
}

.promotions__slider {
  gap: 0;
}
.promotions__slider .slick-list {
  overflow-x: hidden;
  margin: 0 -15px;
  width: calc(100% + 30px);
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .promotions__slider .slick-list {
    padding-bottom: 30px;
    margin: 0 -8px;
    width: calc(100% + 16px);
  }
}
.promotions__slider .slick-list .slick-track {
  display: flex;
  margin-left: 0;
}
.promotions__slider .slick-list .slick-slide {
  margin: 0 15px;
  height: auto;
}
@media (max-width: 992px) {
  .promotions__slider .slick-list .slick-slide {
    margin: 0 8px;
  }
}
.promotions__slider .promotions__slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 10px 10px 10px 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #F2F2F2;
  background: transparent;
}
@media (max-width: 992px) {
  .promotions__slider .promotions__slider-btn {
    display: none !important;
  }
}
.promotions__slider .promotions__slider-btn-prev {
  left: -74px;
}
@media (max-width: 1576px) {
  .promotions__slider .promotions__slider-btn-prev {
    left: -54px;
  }
}
.promotions__slider .promotions__slider-btn-next {
  right: -54px;
}

.product-item__price .old-price {
  display: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 992px) {
  .product-item__price .old-price {
    line-height: 18px;
  }
}
.product-item__price .new-price {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  display: block;
  margin-top: 5px;
  color: #1A1919;
}
@media (max-width: 992px) {
  .product-item__price .new-price {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }
}
@media (max-width: 595px) and (max-width: 992px) {
  .product-item__price .new-price {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
  }
}

.product-item__basket {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 8px;
  border: none;
  transition: all 0.3s;
  background: url("../images/cart.svg") #F2F2F2 no-repeat center center;
}
.product-item__basket:not(.active, .disabled):hover {
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16), 0 0 9px 0 rgba(0, 0, 0, 0.16);
}

.product-item__basket.active {
  background: url("../images/cart_blue.svg") #F2F2F2 no-repeat center center;
}

@media (max-width: 992px) {
  .materials {
    margin-top: 0;
  }
}

.materials__title-wr {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.materials__inner {
  display: flex;
  max-height: 319px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
}
.materials__inner.empty {
  background-image: url("../images/content/materials_bg.png");
}
@media (max-width: 767px) {
  .materials__inner {
    max-height: unset;
    flex-direction: column;
    padding: 33px 20px 0 20px;
    gap: 10px;
  }
}
.materials__inner .materials__content {
  padding: 39px 0 44px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
  max-width: 740px;
  width: 50%;
}
@media (max-width: 1320px) {
  .materials__inner .materials__content {
    padding: 39px 0 40px 32px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .materials__inner .materials__content {
    padding: 0;
    width: 100%;
  }
}
.materials__inner .materials__content .materials__catalog {
  display: inline-flex;
  height: 44px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 186px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .materials__inner .materials__content .materials__catalog {
    text-align: center;
  }
}
.materials__inner .materials__content .materials__catalog:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 0 9px 0 rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
  color: #334E7D;
}
.materials__inner .materials__content .materials__title {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  text-shadow: 0 0 3px #334E7D;
}
@media (max-width: 1320px) {
  .materials__inner .materials__content .materials__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .materials__inner .materials__content .materials__title {
    font-size: 36px;
    line-height: 42px;
    word-break: break-word;
  }
}
.materials__inner .materials__content .materials__text {
  font-size: 16px;
  line-height: 24px;
  max-width: 721px;
  color: #DCE9F5;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 0 2px #334E7D;
}
.materials__inner .materials__content .materials__text .materials__text_wr {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 70px;
}
@media (max-width: 1320px) {
  .materials__inner .materials__content .materials__text {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .materials__inner .materials__content .materials__text {
    display: none;
  }
}
@media (max-width: 767px) {
  .materials__inner .materials__content .materials__text {
    display: block;
    margin-top: 10px;
  }
}
.materials__inner .materials__img {
  display: flex;
  max-width: 50%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .materials__inner .materials__img {
    max-width: unset;
  }
}
.materials__inner .materials__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: calc(100% - 45px);
}

.about {
  margin-top: 160px;
}
@media (max-width: 992px) {
  .about {
    margin-top: 0;
  }
}

.about__inner {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 73px;
       column-gap: 73px;
}
@media (max-width: 992px) {
  .about__inner {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media (max-width: 767px) {
  .about__inner {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
}
.about__inner .about__img_wr {
  padding: 0 20px 0 0;
}
@media (max-width: 992px) {
  .about__inner .about__img_wr {
    padding: 0 10px 0 0;
  }
}
@media (max-width: 767px) {
  .about__inner .about__img_wr {
    padding: 0;
    max-width: 500px;
  }
}

.about__img_vertical {
  gap: 39px;
}

.about__img_wr img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__img_wr .vertical {
  grid-row: 1/4;
  grid-column: 1/3;
}
.about__img_wr .horizontal {
  grid-row: 2/3;
  grid-column: 2/4;
}
.about__img_wr .big {
  grid-row: 1/3;
  grid-column: 3/5;
}
.about__img_wr .small {
  grid-row: 3/4;
  grid-column: 3/5;
}

.about__content .about__title {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 42px;
}
@media (max-width: 1320px) {
  .about__content .about__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 595px) {
  .about__content .about__title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 16px;
  }
}
.about__content .about__text {
  color: #636463;
  line-height: 28px;
}
@media (max-width: 1320px) {
  .about__content .about__text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .about__content .about__text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 595px) {
  .about__content .about__text {
    font-size: 18px;
    line-height: 26px;
  }
}
.about__content .about__text span {
  max-width: 642px;
}
.about__content .about__text .about__text-semibold {
  display: block;
  font-weight: 500;
  margin-bottom: 22px;
}
@media (max-width: 1320px) {
  .about__content .about__text .about__text-semibold {
    margin-bottom: 16px;
  }
}
@media (max-width: 595px) {
  .about__content .about__text .about__text-semibold {
    line-height: 28px;
    margin-bottom: 21px;
  }
}
.about__content .about__button {
  margin-top: 76px;
}
@media (max-width: 992px) {
  .about__content .about__button {
    margin-top: 20px;
  }
}
@media (max-width: 595px) {
  .about__content .about__button {
    margin-top: 52px;
  }
}
.about__content .about__button .button.button__active {
  width: 204px;
  color: #F2F2F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
@media (max-width: 992px) {
  .about__content .about__button .button.button__active {
    height: 44px;
  }
}
@media (max-width: 595px) {
  .about__content .about__button .button.button__active {
    margin: 0 auto;
    width: 100%;
    max-width: 343px;
  }
}

.advantage {
  margin-top: 148px;
}
@media (max-width: 992px) {
  .advantage {
    margin-top: 0;
  }
}

.advantage__inner {
  display: flex;
  width: 100%;
  padding: 43px 0 36px;
  border: 2px solid #f2f2f2;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .advantage__inner {
    padding: 44px 50px 44px 40px;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .advantage__inner {
    padding: 0;
    flex-wrap: wrap;
    border: none;
    row-gap: 29px;
  }
}
.advantage__inner .advantage__item {
  width: 25%;
  border-right: 1px solid #F2F2F2;
  margin-left: 54px;
  padding: 26px 0 33px;
}
@media (max-width: 1320px) {
  .advantage__inner .advantage__item {
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .advantage__inner .advantage__item {
    margin-left: 0;
    border-right: none;
    padding: 0;
    width: auto;
  }
}
@media (max-width: 767px) {
  .advantage__inner .advantage__item {
    width: 48%;
  }
}
.advantage__inner .advantage__item:last-child {
  border-right: none;
}
.advantage__inner .advantage__item:not(:nth-child(-n+1)) .advantage__item-title::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  font-size: 46px;
  line-height: 14px;
}
@media (max-width: 1320px) {
  .advantage__inner .advantage__item:not(:nth-child(-n+1)) .advantage__item-title::after {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .advantage__inner .advantage__item:not(:nth-child(-n+1)) .advantage__item-title::after {
    font-size: 30px;
  }
}
.advantage__inner .advantage__item .advantage__item-title {
  position: relative;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1.08px;
  color: #334E7D;
  padding-right: 25px;
  display: inline-block;
}
@media (max-width: 1320px) {
  .advantage__inner .advantage__item .advantage__item-title {
    font-size: 44px;
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .advantage__inner .advantage__item .advantage__item-title {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
  }
}
.advantage__inner .advantage__item .advantage__item-text {
  font-size: 16px;
  margin-top: 6px;
  color: #636463;
}
@media (max-width: 992px) {
  .advantage__inner .advantage__item .advantage__item-text {
    font-size: 12px;
    line-height: 18px;
    margin-top: -7px;
  }
}
@media (max-width: 767px) {
  .advantage__inner .advantage__item .advantage__item-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 7px;
  }
}

.partners {
  width: 100%;
  margin-top: 140px;
  margin-bottom: 85px;
  padding-top: 80px;
  border-top: 1px solid #F2F2F2;
}
@media (max-width: 992px) {
  .partners {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 36px;
  }
}
@media (max-width: 595px) {
  .partners {
    padding-top: 44px;
  }
}
.partners .partners__title-wr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .partners .partners__title-wr {
    margin-bottom: 60px;
  }
}
.partners.catalog-partners {
  margin-top: 184px;
}
.partners .slick-track {
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  align-items: center;
  gap: 63px;
}

.partners__slider {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.partners__slider .slick-list {
  width: 100%;
}
.partners__slider .slick-track {
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  align-items: center;
  gap: 40px;
  min-width: 100%;
}
.partners__slider .partners__item .partners__item_img {
  font-size: 24px;
  font-weight: 600;
  color: #334E7D;
  text-align: center;
}
.partners__slider .partners__item img {
  height: auto;
  max-height: 40px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.partners-page {
  margin-top: 40px;
}
.partners-page .partners__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 60px;
  width: 100%;
  margin-top: 60px;
}
.partners-page .partners__items .partners__item {
  width: calc(25% - 45px);
}
@media (max-width: 992px) {
  .partners-page .partners__items .partners__item {
    width: calc(33% - 40px);
  }
}
@media (max-width: 767px) {
  .partners-page .partners__items .partners__item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 595px) {
  .partners-page .partners__items .partners__item {
    width: 100%;
  }
}
.partners-page .partners__items .partners__item .partners__item_wr {
  max-height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 600;
  color: #334E7D;
}
.partners-page .partners__items .partners__item .partners__item_wr img {
  width: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
  max-height: 40px;
}

.news {
  padding: 138px 0 89px;
  background: linear-gradient(180deg, #F3F3F3 0%, rgba(243, 243, 243, 0) 21.2%);
}
@media (max-width: 992px) {
  .news {
    padding: 60px 0 0 0;
  }
}

.news__title-wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}
.news__title-wr .news__btn {
  display: inline-flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
  background: #F2F2F2;
  font-size: 16px;
  color: #334E7D;
  cursor: pointer;
}
.news__title-wr .news__btn.button {
  margin-top: -8px;
}
@media (max-width: 595px) {
  .news__title-wr .news__btn.button {
    display: none;
  }
}

.news__slider {
  width: 100%;
}
@media (max-width: 1576px) {
  .news__slider {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .news__slider {
    padding: 0;
  }
}
.news__slider .slick-list {
  overflow: hidden;
  margin: 0 -15px;
  width: calc(100% + 30px);
}
@media (max-width: 992px) {
  .news__slider .slick-list {
    margin: 0 -8px;
    width: calc(100% + 16px);
  }
}
.news__slider .news__slider-btn {
  position: absolute;
  top: 140px;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #F2F2F2;
  background: transparent;
}
.news__slider .news__slider-btn-prev {
  left: -74px;
}
@media (max-width: 1576px) {
  .news__slider .news__slider-btn-prev {
    left: 0;
  }
}
.news__slider .news__slider-btn-next {
  right: -54px;
}
@media (max-width: 1576px) {
  .news__slider .news__slider-btn-next {
    right: 0;
  }
}
.news__slider .news__slider-item {
  display: flex;
  flex-direction: column;
}
.news__slider .news__slider-item .news__slider-img {
  /*margin-bottom: 33px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 280px;
  min-height: 50%;
  flex-grow: 1;
}
.news__slider .news__slider-item .news__slider-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  max-height: 280px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.news__slider .news__slider-item .news__slider-text {
  margin-bottom: 20px;
  display: flex;
  gap: 34px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-top: 34px;
}
@media (max-width: 992px) {
  .news__slider .news__slider-item .news__slider-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 24px;
    margin-bottom: 4px;
  }
}
@media (max-width: 595px) {
  .news__slider .news__slider-item .news__slider-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 16px;
    margin-bottom: 11px;
  }
}
.news__slider .news__slider-item .news__slider-text .news__slider-date {
  color: #7E7F7E;
}
.news__slider .news__slider-item .news__slider-text .news__slider-link {
  color: #334E7D;
}
.news__slider .news__slider-item .news__slider-date {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #7E7F7E;
}
@media (max-width: 992px) {
  .news__slider .news__slider-item .news__slider-date {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
}
@media (max-width: 595px) {
  .news__slider .news__slider-item .news__slider-date {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
}
.news__slider .news__slider-item .news__slider-descr {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  max-width: 360px;
}
@media (max-width: 992px) {
  .news__slider .news__slider-item .news__slider-descr {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .news__slider .news__slider-item .news__slider-descr {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
}
.news__slider .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.news__slider .slick-track .slick-slide {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .news__slider .slick-track .slick-slide {
    padding: 0 8px;
  }
}
.news__slider .slick-track .slick-active:last-child {
  margin-right: 0 !important;
}

.news__slider-item.slick-active:last-child {
  margin-right: 0 !important;
}

.news-page .category-page__title {
  margin: 0.67em 0;
}
.news-page .news__wr {
  display: flex;
  flex-direction: column;
}
@media (max-width: 595px) {
  .news-page .news__wr {
    gap: 20px;
  }
}
.news-page .news__wr.news-page__wr {
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
}
.news-page .news__wr .categories__item {
  width: calc(25% - 26px);
}
@media (max-width: 1320px) {
  .news-page .news__wr .categories__item {
    width: calc(33.3% - 23px);
  }
}
@media (max-width: 992px) {
  .news-page .news__wr .categories__item {
    width: calc(50% - 17px);
  }
}
@media (max-width: 595px) {
  .news-page .news__wr .categories__item {
    width: 100%;
  }
}
.news-page .news__wr .categories__item .categories__item_wr {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.news-page .news__wr .categories__item .categories__item-img {
  aspect-ratio: 326/200;
}
.news-page .news__wr .categories__item .categories__item-img img {
  aspect-ratio: 326/205;
  max-height: 205px;
}
@media (max-width: 1320px) {
  .news-page .news__wr .categories__item .categories__item-img img {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.news-page .news__wr .categories__item .categories__item-descr_wr {
  max-height: unset;
  gap: 0;
  flex-grow: 1;
  justify-content: flex-start;
}
@media (max-width: 1320px) {
  .news-page .news__wr .categories__item .categories__item-descr_wr {
    padding: 11px 15px 11px;
  }
}
@media (max-width: 595px) {
  .news-page .news__wr .categories__item .categories__item-descr_wr {
    align-items: flex-start;
    gap: 20px;
  }
}
.news-page .news__wr .categories__item .categories__item-descr_wr .news__item_info {
  margin: 0;
}
@media (max-width: 595px) {
  .news-page .news__wr .categories__item .categories__item-descr_wr .news__item_info {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    gap: 20px;
  }
}
.news-page .news__wr .categories__item .categories__item-title {
  white-space: unset;
  text-overflow: ellipsis;
  overflow: unset;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 595px) {
  .news-page .news__wr .categories__item .categories__item-title {
    line-height: 22px;
  }
}

.news__item {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: "MyriadPro", sans-serif !important;
}
@media (max-width: 595px) {
  .news__item {
    display: flex;
    flex-direction: column;
  }
}
.news__item .news__img_wr {
  max-width: 250px;
  max-height: 250px;
  min-width: 250px;
  width: 250px;
  height: 250px;
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 595px) {
  .news__item .news__img_wr {
    min-width: auto;
    max-width: unset;
    max-height: unset;
    margin-right: 0;
  }
}
.news__item .news__img_wr a {
  max-height: 100%;
}
.news__item .news__img_wr img {
  width: 100%;
  height: auto;
  max-height: 250px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}

.news__item_title {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-top: -4px;
  word-wrap: break-word;
  display: inline;
}

.news__item_info {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-top: 8px;
  margin-bottom: 16px;
}
.news__item_info .news__item_date {
  color: #7e7f7e;
}
.news__item_info .news__item_link {
  color: #334e7d;
}

.news__item_text {
  color: #636463;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.news-details-page {
  margin-top: 30px;
}
.news-details-page .news__title {
  margin-bottom: 20px;
}
.news-details-page .content-cards__detail_img {
  max-height: initial !important;
}
.news-details-page .news__item {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .news-details-page .news__item {
    flex-direction: column;
    gap: 10px;
  }
}
.news-details-page .news__item .news__item_text {
  margin: 0;
}
.news-details-page .news__item .news__img_wr {
  margin: 0 !important;
}
.news-details-page .news__text {
  font-family: "MyriadPro", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}
.news-details-page iframe {
  margin: 10px 0;
}

.header-catalog__list {
  display: none;
  position: absolute;
  top: 140px;
  left: 0;
  border-top: 1px solid #F2F2F2;
  z-index: 10;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 15px 48px -12px rgba(16, 24, 40, 0.1);
  padding: 62px 0 105px;
  max-height: calc(100vh - 141px);
  overflow-y: auto;
}
@media (max-width: 1576px) {
  .header-catalog__list {
    top: 111px;
  }
}
@media (max-width: 1320px) {
  .header-catalog__list {
    top: 107px;
  }
}
.header-catalog__list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.header-catalog__list::-webkit-scrollbar-thumb {
  background-color: #5B6B94;
  border-radius: 3px;
}
.header-catalog__list::-webkit-scrollbar-track {
  background: #fff;
}
.header-catalog__list.fixed {
  position: fixed;
  top: 50px;
  max-height: calc(100vh - 50px);
}
@media (max-width: 992px) {
  .header-catalog__list {
    display: none !important;
    top: 100px;
    max-height: calc(100vh - 100px);
  }
}

.header-catalog__list--active {
  display: flex;
}

.header-catalog__list_wr {
  display: flex;
  justify-content: space-evenly;
}
.header-catalog__list_wr .header-catalog__tabs {
  padding: 0;
}
.header-catalog__list_wr .header-catalog__tabs .tabs-content__wr {
  display: flex;
}
.header-catalog__list_wr .header-catalog__tabs .tabs-content + .tabs-content-item__wr {
  display: none;
  margin-right: 30px;
}
.header-catalog__list_wr .header-catalog__tabs .tabs-content--active + .tabs-content-item__wr {
  display: block;
  width: calc(50% - 15px);
  min-width: calc(50% - 15px);
  margin-right: 0;
}
.header-catalog__list_wr .header-catalog__tabs .tabs-content {
  width: 100%;
  /*&.tabs-content--active {
    width: 50%;

    & + .tabs-content-item__wr {
      width: 50%;
    }
   }*/
}
.header-catalog__list_wr .header-catalog__tabs .tabs__title {
  gap: 49px;
  margin-bottom: 52px;
}
.header-catalog__list_wr .header-catalog__tabs .tabs__title .tabs__title-item {
  width: auto;
}
.header-catalog__list_wr .tabs-content {
  gap: 10px;
}
.header-catalog__list_wr .tabs-content .tabs-content-item {
  align-items: center;
}

.tabs__title {
  display: flex;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-bottom: 32px;
}
.tabs__title .tabs__title-item {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  color: #9A9B9A;
}
.tabs__title .tabs__title-item.tab-active {
  color: #1A1919;
}
.tabs__title .tabs__title-item.tab-active span {
  background: #F2F2F2;
  border-radius: 6px;
}
.tabs__title .tabs__title-item span {
  padding: 15px 20px;
}
@media (max-width: 992px) {
  .tabs__title .tabs__title-item span {
    padding: 5px 10px;
  }
}

.tabs-content {
  display: none;
  flex-direction: column;
  color: #9A9B9A;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
.tabs-content.tabs-content--active {
  display: flex;
  color: #1A1919;
  width: 100%;
}
.tabs-content .tabs-content-item {
  margin-left: -10px;
  transition: all 0.3s;
}
.tabs-content .tabs-content-item .dropdown-link-right__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 83px 20px 16px;
  border-radius: 8px;
  position: relative;
}
.tabs-content .tabs-content-item .tabs-content-item_name {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #1A1919;
}
.tabs-content .tabs-content-item .categories__item-info {
  background: #F2F2F2;
  margin-left: auto;
  min-width: 130px;
}
.tabs-content .tabs-content-item .tabs-content-item_arrow {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}
.tabs-content .dropdown-link-right__wr {
  display: flex;
  gap: 30px;
  width: 100%;
}
.tabs-content .dropdown-link-right__wr.open .dropdown-link-right {
  margin-left: -10px;
  height: -moz-fit-content;
  height: fit-content;
}
.tabs-content .dropdown-link-right__wr.open .dropdown-link-right .dropdown-link-right__link {
  background-color: #dce9f5;
  padding: 20px 83px 20px 16px;
}
.tabs-content .dropdown-link-right__wr.open .dropdown-link-right .tabs-content-item_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs-content .dropdown-link-right__wr .dropdown-link-right {
  width: 499px;
  max-width: 499px;
}
.tabs-content .dropdown-link-right__wr .dropdown-link-right .tabs-content-item_name {
  white-space: unset;
}

.tabs-content.application-area__wr {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 20px;
  align-items: center;
}
.tabs-content.application-area__wr .application-area {
  width: calc(33.3% - 40px);
  min-width: 300px;
}
@media (max-width: 1320px) {
  .tabs-content.application-area__wr .application-area {
    width: calc(50% - 30px);
  }
}
.tabs-content.application-area__wr .application-area .dropdown-link-right .dropdown-link-right__link {
  padding: 20px 16px;
}
.tabs-content.application-area__wr .application-area.dropdown-link-right__wr.open .dropdown-link-right {
  margin-left: -10px;
  height: -moz-fit-content;
  height: fit-content;
}
.tabs-content.application-area__wr .application-area.dropdown-link-right__wr.open .dropdown-link-right .dropdown-link-right__link {
  background-color: #dce9f5;
  padding: 20px 16px;
}

.product_sublist:not(:nth-child(-n+1)) {
  display: none;
}

.header-catalog__nav {
  display: flex;
  flex-direction: column;
  gap: 69px;
}
.header-catalog__nav .header-catalog__nav-img img {
  width: 100%;
  height: auto;
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-catalog__nav .header-catalog__nav-menu {
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
}
.header-catalog__nav .header-catalog__nav-menu .header-catalog__nav-menu_item {
  color: #334E7D;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.3s;
  max-width: 245px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(33.3% - 14px);
}
@media (max-width: 1320px) {
  .header-catalog__nav .header-catalog__nav-menu .header-catalog__nav-menu_item {
    width: calc(50% - 10px);
  }
}
.header-catalog__nav .header-catalog__nav-menu .header-catalog__nav-menu_item .header-catalog__nav-link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
}
.header-catalog__nav .header-catalog__nav-menu .header-catalog__nav-menu_item .header-catalog__nav-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #DCE9F5;
}

.header__top-menu {
  display: none;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  z-index: 22;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 15px 48px -12px rgba(16, 24, 40, 0.1);
  padding: 51px 0 71px;
  border-top: 1px solid #f2f2f2;
}
@media (max-width: 767px) {
  .header__top-menu {
    padding: 30px 0 30px;
  }
}

.office {
  display: flex;
}
@media (max-width: 767px) {
  .office {
    flex-direction: column;
  }
}
.office .office-menu {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .office .office-menu {
    max-width: 145px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .office .office-menu {
    max-width: 100%;
  }
}
.office .office-menu .office-menu__title {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}
@media (max-width: 992px) {
  .office .office-menu .office-menu__title {
    font-size: 22px;
    line-height: 30px;
    max-width: 145px;
  }
}
@media (max-width: 767px) {
  .office .office-menu .office-menu__title {
    max-width: 100%;
    font-size: 36px;
    line-height: 42px;
  }
}
.office .office-menu .office-menu__address {
  color: #334E7D;
  font-size: 16px;
  line-height: 24px;
  margin-top: 21px;
  max-width: 310px;
}
@media (max-width: 992px) {
  .office .office-menu .office-menu__address {
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
    max-width: 145px;
  }
}
@media (max-width: 767px) {
  .office .office-menu .office-menu__address {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}
.office .office-menu .office-menu__branch {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #334E7D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 36px;
}
@media (max-width: 992px) {
  .office .office-menu .office-menu__branch {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    max-width: 145px;
    margin-top: 15px;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .office .office-menu .office-menu__branch {
    max-width: 100%;
    list-style-type: none;
    width: 100%;
    -moz-columns: 3;
         columns: 3;
    -moz-column-width: 150px;
         column-width: 150px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    -moz-column-fill: balance;
         column-fill: balance;
    display: block;
    margin-top: 40px;
  }
}
.office .office-menu .office-menu__branch .office-menu__branch-item {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .office .office-menu .office-menu__branch .office-menu__branch-item {
    padding-left: 26px;
  }
}
@media (max-width: 767px) {
  .office .office-menu .office-menu__branch .office-menu__branch-item {
    margin-bottom: 12px;
    height: 24px;
  }
}
.office .office-menu .office-menu__branch .office-menu__branch-item .branch-item__logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 4px;
}
@media (max-width: 992px) {
  .office .office-menu .office-menu__branch .office-menu__branch-item .branch-item__logo {
    margin-top: 2px;
  }
}
.office .office-menu .office-menu__branch .office-menu__branch-item .branch-item__logo img {
  width: 20px;
  height: 20px;
}
@media (max-width: 992px) {
  .office .office-menu .office-menu__branch .office-menu__branch-item .branch-item__logo img {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .office .office-menu .office-menu__branch .office-menu__branch-item .branch-item__logo img {
    width: 20px;
    height: 20px;
  }
}
.office .office-menu .office-menu__branch .office-menu__branch-item .branch-item__name {
  text-decoration: none;
  color: #334E7D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 992px) {
  .office .office-menu .office-menu__branch .office-menu__branch-item .branch-item__name {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .office .office-menu .office-menu__branch .office-menu__branch-item .branch-item__name {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
}
.office .office-menu .office-menu__branch .office-menu__branch-item .branch-item__name:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #DCE9F5;
}
.office .office-map {
  padding-left: 23px;
}
@media (max-width: 992px) {
  .office .office-map {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .office .office-map {
    order: -1;
    padding: 0;
  }
}
.office .office-map img {
  padding-top: 17px;
  width: 100%;
}
@media (max-width: 767px) {
  .office .office-map img {
    padding: 0;
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}

.city-choice {
  display: none;
}

.city-choice--active {
  display: block;
}

.city-choice__wr {
  padding: 31px 45px 37px 41px;
  width: 100%;
  max-width: 686px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 8px -4px rgba(16, 24, 40, 0.03), 0px 5px 24px -4px rgba(16, 24, 40, 0.08);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 110;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .city-choice__wr {
    max-width: 90%;
    max-height: 50%;
  }
}
.city-choice__wr .city-choice__close {
  position: absolute;
  right: 11px;
  top: 10px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.city-choice__wr .city-choice__title {
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.city-choice__wr .city-choice__search {
  margin-top: 28px;
  font-size: 22px;
  position: relative;
}
.city-choice__wr .city-choice__search .city-choice__search-img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.city-choice__wr .city-choice__search input {
  padding: 12px 42px 12px 16px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #D3D3D3;
  background: #FFF;
}
.city-choice__wr .city-choice__search input::-moz-placeholder {
  color: #636463;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.city-choice__wr .city-choice__search input::placeholder {
  color: #636463;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.city-choice__wr .city-choice__list {
  margin-top: 33px;
  color: #334E7D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  list-style-type: none;
  width: 100%;
  -moz-columns: 3;
       columns: 3;
  -moz-column-width: 150px;
       column-width: 150px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  -moz-column-fill: balance;
       column-fill: balance;
}
.city-choice__wr .city-choice__list .city-choice__list-item {
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.city-choice__wr .city-choice__list .city-choice__list-item:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #DCE9F5;
}

.article {
  position: relative;
  margin-top: 161px;
  color: #636463;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.article__simple {
  position: relative;
  color: #636463;
  width: 100%;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 60px;
       column-gap: 60px;
  -moz-column-fill: balance;
       column-fill: balance;
  height: auto;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
@media (max-width: 992px) {
  .article__simple {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 595px) {
  .article__simple {
    display: block;
    -moz-columns: 1;
         columns: 1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
}

.article__link {
  color: #334E7D;
  cursor: pointer;
  position: absolute;
  bottom: 3px;
  right: 0px;
  text-align: left;
  background: #ffffff;
  padding-left: 2px;
}
@media (max-width: 595px) {
  .article__link {
    left: 0;
    bottom: -3px;
  }
}
.article__link.open {
  bottom: -25px;
}
@media (max-width: 595px) {
  .article__link .article__link_dots {
    display: none !important;
  }
}

.catalog__content .article:first-child {
  margin-top: 160px;
}

.article__title {
  margin-bottom: 42px;
  color: #1A1919;
}
@media (max-width: 992px) {
  .article__title {
    margin-bottom: 14px;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
  }
}

.article__big {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 29px;
}
@media (max-width: 992px) {
  .article__big {
    align-items: flex-start;
    gap: 17px;
  }
}
@media (max-width: 767px) {
  .article__big {
    flex-direction: column;
    gap: 30px;
  }
}
.article__big .article__big_content {
  width: 55%;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .article__big .article__big_content {
    width: calc(60% - 17px);
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .article__big .article__big_content {
    width: 100%;
  }
}
.article__big .article__big_content .button {
  margin-top: 50px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  width: 204px;
}
@media (max-width: 992px) {
  .article__big .article__big_content .button {
    height: 44px;
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .article__big .article__big_content .button {
    width: 100%;
  }
}
.article__big .article__big_img-wr {
  width: 45%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .article__big .article__big_img-wr {
    width: 40%;
    order: -1;
  }
}
@media (max-width: 767px) {
  .article__big .article__big_img-wr {
    width: 100%;
    max-width: 500px;
  }
}
@media (max-width: 992px) {
  .article__big .article__big_img-wr img {
    width: 100%;
  }
}
.article__big .about__img_wr {
  display: grid;
  grid-template: repeat(3, 1fr)/repeat(1, 1fr);
  gap: 10px;
}
.article__big .about__img_wr .big {
  grid-row: 1/3;
  grid-column: 1/1;
}
.article__big .about__img_wr .small {
  grid-row: 3/4;
  grid-column: 1/1;
}

.article-small {
  margin-top: 162px;
  line-height: 26px;
}
@media (max-width: 992px) {
  .article-small {
    margin-top: 50px;
  }
}
.article-small .article__title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .article-small .article__title {
    margin-bottom: 14px;
  }
}

.article__small .article__small_content {
  position: relative;
}
.article__small .article__small_content .article__text {
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 63.78%);
}
@media (max-width: 992px) {
  .article__small .article__small_content .article__text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
}
@media (max-width: 595px) {
  .article__small .article__small_content .article__text {
    font-weight: 500;
    line-height: 28px;
  }
}
.article__small .article__small_content .article__opacity {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 30px;
  background-color: #ffffff;
  opacity: 0.8;
}

@media (max-width: 1320px) {
  .ceo-text .article {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .ceo-text .article .article__big {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
}
@media (max-width: 595px) {
  .ceo-text .article .article__big {
    font-weight: 500;
    line-height: 28px;
  }
}

.seo_text {
  color: #636463;
}
.seo_text h1, .seo_text h2, .seo_text h3, .seo_text h4, .seo_text h5, .seo_text h6 {
  color: #1A1919;
}
.seo_text h1 *, .seo_text h2 *, .seo_text h3 *, .seo_text h4 *, .seo_text h5 *, .seo_text h6 * {
  font-size: inherit !important;
  line-height: inherit !important;
}

.breadcrumbs {
  margin: 52px 0 8px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin: 26px 0 10px;
  }
}
@media (max-width: 595px) {
  .breadcrumbs {
    margin: 24px 0 8px;
  }
}
.breadcrumbs.catalog-breadcrumbs {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .breadcrumbs.catalog-breadcrumbs {
    margin: 26px 0 0;
  }
}
@media (max-width: 595px) {
  .breadcrumbs.catalog-breadcrumbs {
    margin: 24px 0 0;
  }
}
.breadcrumbs ul {
  display: flex;
  list-style-type: none;
  padding: 10px 0;
}
@media (max-width: 992px) {
  .breadcrumbs ul {
    overflow-x: scroll;
  }
}
.breadcrumbs ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 2px;
  padding-right: 12px;
  flex-shrink: 0;
  max-width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 992px) {
  .breadcrumbs ul li {
    font-size: 12px;
    line-height: 18px;
  }
}
.breadcrumbs ul li:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  color: #9A9B9A;
}
.breadcrumbs ul li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #9A9B9A;
  text-decoration: none;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .breadcrumbs ul li a {
    font-size: 12px;
    line-height: 18px;
  }
}
.breadcrumbs ul li:last-of-type {
  margin-right: 0;
  padding-right: 0;
  color: #9A9B9A;
}
.breadcrumbs ul li:last-of-type:after {
  display: none;
}

.catalog {
  padding-top: 62px;
  border-top: 1px solid #F2F2F2;
}
@media (max-width: 992px) {
  .catalog {
    padding-top: 0;
  }
}
@media (max-width: 595px) {
  .catalog .select__wr {
    width: 100%;
  }
}

.catalog-slider {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .catalog-slider {
    margin-top: 12px;
  }
}
.catalog-slider .catalog-title {
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  margin-top: 18px;
  word-break: break-word;
}
@media (max-width: 1320px) {
  .catalog-slider .catalog-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 992px) {
  .catalog-slider .catalog-title {
    margin-top: 0;
  }
}
.catalog-slider .catalog-title .catalog-title__bold {
  font-weight: 600;
}
.catalog-slider .catalog-slider__wr {
  margin-top: 21px;
  margin-bottom: 50px;
  display: flex;
}
@media (max-width: 992px) {
  .catalog-slider .catalog-slider__wr {
    padding: 0 11px;
    margin-top: 27px;
    margin-bottom: 40px;
  }
}
.catalog-slider .catalog-slider__wr .catalog-slider__item_wr {
  height: auto;
}
.catalog-slider .catalog-slider__wr .slick-list {
  overflow: hidden;
  margin: 0 -11px;
  width: calc(100% + 22px);
  padding-bottom: 20px;
  display: flex;
}
.catalog-slider .catalog-slider__wr .slick-track {
  margin-left: 0;
  display: flex;
}
.catalog-slider .catalog-slider__wr .slick-dots {
  position: relative;
  bottom: 0;
  width: 100%;
}
.catalog-slider .catalog-slider__wr .catalog-slider__item {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
  margin: 0px 11px;
  height: 100%;
  max-width: 172px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.catalog-slider .catalog-slider__wr .catalog-slider__item:hover {
  border-radius: 5px;
  box-shadow: 0px 5px 5px -2px rgba(16, 24, 40, 0.03), 0px 12px 14px -2px rgba(16, 24, 40, 0.08);
  background: #FFF;
}
.catalog-slider .catalog-slider__wr .catalog-slider__item.active {
  background-color: #F2F2F2;
}
.catalog-slider .catalog-slider__wr .catalog-slider__item.active:hover {
  border-radius: 8px;
  box-shadow: none;
  background: #F2F2F2;
}
.catalog-slider .catalog-slider__wr .catalog-slider__item .catalog-slider__item-img {
  display: flex;
  min-width: 170px;
  min-height: 100px;
  max-height: 100px;
}
.catalog-slider .catalog-slider__wr .catalog-slider__item .catalog-slider__item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px 5px 0 0;
  max-width: 170px;
}
.catalog-slider .catalog-slider__wr .catalog-slider__item .catalog-slider__item-descr_wr {
  padding: 10px 2px 11px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  width: 170px;
  word-wrap: break-word;
}
.catalog-slider .catalog-slider__wr .catalog-slider__item .catalog-slider__item-descr_wr .catalog-slider__item-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.catalog-slider .catalog-slider__wr .catalog-slider-btn {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 10px 10px 10px 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #F2F2F2;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  z-index: 5;
  background-color: #fff;
}
.catalog-slider .catalog-slider__wr .catalog-slider-btn-prev {
  left: -64px;
}
@media (max-width: 1576px) {
  .catalog-slider .catalog-slider__wr .catalog-slider-btn-prev {
    left: 0;
  }
}
.catalog-slider .catalog-slider__wr .catalog-slider-btn-prev img {
  width: 16px;
  transform: rotate(90deg);
}
.catalog-slider .catalog-slider__wr .catalog-slider-btn-next {
  right: -64px;
}
@media (max-width: 1576px) {
  .catalog-slider .catalog-slider__wr .catalog-slider-btn-next {
    right: 0;
  }
}
.catalog-slider .catalog-slider__wr .catalog-slider-btn-next img {
  width: 16px;
  transform: rotate(270deg);
}

.catalog__wr {
  display: flex;
  align-items: flex-start;
  gap: 54px;
}
@media (max-width: 1320px) {
  .catalog__wr {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .catalog__wr .catalog__filter {
    display: none;
  }
}
.catalog__wr .catalog-content {
  width: 100%;
}
.catalog__wr .catalog-content .catalog-content__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .catalog__wr .catalog-content .catalog-content__head {
    align-items: center;
    margin-top: 29px;
  }
}
@media (max-width: 595px) {
  .catalog__wr .catalog-content .catalog-content__head {
    margin-top: 34px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.catalog__wr .catalog-content .catalog-content__head .catalog-content__filter {
  margin-top: -12px;
}
@media (max-width: 992px) {
  .catalog__wr .catalog-content .catalog-content__head .catalog-content__filter {
    margin-top: 0;
  }
}
@media (max-width: 595px) {
  .catalog__wr .catalog-content .catalog-content__head .catalog-content__filter {
    width: 100%;
  }
}
.catalog__wr .catalog-content .catalog-content__head .catalog-content__selected {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.catalog__wr .catalog-content .catalog-content__head .catalog-content__selected .catalog-content__selected_text {
  font-weight: 400;
}
.catalog__wr .catalog-content .catalog-content__head .catalog-content__filter .catalog-content__filter_select {
  display: flex;
  width: 326px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #636463;
  cursor: pointer;
  background: #FFFFFF;
}
@media (max-width: 595px) {
  .catalog__wr .catalog-content .catalog-content__head .catalog-content__filter .catalog-content__filter_select {
    width: 100%;
  }
}
.catalog__wr .catalog-content .catalog-content__head .catalog-content__filter .catalog-content__filter_select .select__wrapper {
  width: 100%;
}
.catalog__wr .catalog-content .catalog-content__head .catalog-content__filter .catalog-content__filter_select option {
  padding: 5px 10px !important;
  width: 100% !important;
}
.catalog__wr .catalog-content .catalog-content__head .catalog-content__filter .catalog-content__filter_select option:hover {
  background-color: #DCE9F5 !important;
  border-radius: 6px !important;
}
.catalog__wr .catalog-content .catalog__content .product-item__wrapper {
  flex-wrap: wrap;
  -moz-column-gap: 34px;
       column-gap: 34px;
  row-gap: 31px;
}
@media (max-width: 1320px) {
  .catalog__wr .catalog-content .catalog__content .product-item__wrapper {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 21px;
  }
}
.catalog__wr .catalog-content .catalog__content .product-item__wrapper .product-item {
  background-color: #ffffff;
  max-width: calc(33.3% - 23px);
}
@media (max-width: 1320px) {
  .catalog__wr .catalog-content .catalog__content .product-item__wrapper .product-item {
    max-width: calc(33.3% - 11px);
  }
}
@media (max-width: 595px) {
  .catalog__wr .catalog-content .catalog__content .product-item__wrapper .product-item {
    max-width: calc(50% - 8px);
  }
}
.catalog__wr .catalog-content .catalog__content .product-item__wrapper .product-item .product-item__title {
  /*color: $primary-color;
  margin: 22px 26px 5px 23px;
  font-weight: 500;
  line-height: 28px;*/
  /*font-size: 14px;
  line-height: 20px;
  margin: 11px 10px 1px 17px;*/
}
@media (max-width: 1320px) {
  .catalog__wr .catalog-content .catalog__content .product-item__wrapper .product-item .product-item__title {
    font-size: 17px;
    line-height: 20px;
    margin: 11px 10px 1px 17px;
  }
}
@media (max-width: 992px) {
  .catalog__wr .catalog-content .catalog__content .product-item__wrapper .product-item .product-item__title {
    font-size: 14px;
  }
}
@media (max-width: 595px) {
  .catalog__wr .catalog-content .catalog__content .product-item__wrapper .product-item .product-item__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 18px 7px 17px 14px;
  }
}

.filters-mobile {
  display: none;
}
@media (max-width: 992px) {
  .filters-mobile {
    display: block;
    width: calc(100% + 16px);
    margin-left: -8px;
  }
}
@media (max-width: 595px) {
  .filters-mobile {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}

.filter__category {
  width: 100%;
}
.filter__category.select__wr {
  overflow: unset;
}
.filter__category.select__wr::before {
  display: none;
  bottom: 14px;
}
.filter__category .filter__category_select {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #F2F2F2;
  border-top: none;
  padding: 11px 40px 11px 8px;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #334E7D;
  cursor: pointer;
}
@media (max-width: 595px) {
  .filter__category .filter__category_select {
    padding: 11px 40px 11px 16px;
  }
}
.filter__category .filter__category_select optgroup {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.filter__category .filter__category_select option {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}

.mobile-filter__blocks .filter__blocks_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px 11px 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  border-bottom: 1px solid #F2F2F2;
  cursor: pointer;
}
@media (max-width: 595px) {
  .mobile-filter__blocks .filter__blocks_header {
    padding: 11px 16px 11px;
  }
}
.mobile-filter__blocks .filter__blocks_header.filter__blocks_mobile-header {
  width: 100%;
  margin-left: 0;
}
.mobile-filter__blocks .filter__blocks_mobile.aside-filter {
  width: 100%;
  background-color: #fff;
  left: -101%;
  top: 108px;
  z-index: 100;
  min-height: 100vh;
  position: absolute;
  padding-bottom: 50px;
  box-shadow: 0 30px 10px rgba(0, 0, 0, 0.2);
  transition: left 0.5s ease;
}
.mobile-filter__blocks .filter__blocks_mobile.aside-filter.open {
  left: 0;
}
@media (max-width: 767px) {
  .mobile-filter__blocks .filter__blocks_mobile.aside-filter {
    top: 101px;
  }
}
.mobile-filter__blocks .filter__blocks_mobile .filter__blocks_mobile-header {
  padding: 14px 11px 12px;
}
@media (max-width: 595px) {
  .mobile-filter__blocks .filter__blocks_mobile .filter__blocks_mobile-header {
    padding: 14px 17px 12px;
  }
}
.mobile-filter__blocks .filter__blocks_mobile .filter__blocks_mobile-header .filter__blocks_header-sign {
  width: 20px;
  height: 22px;
}
.mobile-filter__blocks .filter__blocks_mobile .filter__blocks_mobile-header .filter__blocks_header-sign span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #334e7d;
  margin-bottom: 4px;
  transition: 0.5s all;
  border-radius: 2px;
}
.mobile-filter__blocks .filter__blocks_mobile .filter__blocks_mobile-header .filter__blocks_header-sign span:nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
  margin-bottom: 3px;
}
.mobile-filter__blocks .filter__blocks_mobile .filter__blocks_mobile-header .filter__blocks_header-sign span:nth-child(2) {
  transform: translateY(3px) rotate(45deg);
  margin-bottom: 3px;
}
.mobile-filter__blocks .filter__blocks_mobile .filter__blocks_mobile-wr {
  padding: 0 11px;
}
@media (max-width: 595px) {
  .mobile-filter__blocks .filter__blocks_mobile .filter__blocks_mobile-wr {
    padding: 0 17px;
  }
}
.mobile-filter__blocks .filter__blocks_mobile .filter__blocks_mobile-wr .aside-filter__item_wr {
  margin-top: 31px;
}
.mobile-filter__blocks .filter__blocks_mobile .filter__blocks_mobile-wr .aside-filter__item {
  margin-top: 0;
  width: 100%;
  max-width: 343px;
  margin-bottom: 0;
}
@media (max-width: 595px) {
  .mobile-filter__blocks .filter__blocks_mobile .filter__blocks_mobile-wr .aside-filter__item {
    width: 100%;
  }
}
.mobile-filter__blocks .filter__blocks_mobile .filter__blocks_mobile-wr .aside-filter__item .aside-filter__category .price_filtration .price_filtration__range {
  width: calc(100% - 30px);
}
.mobile-filter__blocks .filter__blocks_mobile .filter__blocks_mobile-wr .aside-filter__item .aside-filter__category .price_filtration .price_filtration__input {
  justify-content: space-between;
  width: calc(100% - 30px);
}
.mobile-filter__blocks .filter__blocks_mobile .filter__blocks_mobile-wr .aside-filter__item .aside-filter__category .price_filtration .price_filtration__input input {
  width: 128px;
}
.mobile-filter__blocks .filter__blocks_mobile .filter__blocks_mobile-wr .clear_all {
  width: 100%;
  height: 44px;
}
.mobile-filter__blocks .filter__blocks_mobile .filter__blocks_mobile-wr .confirm {
  margin-top: 18px;
  height: 44px;
}

.search-catalog {
  padding-top: 0;
  border-top: none;
}
.search-catalog .catalog-title {
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  margin: 20px 0;
}
@media (max-width: 1320px) {
  .search-catalog .catalog-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 992px) {
  .search-catalog .catalog-title {
    margin-top: 0;
  }
}
.search-catalog .catalog-title .catalog-title__bold {
  font-weight: 600;
}
.search-catalog .catalog__wr .catalog-content .catalog__content .product-item__wrapper .product-item {
  background-color: #ffffff;
  max-width: calc(25% - 26px);
}
@media (max-width: 1320px) {
  .search-catalog .catalog__wr .catalog-content .catalog__content .product-item__wrapper .product-item {
    max-width: calc(33.3% - 11px);
  }
}
@media (max-width: 595px) {
  .search-catalog .catalog__wr .catalog-content .catalog__content .product-item__wrapper .product-item {
    max-width: calc(50% - 8px);
  }
}

.aside-filter {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 304px;
}
@media (max-width: 1320px) {
  .aside-filter {
    width: 234px;
  }
}
.aside-filter .aside-filter__item {
  margin-bottom: 36px;
}
.aside-filter .aside-filter__item.type_select {
  margin-bottom: 11px;
}
.aside-filter .aside-filter__item.type_select .aside-filter__category {
  margin-bottom: 5px;
}
.aside-filter .aside-filter__item.aside-filter__item_category {
  margin-top: 0;
  margin-bottom: 64px;
}
.aside-filter .aside-filter__category {
  margin-bottom: 30px;
  position: relative;
}
.aside-filter .aside-filter__category .aside-filter__category_head {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 22px;
  cursor: pointer;
}
.aside-filter .aside-filter__category .aside-filter__category_head.aside-filter__category_head-price {
  margin-bottom: 0;
}
.aside-filter .aside-filter__category .aside-filter__category_options .aside-filter__subcategory {
  display: block;
  color: #636463;
  margin: 14px 0;
}
.aside-filter .aside-filter__category .aside-filter__category_options .aside-filter__subcategory--active {
  color: #334E7D;
}
.aside-filter .aside-filter__category .price_filtration__input {
  display: flex;
  align-items: center;
  gap: 8px;
}
.aside-filter .aside-filter__category .price_filtration__input input[type=number]::-webkit-inner-spin-button,
.aside-filter .aside-filter__category .price_filtration__input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.aside-filter .aside-filter__category .price_filtration__input input {
  display: flex;
  width: 86px;
  height: 40px;
  padding-top: 3px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #D3D3D3;
  text-align: center;
}
.aside-filter .aside-filter__category .price_filtration__input span {
  color: #636463;
}
.aside-filter .aside-filter__category .price_filtration .price_filtration__range {
  width: 240px;
  height: 2px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #D3D3D3;
  position: relative;
  margin: 31px 0 30px;
}
.aside-filter .aside-filter__category .price_filtration .price_filtration__range .price_filtration__range-active {
  display: block;
  height: 2px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 111px;
  background-color: #5B6B94;
}
.aside-filter .aside-filter__category .price_filtration .price_filtration__range .price_filtration__range-active::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -16px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #5b6b94;
  background-color: #fff;
}
.aside-filter .aside-filter__category .price_filtration .price_filtration__range .price_filtration__range-active::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #5B6B94;
  background-color: #fff;
}
.aside-filter .aside-filter__category .filter_item__options .input_wr {
  margin-bottom: 10px;
  position: relative;
}
.aside-filter .aside-filter__category .filter_item__options .input_wr input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  z-index: 1;
  cursor: pointer;
}
.aside-filter .aside-filter__category .filter_item__options .input_wr label {
  position: relative;
  display: block;
  min-height: 20px;
  padding-left: 36px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #636463;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.aside-filter .aside-filter__category .filter_item__options .input_wr label:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
}
.aside-filter .aside-filter__category .filter_item__options .input_wr input:checked + label:before {
  background: url(../images/checkbox.svg) no-repeat center center;
  border: 1px solid transparent;
}
.aside-filter .aside-filter__category .filter_item__options .input_wr input[name=color] + label {
  line-height: 24px;
}
.aside-filter .aside-filter__category .filter_item__options .input_wr input[name=color] + label:before {
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  top: calc(50% - 13px);
}
.aside-filter .aside-filter__category .filter_item__options .input_wr input[name=color]:checked + label:before {
  border: 2px solid #D3D3D3;
}
.aside-filter .aside-filter__category .filter_item__options .input_wr input[data-name=color_orange] + label:before {
  background: #EFA92C;
}
.aside-filter .aside-filter__category .filter_item__options .input_wr input[data-name=color_green] + label:before {
  background: #8DAF80;
}
.aside-filter .aside-filter__category .filter_item__options .input_wr input[data-name=color_blue] + label:before {
  background: #5D97C1;
}
.aside-filter .aside-filter__category .filter_item__options .input_wr .disabled {
  opacity: 1;
}
.aside-filter .aside-filter__category .filter_item__options .input_wr .disabled label {
  opacity: 0.5;
}
.aside-filter .aside-filter__item_wr {
  display: flex;
  flex-direction: column;
}
.aside-filter .aside-filter__item_wr .aside-filter__item_price {
  order: -1;
}
.aside-filter .aside-filter__item.type_select:nth-last-child(3) {
  margin-bottom: 46px;
}
.aside-filter .aside-filter__item.type_select .filter_item__options .options__parameter {
  max-height: 316px;
  transition: max-height 0.3s ease;
  padding: 18px 0;
  overflow-y: clip;
}
.aside-filter .aside-filter__item.type_select .filter_item__options .button {
  max-width: 150px;
}
.aside-filter .aside-filter__item.type_select .aside-filter__category_head {
  margin-bottom: 0;
}
.aside-filter .form_group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 35px;
}
.aside-filter .clear_all {
  display: flex;
  width: 204px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #F2F2F2;
  color: #9A9B9A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.range-slider {
  max-width: 240px;
}
.range-slider .irs--round {
  height: 60px;
}
.range-slider .irs .irs-min, .range-slider .irs .irs-max, .range-slider .irs .irs-from, .range-slider .irs .irs-to, .range-slider .irs .irs-single {
  display: none;
}
.range-slider .irs .irs-line {
  height: 2px;
  background-color: #D3D3D3;
}
.range-slider .irs .irs-bar {
  height: 2px;
  background-color: #5B6B94;
}
.range-slider .irs .irs-handle {
  width: 18px;
  height: 18px;
  border: 2px solid #5B6B94;
  top: 28px;
}
.range-slider .irs .irs-handle:hover {
  cursor: pointer;
  border: 3px solid #5B6B94;
  background-color: #FFFFFF;
}

.pagination {
  padding-top: 30px;
}
@media (max-width: 992px) {
  .pagination {
    margin-top: 18px;
  }
}
.pagination .pagination-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 595px) {
  .pagination .pagination-list {
    gap: 5px;
  }
}
.pagination .pagination-list .pagination-list__item {
  display: flex;
  width: 44px;
  height: 42px;
  padding-top: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #D3D3D3;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
@media (max-width: 595px) {
  .pagination .pagination-list .pagination-list__item {
    padding-top: 3px;
  }
}
.pagination .pagination-list .pagination-list__item a {
  width: 100%;
  height: 100%;
  padding: 11px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .pagination-list .pagination-list__item.pagination-list__prev, .pagination .pagination-list .pagination-list__item.pagination-list__next {
  width: 97px;
  display: flex !important;
}
@media (max-width: 595px) {
  .pagination .pagination-list .pagination-list__item.pagination-list__prev, .pagination .pagination-list .pagination-list__item.pagination-list__next {
    width: 44px;
    padding-top: 0;
  }
}
@media (max-width: 595px) {
  .pagination .pagination-list .pagination-list__item.pagination-list__prev .pagination-list__item_img {
    transform: rotate(180deg);
  }
}
.pagination .pagination-list .pagination-list__item .pagination-list__item_text {
  display: block;
}
@media (max-width: 595px) {
  .pagination .pagination-list .pagination-list__item .pagination-list__item_text {
    display: none;
  }
}
.pagination .pagination-list .pagination-list__item .pagination-list__item_img {
  display: none;
}
@media (max-width: 595px) {
  .pagination .pagination-list .pagination-list__item .pagination-list__item_img {
    display: block;
  }
}
.pagination .pagination-list .pagination-list__item.active {
  border: 1px solid #9A9B9A;
  display: flex !important;
}
.pagination .pagination-list .pagination-list__item.pagination-list__item--dots {
  display: flex !important;
}
.pagination .pagination-list .pagination-list__item.pagination-list__item--dots + .pagination-list__item {
  display: flex !important;
}

.product-card {
  margin-top: 18px;
}
@media (max-width: 992px) {
  .product-card {
    margin-top: 14px;
  }
}
@media (max-width: 595px) {
  .product-card {
    margin-top: 10px;
  }
}
.product-card .product-card__wr {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 1576px) {
  .product-card .product-card__wr {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .product-card .product-card__wr {
    gap: 17px;
  }
}
@media (max-width: 595px) {
  .product-card .product-card__wr {
    flex-direction: column;
  }
}
.product-card .product-card__wr .product-card__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.product-card .product-card__wr .product-card__title .product-card__title_descr {
  font-weight: 400;
  margin-top: 3px;
}
@media (max-width: 595px) {
  .product-card .product-card__wr .product-card__title .product-card__title_descr {
    display: inline;
    margin-left: 9px;
    word-break: break-word;
  }
}
.product-card .product-card__wr .product-card__descr {
  padding-left: 20px;
  padding-right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1320px) {
  .product-card .product-card__wr .product-card__descr {
    padding-left: 0;
    width: calc(50% - 9px);
  }
}
@media (max-width: 595px) {
  .product-card .product-card__wr .product-card__descr {
    width: 100%;
    margin-top: 39px;
  }
}
.product-card .product-card__wr .product-card__descr .breadcrumbs {
  margin-top: 0;
  margin-bottom: 13px;
}
@media (max-width: 992px) {
  .product-card .product-card__wr .product-card__descr .breadcrumbs {
    margin-bottom: 3px;
  }
}
.product-card .product-card__wr .product-card__descr .breadcrumbs .container {
  padding: 0;
}
.product-card .product-card__wr .product-card__descr .breadcrumbs .container ul {
  padding: 5px 0;
}
@media (max-width: 992px) {
  .product-card .product-card__wr .product-card__descr .breadcrumbs .container ul {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .product-card .product-card__wr .product-card__descr .product-card__title {
    max-width: 350px;
  }
}
@media (max-width: 595px) {
  .product-card .product-card__wr .product-card__descr .product-card__title {
    margin-top: 22px;
    max-width: 100%;
    font-size: 26px;
    line-height: 30px;
  }
}
.product-card .product-card__wr .product-card__descr .archive__descr {
  margin-top: auto;
  margin-bottom: 94px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #1A1919;
}
@media (max-width: 992px) {
  .product-card .product-card__wr .product-card__descr .archive__descr {
    margin-bottom: 0;
  }
}
.product-card .product-card__wr .product-card__descr .archive__descr a {
  text-decoration: underline;
  transition: all 0.3s;
}
.product-card .product-card__wr .product-card__descr .archive__descr a:hover {
  color: #636463;
}

.product-card__slider_wr {
  width: 500px;
}
@media (max-width: 1320px) {
  .product-card__slider_wr {
    width: calc(50% - 9px);
  }
}
@media (max-width: 595px) {
  .product-card__slider_wr {
    width: 100%;
  }
}
.product-card__slider_wr .product-card__slider {
  width: 100%;
  padding: 0;
  transition: all 0.5s;
}
.product-card__slider_wr .product-card__slider.open {
  left: 10%;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
  width: 80%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  z-index: 10;
  flex: 0 0 100%;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 595px) {
  .product-card__slider_wr .product-card__slider.open {
    left: 0;
    width: 100%;
    padding: 50px 20px 20px;
  }
}
.product-card__slider_wr .product-card__slider.open .product-card__slider_close {
  display: inline-flex;
}
.product-card__slider_wr .product-card__slider.open .product-card__slider_close:hover {
  opacity: 0.8;
}
.product-card__slider_wr .product-card__slider.open .slider-for__wr {
  width: 840px;
  height: 100%;
  max-width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 595px) {
  .product-card__slider_wr .product-card__slider.open .slider-for__wr {
    max-width: 100%;
  }
}
.product-card__slider_wr .product-card__slider.open .slider-for__wr .slider-for {
  height: calc(100% - 100px);
  max-height: calc(100% - 100px);
  overflow: unset;
}
@media (max-width: 595px) {
  .product-card__slider_wr .product-card__slider.open .slider-for__wr .slider-for {
    max-height: calc(100% - 80px);
    height: auto;
  }
}
.product-card__slider_wr .product-card__slider.open .slider-for__wr .slider-for .zoom-slider-btn {
  display: flex !important;
}
@media (max-width: 595px) {
  .product-card__slider_wr .product-card__slider.open .slider-for__wr .slider-for .zoom-slider-btn {
    display: none !important;
  }
}
.product-card__slider_wr .product-card__slider.open .slider-for__wr .slider-for .slick-list {
  max-height: 840px;
  height: 100%;
}
.product-card__slider_wr .product-card__slider.open .slider-for__wr .slider-for .slick-list .slick-track {
  max-height: 840px;
  height: 100%;
}
.product-card__slider_wr .product-card__slider.open .slider-for__wr .slider-for .slick-list .slick-track .slider__main_item-wr .slider__main_item img {
  max-height: 100%;
}
@media (max-width: 595px) {
  .product-card__slider_wr .product-card__slider.open .slider-for__wr .slider-for .slick-list .slick-track .slider__main_item-wr .slider__main_item img {
    width: 100%;
  }
}
.product-card__slider_wr .product-card__slider.open .slider-nav .slider__main_item-wr {
  width: 84px;
}
@media (max-width: 992px) {
  .product-card__slider_wr .product-card__slider.open .slider-nav .slider__main_item-wr {
    height: 64px;
    max-height: 64px;
  }
}
.product-card__slider_wr .product-card__slider.open .upgrow {
  display: none;
}
.product-card__slider_wr .zoom-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #F2F2F2;
  background: transparent;
}
@media (max-width: 992px) {
  .product-card__slider_wr .zoom-slider-btn {
    display: none !important;
  }
}
.product-card__slider_wr .zoom-slider-btn.zoom-slider-btn-prev {
  left: -54px;
}
.product-card__slider_wr .zoom-slider-btn.zoom-slider-btn-next {
  right: -54px;
}
.product-card__slider_wr .product-card__slider_close {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 22px;
  width: 20px;
  cursor: pointer;
}
.product-card__slider_wr .product-card__slider_close .product-card__slider_close-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card__slider_wr .slider-for__wr {
  width: 470px;
}
@media (max-width: 992px) {
  .product-card__slider_wr .slider-for__wr {
    width: 100%;
  }
}

.slider-for {
  max-height: 470px;
  overflow: hidden;
  position: relative;
}
.slider-for .slick-list {
  max-height: 470px;
  overflow: hidden;
}
.slider-for .slick-track {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-height: 470px;
  overflow: hidden;
}
.slider-for .slider__main_item-wr {
  display: block;
  height: auto;
  width: 470px;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.slider-for .slider__main_item-wr .upgrow {
  display: inline-flex;
  height: 30px;
  width: 30px;
  border: 1px solid #ffffff;
  padding: 5px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  position: absolute;
  right: 25px;
  top: 22px;
  cursor: pointer;
  background-color: #F2F2F2;
}
.slider-for .slider__main_item-wr:hover .upgrow,
.slider-for .slider__main_item-wr :focus .upgrow {
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16), 0 0 9px 0 rgba(0, 0, 0, 0.16);
}
.slider-for .slider__main_item-wr:hover .upgrow svg,
.slider-for .slider__main_item-wr :focus .upgrow svg {
  transform: scale(1.1);
  transition: transform 0.1s;
}
.slider-for .slider__main_item-wr:hover .upgrow svg path,
.slider-for .slider__main_item-wr :focus .upgrow svg path {
  fill: #636463;
}
.slider-for .slider__main_item-wr.sale::before {
  content: "Sale";
  display: inline-flex;
  height: 30px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #FCE6B2;
  position: absolute;
  left: 20px;
  top: 22px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.slider-for .slider__main_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 1320px) {
  .slider-for .slider__main_item {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 595px) {
  .slider-for .slider__main_item {
    max-width: 100%;
  }
}
.slider-for .slider__main_item img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 6px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: 470px;
}

.slider-nav {
  margin-top: 17px;
  height: 84px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .slider-nav {
    margin-top: 12px;
    height: 64px;
  }
}
@media (max-width: 595px) {
  .slider-nav {
    margin-top: 19px;
  }
}
.slider-nav .slick-list {
  margin: 0 -6px;
  width: calc(100% + 12px);
}
@media (max-width: 595px) {
  .slider-nav .slick-list {
    margin: 0 -4px;
    width: calc(100% + 8px);
  }
}
.slider-nav .slick-track {
  margin-left: 0;
  height: 84px;
  max-height: 84px;
  min-width: 100%;
}
@media (max-width: 992px) {
  .slider-nav .slick-track {
    height: 64px;
    max-height: 64px;
    overflow: hidden;
  }
}
.slider-nav .slider__main_item-wr .slider__main_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 6px;
  max-width: 84px;
  width: 84px;
}
@media (max-width: 992px) {
  .slider-nav .slider__main_item-wr .slider__main_item {
    margin: 0 6px;
    max-width: 64px;
    width: 64px;
  }
}
@media (max-width: 595px) {
  .slider-nav .slider__main_item-wr .slider__main_item {
    margin: 0 4px;
  }
}
.slider-nav .slider__main_item-wr .slider__main_item img {
  display: block;
  height: auto;
  max-height: 80px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  width: 100%;
  border-radius: 6px;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .slider-nav .slider__main_item-wr .slider__main_item img {
    width: 100%;
    height: auto;
    max-height: 60px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.slider-nav .slider__main_item-wr.slick-active.slick-current .slider__main_item {
  border: 2px solid #D3D3D3;
}
.slider-nav .slider__main_item-wr.slick-active .slider__main_item {
  border-radius: 8px;
  border: 2px solid #ffffff;
}
.slider-nav .slider__main_item {
  margin: 0 6px;
}
@media (max-width: 1320px) {
  .slider-nav .slider__main_item {
    margin: 0 5px;
  }
}
@media (max-width: 992px) {
  .slider-nav .slider__main_item {
    margin: 0 6px;
  }
}
@media (max-width: 595px) {
  .slider-nav .slider__main_item {
    margin: 0 6px;
  }
}
.slider-nav .slider__main_item.slick-active:last-child {
  margin-right: 0;
}

.product-card__info {
  display: flex;
  align-items: center;
  gap: 48px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 0;
  margin-right: 26px;
}
@media (max-width: 992px) {
  .product-card__info {
    margin-top: 11px;
  }
}
@media (max-width: 595px) {
  .product-card__info {
    margin-top: 12px;
    margin-bottom: 50px;
  }
}

.product-card__article {
  color: #9A9B9A;
}

.product-card__available {
  color: #009949;
}

.product-card__available_warning {
  color: #EFA92C;
}

.product-card__available_primary {
  color: #5B6B94;
}

.product-card__characteristic {
  display: flex;
  gap: 30px;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .product-card__characteristic {
    margin-top: 13px;
    gap: 27px;
  }
}
.product-card__characteristic .product-card__characteristic_item {
  position: relative;
  color: #636463;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 50%;
}
@media (max-width: 595px) {
  .product-card__characteristic .product-card__characteristic_item {
    width: 100%;
  }
}
.product-card__characteristic .product-card__characteristic_item .product-card__characteristic_item-title {
  margin-bottom: 6px;
}
.product-card__characteristic .product-card__characteristic_item .button {
  height: 44px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  width: 206px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .product-card__characteristic .product-card__characteristic_item .button {
    width: 176px;
  }
}
@media (max-width: 595px) {
  .product-card__characteristic .product-card__characteristic_item .button {
    width: 100%;
  }
}
.product-card__characteristic .product-card__characteristic_item .button.button__not_active {
  background-color: #ffffff;
  width: 208px;
}
@media (max-width: 992px) {
  .product-card__characteristic .product-card__characteristic_item .button.button__not_active {
    width: 176px;
  }
}
@media (max-width: 595px) {
  .product-card__characteristic .product-card__characteristic_item .button.button__not_active {
    width: 100%;
  }
}
.product-card__characteristic .product-card__characteristic_item .button.disabled {
  opacity: 0.5;
  cursor: initial;
}
.product-card__characteristic .product-card__characteristic_item .button.disabled:hover {
  background-color: #334E7D;
}
.product-card__characteristic .product-card__characteristic_item .product-card__characteristic_item-value {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 22px;
  gap: 8px;
}
.product-card__characteristic .product-card__characteristic_item .product-card__characteristic_item-value.select__wr {
  width: -moz-fit-content;
  width: fit-content;
}
.product-card__characteristic .product-card__characteristic_item .product-card__characteristic_item-value.select__wr:before {
  bottom: 13px;
}
.product-card__characteristic .product-card__characteristic_item .product-card__characteristic_item-value .product-filter__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #636463;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #d3d3d3;
}
.product-card__characteristic .product-card__characteristic_item .product-card__characteristic_item-value .product-filter__link.active {
  background-color: #f2f2f2;
  cursor: unset;
}
.product-card__characteristic .product-card__characteristic_item .product-card__characteristic_item-value .product-filter__link.product-filter__link_color {
  width: 32px;
  height: 32px;
  border: 2px solid transparent;
  border-radius: 4px;
}
.product-card__characteristic .product-card__characteristic_item .product-card__characteristic_item-value .product-filter__link.product-filter__link_color.active {
  border: 2px solid #D3D3D3;
  width: 34px;
  height: 34px;
}
.product-card__characteristic .product-card__characteristic_item .product-card__characteristic_item-value .input_wr {
  margin-bottom: 0;
  min-height: 20px;
  display: flex;
}
.product-card__characteristic .product-card__characteristic_item .product-card__characteristic_item-value .input_wr input {
  display: none;
}
.product-card__characteristic .product-card__characteristic_item .product-card__characteristic_item-value .input_wr label {
  position: relative;
  display: block;
  padding-left: 36px;
  height: 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #636463;
  cursor: pointer;
}
.product-card__characteristic .product-card__characteristic_item .product-card__characteristic_item-value .input_wr label:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
}
.product-card__characteristic .product-card__characteristic_item .product-card__characteristic_item-value .input_wr input:checked + label:before {
  background: url(../images/checkbox.svg) no-repeat center center;
}
.product-card__characteristic .product-card__characteristic_item .product-card__characteristic_item-value .input_wr input[name=color] {
  width: 20px;
  height: 20px;
}
.product-card__characteristic .product-card__characteristic_item .product-card__characteristic_item-value .input_wr input[name=color] + label:before {
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
}
.product-card__characteristic .product-card__characteristic_item .product-card__characteristic_item-value .input_wr input[name=color]:checked + label:before {
  border: 2px solid #D3D3D3;
}
.product-card__characteristic .product-card__characteristic_item .product-card__characteristic_item-value .input_wr input[data-name=color_orange] + label:before {
  background: #EFA92C;
}
.product-card__characteristic .product-card__characteristic_item .product-card__characteristic_item-value .input_wr input[data-name=color_green] + label:before {
  background: #8DAF80;
}
.product-card__characteristic .product-card__characteristic_item .product-card__characteristic_item-value .input_wr input[data-name=color_blue] + label:before {
  background: #5D97C1;
}
.product-card__characteristic .product-card__characteristic_item .characteristic_item__submenu {
  display: none;
  position: absolute;
  top: 21px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 35px 10px 10px;
  background-color: #f2f2f2;
  border-radius: 6px;
  max-height: 235px;
  overflow-y: auto;
}
.product-card__characteristic .product-card__characteristic_item .characteristic_item__submenu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.product-card__characteristic .product-card__characteristic_item .characteristic_item__submenu::-webkit-scrollbar-thumb {
  background-color: #9A9B9A;
  border-radius: 3px;
}
.product-card__characteristic .product-card__characteristic_item .characteristic_item__submenu .submenu {
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-right: 10px;
}
.product-card__characteristic .product-card__characteristic_item.product-card__characteristic_item-number .input_wr label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #636463;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #d3d3d3;
  background-color: #FFFFFF;
}
.product-card__characteristic .product-card__characteristic_item.product-card__characteristic_item-number .input_wr label:before {
  display: none;
}
.product-card__characteristic .product-card__characteristic_item.product-card__characteristic_item-number .input_wr input:checked + label:before {
  display: none;
}
.product-card__characteristic .product-card__characteristic_item.product-card__characteristic_item-number .input_wr input:checked + label {
  background: #F2F2F2;
}
.product-card__characteristic .product-card__characteristic_item.product-card__characteristic_item-number .input_wr.active {
  background-color: #f2f2f2;
  cursor: unset;
}
.product-card__characteristic .product-card__characteristic_item.product-card__characteristic_item-number .input_wr.product-filter__link_color {
  width: 32px;
  height: 32px;
  border: 2px solid transparent;
  border-radius: 4px;
}
.product-card__characteristic .product-card__characteristic_item.product-card__characteristic_item-number .input_wr.product-filter__link_color.active {
  border: 2px solid #D3D3D3;
  width: 34px;
  height: 34px;
}
.product-card__characteristic .product-card__characteristic_item .filter-option {
  opacity: 1;
  width: auto;
  height: 100%;
  transition: opacity 0.5s;
}
.product-card__characteristic .product-card__characteristic_item .filter-option.hidden {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  transition: opacity 0.5s;
  margin-right: 0;
}
.product-card__characteristic .product-card__characteristic_item.product-card__characteristic_item-color .product-card__characteristic_item-title {
  margin-bottom: 4px;
}
.product-card__characteristic .product-card__characteristic_item.product-card__characteristic_item-color .input_wr input[name=color] + label {
  height: 32px;
  width: 32px;
}
.product-card__characteristic .product-card__characteristic_item.product-card__characteristic_item-color .input_wr input[name=color] + label:before {
  width: 32px;
  height: 32px;
  top: 0;
  padding-left: 0;
}
.product-card__characteristic .product-card__characteristic_item .product-item__price {
  line-height: 30px;
}
@media (max-width: 992px) {
  .product-card__characteristic .product-card__characteristic_item .product-item__price {
    margin-bottom: 8px;
  }
}
.product-card__characteristic .product-card__characteristic_item .product-item__price span {
  display: block;
}
.product-card__characteristic .product-card__characteristic_item .product-item__price .old-price {
  font-size: 16px;
  color: #1A1919;
}
@media (max-width: 992px) {
  .product-card__characteristic .product-card__characteristic_item .product-item__price .old-price {
    margin-bottom: 5px;
  }
}
.product-card__characteristic .product-card__characteristic_item .product-item__price .new-price {
  font-size: 22px;
}
.product-card__characteristic.product-card__btns {
  margin-top: 21px;
}
@media (max-width: 992px) {
  .product-card__characteristic.product-card__btns {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .product-card__characteristic.product-card__btns {
    flex-direction: column;
  }
}
.product-card__characteristic.product-card__characteristic_price {
  align-items: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .product-card__characteristic.product-card__characteristic_price {
    margin-top: 18px;
  }
}
@media (max-width: 595px) {
  .product-card__characteristic.product-card__characteristic_price {
    margin-top: 27px;
  }
}
.product-card__characteristic.product-card__characteristic_price .product-card__characteristic_item.product-card__characteristic_item-qty {
  margin-bottom: 3px;
}

.button__showAll {
  border: none;
  background-color: transparent;
  display: none;
  position: absolute;
  right: 5px;
  top: 31px;
  z-index: 9;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.button__showAll.button.button__not_active {
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #d3d3d3;
  width: auto !important;
  height: 33px !important;
  display: none;
}
.button__showAll.button.button__not_active:hover {
  border: 1px solid #d3d3d3 !important;
}
.button__showAll.visible {
  display: flex;
}
.button__showAll.open img {
  transform: rotate(180deg);
}
.button__showAll img {
  width: 16px;
  height: 16px;
  transition-timing-function: cubic-bezier(1, 0.5, 0.8, 1);
  transition-duration: 0.15s;
}

.product-card__service {
  margin-top: 41px;
  border-radius: 6px;
  border: 1px solid #F2F2F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 992px) {
  .product-card__service {
    display: none;
  }
}
.product-card__service .product-card__service_header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 15px 11px;
  border-top: 1px solid #F2F2F2;
}
.product-card__service .list-style:first-child .product-card__service_header {
  border-top: none;
}
.product-card__service .product-card__service_header_img img {
  width: 18px;
  height: auto;
}
.product-card__service .product-card__service_header_title {
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.product-card__service .product-card__service_header_title::after {
  content: "";
  background: url("../images/arrow_down.svg") no-repeat center center;
  position: absolute;
  right: 6px;
  top: 50%;
  width: 13px;
  height: 11px;
  transition: 0.3s;
  transform: scale(1.5) translateY(-50%);
  cursor: pointer;
}
.product-card__service .list-style.open .product-card__service_header_title::after {
  transform: scale(1.2) translateY(-50%) rotate(180deg);
}
.product-card__service .product-card__service_subwrapper {
  color: #636463;
  padding: 0 17px;
}
.product-card__service .product-card__service_subwrapper .product-card__service_text-item {
  margin-bottom: 20px;
}
.product-card__service .product-card__service_subwrapper .product-card__service_text-item .product-card__service_text-item:last-child {
  margin-bottom: 0;
}
.product-card__service .product-card__service_subwrapper .product-card__service_text-descr {
  font-size: 12px;
  line-height: 18px;
  margin-top: 9px;
}
.product-card__service .product-card__service_subwrapper .product-card__service_text-descr ul li {
  list-style: inside;
}

.product-card__tabs {
  margin-top: 97px;
  scroll-behavior: smooth;
}
@media (max-width: 992px) {
  .product-card__tabs {
    margin-top: 60px;
  }
}
.product-card__tabs .tabs-wrapper {
  padding: 0;
}
.product-card__tabs .tabs-container {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .product-card__tabs .tabs-container {
    padding: 0;
  }
}

.product-card__tab-box {
  margin-bottom: 53px;
}
@media (max-width: 992px) {
  .product-card__tab-box {
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 38px;
  }
}

.product-card__tab {
  position: relative;
  width: calc(25% - 5px);
  text-align: center;
  padding-bottom: 15px;
  line-height: 28px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .product-card__tab {
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 0 20px 13px;
    font-size: 16px;
    line-height: 24px;
  }
}
.product-card__tab::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #F2F2F2;
}
.product-card__tab.tab-active::after {
  background: #334E7D;
}

.characteristic__item {
  margin-bottom: 60px;
}
.characteristic__item:last-child {
  margin-bottom: 0;
}
.characteristic__item .characteristic__item_header {
  display: flex;
  align-items: center;
  gap: 11px;
  position: relative;
}
.characteristic__item .characteristic__item_header .characteristic__item_header-img {
  position: absolute;
  left: -50px;
  top: 13px;
}
.characteristic__item .characteristic__item_header .characteristic__item_header-img img {
  margin: 0 !important;
}
@media (max-width: 1320px) {
  .characteristic__item .characteristic__item_header .characteristic__item_header-img {
    display: none;
  }
}
.characteristic__item .characteristic__item_text {
  font-family: "MyriadPro", sans-serif !important;
  margin-top: 22px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #636463;
}
@media (max-width: 992px) {
  .characteristic__item .characteristic__item_text {
    margin-top: 18px;
  }
}
.characteristic__item .characteristic__item_text .characteristic__item_text-subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 11px;
}
.characteristic__item .characteristic__item_text.characteristic__item_descr {
  margin-bottom: 16px;
}
.characteristic__item .characteristic__item_img-block {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-top: 45px;
}
@media (max-width: 992px) {
  .characteristic__item .characteristic__item_img-block {
    margin-top: 21px;
  }
}
.characteristic__item .characteristic__item_img-block .characteristic__item_img-item {
  width: calc(100% - 14px);
}
.characteristic__item .characteristic__item_img-block .characteristic__item_img-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.characteristic__item .characteristic__item_table-block {
  padding: 30px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .characteristic__item .characteristic__item_table-block {
    width: calc(100vw - 26px);
  }
}
.characteristic__item .characteristic__item_category-block {
  display: flex;
  gap: 28px;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .characteristic__item .characteristic__item_category-block {
    gap: 16px;
  }
}
@media (max-width: 595px) {
  .characteristic__item .characteristic__item_category-block {
    flex-wrap: wrap;
    row-gap: 25px;
  }
}
.characteristic__item .characteristic__item_category {
  margin-bottom: 50px;
  margin-top: 20px;
}
@media (max-width: 595px) {
  .characteristic__item .characteristic__item_category {
    margin-top: 8px;
  }
}
.characteristic__item .characteristic__item_category .characteristic__item_category-subtitle {
  color: #636463;
}
@media (max-width: 595px) {
  .characteristic__item .characteristic__item_category .characteristic__item_category-subtitle {
    font-size: 22px;
    line-height: 30px;
  }
}
.characteristic__item .characteristic__item_category .characteristic__item_subcategory {
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 992px) {
  .characteristic__item .characteristic__item_category .characteristic__item_subcategory {
    width: calc(33.3% - 5px);
  }
}
@media (max-width: 595px) {
  .characteristic__item .characteristic__item_category .characteristic__item_subcategory {
    width: calc(50% - 8px);
  }
}
.characteristic__item .characteristic__item_category .characteristic__item_subcategory .characteristic__item_category-subtitle {
  margin-top: 18px;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  color: #636463;
}
.characteristic__item .characteristic__item_category .characteristic__item_subcategory .characteristic__item_subcategory-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 115px;
  background-color: #F2F2F2;
}
.characteristic__item .characteristic__item_category .characteristic__item_subcategory .characteristic__item_subcategory-img img {
  height: 40px;
  width: auto;
}
.characteristic__item .characteristic__item_category .characteristic__item_subcategory .characteristic__item_subcategory-title {
  color: #636463;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400;
  margin-top: 14px;
}
.characteristic__item .characteristic__item_download {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 30px;
  margin-top: 33px;
}
@media (max-width: 992px) {
  .characteristic__item .characteristic__item_download {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media (max-width: 595px) {
  .characteristic__item .characteristic__item_download {
    margin-top: 25px;
    row-gap: 20px;
  }
}
.characteristic__item .characteristic__item_download .download__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: calc(50% - 18px);
  padding: 25px 38px 25px 30px;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
  cursor: pointer;
  text-decoration: none !important;
}
@media (max-width: 992px) {
  .characteristic__item .characteristic__item_download .download__item {
    width: calc(50% - 8px);
    padding: 25px 29px 25px 30px;
  }
}
@media (max-width: 595px) {
  .characteristic__item .characteristic__item_download .download__item {
    width: 100%;
  }
}
.characteristic__item .characteristic__item_download .download__item .download__item_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  word-break: break-word;
}
.characteristic__item .characteristic__item_download .download__item .download__item_subtitle {
  color: #9A9B9A;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.characteristic__item .characteristic__item_download .download__item .download__item_btn {
  height: 26px;
  flex-shrink: 0;
}

.table__wr {
  border-radius: 8px;
  border: 1px solid #F2F2F2;
  width: 100%;
  position: relative;
  min-width: 700px;
}
@media (max-width: 767px) {
  .table__wr {
    min-width: 500px;
  }
}
@media (max-width: 595px) {
  .table__wr {
    min-width: 300px;
  }
}

.characteristic table {
  min-height: 78px !important;
  width: 100% !important;
  margin-top: 0 !important;
  text-indent: initial !important;
  border-spacing: 0 !important;
}
.characteristic table thead tr {
  background: #F2F2F2 !important;
}
.characteristic table thead tr td {
  width: auto;
  max-width: 33%;
}
.characteristic table tr {
  vertical-align: middle !important;
  border-color: inherit !important;
  min-height: 40px !important;
  height: 100% !important;
}
.characteristic table tr:nth-child(odd) {
  background: transparent;
}
.characteristic table tr:nth-child(even) {
  background: #F2F2F2;
}
.characteristic table tr td {
  background-color: transparent;
  position: relative !important;
  padding: 10px 15px !important;
  min-height: 40px !important;
  margin: 0 !important;
  flex: none;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  word-break: inherit !important;
  text-align: left;
  background-clip: padding-box !important;
  border-right: 1px solid #D3D3D3;
}
.characteristic table tr td:first-child {
  width: 50%;
}
@media (max-width: 992px) {
  .characteristic table tr td:first-child {
    width: 42%;
  }
}
.characteristic table tr td:last-child {
  border-right: none;
}
.characteristic table tr td.text_align-right {
  text-align: right;
}
.characteristic table tr td * {
  text-align: left !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.characteristic table tr td a {
  text-decoration: underline;
  text-decoration-line: underline !important;
}
.characteristic table tr td ul, .characteristic table tr td ol {
  margin-bottom: 0 !important;
}

.issue_scroll {
  overflow-x: auto;
  overflow-y: visible;
  cursor: e-resize;
  margin-bottom: 30px;
  width: 100%;
}

.issue_scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.issue_scroll::-webkit-scrollbar-thumb {
  background-color: #5B6B94;
  border-radius: 3px;
}

.issue_scroll::-webkit-scrollbar-track {
  background: #fff;
}

.related-products {
  padding-top: 112px;
  margin-top: 85px;
  border-top: 1px solid #f2f2f2;
}
@media (max-width: 992px) {
  .related-products {
    padding-top: 60px;
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  .related-products .related-products__inner {
    padding: 0;
  }
}
.related-products .related-products__title {
  display: block;
  font-size: 1.5em !important;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.related-products .product-item__wrapper {
  -moz-column-gap: 33px;
       column-gap: 33px;
  row-gap: 25px;
}
@media (max-width: 1320px) {
  .related-products .product-item__wrapper {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 21px;
  }
}
.related-products .product-item__wrapper .product-item {
  background-color: #ffffff;
}
@media (max-width: 1320px) {
  .related-products .product-item__wrapper .product-item .product-item__title {
    font-size: 17px;
    line-height: 20px;
    margin: 11px 10px 1px 17px;
  }
}
@media (max-width: 992px) {
  .related-products .product-item__wrapper .product-item .product-item__title {
    font-size: 14px;
  }
}

.login {
  position: relative;
}
@media (max-width: 992px) {
  .login {
    min-height: 100vh;
    height: 100vh;
  }
}
@media (max-width: 595px) {
  .login {
    min-height: 100vh;
    height: 100vh;
  }
}
.login .container {
  max-width: 1440px;
}
@media (max-width: 992px) {
  .login .container {
    height: 100%;
  }
}
@media (max-width: 595px) {
  .login .container {
    height: 100%;
  }
}
.login .login__wr {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 42px;
  padding: 12px 11px 13px;
  background-color: #ffffff;
}
@media (max-width: 1320px) {
  .login .login__wr {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .login .login__wr {
    height: 100%;
  }
}
.login .login__wr .login__item {
  width: calc(50% - 21px);
  padding: 0 20px;
  flex-direction: column;
  display: flex;
  gap: 20px;
}
@media (max-width: 1320px) {
  .login .login__wr .login__item {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .login .login__wr .login__item {
    padding: 0;
    margin-top: 0;
    height: 100%;
  }
}
.login .login__wr .login__item .login__item_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
}
@media (max-width: 1320px) {
  .login .login__wr .login__item .login__item_header {
    position: unset;
    top: auto;
    left: auto;
  }
}
@media (max-width: 992px) {
  .login .login__wr .login__item .login__item_header {
    left: 0;
    top: 0;
    position: relative;
    width: calc(100% + 16px) !important;
    margin-left: -8px;
    padding: 20px 16px 13px;
    border-bottom: 1px solid #F2F2F2;
  }
}
@media (max-width: 595px) {
  .login .login__wr .login__item .login__item_header {
    width: calc(100% + 32px) !important;
    margin-left: -16px;
    padding: 12px 16px 5px;
  }
}
.login .login__wr .login__item .login__item_header .login__item_header-logo img {
  width: 167px;
}
@media (max-width: 992px) {
  .login .login__wr .login__item .login__item_header .login__item_header-logo img {
    width: 140px;
  }
}
@media (max-width: 595px) {
  .login .login__wr .login__item .login__item_header .login__item_header-logo img {
    width: 167px;
  }
}
.login .login__wr .login__item .login__item_header .login__item_header-btn a {
  color: #636463;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 992px) {
  .login .login__wr .login__item .login__item_header .login__item_header-btn a {
    margin-top: -4px;
  }
}
.login .login__wr .login__item_img {
  width: 50%;
}
@media (max-width: 1320px) {
  .login .login__wr .login__item_img {
    display: none;
  }
}
.login .login__wr .login__item_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 50%;
  border-radius: 12px;
  min-width: 100%;
  max-height: 935px;
}
.login.registration .login__wr {
  padding: 0;
}
.login.registration .login__wr .login__item {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.login.registration .login__wr .login__item .form__wr {
  max-width: 360px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .login.registration .login__wr .login__item .form__wr {
    max-width: 367px;
  }
}
@media (max-width: 595px) {
  .login.registration .login__wr .login__item .form__wr {
    margin-top: 0;
  }
}
.login.registration .login__wr .login__item .form__wr .form__title {
  margin-bottom: 4px;
}
.login.registration .login__wr .login__item .form__wr .login__btn_google {
  margin-top: 16px;
  height: 44px;
}
@media (max-width: 595px) {
  .login.registration .login__wr .login__item .form__wr .login__btn_google {
    margin-top: 4px;
  }
}
.login.registration .login__wr .login__item .form__wr .registration_form {
  margin-top: 26px;
}
.login.registration .login__wr .login__item .form__wr .registration_form .form_group .inputs label {
  display: block;
}

.thanks-page__wr {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  min-height: 300px;
  max-width: 540px;
  margin: 0 auto;
}
.thanks-page__wr .form__title {
  margin-bottom: 60px;
  margin-top: 120px;
}
.thanks-page__wr .form_group .form_group__link {
  text-decoration: underline;
}
.thanks-page__wr .form_group .form_group__auth {
  color: #334E7D;
  transition: all 0.3s;
  margin-top: 20px;
}
.thanks-page__wr .form_group .form_group__auth:hover {
  color: #5B6B94;
}

.thanks-page__h1 {
  font-size: 64px;
}
@media (max-width: 992px) {
  .thanks-page__h1 {
    font-size: 48px;
  }
}
@media (max-width: 595px) {
  .thanks-page__h1 {
    font-size: 36px;
    line-height: 36px;
  }
}

.form__wrapper {
  height: auto;
}

.form__wr {
  max-width: 378px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0 auto;
  width: 100%;
  min-height: calc(100vh - 85px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1320px) {
  .form__wr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .form__wr {
    max-width: 370px;
    padding-left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .form__wr h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 374px) {
  .form__wr h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.form__title {
  margin-bottom: 3px;
}

.form__subtitle {
  color: #636463;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.form__btn_wr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid #D3D3D3;
}

.login__btn_google {
  margin-top: 31px;
}
@media (max-width: 595px) {
  .login__btn_google {
    margin-top: 24px;
  }
}

.form__btn_text {
  font-weight: 500;
  color: #1A1919;
  line-height: 21px;
}

form.autorized_form {
  margin-top: 27px;
  min-width: 100%;
}

.form_group {
  width: 100%;
  margin-bottom: 20px;
}
.form_group.form_group-email {
  margin-bottom: 25px;
}
.form_group.form_group-password {
  margin-bottom: 28px;
}
.form_group.form_group-btn {
  margin-bottom: 28px;
}
.form_group .inputs {
  position: relative;
}
.form_group .inputs label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 4px;
}
.form_group .inputs input:not(.vs__search) {
  padding: 12px 16px 9px;
  width: 100%;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #D3D3D3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.form_group .inputs input:not(.vs__search)::-moz-placeholder {
  margin-top: 2px;
}
.form_group .inputs input:not(.vs__search)::placeholder {
  margin-top: 2px;
}
.form_group .inputs input:not(.vs__search).has-error {
  border: 2px solid #de5487;
}
.form_group .inputs input[type=password] {
  font-size: 23px;
  letter-spacing: 3px;
  height: 44px;
  line-height: 24px;
  color: #636463;
  font-weight: 900;
  /*padding-top: 19px;
  padding-left: 12px;
  padding-right: 40px;*/
}
.form_group .inputs .eye {
  position: absolute;
  top: calc(50% + 5px);
  right: 16px;
  width: 16px;
  height: 14px;
  background: url(../images/eye_close.svg) no-repeat 50%;
  cursor: pointer;
}
.form_group .inputs .eye.open {
  background: url(../images/eye.svg) no-repeat 50%;
}
.form_group select {
  padding: 12px 40px 12px 16px;
  width: 100%;
  height: 42px;
  border-radius: 6px;
  border: 1px solid #D3D3D3;
}
.form_group textarea {
  padding: 12px 16px;
  width: 100%;
  height: 174px;
  border-radius: 6px;
  border: 1px solid #D3D3D3;
}
@media (max-width: 595px) {
  .form_group textarea {
    padding: 18px 16px 12px;
  }
}
.form_group .button.submit {
  height: 44px !important;
  color: #F2F2F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding: 0;
}
.form_group .button.submit input[type=submit] {
  color: #F2F2F2;
  font-weight: 500;
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding-top: 3px;
}
.form_group .registration {
  text-align: center;
}
.form_group .registration a {
  font-weight: 500;
  color: #334E7D;
  margin-left: 8px;
  transition: all 0.3s;
}
.form_group .registration a:hover {
  color: #5B6B94;
}
.form_group .registration_rules {
  margin-bottom: 19px;
}

.form_group__wr {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 21px;
}
.form_group__wr .input_wr {
  margin: 0;
}
.form_group__wr .input_wr label {
  margin: 0;
  padding-left: 25px;
}
.form_group__wr .forgot a {
  font-weight: 500;
  color: #334E7D;
}
.form_group__wr.registration_rules .input_wr label {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #636463;
}
.form_group__wr.registration_rules .input_wr label a {
  color: #334E7D;
  transition: all 0.3s;
}
.form_group__wr.registration_rules .input_wr label a:hover {
  color: #5B6B94;
}

.registration .login__item_header {
  position: relative;
}
.registration .form__wr .login__btn_google {
  margin-top: 20px;
}
.registration .form__wr .form_group {
  margin-bottom: 22px;
}
@media (max-width: 595px) {
  .registration .form__wr .form_group {
    margin-bottom: 23px;
  }
}
.registration .form__wr .form_group.registration_rules {
  margin-bottom: 21px;
  margin-top: 24px;
}
@media (max-width: 595px) {
  .registration .form__wr .form_group.registration_rules {
    margin-bottom: 16px;
    margin-top: 23px;
  }
}
.registration .form__wr .form_group.registration_rules .input_wr label {
  padding-left: 27px;
}
.registration .form__wr .form_group.registration_rules .input_wr label:before {
  top: 0;
}
.registration .form__wr .form_group.registration_submit {
  margin-bottom: 23px;
}
@media (max-width: 595px) {
  .registration .form__wr .form_group.registration_submit {
    margin-bottom: 18px;
  }
}
.registration .form__wr .form_group__wr .input_wr label {
  margin: 0;
  padding-left: 19px;
}
.registration .form__wr .form_group__wr .input_wr label.has-error:before {
  border: 2px solid #de5487;
}

.basket__wr {
  display: grid;
  grid-template: 6fr/1fr;
  grid-auto-rows: auto;
  grid-gap: 22px;
  grid-row-gap: 40px;
  width: 100%;
}
.basket__wr .basket-table {
  grid-column: 1/4;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
}
@media (max-width: 1320px) {
  .basket__wr .basket-table {
    grid-column: 1/6;
    grid-row: 3;
    margin-top: -41px;
  }
}
@media (max-width: 767px) {
  .basket__wr .basket-table {
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0;
  }
}
.basket__wr .cart-total {
  grid-column: 10/12;
  position: sticky;
  top: 70px;
}
@media (max-width: 1320px) {
  .basket__wr .cart-total {
    grid-row: 2;
    grid-column: 1/6;
    width: calc(100% + 30px);
    margin-left: -15px;
    position: unset;
    top: unset;
  }
}
@media (max-width: 992px) {
  .basket__wr .cart-total {
    grid-row: 2;
    grid-column: 1/6;
    width: calc(100% + 16px);
    margin-left: -8px;
  }
}
@media (max-width: 595px) {
  .basket__wr .cart-total {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
.basket__wr .cart-total .cart-total__wr {
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  box-shadow: 0px 0px 8px -4px rgba(16, 24, 40, 0.03), 0px 0px 24px -4px rgba(16, 24, 40, 0.08);
}
@media (max-width: 1320px) {
  .basket__wr .cart-total .cart-total__wr {
    box-shadow: -8px -8px 8px -4px rgba(16, 24, 40, 0.03), 8px -8px 8px -4px rgba(16, 24, 40, 0.03);
    border-bottom: none;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
.basket__wr .cart-total .cart-total__item {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.basket__wr .cart-total .cart-total__item-top {
  border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 767px) {
  .basket__wr .cart-total .cart-total__item-top {
    border-bottom: 1px solid #F2F2F2;
  }
}
.basket__wr .cart-total .cart-total__item-top .cart-total__item {
  padding: 30px 23px 26px;
}
@media (max-width: 1320px) {
  .basket__wr .cart-total .cart-total__item-top .cart-total__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 16px 8px 15px;
  }
}
@media (max-width: 595px) {
  .basket__wr .cart-total .cart-total__item-top .cart-total__item {
    padding: 16px 16px 15px;
  }
}
@media (max-width: 767px) {
  .basket__wr .cart-total .cart-total__item-bottom {
    border-bottom: 1px solid #F2F2F2;
  }
}
.basket__wr .cart-total .cart-total__item-bottom .cart-total__item {
  padding: 38px 23px 36px;
}
@media (max-width: 595px) {
  .basket__wr .cart-total .cart-total__item-bottom .cart-total__item {
    padding: 27px 16px 36px;
  }
}
.basket__wr .cart-total .cart-total__item-bottom .cart-total__item .cart-total__item_price, .basket__wr .cart-total .cart-total__item-bottom .cart-total__item .cart-total__item_sum {
  max-width: 320px;
}
@media (max-width: 595px) {
  .basket__wr .cart-total .cart-total__item-bottom .cart-total__item .cart-total__item_price, .basket__wr .cart-total .cart-total__item-bottom .cart-total__item .cart-total__item_sum {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.basket__wr .cart-total .cart-total__item_title {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.basket__wr .cart-total .cart-total__item_quantity {
  color: #636463;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 992px) {
  .basket__wr .cart-total .cart-total__item_quantity .cart-total__item_quantity-descr {
    display: none;
  }
}
.basket__wr .cart-total .cart-total__item_price {
  color: #636463;
}
.basket__wr .cart-total .cart-total__item_price .cart-total__item_price-text {
  width: 50%;
  display: inline-block;
}
.basket__wr .cart-total .cart-total__item_sum {
  margin-top: 14px;
}
.basket__wr .cart-total .cart-total__item_sum .cart-total__item_sum-text {
  width: 50%;
  display: inline-block;
  color: #636463;
}
.basket__wr .cart-total .cart-total__item_sum .cart-total__item_sum-num {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.basket__wr .cart-total .cart-total__item_btn {
  margin-top: 32px !important;
  width: 280px !important;
}
@media (max-width: 595px) {
  .basket__wr .cart-total .cart-total__item_btn {
    width: 100% !important;
  }
}
.basket__wr .cart-contacts,
.basket__wr .cart-delivery,
.basket__wr .cart-payment {
  grid-column: 1/4;
  padding: 32px 51px 45px 40px;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
}
@media (max-width: 1320px) {
  .basket__wr .cart-contacts,
  .basket__wr .cart-delivery,
  .basket__wr .cart-payment {
    grid-column: 1/6;
  }
}
@media (max-width: 992px) {
  .basket__wr .cart-contacts,
  .basket__wr .cart-delivery,
  .basket__wr .cart-payment {
    padding: 0;
    border: none;
    border-radius: 0;
  }
}
.basket__wr .cart-contacts .tabs__title,
.basket__wr .cart-delivery .tabs__title,
.basket__wr .cart-payment .tabs__title {
  margin-bottom: 15px;
}
@media (max-width: 1320px) {
  .basket__wr .cart-contacts .tabs__title,
  .basket__wr .cart-delivery .tabs__title,
  .basket__wr .cart-payment .tabs__title {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media (max-width: 595px) {
  .basket__wr .cart-contacts .tabs__title,
  .basket__wr .cart-delivery .tabs__title,
  .basket__wr .cart-payment .tabs__title {
    flex-direction: column;
  }
}
.basket__wr .cart-contacts .tabs-content,
.basket__wr .cart-delivery .tabs-content,
.basket__wr .cart-payment .tabs-content {
  width: 100%;
}
.basket__wr .cart-contacts .tabs-content .tabs-content-message,
.basket__wr .cart-delivery .tabs-content .tabs-content-message,
.basket__wr .cart-payment .tabs-content .tabs-content-message {
  color: #9A9B9A;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 27px;
}
.basket__wr .cart-delivery .form_group__wr {
  margin-top: 14px;
}
@media (max-width: 595px) {
  .basket__wr .cart-delivery .tabs-wrapper .tabs__title, .basket__wr .cart-payment .tabs-wrapper .tabs__title {
    gap: 20px;
  }
}
.basket__wr .cart-delivery .tabs-wrapper .tabs__title .tabs__title-item, .basket__wr .cart-payment .tabs-wrapper .tabs__title .tabs__title-item {
  flex-grow: 1;
}
@media (max-width: 595px) {
  .basket__wr .cart-delivery .tabs-wrapper .tabs__title .tabs__title-item, .basket__wr .cart-payment .tabs-wrapper .tabs__title .tabs__title-item {
    width: 100%;
  }
}
.basket__wr .form_group__wr {
  flex-direction: column;
  gap: 0;
  margin-bottom: 0;
}
.basket__wr .form_group__wr .form_group {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 22px;
  overflow-x: unset;
}
.basket__wr .form_group__wr .form_group:before {
  display: none;
}
.basket__wr .form_group__wr .form_group:last-child {
  margin-bottom: 0;
}
.basket__wr .form_group__wr .form_group.mb-20 {
  margin-bottom: 20px;
}
.basket__wr .form_group__wr .form_group label {
  display: block;
}
.basket__wr .form_group__wr .form_group textarea {
  color: #1A1919;
  outline: none;
}
.basket__wr .form_group__wr .form_group textarea::-moz-placeholder {
  color: #9A9B9A;
}
.basket__wr .form_group__wr .form_group textarea::placeholder {
  color: #9A9B9A;
}

.cart-auth .cart-auth__wr {
  padding: 31px 45px 37px 41px;
  width: 100%;
  max-width: 686px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 8px -4px rgba(16, 24, 40, 0.03), 0px 5px 24px -4px rgba(16, 24, 40, 0.08);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 110;
  overflow-y: auto;
  min-height: 150px;
}
@media (max-width: 767px) {
  .cart-auth .cart-auth__wr {
    max-width: 90%;
    max-height: 50%;
  }
}
.cart-auth .cart-auth__close {
  position: absolute;
  right: 11px;
  top: 10px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.cart-auth .cart-auth__title {
  text-align: center;
}
.cart-auth .cart-auth__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
.cart-auth .cart-auth__block .cart-auth__link {
  white-space: nowrap;
  color: #334E7D;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.cart-auth .cart-auth__block .cart-auth__link:hover {
  color: #475D89;
}

.basket-table {
  grid-column: 1/4;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
}
.basket-table table {
  min-height: 78px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  text-indent: initial;
  border-spacing: 0;
}
@media (max-width: 595px) {
  .basket-table table {
    display: flex;
    flex-direction: column;
  }
}
.basket-table table thead {
  height: 50px;
}
@media (max-width: 595px) {
  .basket-table table thead {
    display: none;
    width: 100%;
  }
}
@media (max-width: 595px) {
  .basket-table table thead tr {
    display: flex;
    width: 100%;
  }
}
.basket-table table thead tr td {
  color: #9A9B9A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 595px) {
  .basket-table table thead tr td {
    display: flex;
    width: 100% !important;
    min-width: unset !important;
    padding-top: 17px;
  }
}
.basket-table table thead tr td:last-child {
  padding-right: 31px;
  text-align: right;
}
@media (max-width: 595px) {
  .basket-table table tbody {
    display: flex;
    flex-direction: column;
  }
}
.basket-table table tbody tr {
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 595px) {
  .basket-table table tbody tr {
    display: flex;
    flex-direction: row;
    row-gap: 6px;
    padding-bottom: 9px;
    border-top: none;
    flex-wrap: wrap;
    width: 100%;
  }
}
.basket-table table tbody tr td {
  padding: 13px 0 13px 5px;
}
@media (max-width: 1320px) {
  .basket-table table tbody tr td.basket-table_descr {
    padding: 13px 0 13px 23px;
  }
}
@media (max-width: 992px) {
  .basket-table table tbody tr td.basket-table_descr {
    display: flex;
    align-items: center;
    padding: 13px 0 13px 23px;
  }
}
@media (max-width: 767px) {
  .basket-table table tbody tr td.basket-table_descr {
    padding: 13px 0 13px;
  }
}
.basket-table table tbody tr td .basket-table_quantity__wr {
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
}
.basket-table table tbody tr td .basket-table_quantity__wr .basket-table_quantity-input {
  font-size: 16px;
  width: 60px;
  padding: 0 3px;
  text-align: center;
  border: none;
}
.basket-table table tbody tr td .basket-table_quantity__wr .basket-table_quantity__text {
  color: #636463;
  padding: 0 5px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 595px) {
  .basket-table table tbody tr td:nth-child(odd) {
    width: 40%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px !important;
  }
  .basket-table table tbody tr td:nth-child(even) {
    flex-grow: 1;
  }
  .basket-table table tbody tr td:first-child {
    width: auto;
    min-width: 26px;
    padding-left: 0;
  }
  .basket-table table tbody tr td.basket-table_total {
    align-items: center;
  }
}
.basket-table table tbody tr:last-child {
  border-bottom: none;
}
.basket-table table tr td {
  vertical-align: center;
  padding: 5px 0 5px 5px;
}
.basket-table table tr td.basket-table_descr {
  padding-left: 23px;
  min-width: 100%;
  width: 47%;
}
@media (max-width: 1320px) {
  .basket-table table tr td.basket-table_descr {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .basket-table table tr td.basket-table_descr {
    padding-left: 0;
    width: 37%;
  }
}
@media (max-width: 595px) {
  .basket-table table tr td.basket-table_descr {
    min-width: unset;
  }
}

.basket-tabs__wr {
  grid-column: 1/4;
}
@media (max-width: 1320px) {
  .basket-tabs__wr {
    grid-column: 1/6;
  }
}
.basket-tabs__wr.cabinet-content .tabs-container {
  padding: 0;
}
.basket-tabs__wr .cabinet__tab-box {
  display: none;
}
@media (max-width: 1320px) {
  .basket-tabs__wr .cabinet__tab-box {
    display: block;
    margin-bottom: 32px;
    margin-top: 40px;
  }
}
@media (max-width: 1320px) {
  .basket-tabs__wr .tabs-container .tabs-content {
    gap: 55px;
  }
}

.cart-item__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 23px;
}
@media (max-width: 595px) {
  .cart-item__title {
    margin-bottom: 20px;
  }
}

.tabs__title {
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.tabs__title .tabs__title-item {
  width: calc(33% - 5px);
}
.tabs__title .tabs__title-item.tab-active .cart-tabs__btn {
  border: 1px solid #F2F2F2;
  background: #F2F2F2;
}

.cart-tabs__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 25px 30px 28px;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
  background: #FFFFFF;
  height: 100px;
}
@media (max-width: 595px) {
  .cart-tabs__btn {
    padding: 25px 17px 28px 23px;
  }
}
.cart-tabs__btn .cart-tabs__btn_item:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-tabs__btn .cart-tabs__btn_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: #1A1919;
}
.cart-tabs__btn .cart-tabs__btn_descr {
  color: #9A9B9A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

h2.basket__title {
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  grid-column: 1/6;
  margin-bottom: 4px;
  margin-top: 4px;
}
@media (max-width: 1320px) {
  h2.basket__title {
    grid-row: 1;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
  }
}

.basket-table_numeration {
  margin-right: 5px;
  align-self: center;
  color: #9A9B9A;
  min-width: 26px;
  display: inline-block;
  text-align: center;
  padding-left: 10px;
}
@media (max-width: 595px) {
  .basket-table_numeration {
    padding-left: 0;
    min-width: 16px;
  }
}

.basket-table_descr {
  min-width: 40%;
  padding-left: 0 !important;
  display: table-cell;
}
@media (max-width: 595px) {
  .basket-table_descr {
    display: flex;
  }
}
.basket-table_descr .basket-table_descr__wr {
  display: flex;
  align-items: center;
  width: 100%;
}
.basket-table_descr img {
  margin-right: 15px;
  vertical-align: middle;
  border-radius: 6px;
  font-size: 9px;
  line-height: normal;
  max-width: 84px;
}
@media (max-width: 767px) {
  .basket-table_descr img {
    width: 50px;
    height: 50px;
  }
}
.basket-table_descr .basket-table_name {
  max-width: 275px;
  color: #334E7D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .basket-table_descr .basket-table_name {
    max-width: 100%;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .basket-table_descr .basket-table_name {
    padding-top: 0;
    font-size: 14px;
    line-height: 20px;
  }
}

.basket-table_price .product-item__price {
  padding-top: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  .basket-table_price .product-item__price {
    padding-top: 0;
  }
}
.basket-table_price .product-item__price .new-price {
  margin-top: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .basket-table_price .product-item__price .new-price {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
}

.basket-table_quantity .basket-table_quantity-input {
  display: flex;
  width: 120px;
  height: 44px;
  padding: 13px 16px 10px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #d3d3d3;
  color: #636463;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 0;
}

.basket-table_total {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 595px) {
  .basket-table_total.basket-table_total-block {
    flex-direction: column;
    align-items: flex-end !important;
  }
  .basket-table_total.basket-table_total-block .basket-table_total-wr {
    padding: 0 !important;
  }
}
.basket-table_total .basket-table_total-wr {
  margin-top: 0;
  padding-right: 31px;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .basket-table_total .basket-table_total-wr {
    padding-left: 10px;
  }
}
@media (max-width: 595px) {
  .basket-table_total .basket-table_total-wr {
    padding-right: 0 !important;
  }
}
.basket-table_total .basket-table_total-wr.basket-table_total-discount {
  color: #9A9B9A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

@media (max-width: 767px) {
  .basket-table_delete {
    margin: 0 auto;
    width: 100% !important;
    justify-content: center !important;
  }
}
.basket-table_delete .basket-table_delete-wr {
  cursor: pointer;
  margin-top: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .basket-table_delete .basket-table_delete-wr {
    margin-top: 0;
  }
}

.header-basket {
  position: fixed;
  top: 141px;
  bottom: 0;
  right: -1px;
  z-index: 110;
  width: 830px;
  background-color: #FFFFFF;
}
@media (max-width: 1576px) {
  .header-basket {
    top: 111px;
  }
}
@media (max-width: 1320px) {
  .header-basket {
    top: 107px;
  }
}
@media (max-width: 992px) {
  .header-basket {
    bottom: 0;
  }
}
.header-basket.cabinet-orders__wr {
  padding: 0;
  border-radius: 0;
  box-shadow: -10px 15px 20px rgba(0, 0, 0, 0.15);
  max-height: -moz-fit-content;
  max-height: fit-content;
  border-top: 1px solid #f2f2f2;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 141px);
  height: calc(100% - 141px);
}
@media (max-width: 1576px) {
  .header-basket.cabinet-orders__wr {
    height: calc(100% - 111px);
  }
}
@media (max-width: 1320px) {
  .header-basket.cabinet-orders__wr {
    min-height: calc(100vh - 107px);
  }
}
@media (max-width: 992px) {
  .header-basket.cabinet-orders__wr {
    width: 100%;
    margin: 0;
    border-top: 1px solid #f2f2f2;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 100px;
    height: calc(100% - 100px);
    min-height: calc(100% - 100px);
  }
}
@media (max-width: 595px) {
  .header-basket.cabinet-orders__wr {
    padding: 0;
  }
}
.header-basket.cabinet-orders__wr .header-basket__wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: auto !important;
}
.header-basket.cabinet-orders__wr .header-basket__wr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  gap: 20px;
  flex-grow: 1;
  width: 100%;
}
.header-basket.cabinet-orders__wr .header-basket__wr .header-basket__order {
  overflow-y: scroll;
  height: 100%;
}
.header-basket.cabinet-orders__wr .header-basket__wr .header-basket__order::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.header-basket.cabinet-orders__wr .header-basket__wr .header-basket__order::-webkit-scrollbar-thumb {
  background-color: #5B6B94;
  border-radius: 3px;
}
.header-basket.cabinet-orders__wr .header-basket__wr .header-basket__order::-webkit-scrollbar-track {
  background: #fff;
}
.header-basket.cabinet-orders__wr .cabinet-orders__list .basket__title_wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 1320px) {
  .header-basket.cabinet-orders__wr .cabinet-orders__list .basket__title_wr {
    padding: 0 14px 0 10px;
  }
}
@media (max-width: 992px) {
  .header-basket.cabinet-orders__wr .cabinet-orders__list .basket__title_wr {
    padding: 0 16px 0 8px;
  }
}
@media (max-width: 595px) {
  .header-basket.cabinet-orders__wr .cabinet-orders__list .basket__title_wr {
    padding: 0 16px;
  }
}
.header-basket.cabinet-orders__wr .cabinet-orders__list .basket__title_wr:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #F2F2F2;
}
.header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table {
  width: 100%;
  margin-left: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tbody tr td:nth-child(odd) {
    padding-left: 8px !important;
  }
}
.header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.modal-cart {
  overflow-y: unset;
}
@media (max-width: 767px) {
  .header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table thead {
    display: none;
  }
}
.header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table thead tr {
  border-top: none;
}
@media (max-width: 767px) {
  .header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    row-gap: 6px;
    padding-bottom: 9px;
    border-top: none;
  }
}
.header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tr td {
  padding-right: 8px;
  padding-left: 8px;
}
.header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tr td:first-child {
  padding-left: 22px !important;
  width: 290px;
}
@media (max-width: 767px) {
  .header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tr td:first-child {
    min-width: auto;
  }
}
.header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tr td:last-child {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tr td:nth-child(even) {
    padding-right: 22px !important;
    width: 40% !important;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tr td:nth-child(odd) {
    padding-left: 22px !important;
    width: 60% !important;
  }
}
@media (max-width: 767px) {
  .header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tr .basket-table_price {
    width: 50%;
    min-width: 120px;
  }
}
.header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tr .basket-table_descr .basket-table_descr__wr {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tr .basket-table_descr img {
  width: 60px;
  height: auto;
  max-height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tr .new-price {
  font-weight: 400;
  font-size: 16px;
}
.header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tr .basket-table_quantity .basket-table_quantity__wr {
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
}
.header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tr .basket-table_quantity .basket-table_quantity__wr .basket-table_quantity__text {
  color: #636463;
  padding: 0 5px;
}
@media (max-width: 1320px) {
  .header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tr .basket-table_quantity .basket-table_quantity-input {
    width: 100px;
  }
}
@media (max-width: 595px) {
  .header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tr .basket-table_quantity .basket-table_quantity-input {
    width: 100%;
    max-width: 160px;
  }
}
.header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tr .basket-table_quantity .select-item {
  font-size: 16px;
  width: 65px;
  padding: 13px 3px 10px;
  text-align: center;
  border: none;
}
.header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table .basket-table_total .basket-table_total-wr {
  padding-right: 0;
  width: 150px;
  overflow: auto;
  max-width: 150px;
  min-width: 150px;
  text-align: left;
}
@media (max-width: 767px) {
  .header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table .basket-table_total .basket-table_total-wr {
    min-width: -moz-fit-content;
    min-width: fit-content;
    text-align: right;
  }
}
.header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table .basket-table_total .basket-table_total-wr::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table .basket-table_total .basket-table_total-wr::-webkit-scrollbar-thumb {
  background-color: #9A9B9A;
  border-radius: 3px;
}
.header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table .basket-table_total .basket-table_total-wr::-webkit-scrollbar-track {
  background: #fff;
}
.header-basket.cabinet-orders__wr .cabinet-orders__list .basket-table .basket-table__header_total {
  width: 140px;
}
.header-basket.cabinet-orders__wr .header-basket__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border-top: 1px solid #F2F2F2;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  .header-basket.cabinet-orders__wr .header-basket__total {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    padding: 20px;
    background-color: #fff;
  }
}
@media (max-width: 595px) {
  .header-basket.cabinet-orders__wr .header-basket__total {
    padding: 10px 20px 20px;
    flex-direction: column;
  }
}
.header-basket.cabinet-orders__wr .header-basket__total .header-basket__price-block {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.header-basket.cabinet-orders__wr .header-basket__total .header-basket__price-block .header-basket__item_price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  line-height: 26px;
}
.header-basket.cabinet-orders__wr .header-basket__total .header-basket__price-block .header-basket__item_sum {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}
.header-basket.cabinet-orders__wr .header-basket__total .header-basket__price-block .header-basket__item_sum .header-basket__item_sum-num {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.header-basket.cabinet-orders__wr .header-basket__total .header-basket__price-block .header-basket__item_sum .header-basket__item_sum-text {
  font-size: 16px;
  line-height: 26px;
}
.header-basket.cabinet-orders__wr .header-basket__total .header-basket__item_btn {
  margin-top: 0px !important;
}
@media (max-width: 595px) {
  .header-basket.cabinet-orders__wr .header-basket__total .header-basket__item_btn {
    width: 100% !important;
    max-width: 280px;
  }
}

.select-group__wr {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.v-select .vs__search {
  height: 34px;
}

.cabinet {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .cabinet {
    margin-bottom: 10px;
  }
}
@media (max-width: 595px) {
  .cabinet {
    margin-bottom: 0;
  }
}

.cabinet__wr {
  width: 100%;
}
.cabinet__wr .cabinet__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 59px;
}
@media (max-width: 992px) {
  .cabinet__wr .cabinet__header {
    margin-bottom: 32px;
    gap: 20px;
  }
}
@media (max-width: 595px) {
  .cabinet__wr .cabinet__header {
    flex-wrap: wrap;
    margin-bottom: 48px;
    margin-top: 8px;
  }
}
.cabinet__wr h2.cabinet__title {
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  margin-top: 4px;
}
@media (max-width: 992px) {
  .cabinet__wr h2.cabinet__title {
    font-size: 36px;
    line-height: 42px;
  }
}

.cabinet__tab-box {
  margin-bottom: 73px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cabinet__tab-box {
    margin-bottom: 40px;
    width: calc(100% + 16px);
    margin-left: -8px;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media (max-width: 595px) {
  .cabinet__tab-box {
    margin-bottom: 61px;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}

.cabinet-content .product-card__tab {
  width: calc(33.3% - 3px);
  padding: 0 20px 25px;
}
@media (max-width: 992px) {
  .cabinet-content .product-card__tab {
    width: 33.3%;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 0 20px 23px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 595px) {
  .cabinet-content .product-card__tab {
    font-size: 14px;
    line-height: 20px;
    padding: 0 25px 24px;
  }
}
.cabinet-content .tabs-container {
  padding: 0 6px;
}
@media (max-width: 992px) {
  .cabinet-content .tabs-container {
    padding: 0;
  }
}
.cabinet-content .tabs-content {
  width: 100%;
  gap: 30px;
}

.cabinet-item__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.cabinet-discount {
  padding: 35px 33px 39px 35px;
  border-radius: 8px;
  background: #FCE6B2;
}
@media (max-width: 992px) {
  .cabinet-discount {
    padding: 33px 33px 22px 25px;
  }
}
@media (max-width: 595px) {
  .cabinet-discount {
    padding: 23px 48px 22px 20px;
  }
}
.cabinet-discount .cabinet-discount__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cabinet-discount .cabinet-discount__header .cabinet-discount__header_block {
  display: block;
}
@media (max-width: 595px) {
  .cabinet-discount .cabinet-discount__header .cabinet-discount__header_block:not(:nth-child(-n+1)) {
    display: none;
  }
}
.cabinet-discount .cabinet-discount__header .cabinet-discount__status {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: -6px;
}
.cabinet-discount .cabinet-discount__header .cabinet-discount__status .cabinet-discount__status-value {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.cabinet-discount .cabinet-discount__header .cabinet-discount__descr {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  max-width: 280px;
  text-align: right;
  margin-top: 6px;
  letter-spacing: 0.4px;
}
.cabinet-discount .cabinet-discount__val {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 37px;
}
.cabinet-discount .cabinet-discount__val .cabinet-discount__val-condition {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: -4px;
  letter-spacing: 0.4px;
}
.cabinet-discount .cabinet-discount__target {
  margin-top: 34px;
}
.cabinet-discount .cabinet-discount__target .cabinet-discount__range_wr {
  display: flex;
  align-items: flex-start;
  gap: 21px;
}
.cabinet-discount .cabinet-discount__target .cabinet-discount__range_wr .cabinet-discount__range {
  display: block;
}
.cabinet-discount .cabinet-discount__target .cabinet-discount__range_wr .cabinet-discount__range:first-child, .cabinet-discount .cabinet-discount__target .cabinet-discount__range_wr .cabinet-discount__range:nth-child(2) {
  width: 25%;
  max-width: 191px;
}
.cabinet-discount .cabinet-discount__target .cabinet-discount__range_wr .cabinet-discount__range:nth-child(3) {
  width: calc(50% - 42px);
  flex-grow: 1;
}
@media (max-width: 595px) {
  .cabinet-discount .cabinet-discount__target .cabinet-discount__range_wr .cabinet-discount__range:not(:nth-child(-n+1)) {
    display: none;
  }
  .cabinet-discount .cabinet-discount__target .cabinet-discount__range_wr .cabinet-discount__range:first-child {
    width: 100%;
    max-width: unset;
  }
}
.cabinet-discount .cabinet-discount__target .cabinet-discount__range_wr .cabinet-discount__range .cabinet-discount__range_line {
  height: 4px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #ffffff;
  position: relative;
}
.cabinet-discount .cabinet-discount__target .cabinet-discount__range_wr .cabinet-discount__range .cabinet-discount__range_line.active {
  background: #EFA92C;
}
.cabinet-discount .cabinet-discount__target .cabinet-discount__range_wr .cabinet-discount__range .cabinet-discount__range_line .circle {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: #EFA92C;
  border-radius: 50%;
  border: 3px solid #ffffff;
  z-index: 1;
}
.cabinet-discount .cabinet-discount__target .cabinet-discount__range_wr .cabinet-discount__range.current .cabinet-discount__range_line-current {
  display: flex;
}
.cabinet-discount .cabinet-discount__target .cabinet-discount__range_wr .cabinet-discount__range.current .cabinet-discount__range_line-current .cabinet-discount__range_line {
  width: 80%;
}
.cabinet-discount .cabinet-discount__target .cabinet-discount__range_wr .cabinet-discount__range.current .cabinet-discount__range_line-current .cabinet-discount__range_line.active {
  width: 20%;
}
.cabinet-discount .cabinet-discount__target .cabinet-discount__range_wr .cabinet-discount__range_descr {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-top: 11px;
}
.cabinet-discount .cabinet-discount__target .cabinet-discount__range_wr .cabinet-discount__range-condition {
  color: #EFA92C;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.4px;
}
.cabinet-discount .cabinet-discount__descr-mobile {
  display: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 42px;
}
@media (max-width: 595px) {
  .cabinet-discount .cabinet-discount__descr-mobile {
    display: block;
  }
}

.cabinet-contacts__wr {
  padding: 28px 51px 48px 39px;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
}
@media (max-width: 992px) {
  .cabinet-contacts__wr {
    padding: 28px 0 17px;
    border: none;
  }
}
.cabinet-contacts__wr .cabinet-item__header {
  padding: 2px 0 17px 0;
}
.cabinet-contacts__wr .form_group__wr {
  flex-direction: column;
  margin-top: 7px;
  margin-bottom: 0;
}
.cabinet-contacts__wr .form_group__wr .form_group {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 22px;
}
.cabinet-contacts__wr .form_group__wr .form_group .inputs label {
  display: block;
}
.cabinet-contacts__wr .form_group__wr .form_group .inputs .eye {
  top: calc(50% + 7px);
}
.cabinet-contacts__wr .form_group__wr .form_group select {
  height: 45px;
  padding: 15px 40px 12px 16px;
}
.cabinet-contacts__wr .form_group__wr .form_group:last-child {
  margin-bottom: 0;
}
.cabinet-contacts__wr .form_group__wr .form_group textarea {
  color: #1A1919;
  outline: none;
}
.cabinet-contacts__wr .form_group__wr .form_group textarea::-moz-placeholder {
  color: #9A9B9A;
}
.cabinet-contacts__wr .form_group__wr .form_group textarea::placeholder {
  color: #9A9B9A;
}
.cabinet-contacts__wr .form_group__wr .form_group .cabinet-contacts__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.cabinet-contacts__wr .form_group__wr .form_group .cabinet-contacts__header .cabinet-item__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.cabinet-contacts__wr .form_group__wr .button-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 595px) {
  .cabinet-contacts__wr .form_group__wr .button-group {
    flex-direction: column;
    gap: 20px;
  }
}
.cabinet-contacts__wr .form_group__wr .button-group .button-group__item {
  width: 100%;
}
.cabinet-contacts__wr .form_group__wr .button-group .button-group__item.button {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-item__edit {
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #334E7D;
  cursor: pointer;
}
.cart-item__edit.pen:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -25px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url(../images/pen.svg) no-repeat center center;
}

.cabinet-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 31px 24px 38px;
}
@media (max-width: 992px) {
  .cabinet-item__header {
    padding: 3px 8px 24px;
  }
}
@media (max-width: 595px) {
  .cabinet-item__header {
    padding: 3px 16px 16px;
  }
}

.cabinet-orders__wr {
  padding: 28px 0 0;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
}
@media (max-width: 992px) {
  .cabinet-orders__wr {
    padding-top: 12px;
    border: none;
    width: calc(100% + 16px);
    margin-left: -8px;
  }
}
@media (max-width: 595px) {
  .cabinet-orders__wr {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
.cabinet-orders__wr .cabinet-orders__list .cabinet-orders__header {
  display: flex;
  color: #9A9B9A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 13px 0 17px 0;
  border-bottom: 1px solid #F2F2F2;
  border-top: 1px solid #F2F2F2;
}
@media (max-width: 595px) {
  .cabinet-orders__wr .cabinet-orders__list .cabinet-orders__header {
    padding: 13px 16px 17px;
  }
}
.cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  flex-wrap: wrap;
  position: relative;
}
.cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__item .cabinet-orders__item_wr {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 26px 0 0 0;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__item .cabinet-orders__item_wr {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 595px) {
  .cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__item .cabinet-orders__item_wr {
    padding: 20px 16px 0;
    position: relative;
  }
}
.cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__item.accordion-menu.open .cabinet-orders__arrow img {
  transform: rotate(180deg);
}
.cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__td {
  flex-grow: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 22px;
  min-width: calc(25% - 12px);
  width: calc(25% - 12px);
}
@media (max-width: 992px) {
  .cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__td {
    padding-bottom: 30px;
    min-width: calc(25% - 7px);
    width: calc(25% - 7px);
  }
}
@media (max-width: 595px) {
  .cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__td {
    padding-bottom: 20px;
  }
}
.cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__td:first-child {
  padding-left: 38px;
}
@media (max-width: 992px) {
  .cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__td:first-child {
    padding-left: 8px;
  }
}
@media (max-width: 595px) {
  .cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__td:first-child {
    padding-left: 0;
  }
}
.cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__td.cabinet-orders__arrow {
  width: 17px;
  min-width: 17px;
  padding-right: 31px;
}
@media (max-width: 992px) {
  .cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__td.cabinet-orders__arrow {
    padding-right: 8px;
  }
}
@media (max-width: 595px) {
  .cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__td.cabinet-orders__arrow {
    position: absolute;
    top: 0;
    right: auto;
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    border-bottom: 1px solid #F2F2F2;
    min-width: 100%;
  }
}
@media (max-width: 595px) {
  .cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__td.cabinet-orders__arrow img {
    display: none;
  }
}
.cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__td.cabinet-orders__number {
  color: #334E7D;
}
.cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__td.cabinet-orders__date {
  color: #636463;
}
.cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__td.cabinet-orders__sum {
  color: #636463;
}
.cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__td.cabinet-orders__status {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__td.cabinet-orders__arrow img {
  width: 17px;
  height: 10px;
}
.cabinet-orders__wr .cabinet-orders__list .cabinet-orders__list_item .cabinet-orders__td .cabinet-orders__form {
  position: relative;
  z-index: 10;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.cabinet-orders__wr .cabinet-orders__list .basket-table {
  border-radius: 0;
  border: none;
  width: 100%;
}
.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tr td:first-child {
  padding-left: 38px !important;
}
@media (max-width: 992px) {
  .cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tr td:first-child {
    padding-left: 8px !important;
    width: 43%;
  }
}
@media (max-width: 595px) {
  .cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tr td:first-child {
    padding-left: 0 !important;
  }
}
.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table thead tr {
  border-top: 1px solid #F2F2F2;
}
.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table thead tr td:last-child {
  padding-right: 31px;
  text-align: right;
}
@media (max-width: 992px) {
  .cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table thead tr td:last-child {
    padding-right: 8px;
  }
}
@media (max-width: 595px) {
  .cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tbody tr td {
  padding: 13px 0 13px 5px;
}
.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tbody tr td:first-child {
  width: 48%;
}
@media (max-width: 992px) {
  .cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tbody tr td:first-child {
    width: 42.5%;
    padding: 18px 0 16px 8px;
  }
}
@media (max-width: 595px) {
  .cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tbody tr td:first-child {
    width: 50px;
  }
}
@media (max-width: 595px) {
  .cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tbody tr td:nth-child(odd) {
    padding-left: 16px !important;
    width: 60%;
    flex-grow: 1;
    text-align: left;
    justify-content: flex-start;
  }
  .cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tbody tr td:nth-child(even) {
    width: 40px !important;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px !important;
  }
}
.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tbody tr td.basket-table_descr {
  display: flex;
  align-items: center;
}
.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tbody tr td.basket-table_descr .basket-table_descr-link {
  display: flex;
  align-items: center;
}
.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tbody tr td.basket-table_descr .basket-table_descr-link.disable-link {
  cursor: default;
}
.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tbody tr td.basket-table_descr .basket-table_descr-link.disable-link .basket-table_name {
  color: unset;
}
@media (max-width: 1320px) {
  .cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tbody tr td.basket-table_descr .basket-table_name {
    max-width: 220px;
  }
}
.cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tbody tr td.basket-table_price {
  width: 155px;
}
@media (max-width: 992px) {
  .cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tbody tr td.basket-table_price {
    width: 25%;
    min-width: 120px;
  }
}
@media (max-width: 595px) {
  .cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tbody tr td.basket-table_price {
    width: 50%;
    min-width: 120px;
  }
}
@media (max-width: 992px) {
  .cabinet-orders__wr .cabinet-orders__list .basket-table.cabinet-orders__table table tbody tr .basket-table_total-wr {
    padding-right: 8px;
  }
}
.cabinet-orders__wr .cabinet-orders__list .cabinet-orders__td {
  flex-grow: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  min-width: calc(25% - 12px);
  width: calc(25% - 12px);
  max-width: calc(25% - 12px);
}
@media (max-width: 992px) {
  .cabinet-orders__wr .cabinet-orders__list .cabinet-orders__td {
    min-width: calc(25% - 7px);
    width: calc(25% - 7px);
    max-width: calc(25% - 7px);
  }
}
@media (max-width: 595px) {
  .cabinet-orders__wr .cabinet-orders__list .cabinet-orders__td {
    font-size: 12px;
    line-height: 18px;
  }
}
.cabinet-orders__wr .cabinet-orders__list .cabinet-orders__td:first-child {
  padding-left: 38px;
}
@media (max-width: 595px) {
  .cabinet-orders__wr .cabinet-orders__list .cabinet-orders__td:first-child {
    padding-left: 0;
    min-width: 30.5%;
    width: 30.5%;
  }
}
@media (max-width: 595px) {
  .cabinet-orders__wr .cabinet-orders__list .cabinet-orders__td:nth-child(3) {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 595px) {
  .cabinet-orders__wr .cabinet-orders__list .cabinet-orders__td:nth-child(4) {
    width: -moz-fit-content;
    width: fit-content;
    text-align: right;
  }
}
.cabinet-orders__wr .cabinet-orders__btn {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 16px 0 13px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cabinet-orders__wr .cabinet-orders__btn {
    border-bottom: 1px solid #f2f2f2;
  }
}

.cabinet-download__wr {
  padding: 28px 37px 49px 39px;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
}
@media (max-width: 992px) {
  .cabinet-download__wr {
    border: none;
    padding: 10px 0 49px;
  }
}
@media (max-width: 595px) {
  .cabinet-download__wr {
    padding-top: 19px;
  }
}
.cabinet-download__wr .cabinet-item__header {
  padding-left: 0;
}
@media (max-width: 595px) {
  .cabinet-download__wr .cabinet-item__header {
    padding-bottom: 10px;
  }
}
.cabinet-download__wr .characteristic__item_download {
  margin-top: 0;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (max-width: 992px) {
  .cabinet-download__wr .characteristic__item_download {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
}
.cabinet-download__wr .characteristic__item_download .download__item {
  width: calc(50% - 16px);
  padding: 25px 30px 28px 30px;
  align-self: stretch;
  gap: 10px;
}
@media (max-width: 992px) {
  .cabinet-download__wr .characteristic__item_download .download__item {
    width: calc(50% - 9px);
  }
}
@media (max-width: 595px) {
  .cabinet-download__wr .characteristic__item_download .download__item {
    width: 100%;
  }
}
.cabinet-download__wr .characteristic__item_download .download__item .download__item_title {
  word-break: break-word;
}

.viewed-products {
  padding-top: 102px;
  border-top: 1px solid #f2f2f2;
}
@media (max-width: 992px) {
  .viewed-products {
    padding-top: 55px;
  }
}
@media (max-width: 595px) {
  .viewed-products {
    padding-top: 11px;
    border: none;
  }
}

.viewed-products__title {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 21px;
}
@media (max-width: 992px) {
  .viewed-products__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 18px;
  }
}

.viewed-products__slider .slick-list {
  overflow-x: hidden;
  margin: 0 -18px;
  width: calc(100% + 36px);
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .viewed-products__slider .slick-list {
    margin: 0 -9px;
    width: calc(100% + 18px);
    padding-bottom: 20px;
  }
}
.viewed-products__slider .slick-list .slick-slide {
  margin: 0 18px;
}
@media (max-width: 992px) {
  .viewed-products__slider .slick-list .slick-slide {
    margin: 0 9px;
  }
}
.viewed-products__slider .product-item .product-item__img {
  max-height: 187px;
}
.viewed-products__slider .product-item .product-item__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 22px 27px 0 19px;
}
@media (max-width: 1320px) {
  .viewed-products__slider .product-item .product-item__title {
    font-size: 14px;
    line-height: 20px;
    margin: 14px 17px 0 17px;
  }
}
.viewed-products__slider .product-item .product-item__price_wr {
  margin-left: 19px;
  margin-top: 10px;
}
.viewed-products__slider .product-item:hover {
  box-shadow: none;
  border: 1px solid #f2f2f2;
}

.viewed-products__slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 10px 10px 10px 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #F2F2F2;
  background: 0 0;
}
@media (max-width: 992px) {
  .viewed-products__slider-btn {
    display: none !important;
  }
}
.viewed-products__slider-btn.viewed-products__slider-btn-prev {
  left: -63px;
}
.viewed-products__slider-btn.viewed-products__slider-btn-next {
  right: -66px;
}

.notify {
  background-color: #FFE9D9;
  padding: 16px 23px 18px;
  border-radius: 8px;
  min-width: 326px;
}
@media (max-width: 992px) {
  .notify {
    min-width: 240px;
  }
}
@media (max-width: 595px) {
  .notify {
    width: 100%;
  }
}
.notify .notify__wr {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 992px) {
  .notify .notify__wr {
    font-size: 16px;
    line-height: 24px;
  }
}
.notify .notify__wr .notify__descr {
  display: flex;
  align-items: center;
  gap: 17px;
}
@media (max-width: 595px) {
  .notify .notify__wr .notify__descr {
    justify-content: space-between;
  }
}
.notify .notify__wr .notify__descr .notify__info {
  font-weight: 700;
}
.notify .notify__wr .notify__descr .notify__link {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #334E7D;
}
@media (max-width: 992px) {
  .notify .notify__wr .notify__descr .notify__link {
    font-size: 12px;
    line-height: 18px;
  }
}

.cookie {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.cookie.close {
  display: none;
}
.cookie .cookie__wr {
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 15px 18px 15px 14px;
  background-color: #334E7D;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .cookie .cookie__wr {
    margin: 0;
  }
}
@media (max-width: 595px) {
  .cookie .cookie__wr {
    flex-wrap: wrap;
    border-radius: 22px 22px 0 0;
    padding: 26px 16px 15px 15px;
  }
}
.cookie .cookie__wr .cookie__descr {
  display: flex;
  align-items: center;
  gap: 19px;
}
@media (max-width: 595px) {
  .cookie .cookie__wr .cookie__descr {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.cookie .cookie__wr .cookie__descr .cookie__img {
  width: 50px;
  height: 50px;
}
.cookie .cookie__wr .cookie__descr .cookie__text {
  max-width: 760px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
@media (max-width: 595px) {
  .cookie .cookie__wr .cookie__descr .cookie__text {
    width: 100%;
  }
}
@media (max-width: 595px) {
  .cookie .cookie__wr .cookie__confirm {
    width: 100%;
  }
}
.cookie .cookie__wr .cookie__confirm .cookie__confirm_btn {
  border: none;
  display: inline-flex;
  padding: 0 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  height: 40px;
}
@media (max-width: 595px) {
  .cookie .cookie__wr .cookie__confirm .cookie__confirm_btn {
    width: 100%;
  }
}

.static_pages {
  margin: 20px 0;
}
.static_pages iframe {
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.static_pages * {
  font-family: "MyriadPro", sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  max-width: 100%;
}
.static_pages p {
  display: block;
  min-height: 10px;
  padding-block-start: 4px;
  padding-block-end: 4px;
  padding-inline-start: 0px;
  padding-inline-end: 0px;
  word-break: break-word;
}
.static_pages ul, .static_pages ol {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.static_pages ul {
  list-style: disc;
}
.static_pages ul li {
  list-style: disc;
}
.static_pages ol {
  list-style: numeric;
}
.static_pages ol li {
  list-style: numeric;
}
.static_pages img {
  max-width: 100%;
  height: auto;
  overflow-clip-margin: content-box;
  overflow: clip;
  margin-right: 30px !important;
}
@media (max-width: 992px) {
  .static_pages img {
    max-width: calc(100% - 30px);
  }
}
.static_pages a {
  color: #334E7D !important;
  text-decoration: underline !important;
  text-decoration-line: underline !important;
}
.static_pages h3 {
  min-height: 20px;
}
.static_pages h1, .static_pages h2, .static_pages h3, .static_pages h4, .static_pages h5, .static_pages h6, .static_pages div, .static_pages p {
  line-height: 1.2em;
}
.static_pages h6 {
  display: block;
  font-size: 0.67em !important;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.static_pages h5 {
  display: block;
  font-size: 0.83em !important;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.static_pages h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.static_pages h3 {
  display: block;
  font-size: 1.17em !important;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.static_pages h2 {
  display: block;
  font-size: 1.5em !important;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.static_pages h1 {
  display: block;
  font-size: 2em !important;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.static_pages .characteristic__item_title {
  font-size: 30px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 40px !important;
  margin-block-end: 0.4em;
  margin-block-start: 0.4em;
}
@media (max-width: 992px) {
  .static_pages .characteristic__item_title {
    font-size: 26px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 595px) {
  .static_pages .characteristic__item_title {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}
.static_pages .table__wr {
  width: 100% !important;
  border: none !important;
}
.static_pages > * table, .static_pages table {
  width: 100%;
  text-indent: initial !important;
  border-spacing: 0 !important;
  border: none !important;
}
.static_pages > * table:not(:has(thead)) *, .static_pages table:not(:has(thead)) * {
  margin: 0 !important;
}
.static_pages > * table:not(:has(thead)) tr td, .static_pages table:not(:has(thead)) tr td {
  border: 1px solid #d3d3d3 !important;
  padding: 10px 15px !important;
  min-height: 40px !important;
}
.static_pages > * table:not(:has(thead)) tr:nth-child(even), .static_pages table:not(:has(thead)) tr:nth-child(even) {
  background-color: #FFFFFF !important;
}
.static_pages > * table:not(:has(thead)) tr:nth-child(odd), .static_pages table:not(:has(thead)) tr:nth-child(odd) {
  background-color: #F2F2F2 !important;
}
.static_pages > * table:not(:has(thead)) > tbody tr:first-child, .static_pages table:not(:has(thead)) > tbody tr:first-child {
  border-radius: 8px 8px 0 0;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 40px !important;
}
.static_pages > * table:not(:has(thead)) > tbody tr:first-child td, .static_pages table:not(:has(thead)) > tbody tr:first-child td {
  vertical-align: middle !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
  width: auto;
  max-width: 33%;
}
.static_pages > * table:not(:has(thead)) > tbody tr:first-child td:first-child, .static_pages table:not(:has(thead)) > tbody tr:first-child td:first-child {
  border-top-left-radius: 8px;
}
.static_pages > * table:not(:has(thead)) > tbody tr:first-child td:last-child, .static_pages table:not(:has(thead)) > tbody tr:first-child td:last-child {
  border-top-right-radius: 8px;
}
.static_pages > * table:not(:has(thead)) > tbody tr:last-child td:first-child, .static_pages table:not(:has(thead)) > tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.static_pages > * table:not(:has(thead)) > tbody tr:last-child td:last-child, .static_pages table:not(:has(thead)) > tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.static_pages > * table tr td, .static_pages table tr td {
  border: 1px solid #d3d3d3 !important;
  color: #1A1919 !important;
}
.static_pages > * table tr td *, .static_pages table tr td * {
  color: #1A1919 !important;
}
.static_pages > * table tr td:not(:last-child), .static_pages table tr td:not(:last-child) {
  border-right: none !important;
}
.static_pages > * table tr:not(:last-child) td, .static_pages table tr:not(:last-child) td {
  border-bottom: none !important;
}
.static_pages > * table thead tr td, .static_pages table thead tr td {
  border-bottom: none !important;
}
.static_pages > * table thead tr:first-child td:first-child, .static_pages table thead tr:first-child td:first-child {
  border-top-left-radius: 8px;
}
.static_pages > * table thead tr:first-child td:last-child, .static_pages table thead tr:first-child td:last-child {
  border-top-right-radius: 8px;
}
.static_pages > * table tbody tr:last-child td:first-child, .static_pages table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.static_pages > * table tbody tr:last-child td:last-child, .static_pages table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.static_pages.characteristic_tech > * table {
  width: 100%;
  border: none !important;
  text-indent: initial !important;
  border-spacing: 0 !important;
}
.static_pages.characteristic_tech > * table:not(:has(thead)) > tbody tr:first-child {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  padding: 10px 15px !important;
  min-height: 40px !important;
}
.static_pages.characteristic_tech > * table:not(:has(thead)) > tbody tr:first-child td {
  color: #1A1919 !important;
  vertical-align: middle !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  width: auto;
  max-width: 33%;
}
.static_pages.characteristic_tech > * table:not(:has(thead)) > tbody tr:first-child td:first-child:before {
  display: none;
}
.static_pages.characteristic_tech > * table:not(:has(thead)) > tbody tr:first-child td:first-child:after {
  display: none;
}
.static_pages.characteristic_tech > * table:not(:has(thead)) > tbody tr:first-child td:last-child:before {
  display: none;
}
.static_pages.characteristic_tech > * table:not(:has(thead)) > tbody tr:first-child td:last-child:after {
  display: none;
}
.static_pages.characteristic_tech > * table:not(:has(thead)) > tbody tr:nth-child(odd) {
  background-color: #FFFFFF !important;
}
.static_pages.characteristic_tech > * table:not(:has(thead)) > tbody tr:nth-child(even) {
  background-color: #F2F2F2 !important;
}
@media (max-width: 767px) {
  .static_pages .characteristic__item_table-block {
    width: 100%;
  }
}
.static_pages .static__wr .static__item {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "MyriadPro", sans-serif !important;
}
.static_pages .static__wr .static__item .static__img_wr {
  max-width: 120px;
  min-width: 120px;
  height: auto;
  float: left;
  margin-bottom: 10px;
  max-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 595px) {
  .static_pages .static__wr .static__item .static__img_wr {
    min-width: auto;
    max-width: unset;
    max-height: unset;
  }
}
.static_pages .static__wr .static__item .static__img_wr img {
  width: auto;
  max-height: 100px;
  height: 100%;
  margin: 20px 0;
}
.static_pages .static__wr .static__item .static__descr_wr .static__item_title {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-top: -4px;
}
.static_pages .static__wr .static__item .static__descr_wr .static__item_info {
  display: flex;
  gap: 34px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-top: 8px;
  margin-bottom: 16px;
}
.static_pages .static__wr .static__item .static__descr_wr .static__item_info .static__item_date {
  color: #7e7f7e;
}
.static_pages .static__wr .static__item .static__descr_wr .static__item_info .static__item_link {
  color: #334e7d;
}
.static_pages .static__wr .static__item .static__descr_wr .static__item_text {
  color: #636463;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}
.static_pages .static__wr .static__text_block {
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}
.static_pages.content_page > * table:not(:has(thead)) > tbody tr td {
  border: 1px solid #d3d3d3 !important;
  width: auto !important;
}
.static_pages.content_page > * table:not(:has(thead)) > tbody tr td:before {
  display: none;
}
.static_pages.content_page > * table:not(:has(thead)) > tbody tr:first-child {
  color: #1A1919 !important;
}
.static_pages.content_page > * table:not(:has(thead)) > tbody tr:first-child td {
  color: #1A1919 !important;
  vertical-align: top !important;
  width: auto !important;
}
.static_pages.content_page > * table:not(:has(thead)) > tbody tr:first-child td:last-child {
  border: 1px solid #d3d3d3 !important;
}
.static_pages.content_page img {
  height: auto;
  max-width: 50%;
  float: left;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .static_pages.content_page img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.static_pages .catalog-title .catalog-title__bold {
  font-size: 36px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 42px !important;
}
@media (max-width: 992px) {
  .static_pages .catalog-title .catalog-title__bold {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}
@media (max-width: 595px) {
  .static_pages .catalog-title .catalog-title__bold {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}

.content-cards .content-cards__wrapper {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
  margin: 20px 0;
  min-height: 300px;
}
@media (max-width: 595px) {
  .content-cards .content-cards__wrapper {
    gap: 40px;
  }
}
.content-cards .content-cards__wrapper .content-cards-item__block {
  width: calc(33.3% - 33px);
}
@media (max-width: 992px) {
  .content-cards .content-cards__wrapper .content-cards-item__block {
    width: calc(50% - 17px);
  }
}
@media (max-width: 595px) {
  .content-cards .content-cards__wrapper .content-cards-item__block {
    width: 100%;
  }
}
.content-cards .content-cards__item {
  height: 100%;
}
.content-cards .content-cards__item .content-cards__item_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.content-cards .content-cards__item .content-cards__item_wrapper .img_wr {
  position: relative;
  height: auto;
  aspect-ratio: 3/2;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
  margin-bottom: 10px;
}
@media (max-width: 595px) {
  .content-cards .content-cards__item .content-cards__item_wrapper .img_wr {
    aspect-ratio: auto;
  }
}
.content-cards .content-cards__item .content-cards__item_wrapper .content-cards__img_link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 425/325;
}
.content-cards .content-cards__item .content-cards__item_wrapper .content-cards__img_link .content-cards__item__img {
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.content-cards .content-cards__item .content-cards__item_wrapper .content-cards__item_header {
  margin-bottom: 10px;
}
.content-cards .content-cards__item .content-cards__item_wrapper .content-cards__item_header .content-cards__item_title {
  font-size: 18px;
  color: #334E7D;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
@media (max-width: 1320px) {
  .content-cards .content-cards__item .content-cards__item_wrapper .content-cards__item_header .content-cards__item_title {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .content-cards .content-cards__item .content-cards__item_wrapper .content-cards__item_header .content-cards__item_title {
    font-size: 14px;
  }
}
@media (max-width: 595px) {
  .content-cards .content-cards__item .content-cards__item_wrapper .content-cards__item_header .content-cards__item_title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    white-space: normal;
    overflow: unset;
    text-overflow: unset;
  }
}
.content-cards .content-cards__item .content-cards__item_wrapper .content-cards__item_header .content-cards__item_day {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #9A9B9A;
}
.content-cards .content-cards__item .content-cards__item_wrapper .content-cards__item_text {
  font-size: 14px;
  line-height: 18px;
}

.content-cards__detail .content-cards__detail_wr {
  margin: 20px 0;
  min-height: 300px;
}
.content-cards__detail .content-cards__detail_wr .content-cards__detail_img {
  width: 100%;
  height: auto;
  max-width: 450px;
  max-height: 300px;
  margin: 10px 0;
}
.content-cards__detail .content-cards__detail_wr .content-cards__detail_img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: 300px;
  display: block;
  margin: 0 auto 10px;
}
.content-cards__detail .content-cards__detail_wr .content-cards__detail_day {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #9A9B9A;
}
.content-cards__detail .content-cards__detail_wr .content-cards__detail_text {
  font-size: 16px;
  line-height: 20px;
}

.regalia {
  width: 100%;
}
.regalia .regalia__title-wr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .regalia .regalia__title-wr {
    margin-bottom: 40px;
  }
}
.regalia__slider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1576px) {
  .regalia__slider.regalia__slider_wr {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .regalia__slider.regalia__slider_wr {
    padding: 0;
  }
}
.regalia__slider .slick-list {
  width: 100%;
}
.regalia__slider .slick-track {
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  align-items: center;
  gap: 40px;
  min-width: 100%;
}
.regalia__slider .regalia__item .regalia__item_img {
  font-size: 24px;
  font-weight: 600;
  color: #334E7D;
  text-align: center;
}
.regalia__slider .regalia__item .regalia__item_img img {
  height: auto;
  max-height: 60px;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.regalia__slider .regalia__slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #F2F2F2;
  background: transparent;
}
.regalia__slider .regalia__slider-btn-prev {
  left: -74px;
}
@media (max-width: 1576px) {
  .regalia__slider .regalia__slider-btn-prev {
    left: 0;
  }
}
.regalia__slider .regalia__slider-btn-next {
  right: -54px;
}
@media (max-width: 1576px) {
  .regalia__slider .regalia__slider-btn-next {
    right: 0;
  }
}

.error__wrapper {
  min-height: 350px;
}
.error__wrapper .error__wr {
  color: #717271;
}
.error__wrapper .error__wr .error__header {
  padding: 40px 0 100px;
}
.error__wrapper .error__wr .error__header-btn {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .error__wrapper .error__wr .error__header-btn {
    font-size: 16px;
  }
}
.error__wrapper .error__wr .error__header-btn:hover {
  color: #8E8F8E;
}
.error__wrapper .error__wr .error__content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "MyriadProLight", sans-serif;
}
.error__wrapper .error__wr .error__content .error__number {
  font-size: 128px;
  line-height: 80px;
  padding-right: 40px;
  border-right: 2px solid #717271;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .error__wrapper .error__wr .error__content .error__number {
    font-size: 95px;
  }
}
@media (max-width: 595px) {
  .error__wrapper .error__wr .error__content .error__number {
    font-size: 50px;
    line-height: 50px;
    padding-right: 10px;
    padding-top: 8px;
  }
}
.error__wrapper .error__wr .error__content .error__descr {
  font-size: 32px;
  line-height: 45px;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .error__wrapper .error__wr .error__content .error__descr {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 595px) {
  .error__wrapper .error__wr .error__content .error__descr {
    font-size: 18px;
    line-height: 24px;
    margin-left: 10px;
  }
}
.error__wrapper .error__wr .error__content .error__descr .error__descr_item + .error__descr_item {
  margin-top: 5px;
}
.error__wrapper .error__wr .error__content .error__descr .error__descr_item a {
  border-bottom: 1px solid #717271;
  line-height: 28px;
  transition: 0.3s;
}
.error__wrapper .error__wr .error__content .error__descr .error__descr_item a:hover {
  color: #8E8F8E;
}

.modal {
  display: none;
}

.modal--active {
  display: block;
}

.modal__wr {
  padding: 31px 45px 37px 41px;
  width: 100%;
  max-width: 900px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 8px -4px rgba(16, 24, 40, 0.03), 0px 5px 24px -4px rgba(16, 24, 40, 0.08);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 110;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .modal__wr {
    max-width: 90%;
    max-height: 50%;
  }
}
.modal__wr .modal__close {
  position: absolute;
  right: 11px;
  top: 10px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.modal__wr .modal__title {
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.modal__wr .modal__search {
  margin-top: 28px;
  font-size: 22px;
  position: relative;
}
.modal__wr .modal__search .modal__search-img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.modal__wr .modal__search input {
  padding: 12px 42px 12px 16px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #D3D3D3;
  background: #FFF;
}
.modal__wr .modal__search input::-moz-placeholder {
  color: #636463;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.modal__wr .modal__search input::placeholder {
  color: #636463;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.modal__wr .modal__list {
  margin-top: 33px;
  color: #334E7D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  list-style-type: none;
  width: 100%;
  -moz-columns: 3;
       columns: 3;
  -moz-column-width: 150px;
       column-width: 150px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  -moz-column-fill: balance;
       column-fill: balance;
}
.modal__wr .modal__list .modal__list-item {
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.modal__wr .modal__list .modal__list-item:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #DCE9F5;
}

.filters {
  margin-bottom: 20px;
  padding: 10px 0;
}

.filters-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.filter-select {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 170px;
  font-size: 18px;
  width: 250px;
}

.filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px;
  font-size: 18px;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  color: #fff;
  background-color: #45649b;
  transition: background-color 0.2s;
}

.filter-btn:hover {
  background-color: #334E7D;
}

.reset-btn {
  background-color: #6c757d;
}

.reset-btn:hover {
  background-color: #5a6268;
}

.share-buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.share-btn {
  padding: 6px 12px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.share-btn.facebook {
  background-color: #1877f2;
}

.share-btn.facebook:hover {
  background-color: #145dbf;
}

.share-btn.telegram {
  background-color: #26a5e4;
}

.share-btn.telegram:hover {
  background-color: #1d8dc1;
}

.share-btn.instagram {
  background-color: #e1306c;
}

.share-btn.instagram:hover {
  background-color: #b92a58;
}

.filters-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.sort-label {
  font-weight: 500;
  font-size: 18px;
}

.sort-select {
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 18px;
  cursor: pointer;
}

html {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  display: inline-block;
}

p {
  margin: 0;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}
@media (max-width: 992px) {
  h1, h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 595px) {
  h1, h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 595px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

body {
  color: #1A1919;
  font-family: "MyriadPro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  overflow-x: hidden;
  min-width: 320px;
}

body.body-overlay {
  overflow: hidden;
  overflow-anchor: none;
}

body.scrolled {
  padding-top: 141px;
}
@media (max-width: 1576px) {
  body.scrolled {
    padding-top: 111px;
  }
}
@media (max-width: 1320px) {
  body.scrolled {
    padding-top: 107px;
  }
}
@media (max-width: 767px) {
  body.scrolled {
    padding-top: 100px;
  }
}

section {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  section {
    margin-bottom: 60px;
  }
}

/*video::-webkit-media-controls {

  //background-color: rgba(0, 0, 0, 0.5);
  //color: white;

  display: none!important;
}

video::-webkit-media-controls-play-button {
  !* Стилізація кнопки "Play" *!

  !*color: red;*!
  //border: 1px solid #f2f2f2!important;
  background-color: #636463;
  border-radius: 50%;
  z-index: 100;
  left: 50%;
  top: 370px;
  transform: translate(-50% -50%);
  position: fixed;
  display: none!important;

}*/
/*picture {
  width: 200px!important;
  height: 200px!important;
  padding: 20px;
  background: #2F3035;
}*/
.container {
  max-width: 1406px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1576px) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 8px;
  }
}
@media (max-width: 595px) {
  .container {
    padding: 0 16px;
  }
}
.container .row {
  margin: 0;
}

button {
  cursor: pointer;
}

input {
  outline: none;
}

.overlay {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.overlay-open {
  display: block;
}

.payment-overlay, .modal-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.payment-overlay.modal-overlay-open, .modal-overlay.modal-overlay-open {
  display: block;
}

.payment-overlay-open {
  display: block;
}

.d-flex {
  display: flex;
  align-items: center;
}

.mb-20 {
  margin-bottom: 20px;
}

.select-group {
  border-bottom: 1px solid #F2F2F2;
}
.select-group v-select {
  min-height: 40px;
}
.select-group .vs__search::-moz-placeholder {
  color: #334E7D;
  border: none;
  font-weight: 600;
  width: 100%;
  max-width: 100%;
}
.select-group .vs__search::placeholder,
.select-group .vs__dropdown-toggle,
.select-group .vs__dropdown-menu {
  color: #334E7D;
  border: none;
  font-weight: 600;
  width: 100%;
  max-width: 100%;
}
.select-group .vs__dropdown-toggle {
  padding: 11px 16px 11px 5px;
  max-height: 50px;
}
@media (max-width: 595px) {
  .select-group .vs__dropdown-toggle {
    padding: 11px 12px 11px;
  }
}
.select-group .vs__search {
  padding: 0;
}
.select-group .vs__dropdown-option {
  word-wrap: break-word;
  white-space: initial;
}
.select-group .child-class {
  font-weight: 400;
  padding-left: 30px;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.button.button__active {
  height: 56px;
  padding: 3px 30px 0;
  color: #F3F3F3;
  background-color: #334E7D;
}

.button.button__active:hover {
  background-color: #475D89;
}

.button.button__not_active {
  height: 56px;
  padding: 3px 24px 0;
  border: 1px solid #334E7D;
  color: #334E7D;
}

.button.button__not_active:hover {
  border: 1px solid #5B6B94;
  color: #5B6B94;
}

.button.button__grey {
  padding: 12px 24px 10px;
  border: none;
  background: #F2F2F2;
  color: #9A9B9A;
}

.button.button__grey:hover {
  color: #b4b4b4;
}

.button.button__not_active.button__grey {
  color: #334E7D;
  min-width: 144px;
}
@media (max-width: 992px) {
  .button.button__not_active.button__grey {
    min-width: auto;
    padding: 6px 16px 4px;
  }
}

.button.button__not_active.button__grey:hover {
  border: none;
  color: #5B6B94;
}

.button.button__small {
  display: flex;
  padding: 11px 16px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  white-space: nowrap;
  height: auto;
}

.button.button__active.small {
  color: #F3F3F3;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  height: 44px;
  padding: 12px 30px 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
}

.circle__active {
  width: 18px;
  height: 18px;
  background-color: #334E7D;
  border-radius: 50%;
  flex-shrink: 0;
}

.orange {
  background-color: #EFA92C;
}

.brown {
  background-color: #3C2622;
}

.green {
  background-color: #009949;
}

.blue {
  background-color: #005B9C;
}

.violet {
  background-color: #8A4D8E;
}

.gray {
  background-color: #9A9B9A;
}

.font-red {
  color: #de5487;
}

.input_wr {
  margin-bottom: 10px;
}
.input_wr input {
  display: none;
}
.input_wr label {
  position: relative;
  display: block;
  padding-left: 36px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #636463;
  cursor: pointer;
}
.input_wr label:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
}
.input_wr input:checked + label:before {
  background: url(../images/checkbox.svg) no-repeat center center;
}
.input_wr input[name=color] + label:before {
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
}
.input_wr input[name=color]:checked + label:before {
  border: 2px solid #D3D3D3;
}
.input_wr input[name=color_orange] + label:before {
  background: #EFA92C;
}
.input_wr input[name=color_green] + label:before {
  background: #8DAF80;
}
.input_wr input[name=color_blue] + label:before {
  background: #5D97C1;
}

.select2-search--dropdown {
  display: none;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.select-item {
  display: flex;
  width: 120px;
  height: 44px;
  padding: 13px 16px 10px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #D3D3D3;
  color: #636463;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}

.select__wr {
  position: relative;
  overflow-x: hidden;
  cursor: pointer;
}

.select__wr select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
}

.select__wr select:active,
.select__wr select:focus {
  outline: none;
}

/* Webkit only style */
@supports (-webkit-font-smoothing: unset) {
  .select__wr select {
    padding: 14px 40px 12px 16px;
    width: 100%;
  }
}
/* Non-Webkit style */
@supports not (-webkit-font-smoothing: unset) {
  .select__wr select {
    padding: 12px 40px 12px 16px;
  }
}
.select__wr::before {
  content: "";
  position: absolute;
  bottom: 13px;
  right: 16px;
  z-index: 1;
  padding: 5px;
  pointer-events: none;
  width: 20px;
  height: 20px;
  background: url("../images/arrow_down.svg") no-repeat center center;
}

.font-success {
  color: #009949;
}

.font-warning {
  color: #EFA92C;
}

.font-cancel {
  color: #9A9B9A;
}

.fz-14 {
  font-size: 14px;
}

.close_btn {
  width: 20px;
  height: 22px;
  cursor: pointer;
}
.close_btn span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #334e7d;
  margin-bottom: 4px;
  transition: 0.5s all;
  border-radius: 2px;
}
.close_btn span:nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
  margin-bottom: 3px;
}
.close_btn span:nth-child(2) {
  transform: translateY(3px) rotate(45deg);
  margin-bottom: 3px;
}

.disabled {
  opacity: 0.5;
  cursor: initial !important;
  pointer-events: none;
}

.modal-overlay {
  display: none;
  overflow-y: auto;
  z-index: 10;
  top: -60px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: fixed;
  background: #000;
  opacity: 0.35;
  height: 200vh;
}

.modal-opened .modal-overlay {
  display: block;
}

.v-select .vs__dropdown-toggle {
  padding: 2px 0;
}
.v-select .vs__dropdown-toggle .vs__selected-options {
  padding: 0 9px;
}
.v-select .vs__selected {
  color: #636463;
}
.v-select .vs__actions {
  padding-right: 15px;
}
.v-select .vs__actions .vs__clear {
  display: none;
}
.v-select .vs__dropdown-option {
  margin: 0 5px;
  padding: 3px 12px;
}
.v-select .vs__dropdown-menu .vs__dropdown-option--highlight {
  background-color: #F2F2F2;
  border-radius: 10px;
  color: inherit;
}
.v-select.vs--single.vs--open .vs__selected {
  position: unset;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in {
  0% {
    top: -300px;
  }
  100% {
    top: 0;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.7);
  }
  95% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes reveal-info {
  0% {
    height: 0;
  }
  5% {
    height: 350px;
  }
  95% {
    height: 350px;
  }
  100% {
    height: 0;
  }
}
.meta_h1 {
  margin-top: 161px;
}
@media (max-width: 992px) {
  .meta_h1 {
    margin-top: 0;
  }
}
