

/* Start:/local/templates/html/critical.css?1781256136100466*/
@font-face {
  font-family: "Open-Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/local/templates/html/fonts/OpenSans-SemiBold.woff") format("woff"), url("/local/templates/html/fonts/OpenSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Open-Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/local/templates/html/fonts/OpenSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Open-Sans";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("/local/templates/html/fonts/OpenSans-Bold.woff") format("woff");
}
@media (max-width: 767px) {
  .visible-md {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}
@media (max-width: 574px) {
  .visible-sm {
    display: none !important;
  }
}
@media (min-width: 575px) {
  .hidden-sm {
    display: none !important;
  }
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container-md, .container-sm, .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1470px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1470px;
  }
}
/*@media (min-width: $xxl) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: $xxl-container;
  }
}*/
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 767px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 768px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: .25rem;
  }

  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: .25rem;
  }

  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: .5rem;
  }

  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: .5rem;
  }

  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .col-md {
    flex: 1 0 0%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1, .gx-md-1 {
    --bs-gutter-x: .25rem;
  }

  .g-md-1, .gy-md-1 {
    --bs-gutter-y: .25rem;
  }

  .g-md-2, .gx-md-2 {
    --bs-gutter-x: .5rem;
  }

  .g-md-2, .gy-md-2 {
    --bs-gutter-y: .5rem;
  }

  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: .25rem;
  }

  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: .25rem;
  }

  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: .5rem;
  }

  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: .5rem;
  }

  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1470px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: .25rem;
  }

  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: .5rem;
  }

  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
