/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 0;
}
@media (min-width: 420px) {
  .container {
    max-width: 420px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1020px) {
  .container {
    max-width: 1020px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 420px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@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: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1020px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1536px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: 420px) {
  .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: 1020px) {
  .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: 1536px) {
  .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;
}

.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: 420px) {
  .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;
  }
  .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;
  }
  .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: 1020px) {
  .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;
  }
  .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: 1536px) {
  .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;
  }
  .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;
  }
}
html, body {
  margin: 0px;
  padding: 0px;
  min-height: 100%;
  min-width: 100%;
}

.font_arial {
  font-family: Arial;
}

.zIndex {
  z-index: 1;
}

.fixed {
  position: fixed;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.has_error {
  border: 1px solid #ff0000 !important;
}

.items_fill_height {
  align-items: stretch;
}

.border_transparent {
  border-color: transparent;
}

.lowercase {
  text-transform: lowercase;
}

.pointer {
  cursor: pointer;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.grid {
  display: grid;
}

.undecorated_text {
  text-decoration: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline_flex {
  display: inline-flex;
}

.flex_start {
  align-items: flex-start;
}

.init_font {
  font-family: "Rubik";
}

.float_right {
  float: right;
}

.flex_end {
  justify-content: flex-end;
}

.flex_col_end {
  align-items: flex-end;
}

.float_left {
  float: left;
}

.no_scroll {
  overflow: hidden;
}

.overflow_hidden {
  overflow: hidden;
}

.auto_scroll {
  scroll-behavior: auto;
}

.nowrap {
  white-space: nowrap;
}

.pos_sticky {
  position: sticky;
}

.undecorated_fieldset {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.undecorated_ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.undecorated_btn {
  background-color: transparent;
  border: 0px;
}

.flex {
  display: flex;
}

.grow {
  flex-grow: 1;
}

.grow_0 {
  flex-grow: 0;
}

.basis_0 {
  flex-basis: 0;
}

.shrink_0 {
  flex-shrink: 0;
}

.valign_center {
  align-items: center;
}

.valign_baseline {
  align-items: baseline;
}

.row_reverse {
  flex-direction: row-reverse;
}

.column_reverse {
  flex-direction: column-reverse;
}

.space_between {
  justify-content: space-between;
}

.align_center {
  justify-content: center;
}

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

.border_is_width {
  box-sizing: border-box;
}

.max_width_full {
  max-width: 100%;
}

.full_width {
  width: 100%;
}

.fit_content_width {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.half_width {
  width: 50%;
}

.full_height {
  height: 100%;
}

.full_size {
  min-width: 100%;
  min-height: 100%;
}

.undecorated_legend {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  -webkit-padding-end: 0px;
          padding-inline-end: 0px;
}

.appearance_none {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.no_focus_outline:focus,
.no_focus_outline:active {
  outline: none !important;
}

.hide {
  display: none;
}

.wrap {
  flex-wrap: wrap;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.column {
  flex-direction: column;
}

.block_center {
  margin-left: auto;
  margin-right: auto;
}

/* xxl*/
@media screen and (min-width: 1537px) {
  .hide-if_xxl_size {
    display: none;
  }
  .nowrap-if_xxl_size {
    flex-wrap: nowrap;
  }
  .row_reverse-if_xxl_size {
    flex-direction: row-reverse;
  }
  .float_left-if_xxl_size {
    float: left;
  }
  .float_right-if_xxl_size {
    float: right;
  }
  .inline_block-if_xxl_size {
    display: inline-block;
  }
  .flex_end-if_xxl_size {
    justify-content: flex-end;
  }
  .flex_start-if_xxl_size {
    justify-content: flex-start;
  }
  .column-if_xxl_size {
    flex-direction: column;
  }
}
/* xl */
@media screen and (max-width: 1536px) {
  .order_1_xl_size {
    order: 1;
  }
  .display_flex-try_xl_size {
    display: flex;
  }
  .column-try_xl_size {
    flex-direction: column;
  }
  .row-try_xl_size {
    flex-direction: row;
  }
  .hide-try_xl_size {
    display: none;
  }
  .display_block-try_xl_size {
    display: block;
  }
  .heading_1 {
    font-size: 35px;
    line-height: 62px;
  }
  .subtitle {
    font-size: 16px;
    line-height: 28px;
  }
  .wrap-try_xl_size {
    flex-wrap: wrap;
  }
  .full_width-try_xl_size {
    width: 100%;
  }
  .half_width-try_xl_size {
    width: 50%;
  }
  .max_width_full-try_xl_size {
    max-width: 100%;
  }
}
/* lg */
@media screen and (max-width: 1020px) {
  .order_1_lg_size {
    order: 1;
  }
  .order_-1_lg_size {
    order: -1;
  }
  .full_width-try_lg_size {
    width: 100%;
  }
  .min_width_0-try_lg_size {
    min-width: 0px;
  }
  .max_width_full-try_lg_size {
    max-width: 100% !important;
  }
  .hide-try_lg_size {
    display: none;
  }
  .display_block-try_lg_size {
    display: block;
  }
  .display_flex-try_lg_size {
    display: flex;
  }
  .wrap-try_lg_size {
    flex-wrap: wrap;
  }
  .row_reverse-try_lg_size {
    flex-direction: row-reverse;
  }
  .column_reverse-try_lg_size {
    flex-direction: column-reverse;
  }
  .column-try_lg_size {
    flex-direction: column;
  }
  .row-try_lg_size {
    flex-direction: row;
  }
  .flex_space-between-try_lg_size {
    justify-content: space-between;
  }
  .flex_center-try_lg_size {
    justify-content: center;
  }
  .flex_space-around-try_lg_size {
    justify-content: space-around;
  }
  .flex_space-evenly-try_lg_size {
    justify-content: space-evenly;
  }
  .valign_end-try_lg_size {
    align-items: flex-end;
  }
  .valign_start-try_lg_size {
    align-items: flex-start;
  }
  .block-try_lg_size {
    display: block;
  }
  .shrink_1-try_lg_size {
    flex-shrink: 1;
  }
}
/* md */
@media screen and (max-width: 768px) {
  .column_reverse-try_md_size {
    flex-direction: column-reverse;
  }
  .position_initial_md_size {
    position: initial;
  }
  .full_width-try_md_size {
    width: 100%;
  }
  .flex_col_end-try_md_size {
    align-items: flex-end;
  }
  .min_width_0-try_md_size {
    min-width: 0px;
  }
  .max_width_full-try_md_size {
    max-width: 100%;
  }
  .row-try_md_size {
    flex-direction: row;
  }
  .hide-try_md_size {
    display: none;
  }
  .display_block-try_md_size {
    display: block;
  }
  .display_flex-try_md_size {
    display: flex;
  }
  .column-try_md_size {
    flex-direction: column;
  }
  .grow-try_md_size {
    flex-grow: 1;
  }
  .text_center-try_md_size {
    text-align: center;
  }
  .flex_center-try_md_size {
    justify-content: center;
  }
  .flex_end-try_md_size {
    justify-content: flex-end;
  }
  .space-between-try_md_size {
    justify-content: flex-end;
  }
  .wrap-try_md_size {
    flex-wrap: wrap;
  }
  .valign_center-try_md_size {
    align-items: center;
  }
}
/* sm */
@media screen and (max-width: 420px) {
  .flex_space-around-if_sm_size {
    justify-content: space-around;
  }
  .flex_space-between-if_sm_size {
    justify-content: space-between;
  }
  .order_1_lg_size {
    order: 1;
  }
  .half_width-if_sm_size {
    width: 50%;
  }
  .auto_width-if_sm_size {
    width: auto;
  }
  .full_width-if_sm_size {
    width: 100% !important;
  }
  .flex_col_end-if_sm_size {
    align-items: flex-end;
  }
  .flex_end-if_sm_size {
    justify-content: flex-end;
  }
  .min_width_0-if_sm_size {
    min-width: 0px;
  }
  .max_width_full-if_sm_size {
    max-width: 100% !important;
  }
  .column-if_sm_size {
    flex-direction: column;
  }
  .hide-if_sm_size {
    display: none;
  }
  .display_block-if_sm_size {
    display: block;
  }
  .display_flex-if_sm_size {
    display: flex;
  }
  .column-if_sm_size {
    flex-direction: column;
  }
  .row-if_sm_size {
    flex-direction: row;
  }
  .grow-if_sm_size {
    flex-grow: 1;
  }
  .text_center-if_sm_size {
    text-align: center;
  }
  .flex_center-if_sm_size {
    justify-content: center;
  }
  .wrap-if_sm_size {
    flex-wrap: wrap;
  }
  .valign_center-if_sm_size {
    align-items: center;
  }
}
.pages_header {
  height: 74px;
  top: 0px;
  background: #FFF;
  z-index: 17;
  color: #2D2C2C;
  filter: drop-shadow(0px 0px 17px rgba(0, 0, 0, 0.25));
}
.pages_header .logo img {
  max-height: 54px;
  max-width: 100%;
  max-width: 192px;
}
.pages_header .langs__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pages_header .langs__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 2px solid rgb(228, 228, 228);
}
.pages_header .langs__list {
  position: absolute;
  top: 100%;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
}
.pages_header .langs__wrapper:hover .langs__list {
  display: flex;
}
.pages_header .nav_item_submenu {
  z-index: 1;
  background-color: #FFF;
  position: absolute;
  top: 100%;
  overflow: hidden;
  box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.1490196078);
}
.pages_header .nav_item_submenu .sub_item {
  width: 100%;
  text-align: center;
  padding: 8px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.pages_header .nav_item_submenu .sub_item .subtitle {
  color: #2D2C2C;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
@media (hover: hover) {
  .pages_header .nav_item_submenu .sub_item:hover {
    border-left: 3px solid #2D2C2C;
    background: #EAEAEA;
  }
}
.pages_header .menu {
  padding-left: 30px;
}
.pages_header .menu li {
  position: relative;
}
.pages_header .menu li.has_submenu.catalog-link {
  background: rgb(255, 230, 39);
}
.pages_header .menu li.has_submenu .item_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0px 16px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
@media (hover: hover) {
  .pages_header .menu li.has_submenu .item_wrapper:hover {
    border-bottom: 3px solid #2D2C2C;
  }
}
.pages_header .menu li.has_submenu .item_wrapper .title {
  color: #2D2C2C;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  height: initial;
  padding: 0;
  display: flex;
  align-items: center;
}
.pages_header .menu li.has_submenu .item_wrapper .title .icon {
  margin-right: 7px;
}
@media (hover: hover) {
  .pages_header .menu li.has_submenu .item_wrapper .title:hover {
    border: none;
  }
}
.pages_header .menu li.has_submenu .item_wrapper .arrow {
  margin-left: 7px;
  max-width: 18px;
  cursor: pointer;
}
.pages_header .menu li.has_submenu .item_wrapper .arrow path {
  stroke: #2D2C2C;
  stroke-width: 2px;
}
.pages_header .menu li.has_submenu .nav_item_submenu {
  max-height: 0px;
  padding: 0;
  width: 175px;
}
@media (hover: hover) {
  .pages_header .menu li.has_submenu:hover .item_wrapper {
    border-bottom: 3px solid #2D2C2C;
  }
  .pages_header .menu li.has_submenu:hover .nav_item_submenu {
    padding: 8px 0;
    max-height: 504px;
  }
}
.pages_header .menu li .title {
  color: #2D2C2C;
  padding: 0px 16px;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  height: 100%;
}
@media (hover: hover) {
  .pages_header .menu li .title:hover {
    border-bottom: 3px solid #2D2C2C;
  }
}
.pages_header .header__phones {
  margin-right: 15px;
}
.pages_header .header__phones.open .current_phone::after {
  transform: rotate(180deg);
}
.pages_header .header__phones.open .phone_window {
  display: flex;
}
.pages_header .header__phones .current_phone {
  color: #2D2C2C;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.pages_header .header__phones .current_phone::after {
  margin-left: 8px;
  content: "";
  display: block;
  width: 18px;
  height: 11px;
  background-image: url("/attachments/select_arrow.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.pages_header .header__phones .phone_window {
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 35px;
  background: #FFF;
  box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.15);
  padding: 16px 36px 10px;
}
.pages_header .header__phones .phone_window .phone {
  text-decoration: none;
  color: #2D2C2C;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.pages_header [data-group=cart_button] {
  margin-right: 0;
  margin-top: 0;
}
.pages_header [data-group=buttons_menu][data-role=wrapper] {
  padding-left: 15px;
}
.pages_header [data-group=buttons_menu][data-role=wrapper].menu__langs {
  height: 100%;
}
.pages_header [data-group=buttons_menu][data-role=wrapper].search_button {
  padding-left: 0;
  margin-left: 0px;
  margin-right: 11px;
}
.pages_header [data-group=buttons_menu][data-role=wrapper] a {
  text-decoration: none;
}
@media (hover: hover) {
  .pages_header [data-group=buttons_menu][data-role=wrapper] .search_title_wrapper:hover .search {
    font-size: 16px;
  }
}
.pages_header [data-group=buttons_menu][data-role=wrapper] .search_title_wrapper .search {
  font-size: 0;
  transition: all 0.3s;
  margin-right: 8px;
  color: #000;
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translateX(-50%);
}
.pages_header [data-group=buttons_menu][data-role=wrapper] img {
  min-height: 34px;
  max-width: 30px;
}
.pages_header [data-group=cart_button] [data-role=counter] {
  pointer-events: none;
  border-radius: 50%;
  height: 23px;
  min-width: 23px;
  position: absolute;
  right: -10px;
  top: -2px;
  background: #fff;
  box-shadow: 0px 3.06px 10.71px 0px rgba(0, 0, 0, 0.25);
  border: 2px solid rgb(228, 228, 228);
}
.pages_header [data-group=cart_button] [data-role=counter] span {
  color: #2D2C2C;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.pages_header [data-group=cart_button] [data-group=tooltip] {
  display: none;
  max-width: 280px;
  padding-top: 32px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100vw;
  z-index: 1;
  background: #FFF;
  box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.15);
  padding: 24px;
  color: #2D2C2C;
  font-family: Raleway;
  font-style: normal;
}
.pages_header [data-group=cart_button] [data-group=tooltip] [data-role=title] {
  padding-top: 6px;
  font-size: 16px;
  font-weight: 800;
  line-height: 27.8px;
}
.pages_header [data-group=cart_button] [data-group=tooltip] [data-role=subtitle] {
  padding-top: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 17.8px;
}
.pages_header .header__language {
  color: #2D2C2C;
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-left: 6px;
  text-decoration: none;
  opacity: 0.34;
}
.pages_header .header__language.header__language_current {
  font-weight: 700;
  opacity: 1;
}
.pages_header .burger__content .burger__line {
  content: "";
  position: absolute;
  top: 65%;
  left: 28%;
  width: 60%;
  height: 1px;
  background-color: #2D2C2C;
  transition: transform 0.4s ease;
}
.pages_header .burger__content .burger__line::after {
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: inherit;
  transition: top 0.4s ease 0.4s;
}
.pages_header .burger__content .burger__line::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: inherit;
  transform: rotate(0deg);
  transition: top 0.4s ease 0.4s, transform 0.4s ease;
}
.pages_header [data-role=mobile_menu_toggle] {
  border: 0px;
  background: transparent;
  height: 56px;
  width: 56px;
  cursor: pointer;
}
.pages_header .burger__content.active .burger__line {
  top: 67%;
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition: transform 0.4s ease 0.5s;
}
.pages_header .burger__content.active .burger__line::after {
  top: 0;
  transition: top 0.4s;
}
.pages_header .burger__content.active .burger__line::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.4s ease 0.1s, transform 0.4s ease 0.5s;
}

.blackout {
  position: fixed;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s ease 0.2s;
}
.blackout.active {
  z-index: 15;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s;
}

[data-group=mobile_menu] .social-btns-set {
  margin-top: 25px;
}

[data-group=mobile_menu] .social-btns-set .item {
  margin-right: 17px;
}

[data-group=mobile_menu][data-role=wrapper] {
  position: fixed;
  right: -100%;
  top: 0px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #FFF;
  padding: 44px 0;
  max-width: 324px;
  width: 100%;
  transition: right 0.6s;
  z-index: 17;
}
[data-group=mobile_menu][data-role=wrapper] .menu_wrapper {
  padding: 0px 32px;
}
[data-group=mobile_menu][data-role=wrapper].open {
  right: 0;
  transition: right 0.6s ease 0.25s;
}
[data-group=mobile_menu][data-role=wrapper] [data-role=header_space] {
  width: 100%;
  min-height: 77px;
}
[data-group=mobile_menu][data-role=wrapper] [data-id=search_form] input {
  color: #2D2C2C;
  width: 100%;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-left: 12px;
  border: none;
}
[data-group=mobile_menu][data-role=wrapper] [data-id=search_form] img {
  max-height: 22px;
  height: 100%;
}
[data-group=mobile_menu][data-role=wrapper] hr {
  opacity: 0.2;
  background: #2D2C2C;
  margin-top: 12px;
  margin-left: -16px;
  width: 112%;
  height: 2px;
}
[data-group=mobile_menu][data-role=wrapper] [data-role=menu] {
  width: 100%;
  padding-top: 25px;
}
[data-group=mobile_menu][data-role=wrapper] [data-role=menu] > ul > li {
  padding-bottom: 20px;
}
[data-group=mobile_menu][data-role=wrapper] [data-role=menu] .nav_item {
  text-decoration: none;
  color: #2D2C2C;
  font-family: Raleway;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}
[data-group=mobile_menu][data-role=wrapper] [data-role=menu] .has_submenu .nav_item {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
[data-group=mobile_menu][data-role=wrapper] [data-role=menu] .has_submenu.active .arrow {
  transform: rotate(180deg);
}
[data-group=mobile_menu][data-role=wrapper] [data-role=menu] .has_submenu.active .submenu {
  max-height: 500px;
  transition: max-height 0.6s;
  padding-bottom: 7px;
}
[data-group=mobile_menu][data-role=wrapper] [data-role=menu] .has_submenu .arrow {
  transition: all 0.4s ease-in-out;
  content: "";
  margin-left: 4px;
  margin-top: 2px;
  width: 14px;
  height: 8px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/attachments/select_arrow.svg");
}
[data-group=mobile_menu][data-role=wrapper] [data-role=menu] .has_submenu .submenu {
  font-weight: 300;
  padding-left: 17px;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.6s;
}
[data-group=mobile_menu][data-role=wrapper] [data-role=menu] .has_submenu .submenu li {
  padding-bottom: 16px;
  display: flex;
  align-items: center;
}
[data-group=mobile_menu][data-role=wrapper] [data-role=menu] .has_submenu .submenu li:first-of-type {
  padding-top: 10px;
}
[data-group=mobile_menu][data-role=wrapper] [data-role=menu] .has_submenu .submenu li:last-of-type {
  padding-bottom: 0;
}
[data-group=mobile_menu][data-role=wrapper] [data-role=menu] .has_submenu .submenu .active_bg {
  width: 1000px;
  margin-left: -100px;
  margin-top: -10px;
  padding: 10px;
  box-sizing: content-box;
  position: absolute;
  height: 100%;
  background: #F0F0F0;
}
[data-group=mobile_menu][data-role=wrapper] [data-role=menu] .has_submenu .submenu .category_icon {
  width: 26px;
  height: 26px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
  z-index: 2;
  position: relative;
}
[data-group=mobile_menu][data-role=wrapper] [data-role=menu] .has_submenu .submenu .category {
  text-decoration: none;
  color: #2D2C2C;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  z-index: 2;
  position: relative;
}
[data-group=mobile_menu][data-role=wrapper] .phones_title {
  color: #2D2C2C;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 27.8px;
  margin-top: 12px;
  margin-bottom: 10px;
}
[data-group=mobile_menu][data-role=wrapper] .phones.open .current_phone::after {
  transform: rotate(180deg);
}
[data-group=mobile_menu][data-role=wrapper] .phones.open .phone_window {
  display: flex;
}
[data-group=mobile_menu][data-role=wrapper] .phones .current_phone {
  margin-left: 10px;
  color: #2D1E00;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 18.09px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
  align-items: center;
}
[data-group=mobile_menu][data-role=wrapper] .phones .current_phone::after {
  margin-left: 16px;
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background-image: url("/attachments/select_arrow.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
[data-group=mobile_menu][data-role=wrapper] .phones .phone_window {
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 35px;
  background: #FFF;
  box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.15);
  padding: 16px 36px 10px;
}
[data-group=mobile_menu][data-role=wrapper] .phones .phone_window .phone {
  text-decoration: none;
  color: #2D2C2C;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

@media screen and (max-width: 1536px) {
  .items_container {
    margin-left: auto;
  }
}
@media screen and (max-width: 1020px) {
  .pages_header .content_wrapper {
    padding-right: 0;
  }
  .pages_header .content_wrapper .items_container {
    padding-right: 20px;
  }
}
@media screen and (max-width: 420px) {
  .pages_header [data-group=buttons_menu][data-role=wrapper] {
    padding-left: 8px;
  }
  .pages_header .content_wrapper {
    padding-left: 25px;
    padding-right: 0;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 15;
  background-color: #2c2d32;
  left: -100%;
  transition: left 0.6s ease 0.2s;
  padding: 10vh 0 20px;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.mobile-menu::-webkit-scrollbar {
  background-color: #28292e;
  width: 8px;
}
.mobile-menu::-webkit-scrollbar-thumb {
  background-color: #545457;
}
.mobile-menu::-webkit-scrollbar-track {
  background-color: #8f9196;
}
.mobile-menu.open {
  left: 0;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(1)::before {
  opacity: 1;
  top: 17px;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.64s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.64s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.64s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.64s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(1) .item_wrapper {
  opacity: 1;
  top: 0;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.64s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.64s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.64s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.64s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(1) .nav_item_submenu {
  opacity: 1;
  top: 0;
  transition: max-height 0.6s cubic-bezier(0.62, 0.28, 0.39, 1), opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.64s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.64s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.64s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.64s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(2)::before {
  opacity: 1;
  top: 17px;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.88s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.88s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.88s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.88s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(2) .item_wrapper {
  opacity: 1;
  top: 0;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.88s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.88s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.88s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.88s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(2) .nav_item_submenu {
  opacity: 1;
  top: 0;
  transition: max-height 0.6s cubic-bezier(0.62, 0.28, 0.39, 1), opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.88s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.88s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.88s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 0.88s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(3)::before {
  opacity: 1;
  top: 17px;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.12s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.12s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.12s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.12s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(3) .item_wrapper {
  opacity: 1;
  top: 0;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.12s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.12s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.12s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.12s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(3) .nav_item_submenu {
  opacity: 1;
  top: 0;
  transition: max-height 0.6s cubic-bezier(0.62, 0.28, 0.39, 1), opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.12s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.12s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.12s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.12s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(4)::before {
  opacity: 1;
  top: 17px;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.36s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.36s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.36s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.36s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(4) .item_wrapper {
  opacity: 1;
  top: 0;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.36s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.36s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.36s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.36s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(4) .nav_item_submenu {
  opacity: 1;
  top: 0;
  transition: max-height 0.6s cubic-bezier(0.62, 0.28, 0.39, 1), opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.36s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.36s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.36s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.36s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(5)::before {
  opacity: 1;
  top: 17px;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.6s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.6s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.6s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.6s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(5) .item_wrapper {
  opacity: 1;
  top: 0;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.6s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.6s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.6s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.6s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(5) .nav_item_submenu {
  opacity: 1;
  top: 0;
  transition: max-height 0.6s cubic-bezier(0.62, 0.28, 0.39, 1), opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.6s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.6s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.6s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.6s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(6)::before {
  opacity: 1;
  top: 17px;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.84s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.84s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.84s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.84s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(6) .item_wrapper {
  opacity: 1;
  top: 0;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.84s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.84s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.84s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.84s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(6) .nav_item_submenu {
  opacity: 1;
  top: 0;
  transition: max-height 0.6s cubic-bezier(0.62, 0.28, 0.39, 1), opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.84s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.84s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.84s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 1.84s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(7)::before {
  opacity: 1;
  top: 17px;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.08s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.08s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.08s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.08s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(7) .item_wrapper {
  opacity: 1;
  top: 0;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.08s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.08s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.08s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.08s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(7) .nav_item_submenu {
  opacity: 1;
  top: 0;
  transition: max-height 0.6s cubic-bezier(0.62, 0.28, 0.39, 1), opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.08s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.08s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.08s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.08s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(8)::before {
  opacity: 1;
  top: 17px;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.32s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.32s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.32s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.32s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(8) .item_wrapper {
  opacity: 1;
  top: 0;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.32s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.32s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.32s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.32s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(8) .nav_item_submenu {
  opacity: 1;
  top: 0;
  transition: max-height 0.6s cubic-bezier(0.62, 0.28, 0.39, 1), opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.32s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.32s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.32s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.32s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(9)::before {
  opacity: 1;
  top: 17px;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.56s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.56s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.56s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.56s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(9) .item_wrapper {
  opacity: 1;
  top: 0;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.56s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.56s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.56s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.56s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(9) .nav_item_submenu {
  opacity: 1;
  top: 0;
  transition: max-height 0.6s cubic-bezier(0.62, 0.28, 0.39, 1), opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.56s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.56s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.56s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.56s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(10)::before {
  opacity: 1;
  top: 17px;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.8s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.8s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.8s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.8s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(10) .item_wrapper {
  opacity: 1;
  top: 0;
  transition: opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.8s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.8s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.8s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.8s;
}
.mobile-menu.open .nav_list .nav_item:nth-of-type(10) .nav_item_submenu {
  opacity: 1;
  top: 0;
  transition: max-height 0.6s cubic-bezier(0.62, 0.28, 0.39, 1), opacity 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.8s, top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.8s, padding-top 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.8s, padding-bottom 0.81s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.8s;
}
.mobile-menu.open .search-logo_wrapper {
  top: 0;
  opacity: 1;
  transition: opacity 1.89s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2s, top 1.89s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2s, padding-top 1.89s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2s, padding-bottom 1.89s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2s;
}
.mobile-menu.open .menu-footer-lang {
  position: relative;
  opacity: 1;
  top: 0;
  transition: opacity 1.89s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.24s, top 1.89s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.24s, padding-top 1.89s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.24s, padding-bottom 1.89s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.24s;
}
.mobile-menu.open .menu-footer-social {
  position: relative;
  opacity: 1;
  top: 0;
  transition: opacity 1.89s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.48s, top 1.89s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.48s, padding-top 1.89s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.48s, padding-bottom 1.89s cubic-bezier(0.55, 0.04, 0.05, 0.97) 2.48s;
}

.mobile-menu_container {
  max-height: 100%;
  width: 100%;
}

.mobile-menu__body {
  width: 100%;
  padding-left: 15%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile-menu__body .nav_list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.mobile-menu__body .nav_list .nav_item.nav_item.has_subitems.opacity_hidden {
  transition: opacity 0.15s;
  opacity: 0;
}
.mobile-menu__body .nav_list .nav_item.has_subitems.open .open_submenu svg {
  transform: rotate(180deg);
}
.mobile-menu__body .nav_list .nav_item.has_subitems.open .nav_item_submenu {
  max-height: 694px;
}
.mobile-menu__body .nav_list .nav_item {
  overflow-y: hidden;
  margin: 0;
  margin: 8px 0;
  padding-left: 28px;
  position: relative;
}
.mobile-menu__body .nav_list .nav_item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background: #c0b9b3;
  transition: opacity 0.5s cubic-bezier(0.55, 0.04, 0.05, 0.97), top 0.5s cubic-bezier(0.55, 0.04, 0.05, 0.97), width 0.5s;
  top: -13px;
  opacity: 0;
}
.mobile-menu__body .nav_list .nav_item.active::before {
  width: 40%;
}
@media (hover: hover) {
  .mobile-menu__body .nav_list .nav_item:not(.open):hover::before {
    width: 40%;
  }
}
.mobile-menu__body .nav_list .nav_item .item_wrapper {
  background-color: #2c2d32;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  position: relative;
  transition: opacity 0.5s cubic-bezier(0.55, 0.04, 0.05, 0.97), top 0.5s cubic-bezier(0.55, 0.04, 0.05, 0.97), padding-top 0.5s cubic-bezier(0.55, 0.04, 0.05, 0.97);
  top: -30px;
  opacity: 0;
  padding-top: 0;
  display: flex;
  align-items: center;
}
.mobile-menu__body .nav_list .nav_item .item_wrapper .title {
  font-size: 30px;
  color: #fff;
  letter-spacing: 4px;
  text-align: center;
  line-height: 35px;
  font-family: "ProximaNovaT", sans-serif;
  text-decoration: none;
}
.mobile-menu__body .nav_list .open_submenu {
  display: inline-flex;
  padding: 0 4px;
}
.mobile-menu__body .nav_list .open_submenu svg {
  height: 12px;
  width: 20px;
  transition: all 0.6s cubic-bezier(0.62, 0.28, 0.39, 1);
}
.mobile-menu__body .nav_list .nav_item_submenu {
  padding-left: 0;
  transition: max-height 0.6s cubic-bezier(0.62, 0.28, 0.39, 1), opacity 0.5s cubic-bezier(0.55, 0.04, 0.05, 0.97), top 0.5s cubic-bezier(0.55, 0.04, 0.05, 0.97), padding-top 0.5s cubic-bezier(0.55, 0.04, 0.05, 0.97);
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  top: -30px;
  opacity: 0;
  position: relative;
}
.mobile-menu__body .nav_list .nav_item_submenu .sub_item {
  margin: 8px 0;
  position: relative;
}
.mobile-menu__body .nav_list .nav_item_submenu .sub_item.sub_sub_item a {
  margin-left: 30px;
}
.mobile-menu__body .nav_list .nav_item_submenu .sub_item::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #c0b9b3;
  transition: all 0.5s;
}
.mobile-menu__body .nav_list .nav_item_submenu .sub_item.active::before {
  width: 35%;
}
@media (hover: hover) {
  .mobile-menu__body .nav_list .nav_item_submenu .sub_item:hover::before {
    width: 35%;
  }
}
.mobile-menu__body .nav_list .nav_item_submenu .sub_item .subtitle {
  background-color: #2c2d32;
  position: relative;
  margin-left: 8px;
  font-family: "ProximaNovaT";
  font-size: 24px;
  font-weight: 250;
  line-height: normal;
  letter-spacing: 4px;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.mobile-menu__body .search-logo_wrapper {
  max-width: 320px;
  width: 100%;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
  transition: opacity 0.5s cubic-bezier(0.55, 0.04, 0.05, 0.97), top 0.5s cubic-bezier(0.55, 0.04, 0.05, 0.97), padding-top 0.5s cubic-bezier(0.55, 0.04, 0.05, 0.97);
  top: -30px;
  opacity: 0;
}
@media (hover: hover) {
  .mobile-menu__body .search-logo_wrapper:hover .search-logo path,
.mobile-menu__body .search-logo_wrapper:hover .search-logo circle {
    stroke: #FFF;
  }
}
.mobile-menu__body .search-logo_wrapper .search-logo {
  z-index: 1;
  margin-right: -40px;
  margin-left: 24px;
  margin-top: -8px;
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
}
.mobile-menu__body .search-logo_wrapper .search-logo svg {
  max-height: 24px;
  height: 100%;
  width: 32px;
}
.mobile-menu__body .search-logo_wrapper input[type=text] {
  border: 0px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  display: block;
  outline: none;
  width: 100%;
  padding: 8px 8px 8px 44px;
  color: #FFF;
  font-family: "ProximaNovaT", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.mobile-menu__body .search-logo_wrapper input[type=text]:focus {
  border-bottom: 1px solid #6B6C6F;
}
@media (hover: hover) {
  .mobile-menu__body .search-logo_wrapper input[type=text]:focus:hover {
    border-bottom: 1px solid #FFF;
  }
}
.mobile-menu__body .search-logo_wrapper input[type=text]::-moz-placeholder {
  font-size: 30px;
  text-overflow: ellipsis;
}
.mobile-menu__body .search-logo_wrapper input[type=text]::placeholder {
  font-size: 30px;
  text-overflow: ellipsis;
}
.mobile-menu__body .menu-footer {
  padding-left: 28px;
  margin-bottom: 6px;
  position: relative;
  transition: opacity 0.5s cubic-bezier(0.55, 0.04, 0.05, 0.97), top 0.5s cubic-bezier(0.55, 0.04, 0.05, 0.97), padding-top 0.5s cubic-bezier(0.55, 0.04, 0.05, 0.97);
  top: -30px;
  opacity: 0;
  padding-top: 0;
}
.mobile-menu__body .menu-footer.menu-footer-lang .line {
  height: 1px;
  background: #F4BEBE;
  max-width: 135px;
  width: 100%;
  margin: 1vh 4px 2vh;
}
.mobile-menu__body .menu-footer.menu-footer-lang .lang_wrapper {
  display: flex;
  gap: 8px;
  max-width: 144px;
  justify-content: center;
}
.mobile-menu__body .menu-footer.menu-footer-lang .lang_wrapper a {
  margin-right: 0;
  position: relative;
  margin-right: 10px;
  font-weight: 250;
  text-align: left;
  color: #fff;
  text-decoration: none;
  background-color: #2c2d32;
  font-size: 27px;
  letter-spacing: 0px;
  font-family: "ProximaNovaT", sans-serif;
}
@media (hover: hover) {
  .mobile-menu__body .menu-footer.menu-footer-lang .lang_wrapper a:hover::after {
    width: 100%;
  }
}
.mobile-menu__body .menu-footer.menu-footer-lang .lang_wrapper a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  bottom: 4px;
  height: 1px;
  background: #F4BEBE;
  transition: all 0.5s;
}
.mobile-menu__body .menu-footer.menu-footer-social .social_wrapper {
  display: flex;
  gap: 16px;
}
.mobile-menu__body .menu-footer.menu-footer-social .social_wrapper a {
  display: flex;
  align-items: center;
  position: relative;
}
@media (hover: hover) {
  .mobile-menu__body .menu-footer.menu-footer-social .social_wrapper a:hover::after {
    width: 100%;
  }
}
.mobile-menu__body .menu-footer.menu-footer-social .social_wrapper a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  bottom: -2px;
  height: 1px;
  background: #F4BEBE;
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .mobile-menu__body {
    padding-left: 0;
  }
  .mobile-menu__body .nav_list {
    align-items: center;
  }
  .mobile-menu__body .nav_list .nav_item_submenu .sub_item {
    display: flex;
    justify-content: center;
  }
  .mobile-menu__body .nav_list .nav_item_submenu .sub_item .subtitle {
    text-align: center;
  }
  .mobile-menu__body .nav_list .nav_item_submenu .sub_item.active::before {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .mobile-menu__body .nav_list .nav_item {
    width: 100%;
    padding-left: 0;
  }
  .mobile-menu__body .nav_list .nav_item.active::before {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .mobile-menu__body .nav_list .nav_item .item_wrapper {
    margin: 0 auto;
  }
  .mobile-menu__body .nav_list .nav_item.has_subitems.open {
    max-width: 80%;
  }
  .mobile-menu__body .nav_list .nav_item.has_subitems.open .nav_item_submenu {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 16px;
    margin-bottom: 4px;
  }
  .mobile-menu__body .search-logo_wrapper {
    margin: 0 auto 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mobile-menu__body .search-logo_wrapper .search-logo {
    margin-left: 0;
  }
  .mobile-menu__body .search-logo_wrapper input[type=text] {
    width: 150px;
    transition: all 0.2s;
  }
  .mobile-menu__body .search-logo_wrapper input[type=text]:not(:empty) {
    width: 220px;
  }
  .mobile-menu__body .search-logo_wrapper input[type=text]:focus {
    width: 220px;
  }
  .mobile-menu__body .menu-footer {
    padding-left: 0;
  }
  .mobile-menu__body .menu-footer.menu-footer-lang .line {
    margin: 1vh auto 2vh;
  }
  .mobile-menu__body .menu-footer .social_wrapper,
.mobile-menu__body .menu-footer .lang_wrapper {
    margin: 0 auto;
    justify-content: center;
  }
}
.pages_footer {
  height: auto;
  background: #F5F5F5;
  margin-top: 60px;
  padding-bottom: 16px;
  padding-top: 16px;
  border-top: 2px solid rgba(45, 44, 44, 0.2);
}
.pages_footer .logo img {
  max-height: 75px;
  max-width: 100%;
}
.pages_footer .menu {
  padding-left: 30px;
}
.pages_footer .menu li {
  position: relative;
}
.pages_footer .menu li.has_submenu .item_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0px 16px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
@media (hover: hover) {
  .pages_footer .menu li.has_submenu .item_wrapper:hover {
    border-bottom: 3px solid #2D2C2C;
  }
}
.pages_footer .menu li.has_submenu .item_wrapper .title {
  color: #2D2C2C;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  height: initial;
  padding: 0;
}
@media (hover: hover) {
  .pages_footer .menu li.has_submenu .item_wrapper .title:hover {
    border-bottom: 3px solid transparent;
  }
}
.pages_footer .menu li.has_submenu .item_wrapper .arrow {
  margin-left: 4px;
  max-width: 12px;
  cursor: pointer;
}
.pages_footer .menu li.has_submenu .item_wrapper .arrow path {
  stroke: #2D2C2C;
  stroke-width: 2px;
}
.pages_footer .menu li.has_submenu .main-link .arrow {
  margin-left: 4px;
  max-width: 12px;
  min-width: 12px;
  cursor: pointer;
}
.pages_footer .menu li.has_submenu .main-link .arrow path {
  stroke: #2D2C2C;
  stroke-width: 2px;
}
.pages_footer .menu li.has_submenu .nav_item_submenu {
  z-index: 1;
  background-color: #FFF;
  position: absolute;
  bottom: 100%;
  overflow: hidden;
  max-height: 0px;
  padding: 0;
  width: 175px;
  box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.1490196078);
}
.pages_footer .menu li.has_submenu .nav_item_submenu .sub_item {
  width: 100%;
}
.pages_footer .menu li.has_submenu .nav_item_submenu .sub_item .subtitle {
  color: #2D2C2C;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 0px;
}
@media (hover: hover) {
  .pages_footer .menu li.has_submenu .nav_item_submenu .sub_item .subtitle:hover {
    border-left: 3px solid #2D2C2C;
    background: #EAEAEA;
  }
  .pages_footer .menu li.has_submenu:hover .item_wrapper {
    border-bottom: 3px solid #2D2C2C;
  }
  .pages_footer .menu li.has_submenu:hover .nav_item_submenu {
    padding: 8px 0;
    max-height: 504px;
  }
  .pages_footer .menu li:hover a {
    border-bottom: 3px solid #2D2C2C;
  }
}
.pages_footer .menu li a {
  border-bottom: 3px solid transparent;
  padding: 0px 16px;
  color: #2D2C2C;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
}
.pages_footer .footer__phones {
  margin-right: 15px;
}
.pages_footer .footer__phones.open .current_phone::after {
  transform: rotate(180deg);
}
.pages_footer .footer__phones.open .phone_window {
  display: flex;
}
.pages_footer .footer__phones .current_phone {
  color: #2D2C2C;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.pages_footer .footer__phones .current_phone::after {
  margin-left: 8px;
  content: "";
  display: block;
  width: 18px;
  height: 11px;
  background-image: url("/attachments/select_arrow.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.pages_footer .footer__phones .phone_window {
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  bottom: 35px;
  background: #FFF;
  box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.15);
  padding: 16px 36px 10px;
  z-index: 1;
}
.pages_footer .footer__phones .phone_window .phone {
  text-decoration: none;
  color: #2D2C2C;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.pages_footer .social_btn {
  /* 
  padding: 8px; */
  margin: 0 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /* @media (hover: hover) {
      &:hover {
          background: rgba(217, 217, 217, 0.4);
      }
  } */
}
.pages_footer hr {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
.pages_footer .spekter_box {
  margin-left: 24px;
}
.pages_footer .spekter_box .title {
  color: var(--black, #282828);
  text-align: right;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 3px;
}
.pages_footer .spekter_box img {
  max-width: 125px;
  height: auto;
}

@media screen and (max-width: 1536px) {
  .pages_footer .menu li a {
    padding: 0 16px 4px;
  }
  .pages_footer .logo {
    flex-grow: 1;
  }
  .pages_footer .menu {
    order: -1;
    width: 100%;
    padding-left: 0;
    padding-bottom: 14px;
  }
  .pages_footer .menu ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1020px) {
  .pages_footer {
    margin-top: 48px;
    padding-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  /* .footer__footer {
      margin-top: 8px;
  } */
  .pages_footer {
    margin-top: 44px;
    padding-bottom: 18px;
  }
  .pages_footer .spekter_box {
    /* margin: 0 auto;
    margin-top: 18px; */
  }
  .pages_footer .spekter_box img {
    margin-left: 12px;
    margin-top: 3px;
  }
  .pages_footer .spekter_box .title {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 420px) {
  .pages_footer hr {
    margin-top: 14px;
  }
  .pages_footer .logo {
    max-width: 50%;
  }
  .pages_footer .telephone_container svg {
    display: none;
  }
  .pages_footer {
    margin-top: 48px;
    height: auto;
  }
}
/* social button */
.social-items-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  background-color: transparent;
  transition: background 0.4s;
  z-index: 17;
}

.social-items-bg.active {
  transition: background 0.4s;
  background-color: rgba(41, 41, 41, 0.6);
}

.social-items-bg.active ~ .social-items-wrapper {
  z-index: 18;
}

.social-items-wrapper {
  position: fixed;
  right: 2%;
  bottom: 80px;
  z-index: 17;
  cursor: pointer;
}

.social-items-menu {
  display: none;
}

.social-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 15px 0px;
  position: relative;
}
.social-item.phone {
  display: none;
}

.social-item__description {
  cursor: pointer;
  background-color: white;
  text-align: center;
  padding: 5px 10px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  opacity: 0;
  transition: all 0.3s linear;
  color: #000000;
  font-size: 14px;
}

@media (hover: hover) {
  .social-item:hover .social-item__description {
    transform: translate(-110%, -50%);
    opacity: 1;
  }
  .social-item:hover .social-item__icon {
    background-color: #F4BEBE;
  }
}
.social-item__icon {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: #fff;
  background-position: center;
  background-size: 45%;
  background-repeat: no-repeat;
}

.social-btn-bg {
  transition: all 0.3s;
  cursor: pointer;
}

.social-btn-bg.active {
  transition: all 0.3s;
  cursor: pointer;
}

.social-btn {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #F5F5F5;
  box-shadow: 0px 6.39587px 16.3182px rgba(40, 40, 40, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s linear, transform 0.3s;
  position: relative;
}

.social-btn .s-btn.close {
  visibility: hidden;
}

.social-btn-bg.active .s-btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-btn .s-btn-close {
  display: none;
}

.social-btn.active {
  transition: background 0.3s linear, transform 0.3s;
}

.s-btn {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}

.s-btn.fade-out {
  opacity: 0;
}

.s-btn.fade-in {
  opacity: 1 !important;
  transition: opacity 1.5s ease-in-out;
}

.btn-5 svg,
.btn-3 svg,
.btn-2 svg,
.btn-1 svg {
  height: 24px;
  width: 24px;
}

.btn-5 {
  display: none;
}

.s-btn.show {
  display: block;
}

.social-btn-pulse {
  position: fixed;
  width: 52px;
  height: 52px;
  right: 2%;
  bottom: 80px;
}

.social-btn-pulse.active {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  z-index: 0;
  opacity: 1;
  -webkit-animation: Pulse 2s ease infinite;
          animation: Pulse 2s ease infinite;
}

@-webkit-keyframes Pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes Pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .social-btn,
.social-item__icon {
    width: 48px;
    height: 48px;
  }
  .social-btn svg,
.social-item__icon svg {
    max-width: 22px;
    max-height: 25px;
  }
  .social-item__description {
    padding: 2px 8px;
    font-size: 13px;
  }
  .social-btn .s-btn-close svg {
    width: 19px;
    height: 19px;
  }
  .social-btn {
    box-shadow: 0px 4px 20px rgba(40, 40, 40, 0.4);
  }
  .s-btn svg {
    height: 22px;
    width: 22px;
  }
  .social-btn-pulse {
    width: 48px;
    height: 48px;
    right: 16px;
  }
  .social-items-wrapper {
    right: 16px;
  }
}
@media (max-width: 990px) {
  .social-item .social-item__description {
    transform: translate(-110%, -50%);
    opacity: 1;
  }
}
@media (max-width: 532px) {
  .social-item.phone {
    display: flex;
  }
  .btn-5 {
    display: block;
  }
}
[data-group=buttons_menu][data-role=wrapper] {
  margin-left: 0px;
}
[data-group=buttons_menu][data-role=wrapper] img {
  min-height: 30px;
  max-width: 28px;
}

.cart-button__wrapper {
  height: 100%;
}

#business-card [data-group=cart_button] {
  margin-right: 28px;
  margin-top: 0px;
}
#business-card [data-group=cart_button] .cart-tooltip__wrapper {
  transition: all 0.3s;
  position: absolute;
  top: 120%;
  margin-top: 2px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  display: block;
}
#business-card [data-group=cart_button] button:hover + .cart-tooltip__wrapper {
  opacity: 1;
  top: 115%;
  visibility: visible;
}
#business-card [data-group=cart_button] .cart-tooltip {
  background: #2c2d32;
  border-radius: 30px;
  color: #fff;
  font-family: ProximaNovaR;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 5px 10px;
  text-transform: uppercase;
}
#business-card [data-group=cart_button] button {
  outline: none;
  border: none;
  background: transparent;
  padding-left: 0;
  align-items: center;
  border: 2px solid #484545;
  border-radius: 8px;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#business-card [data-group=cart_button] button .mobile {
  display: none;
}
#business-card [data-group=cart_button] button .header {
  display: block;
}
@media (hover: hover) {
  #business-card [data-group=cart_button] button:hover path {
    stroke: #fff;
  }
  #business-card [data-group=cart_button] button:hover {
    background: #484545;
  }
  #business-card [data-group=cart_button]:hover [data-role=counter] {
    background: #f4bebe;
  }
}

#business-card [data-group=cart_button] [data-role=counter] {
  background: #f4bebe;
  border-color: #484545;
  top: -8px;
  right: -8px;
}

[data-group=cart_button] {
  margin-right: 28px;
  margin-top: 0px;
}
[data-group=cart_button] button {
  outline: none;
  border: none;
  background: transparent;
  padding-left: 0;
  height: 51px;
  width: 51px;
  border-radius: 50%;
  border: 2px solid rgb(228, 228, 228);
  background: rgb(255, 230, 39);
  padding: 4px;
}
[data-group=cart_button] button img {
  max-height: 100%;
}
[data-group=cart_button] button .header {
  display: none;
}
[data-group=cart_button] .cart-tooltip__wrapper {
  display: none;
}
[data-group=cart_button] [data-role=counter] {
  pointer-events: none;
  border-radius: 50%;
  height: 18px;
  min-width: 18px;
  position: absolute;
  right: 0;
  top: 0;
  background: #F4BEBE;
  border: 2px solid #2D2C2C;
}
[data-group=cart_button] [data-role=counter] span {
  color: #2D2C2C;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
[data-group=cart_button] [data-group=tooltip] {
  display: none;
  max-width: 280px;
  padding-top: 32px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100vw;
  z-index: 1;
  background: #FFF;
  box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.15);
  padding: 24px;
  color: #2D2C2C;
  font-family: Raleway;
  font-style: normal;
}
[data-group=cart_button] [data-group=tooltip] [data-role=title] {
  padding-top: 6px;
  font-size: 16px;
  font-weight: 800;
  line-height: 27.8px;
}
[data-group=cart_button] [data-group=tooltip] [data-role=subtitle] {
  padding-top: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 17.8px;
}

#business-card .cart_button_floating, #shop-body .cart_button_floating {
  position: fixed;
  width: 52px;
  height: 52px;
  right: 2%;
  bottom: 20px;
  z-index: 17;
  background-color: #FFF;
  border-radius: 50%;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2509803922);
  display: none;
}
#business-card .cart_button_floating [data-group=cart_button], #shop-body .cart_button_floating [data-group=cart_button] {
  margin-right: 0;
  padding: 0;
  position: initial;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
#business-card .cart_button_floating [data-group=cart_button] button, #shop-body .cart_button_floating [data-group=cart_button] button {
  padding: 0;
  width: 100%;
  height: 100%;
}
#business-card .cart_button_floating [data-group=cart_button] [data-role=counter], #shop-body .cart_button_floating [data-group=cart_button] [data-role=counter] {
  background-color: #F4BEBE;
  height: 18px;
  min-width: 18px;
  border: none;
}
#business-card .cart_button_floating [data-group=cart_button] [data-role=counter] span, #shop-body .cart_button_floating [data-group=cart_button] [data-role=counter] span {
  font-weight: 400;
  font-size: 15px;
}
#business-card .cart_button_floating [data-group=buttons_menu][data-role=wrapper], #shop-body .cart_button_floating [data-group=buttons_menu][data-role=wrapper] {
  margin-left: 0;
  height: 100%;
}
#business-card .cart_button_floating [data-group=buttons_menu][data-role=wrapper] img, #shop-body .cart_button_floating [data-group=buttons_menu][data-role=wrapper] img {
  min-height: 20px;
  max-width: 24px;
}

@media screen and (max-width: 1024px) {
  #business-card [data-group=cart_button] button:hover + .cart-tooltip__wrapper {
    visibility: hidden;
  }
  #business-card .cart_button_floating, #shop-body .cart_button_floating {
    display: block;
    width: 48px;
    height: 48px;
    right: 16px;
  }
  #business-card [data-group=cart_button] button {
    border: 0px;
  }
  #business-card [data-group=cart_button] button .header {
    display: none;
  }
  #business-card [data-group=cart_button] button .mobile {
    display: block;
  }
}
@media screen and (max-width: 1024px) and (hover: hover) {
  #business-card [data-group=cart_button] button:hover path {
    stroke: #484545;
  }
  #business-card [data-group=cart_button] button:hover {
    background: transparent;
  }
}
@media screen and (max-width: 1024px) {
  #business-card [data-group=cart_button] [data-role=counter] {
    background-color: #f4bebe;
    border: 0px;
    top: 0px;
    right: 0px;
  }
}
@media screen and (max-width: 1024px) and (hover: hover) {
  #business-card [data-group=cart_button]:hover [data-role=counter] {
    background: #f4bebe;
  }
}
.cart_button_floating [data-group=cart_button] [data-role=counter] span {
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.full-width {
  width: 100%;
}

.button-up {
  width: 63px;
  height: 63px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #F5F5F5;
  box-shadow: 0px 6.39587px 16.3182px rgba(40, 40, 40, 0.18);
  position: fixed;
  right: 5%;
  bottom: 110px;
  display: flex;
  z-index: 14;
  cursor: pointer;
  /* &:hover {
      background: #2D2C2C;
      border: 1px solid #fff;

      svg path {
          fill: #ffffff;
      }
  } */
}
.button-up svg path {
  stroke: #fff;
}
.button-up svg {
  min-width: 18px;
  max-width: 50%;
  width: auto;
  height: auto;
}

.button-up .tooltip {
  cursor: pointer;
  text-align: center;
  padding: 5px 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  opacity: 0;
  transition: all 0.3s linear;
  border-radius: 40px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  box-shadow: 0px 0px 12.54944px 0px rgba(0, 0, 0, 0.25);
  color: #2D2C2C;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}

@media all and (max-width: 1440px) {
  .button-up {
    right: 2%;
  }
}
@media all and (max-width: 1024px) {
  .button-up {
    width: 48px;
    height: 48px;
    right: 20px;
    bottom: 140px;
  }
  .button-up .tooltip {
    display: none;
  }
}
/* 
@media all and (min-width: 1024px) {
    .button-up:hover .tooltip {
        transform: translate(-120%, -50%);
        opacity: 1;
    }
} */
body {
  font-family: "Raleway", serif;
  background: rgb(245, 245, 245);
}

.content_wrapper {
  margin: 0 auto;
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
}

.content_block {
  margin-top: 80px;
}

.btn_to_catalog {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 370px;
  width: 100%;
  display: block;
  border-bottom: solid 3px #2D2C2C;
  text-align: center;
  transition: 0.1s all ease;
  cursor: pointer;
}
.btn_to_catalog.active {
  background: #2D2C2C;
  padding: 0;
}
.btn_to_catalog.active .btn {
  color: #FFF;
  width: 100%;
  display: block;
  padding: 17px 14px 14px;
}
.btn_to_catalog .btn {
  cursor: pointer;
  padding: 17px 14px 14px;
  width: 100%;
  display: block;
  color: #2D2C2C;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  background-color: transparent;
}
@media (hover: hover) {
  .btn_to_catalog:hover {
    background: #2D2C2C;
  }
  .btn_to_catalog:hover .btn {
    color: #FFF;
  }
}

.btn {
  border: 0;
}

.breadcrumbs {
  margin-top: 68px;
  color: #2D2C2C;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.breadcrumbs a {
  text-decoration: none;
  color: inherit;
}
.breadcrumbs .divider {
  padding-left: 10px;
  padding-right: 10px;
}
.breadcrumbs .home .icon {
  height: 20px;
  width: 20px;
  margin-right: 14px;
}
.breadcrumbs .current {
  font-weight: 700;
}

.breadcrumbs_wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0;
}
.breadcrumbs_wrapper .breadcrumbs {
  margin-top: 0;
  color: #ffffff;
}
.breadcrumbs_wrapper .breadcrumbs .home .icon svg path {
  stroke: #fff;
}

#slider .noUi-connect {
  margin-top: -2px !important;
}

[data-group=slider_arrows] {
  height: 100%;
  position: absolute;
  top: 0px;
}

.breadcrumbs_wrapper .category_title {
  color: #FFF;
  font-family: Raleway;
  font-size: 55px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-top: 4px;
}

@media (hover: hover) {
  [data-group=slider_arrows] button.slick-disabled:hover {
    cursor: initial;
  }
}
.text-uppercase {
  text-transform: uppercase;
}

.default-btn {
  font-family: Raleway;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: rgb(44, 45, 50);
  padding: 12px;
  display: none;
}

[data-group=filter_menu] .default-btn {
  display: block;
}

@media screen and (max-width: 1020px) {
  .btn_to_catalog.hide-try_lg_size {
    display: none;
  }
  .breadcrumbs {
    padding: 0 25px;
    margin-top: 32px;
    display: none;
  }
  .breadcrumbs_wrapper {
    padding: 55px 0px;
  }
  .breadcrumbs_wrapper .category_title {
    margin-bottom: 0px;
    font-size: 42px;
    /* margin-top: 8px; */
    margin-top: 0px;
  }
}
@media screen and (max-width: 420px) {
  [data-group=buttons_menu][data-role=wrapper] img.mobile_cart {
    background: #fff;
    height: 56px;
    padding: 14px;
    border-radius: 50%;
    margin-top: -10px;
    margin-right: -10px;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.4);
  }
  [data-group=buttons_menu][data-role=wrapper].search_mobile {
    padding-left: 40px;
    padding-top: 5px;
  }
  .breadcrumbs {
    display: none;
  }
}
.feedback-modal__alert-bg {
  background-color: rgba(245, 245, 245, 0.64);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.feedback-modal__alert-bg .feedback-modal__alert {
  background: #FFF;
  padding: 58px 104px 66px;
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 780px;
  width: 100%;
}
.feedback-modal__alert-bg .feedback-modal__alert .feedback-modal__alert-close {
  cursor: pointer;
  position: absolute;
  right: 32px;
  top: 32px;
}
.feedback-modal__alert-bg .feedback-modal__alert .feedback-modal__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.feedback-modal__alert-bg .feedback-modal__alert .feedback-modal__text svg {
  height: 72px;
  width: auto;
  margin-bottom: 16px;
}
.feedback-modal__alert-bg .feedback-modal__alert .feedback-modal__text .title {
  margin: 0;
  margin-bottom: 8px;
  text-align: center;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  font-family: Raleway;
  font-style: normal;
  line-height: normal;
}
.feedback-modal__alert-bg .feedback-modal__alert .feedback-modal__text .subtitle {
  margin: 0;
  text-align: center;
  color: #000;
  font-size: 22px;
  font-weight: 300;
  font-family: Raleway;
  font-style: normal;
  line-height: normal;
}

.modal-shopping-cart__alert-bg {
  background-color: rgba(0, 0, 0, 0.25);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.modal-shopping-cart__alert-bg .modal-shopping-cart__alert {
  background: #FFF;
  box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.15);
  padding: 26px 36px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
}
.modal-shopping-cart__alert-bg .modal-shopping-cart__alert .modal-shopping-cart__alert-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal-shopping-cart__alert-bg .modal-shopping-cart__alert .modal-shopping-cart__alert-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-shopping-cart__alert-bg .modal-shopping-cart__alert .modal-shopping-cart__alert-text svg {
  height: auto;
  width: 52px;
  margin-bottom: 14px;
}
.modal-shopping-cart__alert-bg .modal-shopping-cart__alert .modal-shopping-cart__alert-text p {
  margin: 0;
  margin-bottom: 28px;
  color: #2D2C2C;
  text-align: center;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 19.8px;
}
.modal-shopping-cart__alert-bg .modal-shopping-cart__alert .modal-shopping-cart__alert-text .btn_to_catalog .btn {
  font-size: 17px;
}

[data-id=no-items] {
  width: 100%;
  margin-left: 2px;
}
[data-id=no-items] .product-no-result {
  background: #FFFFFF;
  padding: 36px 64px 64px;
}
[data-id=no-items] .product-no-result .form-ty__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
[data-id=no-items] .product-no-result .form-ty__text svg {
  height: 64px;
  width: auto;
  margin-bottom: 16px;
}
[data-id=no-items] .product-no-result .form-ty__text .title {
  margin: 0;
  margin-bottom: 14px;
  color: #2D2C2C;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 31.2px;
}
[data-id=no-items] .product-no-result .form-ty__text .subtitle {
  margin: 0;
  color: #2D2C2C;
  text-align: center;
  font-family: Raleway;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.37px;
}

.btn {
  border: 0;
  cursor: pointer;
  padding: 0;
  position: relative;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.btn-lg {
  font-size: 20px;
  font-weight: 600;
  height: 74px;
  padding: 23px 32px;
}

.btn-md {
  font-weight: 700;
  font-size: 19px;
  line-height: 26.21px;
  height: 65px;
  padding: 18px;
}

.btn-uppercase {
  letter-spacing: 4px;
  text-transform: uppercase;
}

.btn-primary {
  background: rgb(255, 230, 39);
  color: rgb(45, 44, 44);
  transition: 0.2s all;
}

.btn-primary:hover {
  transform: scale(1.1);
}

.btn-grey {
  background: rgb(224, 221, 221);
  color: rgb(44, 45, 50);
}

.btn-with-icon {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.tabs__header {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid rgb(228, 228, 228);
  background: #fff;
  border-radius: 15px;
  z-index: 2;
  position: relative;
}

.tabs__header .tab {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
  padding: 18px;
  font-weight: 700;
  font-size: 22px;
  line-height: 23px;
  color: rgb(45, 44, 44);
  border-radius: 15px;
  margin: -2px;
  box-sizing: border-box;
  border: 3px solid transparent;
  cursor: pointer;
}

.tabs__header .tab.active {
  border: 3px solid rgb(255, 230, 39);
  cursor: default;
}

.tabs__header .tab:hover {
  border: 3px solid rgb(255, 230, 39);
}

.tabs__wrapper .tab__content {
  position: absolute;
  z-index: 1;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  right: 0px;
}

.tabs__wrapper .tab__content.active {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.tabs__wrapper .tabs__content {
  position: relative;
  z-index: 1;
}

.tabs__wrapper .tabs__content.mt {
  margin-top: -10px;
}

.tabs__wrapper .tabs__content.pa {
  padding: 38px 20px;
}

.tabs__wrapper .tabs__content.bg {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(228, 228, 228);
  border-radius: 0px 0px 15px 15px;
}

.header-with-button {
  display: flex;
}

.header-with-button .text-part {
  flex-grow: 1;
}

.header-with-button .button-part .btn {
  min-width: 350px;
}

@media screen and (max-width: 1020px) {
  .header-with-button .button-part {
    display: none;
  }
}
[data-group=content_block][data-role=main] {
  width: 100%;
  margin-top: 40px;
}
[data-group=content_block][data-role=main] .content {
  background: #FFF;
}
[data-group=content_block][data-role=main] .content img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
[data-group=content_block][data-role=main] .content .text-block {
  padding: 50px 60px;
  color: #2D2C2C;
  font-family: Raleway;
  font-style: normal;
}
[data-group=content_block][data-role=main] .content .text-block .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 41.8px;
  margin-bottom: 14px;
}
[data-group=content_block][data-role=main] .content .text-block .subtitle {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

@media screen and (max-width: 1020px) {
  [data-group=content_block][data-role=main] {
    padding: 0 30px;
  }
  [data-group=content_block][data-role=main] .content .text-block {
    padding: 46px 72px;
  }
  [data-group=content_block][data-role=main] .content img {
    min-height: 270px;
  }
}
@media screen and (max-width: 768px) {
  [data-group=content_block][data-role=main] .content .text-block {
    padding: 46px 34px;
  }
}
@media screen and (max-width: 420px) {
  [data-group=content_block][data-role=main] {
    padding: 0;
    margin-top: 0;
  }
  [data-group=content_block][data-role=main] .content .text-block {
    padding: 46px 26px;
  }
  [data-group=content_block][data-role=main] .content .text-block .title {
    font-size: 25px;
  }
  [data-group=content_block][data-role=main] .content img {
    min-height: 240px;
  }
  .content_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