/*@media (min-width: $xxl) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

body {
  position: relative;
  overflow-y: scroll;
  color: #212126;
  background: #F2F2FA;
  font-family: "Open-Sans";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
}
body.page-not-found, body.product-page {
  background: #F2F2FA;
}
body.page-not-found:after, body.product-page:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 88px;
  content: "";
  background-image: linear-gradient(180deg, rgba(193, 193, 198, 0.8) 0%, rgba(196, 196, 196, 0) 100%);
  mix-blend-mode: multiply;
}

body.fixed {
  margin-right: 0 !important;
}

@media (max-width: 1023px) {
  body {
    margin-right: 0 !important;
  }
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1 0 auto;
}

.hidden {
  display: none !important;
}

img, svg {
  max-width: 100%;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: #798089;
  background: transparent;
  font-size: 100%;
}

a:not([class]) {
  transition: color 0.3s;
  text-decoration: none;
  color: #19c251;
}
a:not([class]):hover {
  text-decoration: underline;
}

ins {
  text-decoration: none;
  color: #212126;
  background-color: #ff9;
}

mark {
  color: #212126;
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

.registration-confirmation .content-page {
  display: block;
}

.registration-confirmation__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.registration-confirmation__title {
  text-align: center;
  color: #9A2870;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizequality;
}

.header-middle__links [id^=bx_incl_area_] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-middle__links + [id^=bx_incl_area_] {
  max-width: 320px;
  flex: 0 0 320px;
}

.index-section--hit .index-section__body [id^=bx_incl_area_]:first-child {
  flex: 0 0 auto;
  width: 75%;
}
.index-section--hit .index-section__body [id^=bx_incl_area_]:first-child > div {
  width: 100%;
}
.index-section--hit .index-section__body [id^=bx_incl_area_]:not(:first-child) {
  flex: 0 0 auto;
  width: 25%;
}
.index-section--hit .index-section__body [id^=bx_incl_area_]:not(:first-child) > div {
  width: 100%;
}

.index-section--comments .index-section__body [id^=bx_incl_area_]:first-child {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.index-section--comments .index-section__body [id^=bx_incl_area_]:first-child > div {
  width: 100%;
}
.index-section--comments .index-section__body [id^=bx_incl_area_]:not(:first-child) {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.index-section--comments .index-section__body [id^=bx_incl_area_]:not(:first-child) > div {
  width: 100%;
}

.index-section--about .index-section__body [id^=bx_incl_area_]:not(:first-child) {
  flex: 0 0 auto;
  width: 50%;
}
.index-section--about .index-section__body [id^=bx_incl_area_]:not(:first-child) > div {
  width: 100%;
}

.index-section--news .index-section__body [id^=bx_incl_area_]:first-child {
  flex: 0 0 auto;
  width: 75%;
  display: flex;
}
.index-section--news .index-section__body [id^=bx_incl_area_]:first-child > div {
  width: 33.333333%;
}
.index-section--news .index-section__body [id^=bx_incl_area_]:not(:first-child) {
  flex: 0 0 auto;
  width: 25%;
}
.index-section--news .index-section__body [id^=bx_incl_area_]:not(:first-child) > div {
  width: 100%;
}

.insta-box__row [id^=bx_incl_area_] {
  display: flex;
  flex-wrap: wrap;
}

.b24-widget-button-position-bottom-right {
  right: 20px !important;
  bottom: 80px !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    height: 0;
  }

  body {
    height: auto;
  }

  .wrapper {
    height: auto;
  }

  .main {
    flex: none;
  }

  .main {
    flex: none;
  }
}
@media print {
  body * {
    visibility: hidden;
  }

  #section-to-print, #section-to-print * {
    visibility: visible;
  }

  #section-to-print {
    position: absolute;
    top: 0;
    left: 0;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

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

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img, iframe {
  border: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit],
button {
  cursor: pointer;
  background-color: transparent;
}
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  resize: none;
  border: none;
}

input::-webkit-contacts-auto-fill-button {
  position: absolute;
  right: 0;
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
  border: none;
  border-radius: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

ul, ol, li {
  list-style-type: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

html {
  box-sizing: border-box;
}

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

strong, b {
  font-weight: bold;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}
.banners-section {
  padding: 60px 0 30px;
}
@media (min-width: 1200px) {
  .banners-section .container {
    max-width: 1220px;
  }
}
.banners-section__img-wrap.lazy-img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .banners-section__img-wrap.lazy-img-wrap {
    min-height: 316px;
  }
  .banners-section__img-wrap.lazy-img-wrap:hover .banners-section__img {
    box-shadow: 0 2px 6px rgba(97, 97, 102, 0.5);
  }
}
.banners-section__img {
  transition: box-shadow 0.3s;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(97, 97, 102, 0.3);
}

.banners-section--mobile {
  display: none;
}

.banner-link1, .banner-link2 {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  width: 50%;
}

.banner-link1 {
  left: 0;
}

.banner-link2 {
  left: 50%;
}

@media (max-width: 1023px) {
  .banners-section--first .row > div:nth-child(2) {
    display: none;
  }

  .banners-section--mobile {
    display: block;
  }

  .banners-section--second .row > div:first-child .banners-section__img-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .banners-section {
    padding: 10px 0;
  }
  .banners-section__img-wrap {
    max-width: 100%;
    min-height: 190px;
    margin: 0 auto;
    padding: 0;
  }
  .banners-section__img-wrap picture {
    display: block;
    max-width: 100%;
  }

  .banners-section--second .row > div:first-child .banners-section__img-wrap {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .banner-link1 {
    width: 100%;
  }

  .banner-link2 {
    display: none;
  }
}
@media (min-width: 1024px) {
  .banners-section--second {
    height: 351px;
  }
}
@media (min-width: 1200px) {
  .banners-section--second {
    height: 402px;
  }
}
@media (min-width: 1470px) {
  .banners-section--second {
    height: 402px;
  }
}
.breadcrumb {
  position: absolute;
  z-index: 9;
  top: 192px;
  right: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  color: #fff;
  font-size: 12px;
}
.breadcrumb__list {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-shrink: 1;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 15px;
  list-style: none;
  text-overflow: clip;
}
.breadcrumb__item {
  position: relative;
  list-style: none;
  color: #fff;
}
.breadcrumb__item:first-child .breadcrumb__link {
  padding: 0 10px 0 0;
}
.breadcrumb__item:not(:first-child):before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  transform: translate(0, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.60095 4.00001L3.41605 7.27736L2.584 6.72266L4.3991 4.00001L2.584 1.27736L3.41605 0.722656L5.60095 4.00001Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.breadcrumb__item:last-child {
  display: flex;
  padding-right: 0;
  pointer-events: none;
}
.breadcrumb__item:last-child .breadcrumb__link {
  color: #fff;
}
.breadcrumb__link {
  padding: 0 10px 0 20px;
  transition: color 0.3s;
  white-space: nowrap;
  color: #fff;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}
.breadcrumb.not-init .breadcrumb__item:not(:first-child) {
  visibility: hidden;
  opacity: 0;
}

.breadcrumb--dark .breadcrumb__item {
  color: #919196;
}
.breadcrumb--dark .breadcrumb__item:first-child .breadcrumb__link {
  color: #19C251;
}
.breadcrumb--dark .breadcrumb__item:not(:first-child):before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.60107 4.00001L3.41617 7.27736L2.58412 6.72266L4.39922 4.00001L2.58412 1.27736L3.41617 0.722656L5.60107 4.00001Z' fill='%23919196'/%3E%3C/svg%3E%0A");
}
.breadcrumb--dark .breadcrumb__item:last-child .breadcrumb__link {
  color: #919196;
}
.breadcrumb--dark .breadcrumb__link {
  color: #919196;
}

@media (max-width: 1199px) {
  .breadcrumb {
    top: 182px;
  }
}
@media (max-width: 1023px) {
  .breadcrumb {
    top: 82px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    top: 82px;
  }
}
@media (max-width: 574px) {
  .breadcrumb {
    top: 62px;
    font-size: 11px;
  }
  .breadcrumb__list {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .catalog-mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .catalog-mobile {
    padding: 16px 0 10px;
  }
  .catalog-mobile__btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 575px;
    height: 62px;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 5px rgba(145, 145, 150, 0.6);
  }
  .catalog-mobile__btn.active .catalog-mobile__btn-icon {
    background: #19C251;
  }
  .catalog-mobile__btn.active .catalog-mobile__btn-icon .icon {
    fill: #fff;
  }
  .catalog-mobile__btn.active .catalog-mobile__btn-arr {
    transform: rotate(90deg) scale(-1, 1);
  }
  .catalog-mobile__btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    transition: all ease 0.3s;
    border-radius: 50%;
  }
  .catalog-mobile__btn-icon .icon {
    width: 24px;
    height: 24px;
    fill: #212126;
  }
  .catalog-mobile__btn-text {
    padding-left: 20px;
    color: #212126;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }
  .catalog-mobile__btn-arr {
    width: 8px;
    height: 12px;
    margin-left: auto;
    transition: all ease 0.3s;
    transform: rotate(90deg);
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L0 11.1962L0 0.803848L6 6Z' fill='%2319C251'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .catalog-mobile .nav-item.active .nav-link, .catalog-mobile .nav-item:hover .nav-link {
    background: #F6F6FC;
    box-shadow: inset 4px 0 0 0 #19C251;
  }
  .catalog-mobile .nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 11px 21px;
    transition: background-color 0.3s ease, box-shadow 0.3s;
    color: #212126;
    background-color: #fff;
    box-shadow: inset 0 0 0 0 #19C251;
    font-weight: 600;
  }
  .catalog-mobile .nav-link .nav-item-img-wrap, .catalog-mobile .nav-link .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .catalog-mobile .nav-link .nav-item-img, .catalog-mobile .nav-link .icon {
    width: 24px;
    height: 24px;
    fill: #212126;
  }

  .mob-cat-menu-container {
    overflow: hidden;
    max-width: 575px;
    margin: 0 auto;
    border-radius: 0 0 4px 4px;
    background: #fff;
    box-shadow: 0 0 5px rgba(145, 145, 150, 0.6);
  }
}
.content .h1, .content h1,
.h1, h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  color: #212126;
}

.content .h2, .content h2,
.h2, h2 {
  font-size: 1.875rem;
  line-height: 1.4;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 1.25rem;
}

.content .h3, .content h3,
.h3, h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 1.25rem;
}

.content .h4, .content h4,
.h4, h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 1.25rem;
}

.content .h5, .content h5,
.h5, h5 {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 1.25rem;
}

.content .h1:not(:first-child), .content h1:not(:first-child),
.content .h2:not(:first-child), .content h2:not(:first-child),
.content .h3:not(:first-child), .content h3:not(:first-child),
.content .h4:not(:first-child), .content h4:not(:first-child),
.content .h5:not(:first-child), .content h5:not(:first-child) {
  margin: 2.5rem 0 1.25rem;
}

@media (max-width: 1023px) {
  .content .h1, .content h1,
.h1, h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .content .h1, .content h1,
.h1, h1 {
    font-size: 21px;
    line-height: 29px;
  }
}
.fs-slider .swiper-container {
  overflow: hidden;
}

.fs-slide {
  width: 100%;
}
.fs-slide__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fs-slide__img-wrap {
  display: flex;
}
@media (max-width: 574px) {
  .fs-slide__link {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 768px) {
  .fs-slide__link {
    height: 400px;
  }
  .fs-slide__img-wrap {
    height: 100%;
  }
  .fs-slide__img {
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .fs-slide__link {
    height: 560px;
  }
}
@media (min-width: 1200px) {
  .fs-slide__link {
    height: 650px;
  }
}
@media (min-width: 1470px) {
  .fs-slide__link {
    height: 768px;
  }
}

.bx-edit-mode .wrapper {
  position: relative;
}
.bx-edit-mode .wrapper .header__container {
  top: 0 !important;
}

.header-notification {
  background-color: #ececec;
  box-shadow: 0 3px 20px rgba(255, 255, 255, 0.08);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a7a5a5;
  font-size: 14px;
  padding: 10px 10px;
  padding-right: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .header-notification {
    font-size: 12px;
  }
}
.header-notification__control {
  position: absolute;
  right: 25px;
  top: calc(50% - 7px);
  fill: grey;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .header-notification__control {
    right: 10px;
  }
}
@media (min-width: 1024px) {
  .header-notification__control:hover {
    cursor: pointer;
    transform: rotate(180deg);
  }
}

.header__container {
  position: fixed;
  z-index: 130;
  top: 0;
  right: 0;
  left: 0;
}

.contacts-box__body {
  padding: 20px 20px;
  text-align: center;
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(97, 97, 102, 0.3);
}
.contacts-box__body-tel {
  display: flex;
  align-items: center;
  margin: 0 0 7px;
  color: #666;
  font-size: 14px;
}
.contacts-box__body-tel .icon {
  width: 16px;
  height: 16px;
}
.contacts-box__body-tel .text {
  padding-left: 15px;
}
.contacts-box__body-tel:hover {
  color: #19C251;
}
.contacts-box__body-socials {
  display: block;
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #e1e1e9;
}
.contacts-box__soc-item {
  display: flex;
  align-items: center;
  margin: 0 0 7px;
  color: #666;
  font-size: 12px;
}
.contacts-box__soc-item img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.contacts-box__soc-item span {
  padding-left: 10px;
}
.contacts-box__soc-item:hover {
  color: #19C251;
}

.modal-open .header .header-main,
.modal-open .header .header-top,
.fancybox-active .header .header-main,
.fancybox-active .header .header-top {
  padding-right: 17px;
}

.header .header-fixed .header-main {
  position: fixed;
  z-index: 130;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(97, 97, 102, 0.5);
}
.header .header-fixed .header-main__inner {
  box-shadow: 0 0 5px rgba(97, 97, 102, 0);
}
.header .header-fixed .header-middle::after {
  background: rgba(0, 0, 0, 0);
}
.header .header-fixed .header-bottom {
  margin-top: -70px;
  transition: margin 0.3s;
}

.header .header-scroll-top .header-middle::after {
  background: #e1e1e9;
}
.header .header-scroll-top .header-bottom {
  margin-top: 0;
  transition: margin 0.3s;
}

.header-top {
  height: 40px;
  padding: 13px 0;
  color: #fff;
}
.header-top__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
}
.header-top__count {
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
}

.header-main {
  transition: background-color ease 0.3s;
}
.header-main__inner {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 5px rgba(97, 97, 102, 0.5);
}

.header-middle {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 70px;
  padding: 0 25px;
  border-radius: 6px;
  background: #fff;
}
.header-middle::after {
  position: absolute;
  right: 25px;
  bottom: 0;
  left: 25px;
  height: 1px;
  content: "";
  background: #e1e1e9;
}
.header-middle__logo {
  flex: 0 0 246px;
  max-width: 246px;
}
.header-middle__logo .logo {
  display: block;
}
.header-middle__logo img {
  width: 199px;
  max-width: 100%;
  height: auto;
}
.header-middle__links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 25px 0 0;
}
.header-middle__link {
  flex: 0 0 96px;
  max-width: 96px;
  padding: 17px 0 11px;
  transition: color 0.3s, border-color 0.3s;
  text-align: center;
  color: #616166;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.header-middle__link:not(:last-child) {
  margin: 0 45px 0 0;
}
.header-middle__link:hover, .header-middle__link.active {
  color: #212126;
  border-color: #19C251;
}
.header-middle__search-icon {
  display: none;
}
.header-middle__search {
  flex: 0 0 320px;
  max-width: 320px;
  margin: 0 28px 0 0;
}
.header-middle__cbox {
  margin: 0 28px 0 0;
}
.header-middle__time {
  flex: 0 0 131px;
  max-width: 131px;
  text-align: center;
  color: #616166;
  font-size: 12px;
  line-height: 16px;
}
.header-middle__time span {
  display: block;
}
.header-middle__basket {
  position: relative;
  display: block;
  margin-left: auto;
  padding: 0;
}
.header-middle__basket-icon {
  display: flex;
}
.header-middle__basket-icon .icon {
  width: 32px;
  height: 32px;
  fill: #616166;
}
.header-middle__basket-count {
  position: absolute;
  top: -2px;
  right: 3px;
  height: 16px;
  padding: 0 5px;
  color: #fff;
  border-radius: 20px;
  background: #19C251;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}
.header-middle__user {
  position: relative;
  margin-left: 39px;
  padding: 19px 0;
  cursor: pointer;
}
.header-middle__user:hover .header-middle__user-body {
  visibility: visible;
  opacity: 1;
}
.header-middle__user-icon, .header-middle__user-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
}
.header-middle__user-icon .icon, .header-middle__user-link .icon {
  width: 23px;
  height: 23px;
  fill: #616166;
}
.header-middle__user-icon .text, .header-middle__user-link .text {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.header-middle__user-icon {
  background: #1bb99c;
}
.header-middle__user-icon::after {
  position: absolute;
  right: 0;
  bottom: -19px;
  left: 0;
  height: 4px;
  content: "";
  background: #19C251;
}
.header-middle__user-body {
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  width: 180px;
  padding: 20px 20px;
  transition: visibility 0.3s, opacity 0.3s;
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(97, 97, 102, 0.3);
}
.header-middle__user-body a {
  display: block;
  margin: 0 0 5px;
}
.header-middle__user-body a:hover {
  color: #19C251;
}
.header-middle__user-body a:last-child {
  margin: 0;
}
.header-middle__burger-mobile {
  display: none;
}

.contacts-box {
  position: relative;
}
.contacts-box__tel img {
  width: 16px;
  height: 16px;
}
.contacts-box__mobile-icon, .contacts-box__tel-mob, .contacts-box__tel-text-mob, .contacts-box__time-mob {
  display: none;
}
.contacts-box__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 70px;
}
.contacts-box__img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.contacts-box__img {
  border-radius: 50%;
}
.contacts-box__status {
  position: absolute;
  right: 6px;
  bottom: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.contacts-box__status.online {
  background: #19C251;
}
.contacts-box__status.offline {
  background: #c1c1c6;
}
.contacts-box__content {
  flex: 1;
  padding-left: 15px;
  text-align: center;
}
.contacts-box__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212126;
  font-size: 18px;
  font-weight: 600;
}
.contacts-box__tel .icon {
  width: 16px;
  height: 16px;
  fill: #19C251;
}
.contacts-box__tel .text {
  padding-left: 9px;
}
.contacts-box__tel:first-child {
  position: relative;
}
.contacts-box__tel:first-child::after {
  position: absolute;
  top: 6px;
  right: -15px;
  width: 6px;
  height: 12px;
  content: "";
  transition: transform 0.3s;
  transform: rotate(90deg);
  background: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L0 11.1962L0 0.803848L6 6Z' fill='%2319C251'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contacts-box__tel-text {
  padding: 3px 0 0;
  color: #19C251;
  font-size: 12px;
  font-weight: 600;
}
.contacts-box__body {
  position: absolute;
  z-index: 100;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  width: 204px;
  transition: all ease 0.3s;
}
.contacts-box:hover .contacts-box__body {
  visibility: visible;
  opacity: 1;
}
.contacts-box:hover .contacts-box__tel:first-child::after {
  transform: rotate(90deg) scale(-1, 1);
}

.header-bottom {
  height: 70px;
}

@media (max-width: 1469px) {
  .header-middle__logo {
    flex: 0 0 200px;
    max-width: 200px;
  }
  .header-middle__logo .logo {
    width: 170px;
  }
  .header-middle__link {
    flex: 0 0 85px;
    max-width: 85px;
    font-size: 12px;
  }
  .header-middle__link:not(:last-child) {
    margin: 0 15px 0 0;
  }
  .header-middle__search {
    flex: 0 0 230px;
    max-width: 230px;
    margin: 0 15px 0 0;
  }
  .header-middle__cbox {
    margin: 0 15px 0 0;
  }
  .header-middle__user {
    margin-left: 15px;
  }

  .contacts-box__tel {
    font-size: 14px;
  }

  .contacts-box__tel:first-child::after {
    top: 4px;
    right: -12px;
  }
}
@media (max-width: 1199px) {
  .header .header-fixed .header-bottom {
    margin-top: -50px;
  }

  .header .header-scroll-top .header-bottom {
    margin-top: 0;
  }

  .header-middle__search {
    flex: 0 0 340px;
    max-width: 340px;
  }
  .header-middle__cbox {
    margin: 0 0 0 auto;
  }
  .header-middle__time {
    display: none;
  }
  .header-middle__basket {
    margin-left: 15px;
  }

  .header-bottom {
    height: 50px;
  }

  .contacts-box__tel-mob {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #666;
    font-size: 14px;
  }
  .contacts-box__tel-mob .icon {
    width: 16px;
    height: 16px;
    fill: #19C251;
  }
  .contacts-box__tel-mob .text {
    padding-left: 15px;
  }
  .contacts-box__tel-text-mob {
    display: block;
    margin: 0 0 10px;
    padding: 3px 0 10px;
    color: #19C251;
    border-bottom: 1px solid #e1e1e9;
    font-size: 12px;
    font-weight: 600;
  }
  .contacts-box__time-mob {
    display: block;
    margin: 10px 0 0;
    padding: 10px 0 0;
    text-align: center;
    color: #616166;
    border-top: 1px solid #e1e1e9;
    font-size: 12px;
    line-height: 16px;
  }
  .contacts-box__time-mob span {
    display: block;
  }
  .contacts-box__mobile-icon {
    display: block;
    height: 32px;
  }
  .contacts-box__mobile-icon .icon {
    width: 32px;
    height: 100%;
    fill: #616166;
  }
  .contacts-box__header {
    display: none;
  }
  .contacts-box__body {
    border-radius: 8px;
  }
}
@media (max-width: 1023px) {
  .header-top,
.header-bottom {
    display: none;
  }

  .header-main {
    background: #fff;
    box-shadow: 0 0 5px rgba(97, 97, 102, 0.5);
  }
  .header-main__inner {
    box-shadow: none;
  }

  .header-middle {
    padding: 0;
  }
  .header-middle::after {
    display: none;
  }
  .header-middle__search {
    position: relative;
    flex: 0 0 32px;
    max-width: 32px;
    margin: 0 0 0 auto;
  }
  .header-middle__cbox {
    margin: 0 0 0 15px;
  }
  .header-middle__search-icon {
    display: block;
  }
  .header-middle__search-icon .icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    width: 26px;
    height: 26px;
    fill: #616166;
  }
  .header-middle__search-icon .icon.close {
    display: none;
  }
  .header-middle__search-icon.active .icon.search {
    display: none;
  }
  .header-middle__search-icon.active .icon.close {
    display: block;
  }
  .header-middle__search-body {
    position: fixed !important;
    z-index: -1;
    top: 70px;
    right: auto;
    left: -110%;
    width: 100vw;
    height: 52px;
    padding: 10px calc(50vw - (768px - 30px)/2);
    transition: left 0.3s;
    border-radius: 0;
    background: #fff;
  }
  .header-middle__search-body.active {
    left: 0;
    transition: left 0.3s;
    box-shadow: 0 6px 8px -4px rgba(97, 97, 102, 0.5);
  }
  .header-middle__burger-mobile {
    display: block;
    height: 24px;
    margin-left: 15px;
  }
  .header-middle__burger-mobile .icon {
    width: 24px;
    height: 100%;
    fill: #616166;
  }
  .header-middle__user {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-middle__links {
    display: none;
  }
}
@media (max-width: 574px) {
  .contacts-box__mobile-icon {
    height: 26px;
  }
  .contacts-box__mobile-icon .icon {
    width: 26px;
  }

  .header-middle {
    height: 52px;
  }
  .header-middle__logo {
    flex: 0 0 110px;
    order: 1;
    max-width: 110px;
  }
  .header-middle__logo img {
    width: 110px;
    vertical-align: middle;
  }
  .header-middle__search {
    flex: 0 0 22px;
    order: 2;
    max-width: 22px;
    margin-left: 15px;
  }
  .header-middle__cbox {
    order: 3;
  }
  .header-middle__search-icon .icon {
    width: 22px;
    height: 22px;
  }
  .header-middle__search-body {
    top: 40px;
  }
  .header-middle__user {
    order: 4;
    margin-left: 5px;
  }
  .header-middle__basket {
    order: 1;
    width: 26px;
    height: 26px;
    margin-left: auto;
    padding: 0;
  }
  .header-middle__basket-icon {
    display: flex;
  }
  .header-middle__basket-icon .icon {
    width: 26px;
    height: 26px;
  }
  .header-middle__basket-count {
    top: -4px;
    right: -7px;
  }
  .header-middle__burger-mobile {
    order: 5;
    height: 26px;
    margin-left: 15px;
  }
  .header-middle__burger-mobile .icon {
    width: 17px;
  }
}
.index-section {
  overflow: hidden;
  padding: 30px 0 38px;
}
.index-section__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 63px;
}
.index-section__link {
  margin-left: 30px;
}
.index-section__tabs-title-list {
  position: relative;
  top: -95px;
  display: flex;
  justify-content: flex-end;
  height: 0;
}
.index-section__tabs-title {
  height: 23px;
  cursor: pointer;
  transition: border-color ease 0.3s, color ease 0.3s;
  color: #616166;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.index-section__tabs-title:not(:last-child) {
  margin-right: 50px;
}
.index-section__tabs-title:hover, .index-section__tabs-title.active {
  color: #212126;
  border-color: #19C251;
}
.index-section__tab-body {
  display: none;
}
.index-section__tab-body.active {
  display: block;
}

@media (max-width: 1199px) {
  .index-section__tabs-title-list {
    right: -150px;
  }
}
@media (max-width: 1023px) {
  .index-section__header {
    margin: 0 0 34px;
  }
  .index-section__tabs-title-list {
    top: -60px;
    right: auto;
  }
  .index-section__tabs-title:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .index-section {
    padding: 24px 0 33px;
  }
  .index-section__header {
    margin: 0 0 24px;
  }
  .index-section__tabs-title-list {
    top: -50px;
  }
}
@media (max-width: 574px) {
  .index-section__header {
    display: block;
    padding: 0 10px;
  }
  .index-section__link {
    margin: 10px 0 0;
  }
  .index-section__tabs-title-list {
    top: auto;
    justify-content: space-between;
    height: auto;
    margin: 0 0 20px;
  }
  .index-section__tabs-title {
    padding-bottom: 3px;
    border-bottom-width: 2px;
    font-size: 13px;
  }
  .index-section__tabs-title:not(:last-child) {
    margin-right: 0;
  }

  .as-mart .index-section__tabs-title-list {
    justify-content: space-around;
  }
}
.nav--header-top .nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav--header-top .nav-item {
  position: relative;
  margin-left: 25px;
}
.nav--header-top .nav-item.active .nav-link, .nav--header-top .nav-item:hover .nav-link {
  opacity: 0.8;
}
.nav--header-top .nav-link {
  display: block;
  transition: color 0.3s, opacity 0.3s;
  white-space: nowrap;
  color: inherit;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
}

.nav--header-bottom {
  display: flex;
  flex-grow: 1;
}
.nav--header-bottom .icon-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
.nav--header-bottom .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: fill 0.3s;
  fill: #212126;
}
.nav--header-bottom .nav-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nav--header-bottom .nav-item {
  position: relative;
  flex: 1;
}
.nav--header-bottom .nav-item:not(:last-child) {
  border-right: 1px solid #e1e1e9;
}
.nav--header-bottom .nav-item:hover .nav-link {
  box-shadow: 0 3px 10px rgba(97, 97, 102, 0.3);
}
.nav--header-bottom .nav-item:hover .nav-link .icon-wrap {
  background: #19C251;
}
.nav--header-bottom .nav-item:hover .nav-link img, .nav--header-bottom .nav-item:hover .nav-link svg {
  transition-delay: 0.2s;
  filter: brightness(0) invert(1);
}
.nav--header-bottom .nav-item:hover .nav-link .icon {
  fill: #fff;
}
.nav--header-bottom .nav-item:hover .nav-toggle {
  transform: rotate(90deg);
}
.nav--header-bottom .nav-item:hover .nav-lvl2 {
  visibility: visible;
  opacity: 1;
}
.nav--header-bottom .nav-item:hover .nav-lvl2::after {
  height: 5px;
}
.nav--header-bottom .nav-item.active .nav-link .icon-wrap {
  background: #19C251;
}
.nav--header-bottom .nav-item.active .nav-link img, .nav--header-bottom .nav-item.active .nav-link svg {
  filter: brightness(0) invert(1);
}
.nav--header-bottom .nav-item.active .nav-link .icon {
  fill: #fff;
}
.nav--header-bottom .nav-item-name {
  padding: 0 13px;
}
.nav--header-bottom .nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 70px;
  padding: 0 13px;
  transition-delay: 0.2s;
  white-space: nowrap;
  color: #212126;
  font-size: 14px;
  font-weight: 600;
}
.nav--header-bottom .nav-link .icon-wrap {
  width: 40px;
  height: 40px;
  transition: background-color 0.3s;
  border-radius: 100%;
  background-color: #fff;
}
.nav--header-bottom .nav-toggle {
  width: 8px;
  height: 12px;
  margin-left: auto;
  transition: transform 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L0 11.1962L0 0.803848L6 6Z' fill='%2319C251'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.nav--header-bottom .nav-lvl2 {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: opacity 0.3s, top 0.3s, visibility 0.3s;
  transition-delay: 0.2s;
  border-radius: 0 0 10px 10px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(97, 97, 102, 0.3);
}
.nav--header-bottom .nav-lvl2::after {
  position: absolute;
  z-index: 2;
  top: -5px;
  right: 0;
  left: 0;
  content: "";
  background: #fff;
}
.nav--header-bottom .nav-lvl2-item.active .nav-lvl2-link {
  color: rgba(25, 194, 81, 0.5);
}
.nav--header-bottom .nav-lvl2-item .icon-wrap + .nav-lvl2-item-name {
  padding-left: 20px;
}
.nav--header-bottom .nav-lvl2-item:last-child .nav-lvl2-link, .nav--header-bottom .nav-lvl2-item:only-child .nav-lvl2-link {
  border-radius: 0 0 10px 10px;
}
.nav--header-bottom .nav-lvl2-item:hover .nav-lvl2-link {
  background: #F6F6FC;
  box-shadow: inset 4px 0 0 0 #19C251;
}
.nav--header-bottom .nav-lvl2-item:hover .nav-lvl2-toggle {
  transform: translate(7px, 0);
}
.nav--header-bottom .nav-lvl2-item:hover .nav-lvl3 {
  visibility: visible;
  opacity: 1;
}
.nav--header-bottom .nav-lvl2-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 19px 20px;
  transition: background-color 0.3s, box-shadow 0.3s;
  color: #212126;
  box-shadow: inset 0 0 0 0 #19C251;
}
.nav--header-bottom .nav-lvl2-item-name {
  padding-left: 10px;
  fill: #212126;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}
.nav--header-bottom .nav-lvl2-item-name b {
  display: block;
  color: #919196;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}
.nav--header-bottom .nav-lvl2-toggle {
  width: 8px;
  height: 12px;
  margin-left: auto;
  transition: transform 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L0 11.1962L0 0.803848L6 6Z' fill='%2319C251'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.nav--header-bottom .nav-lvl3 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 100%;
  display: flex;
  visibility: hidden;
  opacity: 0;
  height: auto;
  min-height: 100%;
  border-radius: 0px 0px 10px 0;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(97, 97, 102, 0.3);
}
.nav--header-bottom .nav-lvl3-list {
  min-height: 100%;
  box-shadow: -50px 0 0 0 #fff;
}
.nav--header-bottom .nav-lvl3-item {
  position: relative;
  width: 240px;
}
.nav--header-bottom .nav-lvl3-item:hover .nav-lvl3-link {
  background: #F6F6FC;
}
.nav--header-bottom .nav-lvl3-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 20px;
  transition: background-color 0.3s ease;
  color: #212126;
}
.nav--header-bottom .nav-lvl3-item-name {
  padding-left: 20px;
  fill: #212126;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}
.nav--header-bottom .nav-lvl3-item-name b {
  display: block;
  color: #919196;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
}

.nav-lvl2--scroll {
  overflow-y: auto;
  max-height: 462px;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(97, 97, 102, 0.3);
}
.nav-lvl2--scroll::-webkit-scrollbar {
  width: 4px;
  cursor: pointer;
  -webkit-appearance: none;
}
.nav-lvl2--scroll::-webkit-scrollbar-button {
  width: 4px;
  height: 5px;
  background-color: transparent;
}
.nav-lvl2--scroll::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}
.nav-lvl2--scroll::-webkit-scrollbar-track-piece {
  background-color: #e0e0e0;
}
.nav-lvl2--scroll::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
  border-radius: 5px;
  background-color: #19C251;
}
.nav-lvl2--scroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(25, 194, 81, 0.5);
}
.nav-lvl2--scroll::-webkit-scrollbar-corner {
  width: 0;
  height: 0;
  background-color: #e0e0e0;
}
.nav-lvl2--scroll::-webkit-resizer {
  background-color: #e0e0e0;
}

@media (max-width: 1469px) {
  .nav--header-bottom .icon {
    width: 20px;
    height: 20px;
  }
  .nav--header-bottom .nav-item-name {
    padding: 0 10px;
  }
  .nav--header-bottom .nav-link {
    padding: 0 7px;
  }
  .nav--header-bottom .nav-link .icon-wrap {
    width: 30px;
    height: 30px;
  }
  .nav--header-bottom .nav-lvl2 {
    min-width: 185px;
  }
  .nav--header-bottom .nav-lvl2 .icon-wrap + .nav-lvl2-item-name {
    padding-left: 10px;
  }
  .nav--header-bottom .nav-lvl2-link {
    padding: 15px;
  }
  .nav--header-bottom .nav-lvl3-link {
    padding: 15px;
  }
  .nav--header-bottom .nav-lvl2-item-name, .nav--header-bottom .nav-lvl3-item-name {
    padding-left: 10px;
    font-size: 12px;
  }

  .nav-lvl2--scroll {
    max-height: 403px;
  }
}
@media (max-width: 1199px) {
  .nav--header-bottom .nav-link {
    height: 50px;
    padding: 0 8px;
  }
  .nav--header-bottom .nav-lvl2 .icon-wrap + .nav-lvl2-item-name {
    padding-left: 10px;
  }
  .nav--header-bottom .nav-lvl2-link {
    padding: 15px 10px;
  }
  .nav--header-bottom .nav-lvl3-link {
    padding: 15px 10px;
  }
  .nav--header-bottom .nav-lvl3-item {
    width: 162px;
  }

  .nav-lvl2--scroll {
    max-height: 301px;
  }
}
.no-critical {
  visibility: hidden;
}
.no-critical.no-critical--preloader {
  position: relative;
  visibility: visible;
}
.no-critical.no-critical--preloader:after {
  position: absolute;
  z-index: 180;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
}
.no-critical.no-critical--preloader:before {
  position: absolute;
  z-index: 181;
  top: 30vh;
  left: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  transform-origin: 50% 50%;
  animation-name: rotate;
  animation-duration: 600ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  border: 4px solid #eee;
  border-top-color: #19C251;
  border-radius: 100%;
  box-shadow: 0 0px 15px 4px white;
}

.not-found {
  margin-top: 230px;
}
@media (max-width: 1023px) {
  .not-found {
    margin-top: 130px;
  }
}

.not-found-top {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.not-found-top .btn {
  margin: 30px 0;
}

.preloader {
  position: relative;
  pointer-events: none;
}
.preloader::after {
  position: absolute;
  z-index: 102;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
}
.preloader::before {
  position: absolute;
  z-index: 103;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  transform-origin: 50% 50%;
  animation-name: rotate;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  border: 2px solid #ccc;
  border-top-color: #19C251;
  border-radius: 100%;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.search {
  position: relative;
}
.search__field {
  width: 100%;
  height: 32px;
  padding: 0 15px 0 37px;
  transition: background-color ease 0.3s, border-radius ease 0.3s;
  color: #616166;
  border-radius: 16px;
  background: #F6F6FC;
  font-size: 11px;
  line-height: 32px;
}
.search__field:focus {
  border-bottom: 1px solid #e1e1e9;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.search__field::placeholder {
  color: #919196;
}
.search__clear {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
.search__clear .icon {
  width: 20px;
  height: 20px;
  fill: #919196;
}
.search__btn {
  position: absolute;
  z-index: 2;
  top: 6px;
  left: 6px;
}
.search__btn .icon {
  width: 20px;
  height: 20px;
  fill: #919196;
}

.title-search-result {
  display: none;
}

.search-result {
  position: absolute;
  z-index: 100;
  top: calc(100% + 16px);
  right: 0;
  left: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(97, 97, 102, 0.3);
}
.search-result__list {
  padding: 13px 10px 8px 20px;
}
.search-result__list-inner {
  overflow-y: auto;
  max-height: 320px;
}
.search-result__list-inner::-webkit-scrollbar {
  display: inherit;
  width: 3px;
  background-color: #F6F6FC;
}
.search-result__list-inner::-webkit-scrollbar-thumb {
  background-color: #19C251;
}
.search-result__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-top: 1px solid #e1e1e9;
}
.search-result__bottom-count {
  color: #616166;
  font-size: 12px;
  line-height: 16px;
}
.search-result__bottom-link {
  color: #C1C1C6;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.sitem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 7px;
}
.sitem__img-wrap {
  flex: 0 0 53px;
  max-width: 53px;
}
.sitem__img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}
.sitem__content {
  flex: 1;
  padding-left: 7px;
}
.sitem__title {
  color: #616166;
  font-size: 11px;
  line-height: 15px;
}
.sitem__price {
  color: #212126;
  font-size: 11px;
}
.sitem__price b {
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .search__btn {
    top: 16px;
    left: calc(50vw - (768px - 30px - 25px)/2);
  }

  .search-result {
    top: 100%;
  }
}
.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.btn[disabled], .btn.disabled {
  cursor: no-drop !important;
  color: #fff !important;
  border-color: #d8d8d8 !important;
  background: #d8d8d8 !important;
  box-shadow: none !important;
}
.btn[disabled]:hover, .btn[disabled]:active, .btn.disabled:hover, .btn.disabled:active {
  cursor: no-drop !important;
  color: #fff !important;
  border-color: #d8d8d8 !important;
  background: #d8d8d8 !important;
  box-shadow: none !important;
}

.btn.btn--error {
  transition: color 0.3s, border 0.3s;
  color: #c74a2c;
  border: 1px solid #c74a2c;
}
@media (min-width: 1200px) {
  .btn.btn--error:hover, .btn.btn--error.active {
    color: rgba(199, 74, 44, 0.8);
    border: 1px solid rgba(199, 74, 44, 0.8);
  }
  .btn.btn--error:active {
    border: 1px solid rgba(199, 74, 44, 0.8);
  }
}

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

.btn.btn--inverted {
  font-weight: 600;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  color: #9A2870;
  background-color: transparent;
  padding: 0 15px;
  border: 1px solid #9A2870;
}
@media (min-width: 1024px) {
  .btn.btn--inverted:hover {
    color: #fff;
    background: #9A2870;
  }
  .btn.btn--inverted:active {
    color: #fff;
    background: #9A2870;
  }
}
.btn.btn--inverted[disabled], .btn.btn--inverted.disabled {
  color: #C1C1C6 !important;
  border: solid 1px #E1E1E9 !important;
  background: transparent !important;
}
.btn.btn--inverted[disabled]:active, .btn.btn--inverted[disabled]:hover, .btn.btn--inverted[disabled].active, .btn.btn--inverted.disabled:active, .btn.btn--inverted.disabled:hover, .btn.btn--inverted.disabled.active {
  color: #C1C1C6 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.btn.btn--large {
  padding: 12px 20px;
}

.btn.btn--link {
  color: #19C251;
  border: 1px solid transparent;
  background-color: transparent;
}
.btn.btn--link[disabled], .btn.btn--link.disabled {
  color: rgba(30, 30, 30, 0.2) !important;
  border: solid 1px transparent !important;
  background: transparent !important;
}
.btn.btn--link[disabled]:active, .btn.btn--link[disabled]:hover, .btn.btn--link[disabled].active, .btn.btn--link.disabled:active, .btn.btn--link.disabled:hover, .btn.btn--link.disabled.active {
  color: rgba(30, 30, 30, 0.2) !important;
  border: solid 1px transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (min-width: 1024px) {
  .btn.btn--link:hover, .btn.btn--link.active {
    text-decoration: underline;
  }
  .btn.btn--link:active {
    text-decoration: underline;
  }
}

.btn.btn--loading-center {
  position: relative;
}
.btn.btn--loading-center:before {
  position: absolute;
  z-index: 100;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
  transform-origin: 50% 50%;
  animation-name: rotate;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  border: 2px solid #eee;
  border-top-color: #19C251;
  border-radius: 100%;
}

.btn.btn--loading {
  position: relative;
  padding-left: 40px;
}
.btn.btn--loading:before {
  position: absolute;
  z-index: 100;
  top: calc(50% - 10px);
  left: 10px;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
  transform-origin: 50% 50%;
  animation-name: rotate;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  border: 2px solid #eee;
  border-top-color: #19C251;
  border-radius: 100%;
}

.btn.btn--outline {
  padding: 0 10px;
  color: #919196;
  border: 1px solid #C1C1C6;
  height: 28px;
  line-height: 28px;
  border-radius: 16px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .btn.btn--outline:hover {
    color: #19C251;
    border: 1px solid rgba(25, 194, 81, 0.24);
  }
  .btn.btn--outline:active {
    color: #19C251;
    border: 1px solid rgba(25, 194, 81, 0.24);
  }
}
.btn.btn--outline[disabled], .btn.btn--outline.disabled {
  color: #C1C1C6 !important;
  border: solid 1px #E1E1E9 !important;
  background: transparent !important;
}
.btn.btn--outline[disabled]:active, .btn.btn--outline[disabled]:hover, .btn.btn--outline[disabled].active, .btn.btn--outline.disabled:active, .btn.btn--outline.disabled:hover, .btn.btn--outline.disabled.active {
  color: #C1C1C6 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.btn.btn--primary {
  height: 28px;
  padding: 0 15px;
  color: #19C251;
  border-radius: 14px;
  background: rgba(25, 194, 81, 0.15);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}
.btn.btn--primary:active {
  background: rgba(25, 194, 81, 0.24);
}
@media (min-width: 1024px) {
  .btn.btn--primary:hover {
    background: rgba(25, 194, 81, 0.24);
  }
}
@media (max-width: 574px) {
  .btn.btn--primary {
    min-width: auto;
    height: 22px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 12px;
  }
}
.btn.btn--primary[disabled], .btn.btn--primary.disabled {
  color: #c1c1c6 !important;
  border: solid 1px #f6f6fc !important;
  background: #f6f6fc !important;
}
.btn.btn--primary[disabled]:active, .btn.btn--primary[disabled]:hover, .btn.btn--primary[disabled].active, .btn.btn--primary.disabled:active, .btn.btn--primary.disabled:hover, .btn.btn--primary.disabled.active {
  color: #c1c1c6 !important;
  border: solid 1px #f6f6fc !important;
  background-color: #f6f6fc !important;
  box-shadow: none !important;
}

.btn.btn--primary2, .btn.btn-green {
  height: 32px;
  padding: 0 15px;
  color: #fff;
  border-radius: 35px;
  background: #9A2870;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .btn.btn--primary2:hover, .btn.btn-green:hover {
    background: rgba(154, 40, 112, 0.8);
  }
  .btn.btn--primary2:active, .btn.btn-green:active {
    background: rgba(154, 40, 112, 0.8);
  }
}
.btn.btn--primary2[disabled], .btn.btn--primary2.disabled, .btn.btn-green[disabled], .btn.btn-green.disabled {
  color: #fff !important;
  border: solid 1px #dbc0d1 !important;
  background: #dbc0d1 !important;
}
.btn.btn--primary2[disabled]:active, .btn.btn--primary2[disabled]:hover, .btn.btn--primary2[disabled].active, .btn.btn--primary2.disabled:active, .btn.btn--primary2.disabled:hover, .btn.btn--primary2.disabled.active, .btn.btn-green[disabled]:active, .btn.btn-green[disabled]:hover, .btn.btn-green[disabled].active, .btn.btn-green.disabled:active, .btn.btn-green.disabled:hover, .btn.btn-green.disabled.active {
  color: #fff !important;
  background-color: #dbc0d1 !important;
  box-shadow: none !important;
}

@media (max-width: 574px) {
  .btn.btn-green, .btn.btn--primary2 {
    height: 27px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 27px;
  }
}
.btn.btn--small {
  height: 32px;
  min-height: 32px;
  padding: 0 16px;
  line-height: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  padding: 5px 10px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, border 0.3s;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 0;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  line-height: 1;
}
.btn svg {
  transition: fill 0.3s;
}
.btn:hover {
  text-decoration: none;
}

.link {
  color: #19C251;
}
.link[disabled], .link.disabled {
  color: rgba(30, 30, 30, 0.2) !important;
}
.link[disabled]:active, .link[disabled]:hover, .link[disabled].active, .link.disabled:active, .link.disabled:hover, .link.disabled.active {
  color: rgba(30, 30, 30, 0.2) !important;
}
@media (min-width: 1024px) {
  .link:hover, .link.active {
    text-decoration: underline;
  }
  .link:active {
    text-decoration: underline;
  }
}

.link-gray {
  color: #c1c1c6;
}
.link-gray[disabled], .link-gray.disabled {
  color: rgba(30, 30, 30, 0.2) !important;
}
.link-gray[disabled]:active, .link-gray[disabled]:hover, .link-gray[disabled].active, .link-gray.disabled:active, .link-gray.disabled:hover, .link-gray.disabled.active {
  color: rgba(30, 30, 30, 0.2) !important;
}
@media (min-width: 1024px) {
  .link-gray:hover, .link-gray.active {
    color: #919196;
  }
  .link-gray:active {
    color: #919196;
  }
}

@media (max-width: 574px) {
  .btn {
    font-size: 9px;
  }
}
.btn.btn--primary {
  height: 28px;
  padding: 0 15px;
  color: #19C251;
  border-radius: 14px;
  background: rgba(25, 194, 81, 0.15);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}
.btn.btn--primary:active {
  background: rgba(25, 194, 81, 0.24);
}
@media (min-width: 1024px) {
  .btn.btn--primary:hover {
    background: rgba(25, 194, 81, 0.24);
  }
}
@media (max-width: 574px) {
  .btn.btn--primary {
    min-width: auto;
    height: 22px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 12px;
  }
}
.btn.btn--primary[disabled], .btn.btn--primary.disabled {
  color: #c1c1c6 !important;
  border: solid 1px #f6f6fc !important;
  background: #f6f6fc !important;
}
.btn.btn--primary[disabled]:active, .btn.btn--primary[disabled]:hover, .btn.btn--primary[disabled].active, .btn.btn--primary.disabled:active, .btn.btn--primary.disabled:hover, .btn.btn--primary.disabled.active {
  color: #c1c1c6 !important;
  border: solid 1px #f6f6fc !important;
  background-color: #f6f6fc !important;
  box-shadow: none !important;
}

.btn.btn--primary2, .btn.btn-green {
  height: 32px;
  padding: 0 15px;
  color: #fff;
  border-radius: 35px;
  background: #9A2870;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .btn.btn--primary2:hover, .btn.btn-green:hover {
    background: rgba(154, 40, 112, 0.8);
  }
  .btn.btn--primary2:active, .btn.btn-green:active {
    background: rgba(154, 40, 112, 0.8);
  }
}
.btn.btn--primary2[disabled], .btn.btn--primary2.disabled, .btn.btn-green[disabled], .btn.btn-green.disabled {
  color: #fff !important;
  border: solid 1px #dbc0d1 !important;
  background: #dbc0d1 !important;
}
.btn.btn--primary2[disabled]:active, .btn.btn--primary2[disabled]:hover, .btn.btn--primary2[disabled].active, .btn.btn--primary2.disabled:active, .btn.btn--primary2.disabled:hover, .btn.btn--primary2.disabled.active, .btn.btn-green[disabled]:active, .btn.btn-green[disabled]:hover, .btn.btn-green[disabled].active, .btn.btn-green.disabled:active, .btn.btn-green.disabled:hover, .btn.btn-green.disabled.active {
  color: #fff !important;
  background-color: #dbc0d1 !important;
  box-shadow: none !important;
}

@media (max-width: 574px) {
  .btn.btn-green, .btn.btn--primary2 {
    height: 27px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 27px;
  }
}
.btn.btn--outline {
  padding: 0 10px;
  color: #919196;
  border: 1px solid #C1C1C6;
  height: 28px;
  line-height: 28px;
  border-radius: 16px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .btn.btn--outline:hover {
    color: #19C251;
    border: 1px solid rgba(25, 194, 81, 0.24);
  }
  .btn.btn--outline:active {
    color: #19C251;
    border: 1px solid rgba(25, 194, 81, 0.24);
  }
}
.btn.btn--outline[disabled], .btn.btn--outline.disabled {
  color: #C1C1C6 !important;
  border: solid 1px #E1E1E9 !important;
  background: transparent !important;
}
.btn.btn--outline[disabled]:active, .btn.btn--outline[disabled]:hover, .btn.btn--outline[disabled].active, .btn.btn--outline.disabled:active, .btn.btn--outline.disabled:hover, .btn.btn--outline.disabled.active {
  color: #C1C1C6 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.btn.btn--inverted {
  font-weight: 600;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  color: #9A2870;
  background-color: transparent;
  padding: 0 15px;
  border: 1px solid #9A2870;
}
@media (min-width: 1024px) {
  .btn.btn--inverted:hover {
    color: #fff;
    background: #9A2870;
  }
  .btn.btn--inverted:active {
    color: #fff;
    background: #9A2870;
  }
}
.btn.btn--inverted[disabled], .btn.btn--inverted.disabled {
  color: #C1C1C6 !important;
  border: solid 1px #E1E1E9 !important;
  background: transparent !important;
}
.btn.btn--inverted[disabled]:active, .btn.btn--inverted[disabled]:hover, .btn.btn--inverted[disabled].active, .btn.btn--inverted.disabled:active, .btn.btn--inverted.disabled:hover, .btn.btn--inverted.disabled.active {
  color: #C1C1C6 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

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

.btn.btn--loading-center {
  position: relative;
}
.btn.btn--loading-center:before {
  position: absolute;
  z-index: 100;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
  transform-origin: 50% 50%;
  animation-name: rotate;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  border: 2px solid #eee;
  border-top-color: #19C251;
  border-radius: 100%;
}

.btn.btn--loading {
  position: relative;
  padding-left: 40px;
}
.btn.btn--loading:before {
  position: absolute;
  z-index: 100;
  top: calc(50% - 10px);
  left: 10px;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
  transform-origin: 50% 50%;
  animation-name: rotate;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  border: 2px solid #eee;
  border-top-color: #19C251;
  border-radius: 100%;
}

.btn.btn--link {
  color: #19C251;
  border: 1px solid transparent;
  background-color: transparent;
}
.btn.btn--link[disabled], .btn.btn--link.disabled {
  color: rgba(30, 30, 30, 0.2) !important;
  border: solid 1px transparent !important;
  background: transparent !important;
}
.btn.btn--link[disabled]:active, .btn.btn--link[disabled]:hover, .btn.btn--link[disabled].active, .btn.btn--link.disabled:active, .btn.btn--link.disabled:hover, .btn.btn--link.disabled.active {
  color: rgba(30, 30, 30, 0.2) !important;
  border: solid 1px transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (min-width: 1024px) {
  .btn.btn--link:hover, .btn.btn--link.active {
    text-decoration: underline;
  }
  .btn.btn--link:active {
    text-decoration: underline;
  }
}

.btn.btn--small {
  height: 32px;
  min-height: 32px;
  padding: 0 16px;
  line-height: 32px;
}

.btn.btn--large {
  padding: 12px 20px;
}

.btn[disabled], .btn.disabled {
  cursor: no-drop !important;
  color: #fff !important;
  border-color: #d8d8d8 !important;
  background: #d8d8d8 !important;
  box-shadow: none !important;
}
.btn[disabled]:hover, .btn[disabled]:active, .btn.disabled:hover, .btn.disabled:active {
  cursor: no-drop !important;
  color: #fff !important;
  border-color: #d8d8d8 !important;
  background: #d8d8d8 !important;
  box-shadow: none !important;
}

.btn.btn--error {
  transition: color 0.3s, border 0.3s;
  color: #c74a2c;
  border: 1px solid #c74a2c;
}
@media (min-width: 1200px) {
  .btn.btn--error:hover, .btn.btn--error.active {
    color: rgba(199, 74, 44, 0.8);
    border: 1px solid rgba(199, 74, 44, 0.8);
  }
  .btn.btn--error:active {
    border: 1px solid rgba(199, 74, 44, 0.8);
  }
}

.checkbox {
  position: relative;
}
.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.checkbox label {
  display: block;
  padding: 0 0 0 32px;
  cursor: pointer;
  color: #616166;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  font-style: normal;
}
.checkbox label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  user-select: none;
  border: 1px solid #C1C1C6;
  border-radius: 5px;
}
.checkbox label:after {
  position: absolute;
  top: 6px;
  left: 3px;
  display: block;
  width: 11px;
  height: 8px;
  content: "";
  user-select: none;
  border-radius: 0;
}
.checkbox input:disabled ~ label {
  cursor: no-drop;
}
.checkbox input:checked ~ label {
  color: #181717;
}
.checkbox input:checked ~ label:before {
  border: 1px solid #19C251;
  background: rgba(25, 194, 81, 0.15);
}
.checkbox input:checked ~ label:after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.35359 1.35359L4.00004 6.70714L0.646484 3.35359L1.35359 2.64648L4.00004 5.29293L8.64648 0.646484L9.35359 1.35359Z' fill='%2319C251'/%3E%3C/svg%3E%0A");
}
.checkbox input:disabled ~ label:before {
  border: 1px solid #bdbdbd;
}
.checkbox input:checked:disabled ~ label:before {
  border: 1px solid #E1E1E9;
}
.checkbox input:checked:disabled ~ label:after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.35359 1.35359L4.00004 6.70714L0.646484 3.35359L1.35359 2.64648L4.00004 5.29293L8.64648 0.646484L9.35359 1.35359Z' fill='%23E1E1E9'/%3E%3C/svg%3E%0A");
}

.checkbox.checkbox--md label {
  padding: 0 0 0 41px;
}
.checkbox.checkbox--md label:before {
  width: 20px;
  height: 20px;
}
.checkbox.checkbox--md label:after {
  top: 8px;
  left: 5px;
  width: 11px;
  height: 8px;
}

.checkbox.checkbox--color label {
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.checkbox.checkbox--color label::before, .checkbox.checkbox--color label::after {
  display: none;
}
.checkbox.checkbox--color .checkbox__text {
  display: block;
  font-size: 10px;
  text-align: center;
  color: #616166;
}
.checkbox.checkbox--color .checkbox__color {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 4px solid #fff;
  position: relative;
}
.checkbox.checkbox--color .checkbox__color::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border-radius: 50%;
  border: 1px solid #C1C1C6;
}
.checkbox.checkbox--color input:checked ~ label .checkbox__color::before {
  border: 2px solid #19C251;
}

.radio {
  position: relative;
}
.radio input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.radio label {
  display: block;
  padding: 0 0 0 32px;
  cursor: pointer;
  color: #4d4d4f;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
}
.radio label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  user-select: none;
  border: 1px solid #c1c1c6;
  border-radius: 50%;
}
.radio label:after {
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  user-select: none;
  border-radius: 50%;
}
.radio input:disabled ~ label {
  cursor: no-drop;
}
.radio input:checked ~ label {
  color: #181717;
}
.radio input:checked ~ label:before {
  border: 1px solid #19C251;
}
.radio input:checked ~ label:after {
  background: #19C251;
}
.radio input:disabled ~ label:before {
  border: 1px solid #bdbdbd;
}
.radio input:checked:disabled ~ label:before {
  border: 4px solid #bdbdbd;
}
.radio input:checked:disabled ~ label:after {
  background: #bdbdbd;
}

.radio.radio--size label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 24px;
  padding: 0 8px;
  cursor: pointer;
  text-align: center;
  color: #919196;
  border: 1px solid #c1c1c6;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1024px) {
  .radio.radio--size label {
    transition: border-color 0.3s;
  }
  .radio.radio--size label:hover {
    border-color: #19C251;
  }
}
.radio.radio--size label:before, .radio.radio--size label:after {
  display: none;
}
.radio.radio--size input:checked ~ label {
  color: #19C251;
  border-color: #19C251;
  background: #fff;
}

/* main */
.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* style */
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  height: 40px;
  padding: 0 45px 0 20px;
  border: 1px solid #E1E1E9;
  border-radius: 8px;
  font-size: 14px;
  line-height: 40px;
  font-family: inherit;
  color: #616166;
  background: #fff;
}

.jq-selectbox.opened .jq-selectbox__select {
  border-color: rgba(0, 0, 0, 0);
  border-radius: 8px 8px 0 0;
  box-shadow: 0 3px 10px rgba(97, 97, 102, 0.3);
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 0;
  height: 0;
  border-top: 5px solid #19C251;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transition: all ease 0.3s;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  transform: scale(1, -1);
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0 0 8px 8px;
  background: #FFF;
  box-shadow: 0 3px 10px rgba(97, 97, 102, 0.3);
  font-size: 14px;
  line-height: 20px;
  font-family: inherit;
}

.jq-selectbox__dropdown::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  background: #fff;
  height: 6px;
  z-index: 2;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 7px 20px 10px;
  color: #919196;
}

.jq-selectbox li.selected {
  color: #616166;
}

.jq-selectbox li:hover {
  color: #616166;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

/* modifications */
.form-group--select-md .jq-selectbox {
  min-width: 253px;
}

.jq-selectbox li.sel:hover,
.jq-selectbox li.sel,
.jq-selectbox li.selected,
.jq-selectbox li.selected:hover,
.jq-checkbox.checked {
  display: none !important;
  height: 0 !important;
  position: absolute !important;
  z-index: -1 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

@media (max-width: 767px) {
  .jq-selectbox__select {
    height: 32px;
    line-height: 32px;
    font-size: 11px;
    padding: 0 30px 0 10px;
  }

  .jq-selectbox__trigger-arrow {
    top: 14px;
  }

  .jq-selectbox li {
    font-size: 11px;
    padding: 5px 10px;
  }

  .form-group--select-md {
    min-width: calc(50% - 5px);
  }
  .form-group--select-md .jq-selectbox {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 574px) {
  .jq-selectbox__trigger-arrow {
    right: 8px;
  }
}
.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.form-group.has-error .form-control {
  border-bottom: 1px solid #c74a2c;
}
.form-group.has-error .form-control:focus {
  border-bottom: 1px solid #c74a2c;
}
.form-group.has-error .help-block {
  position: absolute;
  top: 100%;
  left: 15px;
  color: #c74a2c;
  font-size: 12px;
}
.form-group .checkbox label a {
  margin: 0 5px;
  text-decoration: underline;
  color: #212126;
}
.form-group .checkbox label a:hover {
  text-decoration: none;
}
.form-group .checkbox label:before {
  top: 1px;
}

.form-control-label {
  display: block;
  margin: 0 0 7px;
  padding: 0 0 0 9px;
  user-select: none;
  letter-spacing: 0;
  color: #4d4d4f;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
}

.form-control {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 13px;
  color: #212126;
  border: 0;
  border-bottom: 1px solid #E1E1E9;
  border-radius: 0;
  outline: none;
  background: #fff;
  font-size: 14px;
  font-family: inherit;
  font-weight: normal;
}
.form-control:hover, .form-control:focus {
  border-bottom: 1px solid #19C251;
}
.form-control::placeholder, .form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control:-moz-placeholder {
  color: #919196;
  font-size: 14px;
  font-weight: normal;
}

.form-group-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-group-inline .form-group {
  width: auto;
}
.form-group-inline .form-group:not(:last-child) {
  margin-right: 40px;
}

.form-group--filters {
  margin-bottom: 11px;
}

.form-group--color {
  max-width: 25%;
  flex: 0 0 25%;
}

.form-group--size {
  width: auto;
  margin: 0 8px 8px 0;
}

.radio {
  position: relative;
}
.radio input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.radio label {
  display: block;
  padding: 0 0 0 32px;
  cursor: pointer;
  color: #4d4d4f;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
}
.radio label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  user-select: none;
  border: 1px solid #c1c1c6;
  border-radius: 50%;
}
.radio label:after {
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  user-select: none;
  border-radius: 50%;
}
.radio input:disabled ~ label {
  cursor: no-drop;
}
.radio input:checked ~ label {
  color: #181717;
}
.radio input:checked ~ label:before {
  border: 1px solid #19C251;
}
.radio input:checked ~ label:after {
  background: #19C251;
}
.radio input:disabled ~ label:before {
  border: 1px solid #bdbdbd;
}
.radio input:checked:disabled ~ label:before {
  border: 4px solid #bdbdbd;
}
.radio input:checked:disabled ~ label:after {
  background: #bdbdbd;
}

.radio.radio--size label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 24px;
  padding: 0 8px;
  cursor: pointer;
  text-align: center;
  color: #919196;
  border: 1px solid #c1c1c6;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1024px) {
  .radio.radio--size label {
    transition: border-color 0.3s;
  }
  .radio.radio--size label:hover {
    border-color: #19C251;
  }
}
.radio.radio--size label:before, .radio.radio--size label:after {
  display: none;
}
.radio.radio--size input:checked ~ label {
  color: #19C251;
  border-color: #19C251;
  background: #fff;
}

.checkbox {
  position: relative;
}
.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.checkbox label {
  display: block;
  padding: 0 0 0 32px;
  cursor: pointer;
  color: #616166;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  font-style: normal;
}
.checkbox label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  user-select: none;
  border: 1px solid #C1C1C6;
  border-radius: 5px;
}
.checkbox label:after {
  position: absolute;
  top: 6px;
  left: 3px;
  display: block;
  width: 11px;
  height: 8px;
  content: "";
  user-select: none;
  border-radius: 0;
}
.checkbox input:disabled ~ label {
  cursor: no-drop;
}
.checkbox input:checked ~ label {
  color: #181717;
}
.checkbox input:checked ~ label:before {
  border: 1px solid #19C251;
  background: rgba(25, 194, 81, 0.15);
}
.checkbox input:checked ~ label:after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.35359 1.35359L4.00004 6.70714L0.646484 3.35359L1.35359 2.64648L4.00004 5.29293L8.64648 0.646484L9.35359 1.35359Z' fill='%2319C251'/%3E%3C/svg%3E%0A");
}
.checkbox input:disabled ~ label:before {
  border: 1px solid #bdbdbd;
}
.checkbox input:checked:disabled ~ label:before {
  border: 1px solid #E1E1E9;
}
.checkbox input:checked:disabled ~ label:after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.35359 1.35359L4.00004 6.70714L0.646484 3.35359L1.35359 2.64648L4.00004 5.29293L8.64648 0.646484L9.35359 1.35359Z' fill='%23E1E1E9'/%3E%3C/svg%3E%0A");
}

.checkbox.checkbox--md label {
  padding: 0 0 0 41px;
}
.checkbox.checkbox--md label:before {
  width: 20px;
  height: 20px;
}
.checkbox.checkbox--md label:after {
  top: 8px;
  left: 5px;
  width: 11px;
  height: 8px;
}

.checkbox.checkbox--color label {
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.checkbox.checkbox--color label::before, .checkbox.checkbox--color label::after {
  display: none;
}
.checkbox.checkbox--color .checkbox__text {
  display: block;
  font-size: 10px;
  text-align: center;
  color: #616166;
}
.checkbox.checkbox--color .checkbox__color {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 4px solid #fff;
  position: relative;
}
.checkbox.checkbox--color .checkbox__color::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border-radius: 50%;
  border: 1px solid #C1C1C6;
}
.checkbox.checkbox--color input:checked ~ label .checkbox__color::before {
  border: 2px solid #19C251;
}

/* main */
.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* style */
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  height: 40px;
  padding: 0 45px 0 20px;
  border: 1px solid #E1E1E9;
  border-radius: 8px;
  font-size: 14px;
  line-height: 40px;
  font-family: inherit;
  color: #616166;
  background: #fff;
}

.jq-selectbox.opened .jq-selectbox__select {
  border-color: rgba(0, 0, 0, 0);
  border-radius: 8px 8px 0 0;
  box-shadow: 0 3px 10px rgba(97, 97, 102, 0.3);
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 0;
  height: 0;
  border-top: 5px solid #19C251;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transition: all ease 0.3s;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  transform: scale(1, -1);
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0 0 8px 8px;
  background: #FFF;
  box-shadow: 0 3px 10px rgba(97, 97, 102, 0.3);
  font-size: 14px;
  line-height: 20px;
  font-family: inherit;
}

.jq-selectbox__dropdown::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  background: #fff;
  height: 6px;
  z-index: 2;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 7px 20px 10px;
  color: #919196;
}

.jq-selectbox li.selected {
  color: #616166;
}

.jq-selectbox li:hover {
  color: #616166;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

/* modifications */
.form-group--select-md .jq-selectbox {
  min-width: 253px;
}

.jq-selectbox li.sel:hover,
.jq-selectbox li.sel,
.jq-selectbox li.selected,
.jq-selectbox li.selected:hover,
.jq-checkbox.checked {
  display: none !important;
  height: 0 !important;
  position: absolute !important;
  z-index: -1 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

@media (max-width: 767px) {
  .jq-selectbox__select {
    height: 32px;
    line-height: 32px;
    font-size: 11px;
    padding: 0 30px 0 10px;
  }

  .jq-selectbox__trigger-arrow {
    top: 14px;
  }

  .jq-selectbox li {
    font-size: 11px;
    padding: 5px 10px;
  }

  .form-group--select-md {
    min-width: calc(50% - 5px);
  }
  .form-group--select-md .jq-selectbox {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 574px) {
  .jq-selectbox__trigger-arrow {
    right: 8px;
  }
}
.lazy-img-wrap {
  position: relative;
  display: block;
}
.lazy-img-wrap.loaded .preloader {
  display: none;
}

.lazy-img-wrap {
  position: relative;
  display: block;
}
.lazy-img-wrap.loaded .preloader {
  display: none;
}

.lazy-video-youtube-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}

.lazy-video-youtube {
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lazy-video__wrap {
  position: relative;
}
.lazy-video__wrap .lazy-video.loaded ~ .preloader {
  display: none;
}

/* End */


/* Start:/local/templates/html/components-template/swiper/style.css?178125613527244*/
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

[src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="] {
  max-width: 1px;
  max-height: 1px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  z-index: 1;
  top: calc(50% - 16px);
  opacity: 1;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  box-shadow: 0 2px 5px rgba(97, 97, 102, 0.3);
}
.swiper-button-next:active, .swiper-button-prev:active {
  box-shadow: 0 0 4px rgba(97, 97, 102, 0.4);
}

.swiper-button-next--nav, .swiper-button-prev--nav {
  top: calc(50% - 15px);
  opacity: 1;
  width: 30px;
  height: 30px;
  background-size: 12px 12px;
  box-shadow: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
  cursor: default;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: -29px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.6 1.39996L5 6.99996L8.6 12.6' stroke='%23919196' stroke-width='1.2'/%3e%3c/svg%3e ");
  background-position: 45% 50%;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: -29px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.4 12.6L9 7.00004L5.4 1.40004' stroke='%23919196' stroke-width='1.2'/%3e%3c/svg%3e ");
  background-position: 55% 50%;
}

.swiper-button-prev--nav, .swiper-container-rtl .swiper-button-next--nav {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 8.24579L5.25673 6L7.5 3.75421L6.74663 3L3.75 6L6.74663 9L7.5 8.24579Z' fill='%23D9D9DE'/%3E%3C/svg%3E%0A");
}

.swiper-button-next--nav, .swiper-container-rtl .swiper-button-prev--nav {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 8.24579L6.74327 6L4.5 3.75421L5.25337 3L8.25 6L5.25337 9L4.5 8.24579Z' fill='%23D9D9DE'/%3E%3C/svg%3E%0A");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none !important;
}

.swiper-pagination {
  position: absolute;
  z-index: 0;
  bottom: -38px;
  left: 50%;
  display: flex;
  padding: 8px 0;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: none;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullet {
  position: relative;
  display: inline-flex;
  opacity: 1;
  overflow: hidden;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin: 0 9px;
  transition: background 0.3s;
  border-radius: 50%;
  outline: none;
  background: rgba(0, 0, 0, 0);
}
.swiper-pagination-bullet::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
}
.swiper-pagination-bullet::before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: "";
  border-radius: 50%;
  background: rgba(25, 194, 81, 0.24);
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover::after {
  border: 2px solid #19c251;
  background: rgba(0, 0, 0, 0);
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover::before {
  background: rgba(25, 194, 81, 0);
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination.swiper-pagination--line .swiper-pagination-bullet {
  width: 79px;
  height: 4px;
  margin: 0 6px;
  border-radius: 2px;
  background-color: #8dc63f;
}
.swiper-pagination.swiper-pagination--line .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  opacity: 0.8;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0);
}
.swiper-pagination-bullet-active::after {
  border: 2px solid #19c251;
  background: rgba(0, 0, 0, 0);
}
.swiper-pagination-bullet-active::before {
  background: rgba(25, 194, 81, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  background: #007aff;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none !important;
}

.swiper-scrollbar {
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

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

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-button-prev, .swiper-button-next {
  visibility: hidden;
}

.swiper-container-initialized ~ .swiper-button-prev, .swiper-container-initialized ~ .swiper-button-next, .swiper-container-initialized .swiper-button-prev, .swiper-container-initialized .swiper-button-next {
  visibility: visible;
}

.swiper {
  position: relative;
}

.custom-swiper-btn.swiper-button-disabled {
  border: 1px solid #e0e0e0;
}
.custom-swiper-btn.swiper-button-disabled .icon {
  fill: #e0e0e0;
}
.custom-swiper-btn.swiper-button-disabled:hover, .custom-swiper-btn.swiper-button-disabled:active {
  border: 1px solid #e0e0e0;
}
.custom-swiper-btn.swiper-button-disabled:hover .icon, .custom-swiper-btn.swiper-button-disabled:active .icon {
  fill: #e0e0e0;
}

.custom-swiper-btn {
  position: absolute;
  z-index: 1;
  top: calc(50% - 20px);
  display: flex;
  opacity: 1;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  border: 1px solid #4f681e;
}
.custom-swiper-btn .icon {
  width: 44px;
  transition: fill 0.3s;
  fill: #4f681e;
}
.custom-swiper-btn:hover, .custom-swiper-btn:active {
  border: 1px solid #8dc63f;
}
.custom-swiper-btn:hover .icon, .custom-swiper-btn:active .icon {
  fill: #8dc63f;
}
.custom-swiper-btn__prev {
  left: -10%;
}
.custom-swiper-btn__prev .icon {
  margin-right: -27px;
}
.custom-swiper-btn__next {
  right: -10%;
}
.custom-swiper-btn__next .icon {
  margin-left: -27px;
}
@media (max-width: 1300px) {
  .custom-swiper-btn__prev {
    left: -6%;
  }
  .custom-swiper-btn__next {
    right: -6%;
  }
}
@media (max-width: 1150px) {
  .custom-swiper-btn {
    display: none;
  }
}

.fs-swiper-btn-prev {
  top: calc(50% + 70px);
  left: calc(50vw - 50% + 4%);
}

.fs-swiper-btn-next {
  top: calc(50% + 70px);
  right: calc(50vw - 50% + 4%);
}

.fs-swiper-pagination {
  z-index: 2;
  bottom: 28px;
}
.fs-swiper-pagination .swiper-pagination-bullet::after {
  border: 2px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
.fs-swiper-pagination .swiper-pagination-bullet::before {
  background: rgba(255, 255, 255, 0.24);
}
.fs-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover::after {
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0);
}
.fs-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover::before {
  background: rgba(25, 194, 81, 0);
}
.fs-swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0);
}
.fs-swiper-pagination .swiper-pagination-bullet-active::after {
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0);
}
.fs-swiper-pagination .swiper-pagination-bullet-active::before {
  background: rgba(25, 194, 81, 0);
}

@media (max-width: 1023px) {
  .fs-swiper-btn-prev, .fs-swiper-btn-next {
    display: none;
  }
}
@media (max-width: 767px) {
  .fs-swiper-pagination {
    right: 0;
    bottom: 15px !important;
    left: auto;
    justify-content: flex-end;
    transform: translate(0, 0);
    text-align: right;
  }
}
@media (max-width: 767px) {
  .swiper-pagination {
    bottom: -27px;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}

/* End */


/* Start:/local/templates/html/components-template/news-item/style.css?17812561352820*/
.news-item {
  min-height: 412px;
  padding: 16px 16px 10px;
  border: 1px solid #e1e1e9;
  border-radius: 4px;
  background: #fff;
}
.news-item__img-wrap {
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .news-item__img-wrap {
    min-height: 208px;
  }
  .news-item__img-wrap:hover .news-item__img {
    transform: scale(1.1);
  }
}
.news-item__img {
  transition: transform 0.3s;
  aspect-ratio: 1.46/1;
}
.news-item__type {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  padding: 0 5px;
  color: #fff;
  background: #3cca4d;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}
.news-item__date {
  margin: 0 0 14px;
  padding: 0 5px;
  color: #919196;
  font-size: 12px;
}
.news-item__title {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 60px;
  margin: 0 0 41px;
  padding: 0 5px;
  transition: color ease 0.3s;
  color: #212126;
  font-size: 16px;
  font-weight: 700;
  -webkit-line-clamp: 3;
}
.news-item__title:hover, .news-item__title:focus {
  color: #19C251;
}
.news-item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
}
.news-item__views {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.news-item__views-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(25, 194, 81, 0.15);
}
.news-item__views-icon .icon {
  width: 16px;
  height: 12px;
  fill: #19C251;
}
.news-item__views-count {
  padding: 0 10px;
  color: #919196;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.news-banner {
  height: 412px;
}
.news-banner__img {
  max-width: 100%;
  border-radius: 8px;
}

@media (max-width: 1469px) {
  .news-banner__img {
    max-height: 100%;
  }
}
@media (max-width: 1199px) {
  .news-banner__img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .news-banner {
    height: 100%;
  }
  .news-banner__img {
    width: 100%;
  }

  .news-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 180px;
    padding: 5px 5px 5px;
  }
  .news-item__img-wrap {
    margin: 0 0 5px;
  }
  .news-item__type {
    height: 14px;
    font-size: 10px;
    line-height: 14px;
  }
  .news-item__date {
    margin: 0 0 5px;
    font-size: 10px;
  }
  .news-item__title {
    max-height: 41px;
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 1.2;
  }
  .news-item__bottom {
    margin-top: auto;
  }
  .news-item__btn .btn {
    min-width: 70px;
  }
  .news-item__views-icon {
    width: 22px;
    height: 22px;
  }
  .news-item__views-count {
    padding-right: 0;
  }
}

/* End */


/* Start:/local/templates/html/components-template/footer/style.css?17812561359984*/
.footer {
  padding: 33px 0 20px;
}
.footer > .container > .row {
  position: relative;
}
.footer > .container > .row::before {
  position: absolute;
  top: 35px;
  right: 15px;
  left: 15px;
  height: 1px;
  content: "";
  background: #e1e1e9;
}
.footer > .container > .row::after {
  position: absolute;
  right: 15px;
  bottom: 0;
  left: 15px;
  height: 1px;
  content: "";
  background: #e1e1e9;
}
.footer__nav-titles {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 14px;
}
.footer__nav-titles li {
  flex: 0 0 22.5%;
  max-width: 22.5%;
  padding-left: 22px;
  color: #212126;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.footer__nav-lists {
  display: flex;
  margin: 27px 0 0;
}
.footer__list {
  flex: 1;
  padding-left: 22px;
}
.footer__list li {
  position: relative;
  max-width: 230px;
  margin: 0 0 15px;
  padding-left: 10px;
  color: #616166;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.footer__list li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background: #19C251;
}
.footer__contacts-title {
  padding: 0 0 14px;
  color: #212126;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.footer-contacts {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 27px;
}
.footer-contacts::before {
  position: absolute;
  top: -27px;
  bottom: -5px;
  left: -30px;
  width: 1px;
  content: "";
  background: #e1e1e9;
}
.footer-contacts::after {
  position: absolute;
  top: -27px;
  right: 0;
  bottom: -5px;
  width: 1px;
  content: "";
  background: #e1e1e9;
}
.footer-contacts__left {
  flex: 0 0 48px;
  max-width: 48px;
}
.footer-contacts__right {
  flex: 0 0 calc(100% - 48px);
  max-width: calc(100% - 48px);
  padding-right: 15px;
  padding-left: 15px;
}
.footer-contacts__text-box {
  margin-bottom: 14px;
}
.footer-contacts__text {
  margin: 0 0 4px;
  color: #616166;
  font-size: 12px;
  line-height: 18px;
}
.footer-contacts__textb {
  margin: 0 0 5px;
  color: #616166;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
.footer-contacts__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 5px;
  transition: color ease 0.3s;
  color: #616166;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
.footer-contacts__item img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.footer-contacts__item span:not([class]) {
  padding-left: 10px;
}
.footer-contacts__item:hover {
  color: #19C251;
}
.footer-contacts__link {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #19C251;
  font-size: 12px;
  font-weight: 600;
}
.footer-contacts__link::before, .footer-contacts__link::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: #e1e1e9;
}
.footer-contacts__link::before {
  top: 0;
}
.footer-contacts__link::after {
  bottom: 0;
}
.footer-contacts__soc-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 5px;
  transition: color ease 0.3s;
  color: #616166;
  font-size: 12px;
  line-height: 16px;
}
.footer-contacts__soc-item img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.footer-contacts__soc-item span {
  padding-left: 10px;
}
.footer-contacts__soc-item:hover {
  color: #19C251;
}

.footer-insta {
  padding-right: 30px !important;
  padding-left: 0 !important;
}
.footer-insta__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate(0px, -5px);
}
.footer-insta__logo {
  max-width: 94px;
}
.footer-insta__logo-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.insta-box {
  margin-top: 16px;
}
.insta-box__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.insta-box__col {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 4px;
}
.insta-box__title {
  margin: 0 0 3px;
  text-align: center;
  color: #616166;
  font-size: 9px;
}
.insta-box__title b {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.insta-box__img-wrap {
  display: block;
  overflow: hidden;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  margin: 0 0 8px;
  padding: 0 4px;
}
.insta-box__img-wrap:hover .insta-box__img {
  transform: scale(1.1);
}
.insta-box__img {
  display: block;
  max-width: 100%;
  transition: all ease 0.3s;
  transform: scale(1);
}

.footer-bottom {
  display: flex;
  justify-content: flex-start;
  padding: 15px;
}
.footer-bottom__logo {
  flex: 0 0 230px;
  max-width: 230px;
}
.footer-bottom__logo-img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.footer-bottom__text {
  color: #919196;
  font-size: 10px;
  line-height: 14px;
}
.footer-bottom__pays {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: auto;
}
.footer-bottom__pays-text {
  display: none;
}
.footer-bottom .pay-img-wrap {
  margin: 0 13px;
}
.footer-bottom__socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 50px;
}
.footer-bottom__social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(25, 194, 81, 0.15);
}
.footer-bottom__social .icon {
  width: 20px;
  height: 20px;
  fill: #19C251;
}

@media (max-width: 1199px) {
  .footer__nav-titles li {
    padding: 0 5px 0 0;
  }
  .footer__list {
    padding-right: 5px;
    padding-left: 5px;
  }

  .footer-contacts {
    flex-wrap: wrap;
  }
  .footer-contacts__left, .footer-contacts__right {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .footer-insta__title {
    justify-content: flex-end;
  }
  .footer-insta__logo {
    display: none !important;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }
  .footer-bottom__pays {
    margin-top: 15px;
    margin-left: 0;
  }
  .footer-bottom .pay-img-wrap {
    margin: 0 15px 0 0;
  }
  .footer-bottom__socials {
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  .footer-bottom__logo {
    max-width: 150px;
  }

  .footer-contacts::before {
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .footer-contacts::after {
    display: none;
  }
  .footer-contacts__right {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-contacts__text-box {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-insta {
    position: relative;
  }
  .footer-insta::after {
    position: absolute;
    top: 36px;
    bottom: auto;
    left: -16px;
    width: 100%;
    height: 1px;
    content: "";
    background: #e1e1e9;
  }
}
@media (max-width: 767px) {
  .footer-insta {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .footer-insta__title {
    justify-content: space-between;
  }
  .footer-insta__logo {
    display: block !important;
    padding-left: 10px;
  }

  .insta-box {
    max-width: 310px !important;
    margin-right: auto;
    margin-left: auto;
  }
  .insta-box__img {
    width: 100%;
  }

  .footer-bottom__text {
    width: 100%;
    margin: 15px 0 0;
  }
}
@media (max-width: 574px) {
  .footer > .container > .row::before {
    display: none;
  }

  .footer__nav {
    display: flex;
  }
  .footer__nav-titles {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer__nav-titles li {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 8px;
    color: #616166;
    font-size: 13px;
  }
  .footer__nav-titles li::after {
    position: relative;
    display: flex;
    width: 7px;
    height: 10px;
    margin: 0 5px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .footer__nav-titles li.active {
    color: #212126;
  }
  .footer__nav-titles li.active::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 6 10'%3E%3Cdefs/%3E%3Cpath fill='%2319C251' d='M5.5 5L.2 9.5v-9L5.5 5z'/%3E%3C/svg%3E");
  }
  .footer__nav-lists {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
  }
  .footer__list {
    display: none;
  }
  .footer__list.active {
    display: block;
  }
  .footer__list li {
    margin: 0 0 10px;
    font-size: 10px;
  }

  .footer-contacts__right {
    margin-bottom: 30px;
  }
  .footer-contacts__text-box:nth-child(1) {
    margin: 0;
  }
  .footer-contacts__text-box:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-contacts__text-box:nth-child(3) .footer-contacts__link {
    display: block;
    max-width: 50%;
    margin-left: auto;
  }
  .footer-contacts__text-box:nth-child(4) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-contacts__text-box:nth-child(4) .footer-contacts__socials {
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
  }
  .footer-contacts__text-box:nth-child(4) .footer-contacts__soc-item {
    flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
  }

  .footer-bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 15px 0;
    text-align: center;
  }
  .footer-bottom__logo {
    flex: 0 0 36px;
    order: 2;
    margin: 15px 0;
  }
  .footer-bottom__text {
    order: 4;
  }
  .footer-bottom__pays {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    order: 1;
    width: 100%;
    margin: 15px 0 0;
  }
  .footer-bottom__pays .pay-img-wrap {
    margin: 0;
  }
  .footer-bottom__pays .pay-img {
    max-width: 65px;
  }
  .footer-bottom__pays-text {
    display: block;
    text-align: center;
    color: #919196;
    font-size: 10px;
  }
  .footer-bottom__socials {
    order: 3;
    margin: 15px 0;
  }
  .footer-bottom__social {
    margin: 0 5px 0 0;
  }

  .footer-insta::after {
    right: 15px;
    left: 15px;
    width: auto;
  }
}

/* End */


/* Start:/local/templates/html/components-template/nav/style.css?1781256135799*/
.nav--footer {
  flex: 0 0 22.5%;
  max-width: 22.5%;
}
.nav--footer .nav-list {
  padding-left: 22px;
}
.nav--footer .nav-item {
  margin: 0 0 12px;
}
.nav--footer .nav-item:hover .nav-link {
  color: #212126;
}
.nav--footer .nav-item.active {
  pointer-events: none;
}
.nav--footer .nav-item.active .nav-link {
  color: #212126;
}
.nav--footer .nav-link {
  transition: color ease 0.3s;
  color: #616166;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 1199px) {
  .nav--footer .nav-list {
    padding-left: 5px;
  }
}
@media (max-width: 574px) {
  .nav--footer {
    display: none;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .nav--footer.active {
    display: block;
  }
  .nav--footer .nav-item {
    margin: 0 0 10px;
  }
  .nav--footer .nav-link {
    font-size: 12px;
  }
}

/* End */


/* Start:/local/templates/html/components-template/modal/style.css?17812561357346*/
.modal-policy {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #afa4a4;
  max-width: 500px;
}

@media (max-width: 768px) {
  .modal-policy {
    font-size: 12px;
  }
}
.modal-open {
  overflow: hidden;
}

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

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

.fade {
  transition: opacity 0.15s linear;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  overflow: hidden;
  max-height: calc(100vh - 1rem);
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 55px 45px 12px;
}

.modal-title {
  color: #212126;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #c1c1c6;
  border-radius: 50%;
}
.modal-close .icon {
  width: 8px;
  height: 8px;
  fill: #919196;
}
.modal-close:hover {
  border-color: rgba(25, 194, 81, 0.24);
}
.modal-close:hover .icon {
  fill: #19C251;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px 45px 40px;
}

.feedback-form {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px 40px;
}
.feedback-form__title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.feedback-form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.feedback-form .form-group .help-block {
  color: red;
}
.feedback-form .form-control {
  color: black;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
}
.feedback-form .form-control:focus {
  border-bottom: 1px solid rgba(25, 194, 81, 0.5);
}
.feedback-form .form-control::placeholder, .feedback-form .form-control::-webkit-input-placeholder, .feedback-form .form-control::-moz-placeholder, .feedback-form .form-control:-ms-input-placeholder, .feedback-form .form-control:-moz-placeholder {
  color: #ccc;
}
.feedback-form .form-control-label {
  margin-bottom: 5px;
  color: #ccc;
}
.feedback-form .btn.btn--large {
  padding: 12px 30px;
}
.feedback-form .btn--large {
  border: 1px solid #19C251;
}
.feedback-form .btn--large:hover {
  border: 1px solid #fff;
  background: #19C251;
}
.feedback-form .form-btn .btn {
  display: block;
  margin: auto;
}

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

.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 575px) {
  .modal-dialog {
    max-width: 544px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-xs {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-md,
.modal-lg {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-lg {
    max-width: 1140px;
  }
}
.modal-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.modal-btns .btn {
  margin-right: 10px;
}

.modal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 23px 0 30px;
}
.modal-row .form-group {
  margin-bottom: 0;
}
.modal-row .btn--link {
  min-width: 100px;
  font-size: 12px;
}

.modal-text {
  margin: 0 0 15px;
  color: #616166;
  font-size: 14px;
  line-height: 19px;
}

.modal-text--big {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
}

.asf-password-reset .modal-text {
  margin-bottom: 70px;
}

.modal-auth .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media (max-width: 767px) {
  .modal-header {
    padding: 35px 25px 15px;
  }

  .modal-title {
    font-size: 18px;
    line-height: 22px;
  }

  .modal-body {
    padding: 15px 25px 25px;
  }

  .modal-btns .btn {
    height: 28px;
    font-size: 12px;
    line-height: 28px;
  }
}
.modal-prod {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
.modal-prod__pic {
  flex: 1 0 120px;
  max-width: 120px;
}
.modal-prod__pic img {
  max-width: 100%;
  height: auto;
}
.modal-prod__body {
  flex: 1 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
  padding-left: 30px;
}
.modal-prod__title {
  margin: 0 0 10px;
  font-weight: 600;
}

@media (max-width: 574px) {
  .modal-prod {
    display: block;
  }
  .modal-prod__pic, .modal-prod__body {
    max-width: 100%;
  }
  .modal-prod__body {
    padding: 15px 0 0;
  }
}

/* End */


/* Start:/local/templates/html/components-template/no-critical/style.css?1781256135141*/
.no-critical {
  visibility: visible !important;
}
.no-critical:before, .no-critical:after {
  display: none !important;
  content: unset;
}

/* End */


/* Start:/local/templates/html/components-template/mob-menu/style.css?17812561357620*/
.mob-menu {
  position: fixed;
  z-index: 130;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 425px;
  height: 100vh;
  background-color: #fff;
}
.mob-menu:not(.active) {
  left: -425px;
}

.mob-menu-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mob-menu-top {
  position: relative;
  padding: 27px 20px 23px;
  text-align: center;
  background: #fff;
}

.mob-menu-back {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  visibility: hidden;
  opacity: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: all ease 0.3s;
  border: 1px solid #919196;
  border-radius: 50%;
}
.mob-menu-back .icon {
  width: 13px;
  height: 13px;
  fill: #919196;
}
.mob-menu-back:hover {
  border-color: #19C251;
}
.mob-menu-back:hover .icon {
  fill: #19C251;
}
.mob-menu-back.active {
  visibility: visible;
  opacity: 1;
}

.mob-menu-title {
  padding: 0 35px;
  color: #919196;
  font-size: 14px;
}

.mob-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #919196;
  border-radius: 50%;
}
.mob-menu-close .icon {
  width: 13px;
  height: 13px;
  fill: #919196;
}
.mob-menu-close:hover {
  border-color: #19C251;
}
.mob-menu-close:hover .icon {
  fill: #19C251;
}

.mob-menu-body-wrap {
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  flex-direction: column;
  height: 100%;
  padding: 0;
}

.mob-menu-body {
  display: flex;
  flex-direction: column;
}

.mob-menu-catalog {
  position: relative;
  padding: 0 0 8px;
}
.mob-menu-catalog::after {
  position: absolute;
  right: 25px;
  bottom: 0;
  left: 25px;
  height: 1px;
  content: "";
  background: #e1e1e9;
}
.mob-menu-catalog .nav-item {
  padding: 4px 31px 4px 15px;
}
.mob-menu-catalog .nav-item.active > .nav-link > .nav-item-img-wrap {
  background: #19C251;
}
.mob-menu-catalog .nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mob-menu-catalog .nav-item-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
}
.mob-menu-catalog .nav-item-img {
  width: 24px;
  height: 24px;
}
.mob-menu-catalog .nav-item-name {
  padding: 0 17px;
  color: #212126;
  font-size: 14px;
}
.mob-menu-catalog .nav-toggle {
  width: 40px;
  height: 40px;
  margin-left: auto;
  transition: all ease 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L0 11.1962L0 0.803848L6 6Z' fill='%2319C251'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 8px 12px;
}
.mob-menu-catalog .nav-lvl2 {
  position: fixed;
  z-index: 130;
  top: 68px;
  left: 0;
  width: 100%;
  max-width: 425px;
  height: calc(100vh - 68px);
  transition: left 0.3s;
  background-color: #fff;
}
.mob-menu-catalog .nav-lvl2:not(.active) {
  left: -425px;
}
.mob-menu-catalog .nav-lvl2-list {
  overflow-y: auto;
  height: 100%;
}
.mob-menu-catalog .nav-lvl2-item {
  padding: 4px 31px 4px 15px;
}
.mob-menu-catalog .nav-lvl2-item.active > .nav-lvl2-link > .nav-item-img-wrap {
  background: #19C251;
}
.mob-menu-catalog .nav-lvl2-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mob-menu-catalog .nav-lvl2-item-name {
  padding: 15px 17px 5px;
  color: #919196;
  font-size: 14px;
  font-weight: 600;
}
.mob-menu-catalog .nav-item-img-wrap + .nav-lvl2-item-name {
  padding: 0 17px;
  color: #212126;
  font-size: 14px;
  font-weight: 400;
}
.mob-menu-catalog .nav-lvl3-item {
  padding: 4px 31px 4px 15px;
}
.mob-menu-catalog .nav-lvl3-item.active > .nav-lvl3-link > .nav-item-img-wrap {
  background: #19C251;
}
.mob-menu-catalog .nav-lvl3-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mob-menu-catalog .nav-lvl3-item-name {
  padding: 0 17px;
  color: #212126;
  font-size: 14px;
}

.mob-header-nav {
  position: relative;
  padding: 8px 0;
}
.mob-header-nav::after {
  position: absolute;
  right: 25px;
  bottom: 0;
  left: 25px;
  height: 1px;
  content: "";
  background: #e1e1e9;
}
.mob-header-nav .nav-item {
  padding: 4px 31px 4px 15px;
}
.mob-header-nav .nav-item.active .nav-item-img-wrap {
  background: #19C251;
}
.mob-header-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mob-header-nav .nav-item-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.mob-header-nav .nav-item-img {
  width: 24px;
  height: 24px;
}
.mob-header-nav .nav-item-name {
  padding: 0 17px;
  color: #212126;
  font-size: 14px;
}
.mob-header-nav .nav-toggle {
  width: 40px;
  height: 40px;
  margin-left: auto;
  transition: all ease 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L0 11.1962L0 0.803848L6 6Z' fill='%2319C251'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 8px 12px;
}
.mob-header-nav .nav-lvl2 {
  position: fixed;
  z-index: 130;
  top: 68px;
  left: 0;
  width: 100%;
  max-width: 425px;
  height: calc(100vh - 68px);
  transition: left 0.3s;
  background-color: #fff;
}
.mob-header-nav .nav-lvl2:not(.active) {
  left: -425px;
}
.mob-header-nav .nav-lvl2-list {
  overflow-y: auto;
  height: 100%;
}
.mob-header-nav .nav-lvl2-item {
  padding: 4px 31px 4px 15px;
}
.mob-header-nav .nav-lvl2-item.active .nav-lvl2-item-name {
  font-weight: 600;
}
.mob-header-nav .nav-lvl2-item.active .nav-lvl2-item-name::before {
  background: #19C251;
}
.mob-header-nav .nav-lvl2-link {
  display: block;
  padding: 11px 15px 11px 55px;
}
.mob-header-nav .nav-lvl2-item-name {
  position: relative;
  color: #212126;
  font-size: 14px;
}
.mob-header-nav .nav-lvl2-item-name::before {
  position: absolute;
  top: 6px;
  left: -38px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
}

.mob-login {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 31px 12px 15px;
}
.mob-login::after {
  position: absolute;
  right: 25px;
  bottom: 0;
  left: 25px;
  height: 1px;
  content: "";
  background: #e1e1e9;
}
.mob-login .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.mob-login .icon {
  width: 24px;
  height: 24px;
  fill: #212126;
}
.mob-login .text {
  padding: 0 17px;
  color: #212126;
  font-size: 14px;
}

.mob-logout {
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 20px;
}
.mob-logout__icon {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mob-logout a {
  margin: 0 0 0 22px;
  color: #212126;
  position: relative;
}
.mob-logout a:first-of-type:after {
  position: absolute;
  content: "|";
  right: -15px;
}

.mob-menu-contacts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 31px 12px 15px;
}
.mob-menu-contacts__social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(25, 194, 81, 0.15);
}
.mob-menu-contacts__social .icon {
  width: 20px;
  height: 20px;
  fill: #19C251;
}

/* End */


/* Start:/local/templates/html/components-template/scroll-top/style.css?1781256135170*/
.scroll-top {
  position: fixed;
  z-index: 1040;
  right: 30px;
  bottom: -100px;
  cursor: pointer;
  transition: bottom 0.3s;
}
.scroll-top.active {
  bottom: 20px;
}

/* End */


/* Start:/local/templates/html/custom_style.css?17812561364280*/
.search-page .field.promocode {
	max-width: 550px;
	width    : 100%;
	display  : -ms-flexbox;
	display  : -webkit-box;
	display  : -webkit-flex;
	display  : flex;
}

.field.promocode {
	-ms-flex-pack          : justify;
	-webkit-box-pack       : justify;
	-webkit-justify-content: space-between;
	justify-content        : space-between;
	width                  : 525px;
	display                : -ms-grid;
	display                : grid;
	grid-template-areas    :
		"a b"
		"c b";
	padding-bottom    : 6px;
	margin-bottom     : 0;
	margin-left       : auto;
	height            : 56px;
	padding           : 5px;
	padding-left      : 27px;
	-webkit-box-shadow: none;
	box-shadow        : none;
	margin-top        : 0 !important;
}


.field {
	border                 : 1px solid #f2f2f2;
	-webkit-box-shadow     : 4px 4px 6px rgb(4 5 16 / 8%);
	box-shadow             : 4px 4px 6px rgb(4 5 16 / 8%);
	-webkit-box-shadow     : none;
	box-shadow             : none;
	padding                : 6px 22px 8px;
	display                : -ms-flexbox;
	display                : -webkit-box;
	display                : -webkit-flex;
	display                : flex;
	-ms-flex-wrap          : wrap;
	-webkit-flex-wrap      : wrap;
	flex-wrap              : wrap;
	-ms-flex-direction     : row;
	-webkit-box-orient     : horizontal;
	-webkit-box-direction  : normal;
	-webkit-flex-direction : row;
	flex-direction         : row;
	-ms-flex-align         : center;
	-webkit-box-align      : center;
	-webkit-align-items    : center;
	align-items            : center;
	-ms-flex-pack          : justify;
	-webkit-box-pack       : justify;
	-webkit-justify-content: space-between;
	justify-content        : space-between;
	-webkit-border-radius  : 30px;
	border-radius          : 30px;
	margin                 : 0 0 18px;
}

.field.promocode input[type=text] {
	-ms-grid-row   : 2;
	-ms-grid-column: 1;
	width          : 160px;
	grid-area      : c;
}

.field input,
.field label {
	font-size: 13px;
}


.field input {
	width        : 100%;
	color        : #000;
	border       : 0;
	border-bottom: 1px solid #f2f2f2;
}


.ps_logo .search-page .field.promocode input[type=submit],
.search-page .field.promocode .btn,
.search-page .field.promocode .ps_logo input[type=submit] {
	width: 188px;
}

.search-page .field.promocode input {
	width        : -webkit-calc(100% - 200px);
	width        : calc(100% - 200px);
	height       : 45px;
	border-bottom: 0;
}

@media (max-width: 767px) {
	.catalog-list__bottom {
		padding: 0 0 20px 0;
	}

	.search-page .field.promocode input {
		width        : -webkit-calc(100% - 130px);
		width        : calc(100% - 130px);
		height       : auto;
		border-bottom: 0;
	}
}

.not-found-img {
	position     : relative;
	width        : 342px;
	height       : 162px;
	margin-bottom: 23px;
	display      : flex;
}

.not-found-img:before {
	position           : absolute;
	top                : 0;
	right              : -80px;
	width              : 119px;
	height             : 149px;
	content            : ' ';
	background-image   : url('/local/templates/html/images/404-1.svg');
	background-repeat  : no-repeat;
	background-position: 50%;
	background-size    : contain;
}

.ico-404 {
	width: 100%;
}

@media (max-width: 767px) {
	.not-found-img {
		width        : 236px;
		height       : 112px;
		margin-bottom: 15px;
		margin-left  : -45px;
	}

	.not-found-img:before {
		right : -75px;
		height: 103px;
	}
}

.btn--primary2 {
	min-width: 120px;
}


@media all and (max-width: 575px) {
	.content-page .fs-single__content-inner {
		max-width: 100% !important;
	}

	.content-page .fs-single__content-inner .h1,
	.content-page .fs-single__title.h1 {
		margin-bottom: 15px;
	}

	.contacts-page .fs-single__content-inner {
		max-width: 100% !important;
	}

	.contacts-page .fs-single__content-inner .h1,
	.contacts-page .fs-single__title.h1 {
		margin-bottom: 15px;
	}
}


@media(max-width: 768px) {

	.ps_logo .search-page .field.promocode input[type=submit],
	.search-page .field.promocode .btn,
	.search-page .field.promocode .ps_logo input[type=submit] {
		width : 118px;
		height: auto;
	}
}
/* End */


/* Start:/local/templates/html/components-template/product-main/style.css?17812561356544*/
.product-main {
  overflow: hidden;
  max-width: 100vw;
  padding-top: 224px;
  padding-bottom: 30px;
}
.product-main__left {
  flex: 0 0 35%;
  max-width: 35%;
  padding: 0 15px;
}
.product-main__center {
  flex: 0 0 42.5%;
  max-width: 42.5%;
  padding: 0 18px 0 30px;
}
.product-main__center a:not([class]) {
  padding: 0;
}
.product-main__center-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 22px;
}
.product-main__status {
  margin-right: 30px;
}
.product-main__sku {
  color: #616166;
  font-size: 12px;
}
.product-main__sku b {
  font-weight: 600;
}
.product-main__title.h1 {
  margin: 0 0 7px;
  font-size: 32px;
  line-height: 44px;
}
.product-main__today-buy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 15px;
}
.product-main__today-buy .icon {
  width: 16px;
  height: 16px;
  fill: #919196;
}
.product-main__today-buy .text {
  padding-left: 8px;
  color: #919196;
  font-size: 11px;
  font-weight: 600;
}
.product-main__price-box {
  margin: 0 0 24px;
}
.product-main__price-box-saving {
  display: flex;
  margin: 0 0 5px;
}
.product-main__price-box-prices {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.product-main__price-box-current {
  color: #212126;
  font-size: 19px;
}
.product-main__price-box-current b {
  font-size: 25px;
  font-weight: 700;
}
.product-main__price-box-old {
  margin-left: 30px;
  text-decoration: line-through;
  color: #919196;
  font-size: 17px;
}
.product-main__cb-box {
  margin: 0 0 15px;
}
.product-main__cb-box-title {
  margin: 0 0 12px;
  color: #c1c1c6;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.product-main__cb-box-title-inner {
  position: relative;
}
.product-main__cb-box-body {
  display: flex;
  flex-wrap: wrap;
}
.product-main__counter {
  margin-right: 20px;
}
.product-main__basket {
  margin-right: 20px;
}
.product-main__basket .btn {
  min-width: 120px;
}
.product-main__one-click .btn {
  min-width: 160px;
}
.product-main__right {
  flex: 0 0 22.5%;
  max-width: 22.5%;
  padding: 0 15px;
}
.product-main__bimg-wrap:not(:last-child) {
  margin-bottom: 10px;
}
.product-main__bimg {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(97, 97, 102, 0.3);
}
.product-main__mobile-info {
  display: none;
}
.product-main .checkbox--color {
  position: relative;
}
.product-main .checkbox--color .checkbox__text {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  padding: 1px 7px;
  transition: opacity ease 0.3s, visibility ease 0.3s;
  transform: translate(-50%, 0);
  white-space: nowrap;
  border-radius: 5px;
  background: #fff;
}
.product-main .checkbox--color:hover .checkbox__text {
  visibility: visible;
  opacity: 1;
}

.info {
  position: absolute;
  z-index: 2;
  top: -8px;
  left: calc(100% + 8px);
  cursor: pointer;
}
.info__icon {
  width: 16px;
  height: 16px;
  text-align: center;
  color: #616166;
  border: 1px solid #616166;
  border-radius: 50%;
  line-height: 14px;
}
.info__inner {
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  min-width: 470px;
  padding: 5px;
  transition: all ease 0.4s;
  color: #616166;
  border-radius: 4px 4px 4px 0;
  background: #fff;
  box-shadow: 0 2px 6px rgba(97, 97, 102, 0.3);
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
}
.info:hover .info__inner {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1199px) {
  .product-main__center {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .product-main__right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .product-main__banners {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-main__bimg-wrap {
    padding: 0 10px;
  }
  .product-main__bimg-wrap:not(:last-child) {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .product-main {
    padding-top: 125px;
  }
  .product-main__left {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .product-main__center {
    flex: 0 0 55%;
    max-width: 55%;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .product-main__desktop-info {
    display: none;
  }
  .product-main__mobile-info {
    display: block;
  }
  .product-main__left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .product-main__center {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-main__banners {
    margin: 0 -10px;
  }
  .product-main__bimg-wrap {
    padding: 0 5px;
  }

  .product-main__cb-box--count {
    margin: 0 -15px;
    padding: 0 15px;
    background: #fff;
    box-shadow: 0 0 8px rgba(193, 193, 198, 0.3);
  }
  .product-main__cb-box--count .product-main__cb-box-title {
    display: none;
  }
  .product-main__cb-box--count .product-main__cb-box-body {
    justify-content: center;
    padding: 15px 0;
  }

  .info__inner {
    width: calc(100% - 100px);
    min-width: 190px;
  }
}
@media (max-width: 574px) {
  .product-main {
    padding-top: 85px;
  }
  .product-main__left {
    margin: 0 0 10px;
    padding: 0 10px;
  }
  .product-main__center, .product-main__right {
    padding: 0 10px;
  }
  .product-main__center .btn.btn--primary2 {
    min-width: 120px;
    height: 34px !important;
    font-size: 14px !important;
    line-height: 34px !important;
  }
  .product-main__center .btn.btn--inverted {
    min-width: 120px;
    height: 34px !important;
    font-size: 14px !important;
    line-height: 34px !important;
  }
  .product-main__center-top {
    margin: 0 0 10px;
  }
  .product-main__title.h1 {
    font-size: 18px;
    line-height: 25px;
  }
  .product-main__today-buy {
    margin-bottom: 11px;
  }
  .product-main__price-box-current {
    font-size: 16px;
  }
  .product-main__price-box-current b {
    font-size: 21px;
  }
  .product-main__price-box-old {
    font-size: 14px;
  }
  .product-main__counter {
    margin: 0;
  }
  .product-main__basket {
    margin: 0 5px;
  }
  .product-main__basket .btn {
    height: 34px !important;
    font-size: 14px !important;
    line-height: 34px !important;
  }
  .product-main__one-click .btn.btn--inverted {
    flex: 1;
    min-width: 80px !important;
    height: 34px !important;
    white-space: normal !important;
    font-size: 11px !important;
  }

  .product-main__cb-box--count {
    margin: 0 -10px;
    padding: 0 10px;
  }
  .product-main__cb-box--count .product-main__cb-box-body {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

/* End */


/* Start:/local/templates/html/components-template/content/style.css?17812561354212*/
.content img {
  display: block;
  clear: both;
  max-width: 100%;
  border-radius: 0;
  line-height: 1.4;
}
.content img[align=left], .content img[align=center], .content img[align=right] {
  float: none;
  max-width: 100%;
  margin: 0 auto 20px;
}
@media (min-width: 1200px) {
  .content img[align=left] {
    float: left;
    max-width: 40%;
    margin: 0 40px 20px 0;
  }
  .content img[align=right] {
    float: right;
    max-width: 40%;
    margin: 0 0 20px 20px;
  }
  .content img[align=center] {
    margin: 0 auto 20px;
  }
}
.content .content-img {
  clear: both;
}
.content .content-img .img-descr {
  display: block;
  margin-top: 15px;
  text-align: center;
  color: #828282;
  font-size: 14px;
  font-style: italic;
}
.content .content-img--left {
  float: left;
  margin: 20px 40px 40px 0;
}
@media (max-width: 767px) {
  .content .content-img--left {
    float: none;
    margin: 0 auto 40px;
  }
}
.content .content-img--left img {
  display: block;
  margin: 0 auto;
}
.content .content-img--right {
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 767px) {
  .content .content-img--right {
    float: none;
    margin: 0 auto 20px;
  }
}
.content .content-img--right img {
  display: block;
  margin: 0 auto;
}
.content .content-img--center {
  display: block;
  float: none;
  max-width: 100%;
  margin: 20px 0 40px;
  text-align: center;
}
.content .content-img--center img {
  margin: 0 auto;
}
.content .video {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 300px;
}
@media (min-width: 1200px) {
  .content .video {
    height: 500px;
  }
}

.content ol:not(.list-reset), .content ul:not(.list-reset) {
  margin: 25px 0 25px;
}
@media (min-width: 1200px) {
  .content ol:not(.list-reset), .content ul:not(.list-reset) {
    margin: 25px 0 20px;
  }
}
.content ol:not(.list-reset) li, .content ul:not(.list-reset) li {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 24px;
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
}
.content ol:not(.list-reset) li:last-child, .content ul:not(.list-reset) li:last-child {
  margin: 0;
}
.content ol:not(.list-reset) li > ul, .content ol:not(.list-reset) li > ol, .content ul:not(.list-reset) li > ul, .content ul:not(.list-reset) li > ol {
  margin: 12px 0 10px;
}
@media (min-width: 1200px) {
  .content ol:not(.list-reset) li > ul, .content ol:not(.list-reset) li > ol, .content ul:not(.list-reset) li > ul, .content ul:not(.list-reset) li > ol {
    margin: 12px 0 10px;
  }
}
.content ul:not(.list-reset) > li:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border: 1px solid #19C251;
  border-radius: 50%;
  background-color: #19C251;
}
.content ol:not(.list-reset) {
  list-style: none;
  counter-reset: list;
}
.content ol:not(.list-reset) > li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: counters(list, ".");
  counter-increment: list;
  transform: none;
  color: #19C251;
  font-weight: 600;
  font-style: normal;
}
.content ol:not(.list-reset) > li > ol:not(.list-reset) li {
  padding: 0 0 0 45px;
}
.content ol:not(.list-reset) > li > ol:not(.list-reset) li > ol:not(.list-reset) li {
  padding: 0 0 0 60px;
}

.content table {
  margin: 20px 0;
}
@media (min-width: 575px) {
  .content table {
    margin: 40px 0;
  }
}
.content th, .content td {
  padding: 5px 10px;
  border: 1px solid #19C251;
}

.content {
  color: #212126;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
}
.content p {
  margin-bottom: 20px;
  line-height: 1.6;
}
.content p:last-child {
  margin: 0;
}
.content hr {
  position: relative;
  height: 1px;
  margin: 20px 0;
  border: 0;
  background: #19C251;
}
.content hr:after, .content hr:before {
  display: table;
  clear: both;
  content: "";
}
.content mark {
  padding: 0 5px;
  color: #212126;
  background: #19C251;
  font-weight: normal;
}
.content s {
  text-decoration: line-through;
}
.content blockquote {
  display: block;
  margin-bottom: 25px;
  padding: 28px 35px;
  letter-spacing: 0.03em;
  color: #212126;
  border-top: 1px solid #19C251;
  border-bottom: 1px solid #19C251;
  font-style: italic;
  line-height: 1.7;
}

/* End */


/* Start:/local/templates/html/components-template/fs-single/style.css?17812561352195*/
.fs-single {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fs-single__img {
  width: 100%;
  object-fit: cover;
}
.fs-single__content {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 90px;
  color: #fff;
}
.fs-single__content-inner {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
}
.fs-single__content-inner .h1, .fs-single__content-inner h1 {
  display: block;
  color: #fff;
}
.fs-single__content-inner ul {
  margin: 10px 0;
}
.fs-single__content-inner ul li {
  position: relative;
  margin: 0 0 5px;
  padding-left: 12px;
  font-size: 14px;
  font-weight: normal;
}
.fs-single__content-inner ul li:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 574px) {
  .fs-single__content-inner ul li {
    font-size: 2.8vw;
  }
}
.fs-single__content-inner p {
  max-width: 730px;
  font-size: 14px;
  line-height: 1.35;
}
.fs-single__title {
  font-size: 24px;
  line-height: 1.35;
}
@media (max-width: 574px) {
  .fs-single {
    aspect-ratio: 1/1;
  }
  .fs-single__content-inner {
    max-width: 53%;
  }
}
@media (min-width: 575px) {
  .fs-single {
    height: 400px;
  }
  .fs-single__img-wrap {
    height: 100%;
  }
  .fs-single__img {
    height: 100%;
    object-fit: cover;
  }
  .fs-single__content {
    padding-top: 110px;
  }
  .fs-single__content-inner {
    padding-left: 15px;
  }
  .fs-single__content-inner ul {
    margin: 20px 0;
  }
  .fs-single__content-inner ul li {
    font-weight: 600;
  }
  .fs-single__content-inner p {
    font-size: 24px;
    font-weight: bold;
  }
  .fs-single__title {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .fs-single {
    height: 535px;
  }
  .fs-single__content {
    padding-top: 245px;
  }
  .fs-single__content-inner {
    padding-left: 30px;
    font-size: 24px;
  }
  .fs-single__content-inner ul li {
    margin: 0 0 9px;
    font-size: 16px;
  }
  .fs-single__title {
    font-size: 42px;
  }
}

@media (max-width: 574px) {
  .product-page .fs-single__content-inner {
    max-width: 100%;
  }
}

/* End */


/* Start:/local/components/slam/easybasket/templates/header/style.css?1781256135153*/
.service-basket-item .basket-menu-item__info{
    width: 470px;
}

.basket-menu-item.service-basket-item{
    /*height: 40px;*/
    /*padding: 5px 0;*/
}
/* End */


/* Start:/local/templates/html/components/slam/smart.auth/modal/style.css?17812561351123*/
.modal .alert {
    padding: 7px 15px;
    border-radius: 20px;
    display: inline-block;
    margin: 0 0 10px;
}

.modal .alert.alert-danger{
    color: #f66;
    background: rgba(255,102,102,0.1);
    border: 1px solid #f66;
}

.modal .alert.alert-success{
    color: #3046c2;
    background: rgba(48,70,194,0.1);
    border: 1px solid #3046c2;
}
.modal-auth .hide-body {
    position: absolute!important;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.95) translate(0,10px);
    transform: scale(.95) translate(0,10px);
}

.modal-auth .page-tabs__item {
    max-height: 0;
    overflow: hidden;
    transition: .5s;
    margin-top: 0;
    padding-top: 0;
}

.modal-auth .page-tabs__item.page-tabs__item--active {
    max-height: 700px;
    margin-top: -30px;
    padding-top: 30px;
}

.register-item .modal-btns {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

#smart_auth-success {}
#smart_auth-success .auth-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}
#smart_auth-success {
    text-align: center;
    font-size: 16px;
}
/* End */


/* Start:/local/templates/html/template_styles.css?178125613570*/
#bx-soa-paysystem .checkout__title__main{
    margin-bottom: 25px;
}
/* End */
/* /local/templates/html/critical.css?1781256136100466 */
/* /local/templates/html/components-template/swiper/style.css?178125613527244 */
/* /local/templates/html/components-template/news-item/style.css?17812561352820 */
/* /local/templates/html/components-template/footer/style.css?17812561359984 */
/* /local/templates/html/components-template/nav/style.css?1781256135799 */
/* /local/templates/html/components-template/modal/style.css?17812561357346 */
/* /local/templates/html/components-template/no-critical/style.css?1781256135141 */
/* /local/templates/html/components-template/mob-menu/style.css?17812561357620 */
/* /local/templates/html/components-template/scroll-top/style.css?1781256135170 */
/* /local/templates/html/custom_style.css?17812561364280 */
/* /local/templates/html/components-template/product-main/style.css?17812561356544 */
/* /local/templates/html/components-template/content/style.css?17812561354212 */
/* /local/templates/html/components-template/fs-single/style.css?17812561352195 */
/* /local/components/slam/easybasket/templates/header/style.css?1781256135153 */
/* /local/templates/html/components/slam/smart.auth/modal/style.css?17812561351123 */
/* /local/templates/html/template_styles.css?178125613570 */
