

/* Start:/local/templates/brusnika/css/plugins/bootstrap-grid.min.css?175057723769528*/
/*!
 * Bootstrap Grid v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .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:0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y:0.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: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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:0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y:0.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: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .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:0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y:0.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: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .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:0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y:0.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: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
/* End */


/* Start:/local/templates/brusnika/css/plugins/tooltipster.bundle.min.css?17505772376495*/
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
/* End */


/* Start:/local/templates/brusnika/css/plugins/slick.css?17505772371748*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: auto;
  width: 100%;
}

.product-photos__inner .my-gallery .slick-current img {
  cursor: url(/local/templates/brusnika/css/plugins/../../dummy/svg/zoom-in.svg), zoom-in;
}

.product-photos-gallery .slick-dots li {
  height: 29px;
  cursor: pointer;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-vertical .slick-slide {
  border-right: 20px solid transparent;
}
/* End */


/* Start:/local/templates/brusnika/css/plugins/magnific-popup.css?17505772376950*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* End */


/* Start:/local/templates/brusnika/css/plugins/datepicker.min.css?175057723712257*/
.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/* End */


/* Start:/local/templates/brusnika/css/project.css?175057723748233*/
/*** Settings ***/
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
}

button,
select {
  cursor: pointer;
}

input[type=checkbox] {
  cursor: pointer;
}

input[type=radio] {
  cursor: pointer;
}

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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: #000;
  background: #fff;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]),
[hidden] {
  display: none;
}

b,
strong,
i,
em,
ins {
  font-style: normal;
  font-weight: normal;
}

button,
input {
  border-radius: 0;
  background: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*** //Settings ***/
/*** Design variables ***/
/*** //Design variables ***/
/*** Fonts ***/
@font-face {
  font-family: "SFProDisplay";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/brusnika/css/../fonts/SFProDisplay-Regular.woff") format("woff");
}
@font-face {
  font-family: "SFProDisplay";
  font-style: normal;
  font-weight: bold;
  src: url("/local/templates/brusnika/css/../fonts/SFProDisplay-Semibold.woff") format("woff");
}
@font-face {
  font-family: "SFProDisplay";
  font-style: normal;
  font-weight: 900;
  src: url("/local/templates/brusnika/css/../fonts/SFProDisplay-Bold.woff") format("woff");
}
/*** //Fonts ***/
/*** Base ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "SFProDisplay";
  font-size: 16px;
  color: #1D1D1D;
  line-height: 1.4;
  cursor: default;
}

.page {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%
}

.page-overflow {
  overflow: hidden;
}

.page-inner {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .page-inner {
    padding: 0 15px;
  }
}

.page-inner--relative {
  position: relative;
}

.page-inner--w1 {
  max-width: 100%;
}

.page-inner--w2 {
  max-width: 1610px;
}

.page-inner--w3 {
  max-width: 1200px;
}

.page-inner--w4 {
  max-width: 1000px;
}

.page-inner--w5 {
  max-width: 500px;
}

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

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

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

.mr-20 {
  margin-right: 20px;
}

.mr-10 {
  margin-right: 10px;
}

/*** //Base ***/
/*** Header ***/
.header-logo {
  display: block;
  max-width: 300px;
  margin: auto;
}

.header-logo img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 100;
}

header .header-logo img {
  z-index: 1000;
}

footer .header-logo img {
  z-index: 10;
}

.header-search-holder {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-flow: row wrap;
  -o-box-pack: justify;
  justify-content: space-between;
}

.header-form {
  position: relative;
  width: calc(100% - 155px);
}

.header-form .header-form-input {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  padding: 13px 50px 13px 15px;
  background-color: #f4f4f4;
  border-radius: 5px;
  color: #1D1D1D;
  font-size: 16px;
}

.header-form .header-form-input::-moz-placeholder {
  color: #1D1D1D;
  -moz-transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-form .header-form-input:-ms-input-placeholder {
  color: #1D1D1D;
  -ms-transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-form .header-form-input::placeholder {
  color: #1D1D1D;
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-form .header-form-input:hover::-moz-placeholder, .header-form .header-form-input:focus::-moz-placeholder {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.header-form .header-form-input:hover:-ms-input-placeholder, .header-form .header-form-input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.header-form .header-form-input:hover::placeholder,
.header-form .header-form-input:focus::placeholder {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.header-form .header-form-submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  display: block;
  width: 50px;
  height: 50px;
  background: url("/local/templates/brusnika/css/../svg/loupe_gray.svg") no-repeat center center;
  background-size: 24px 24px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-form .header-form-submit:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.header-toolbar {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: start;
  justify-content: flex-start;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-flow: row wrap;
}

.header-toolbar .header-toolbar-item {
  position: relative;
  margin-right: 20px;
  display: block;
}

.header-toolbar .header-toolbar-item img {
  display: block;
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-toolbar .header-toolbar-item span {
  position: absolute;
  right: -5px;
  top: -1px;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #e81717;
  border-radius: 50%;
}

.header-toolbar .header-toolbar-item:last-child {
  margin-right: 0;
}

.header-toolbar .header-toolbar-item:hover img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.header-menu .header-menu-item {
  margin-right: 30px;
  padding: 15px 10px;
  line-height: 1;
}

.header-menu .header-menu-item:last-child {
  margin-right: 0;
}

body.catalog-open,
body.size-open,
body.basket-open {
  overflow: hidden;
}
body.basket-open {
    overflow: hidden;
}

.size-open .page:after,
.basket-open .page:after,
.show-filter .page:after,
.catalog-open .page:after,
.search-open .page:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.search-open .page:after {
  top: 130px;
}

/*** //Header ***/
/*** Buttons and links ***/
.link {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s border-bottom-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.link--white {
  color: #fff;
}

.link--white:hover {
  color: #a4a1a1;
}

.link--white:active {
  color: #ddd;
}

.link--gray {
  color: #666;
}

.link--gray:hover {
  color: #1D1D1D;
}

.link--gray_border {
  border-bottom: 1px solid #666;
  color: #666;
  text-decoration: none;
  transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s border-bottom-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.link--gray_border:hover {
  border-bottom-color: #1D1D1D;
  color: #1D1D1D;
}

.link--black {
  color: #1D1D1D;
}

.link--black:hover {
  color: #a4a1a1;
}

.link--black:active {
  color: #666;
}

.link--black.active {
  font-weight: bold;
}

.link--black.disabled {
  color: #e1e1e1 !important;
}

.link--black_border,
.page-text a:not([class]):not([href^="tel:"]) {
  border-bottom: 1px solid #1D1D1D;
  color: #1D1D1D;
  text-decoration: none;
  transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s border-bottom-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.link--black_border:hover,
.page-text a:not([class]):not([href^="tel:"]):hover {
  border-bottom-color: #a4a1a1;
  color: #a4a1a1;
}

.link--black_border:active,
.page-text a:not([class]):not([href^="tel:"]):active {
  border-bottom-color: #666;
  color: #666;
}

.btn {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  max-width: 100%;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn--small {
  height: 46px;
  font-size: 16px;
}

.btn--medium {
  min-width: 180px;
  max-width: 280px;
  height: 50px;
  padding: 0 30px;
  font-size: 16px;
}

.btn--large {
  width: 370px;
  max-width: 100%;
  height: 70px;
  font-size: 16px;
}

.btn--fullwidth {
  width: 100%;
  max-width: 100%;
}

.btn--black {
  padding: 0 20px;
  border-radius: 50px;
  background-color: #1D1D1D;
  color: #fff;
}

.btn--black:hover,
.btn--black:active {
  background-color: #404040;
}

.btn--black[disabled] {
  background-color: #CACACA;
}

.btn--white {
  padding: 0 20px;
  background-color: #fff;
  color: #1D1D1D;
}

.btn--white.btn--medium {
  border-radius: 50px;
}

.btn--white_border {
  border: 2px solid #fff;
  color: #fff;
}

.btn--white_border.btn--medium {
  border-radius: 50px;
}

.btn--white_border:hover {
  background-color: #ff300a;
  border-color: #ff300a;
}

.btn--white_border:active {
  background-color: #db2d0d;
  border-color: #db2d0d;
}

.btn--white_border[disabled] {
  border-color: #e1e1e1;
  color: #a4a1a1;
}

.btn--black_border {
  border: 2px solid #1D1D1D;
  color: #1D1D1D;
}

.btn--black_border.btn--medium,
.btn--black_border.btn--small {
  border-radius: 50px;
}

.btn--black_border:hover {
  background-color: #ff300a;
  border-color: #ff300a;
  color: #fff;
}

.btn--black_border:active {
  background-color: #db2d0d;
  border-color: #db2d0d;
  color: #fff;
}

.btn--gray {
  padding: 0 45px;
  background-color: #f7f5f5;
  color: #1D1D1D;
}

.btn--gray.btn--small {
  border-radius: 50px;
}

.btn--gray:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.btn--gray:active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.btn--catalog {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  width: 135px;
  height: 50px;
  background-color: #1D1D1D;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
}

.btn--catalog:before {
  content: "";
  margin-right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/brusnika/css/../svg/catalog_burger.svg") no-repeat center center;
  background-size: contain;
}

.btn--catalog:hover {
  background-color: #ff300a;
}

.btn--catalog:active {
  background-color: #db2d0d;
}

.btn--catalog.active:before {
  background-image: url("/local/templates/brusnika/css/../svg/catalog_close.svg");
}

a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}

/*** //Buttons and links ***/
/*** Content ***/
b,
strong {
  font-weight: bold;
}

nobr,
.nobr {
  white-space: nowrap;
}

.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.right {
  text-align: right;
}

.gray {
  color: #666;
}

.red {
  color: #ff300a;
}

.old {
  text-decoration: line-through;
}

.badge {
  margin: 10px 20px;
  display: inline-block;
  padding: 7px 16px;
  border-radius: 50px;
  background-color: #f7f5f5;
  font-size: 12px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 50px 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e1e1e1;
}

.cover,
.contain,
.scaledown {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.scaledown {
  -o-object-fit: scaledown;
     object-fit: scaledown;
}

.breadcrumbs {
  margin-bottom: 0;
  color: #666;
  font-size: 14px;
}

.page-heading {
  margin-bottom: 30px;
}

.page-heading .page-heading-description {
  margin: 30px auto 0 auto;
}

.page-heading .page-heading-description.center {
  max-width: 550px;
}

.page-heading img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.page-section {
  padding: 100px 0;
}

.page-section.border {
  border-top: 1px solid #1D1D1D;
}

.page-text .small {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .page-text .small {
    font-size: 12px;
  }
}

.page-text .usmall {
  font-size: 12px;
  line-height: 20px;
}

.page-text h1,
.h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.page-text h2,
.h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}

.page-text h2 {
  margin-bottom: 20px;
}

.page-text h3,
.h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}

.page-text h4,
.h4 {
  font-size: 16px;
  font-weight: bold;
}

.page-text h4 {
  margin-bottom: 10px;
}

.page-text p {
  margin-bottom: 30px;
}

.page-text p:last-child {
  margin-bottom: 0;
}

.page-text blockquote {
  padding: 30px;
  background-color: #f7f5f5;
}

.page-text table {
  margin-bottom: 80px;
  width: 100%;
}

.page-text table:last-child {
  margin-bottom: 0;
}

.page-text table th,
.page-text table td {
  padding: 12px 0;
  border-bottom: 1px solid #e1e1e1;
}

.sitemap {
  line-height: 30px;
}

.instagram-info {
  margin-top: 150px;
}

.slider-arrows {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: justify;
  justify-content: space-between;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-flow: row wrap;
}

.slider-arrows .slider-arrow {
  display: block;
  cursor: pointer;
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slider-arrows .slider-arrow svg {
  display: block;
}

.slider-arrows .slider-arrow:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.slider-arrows .slider-arrow.slick-disabled {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  pointer-events: none;
}

.slider-arrows .slider-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin-top: 20px;
  width: 100%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-flow: row wrap;
}

.slick-dots button {
  margin: 0 8px;
  box-sizing: border-box;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.5px solid #1D1D1D;
  background-color: #1D1D1D;
  text-indent: -9999px;
  transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

/*** //Content ***/
/*** Forms ***/
.form-captcha {
  margin-bottom: 50px;
}

.form-captcha img {
  display: block;
}

.form-policy {
  padding-top: 20px;
}

.form-row {
  position: relative;
  margin-bottom: 30px;
}

.form-row > img {
  display: block;
  width: 100%;
}

.form-row:last-child {
  margin-bottom: 0;
}

.password-show {
  position: absolute;
  right: 10px;
  top: 44px;
  display: block;
  width: 26px;
  height: 20px;
  background: url("/local/templates/brusnika/css/../svg/icon_show.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 768px) {
  .password-show {
    top: 36px;
  }
}

.password-show.show {
  background-image: url("/local/templates/brusnika/css/../svg/icon_hide.svg");
}

.password-show:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.form-item-label,
.form-label {
  color: #666666;
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
}

.form-item-note {
  padding-top: 5px;
  color: #515151;
  font-size: 12px;
  line-height: 18px;
}

.form-item {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-family: "SFProDisplay";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.form-item--text,
.form-item--password,
.form-item--calendar,
.form-item--textarea {
  padding: 14px 15px;
  border: 1px solid #D6D6D6;
  color: #666666;
  transition: 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.form-item--calendar {
  background: url("/local/templates/brusnika/css/../svg/form_calendar.svg") no-repeat calc(100% - 15px) center;
}

.form-item--textarea {
  min-height: 90px;
  resize: none;
}

.form-item:hover,
.form-item:focus {
  border-color: #a7a7a7;
}

span.form-item--error {
  color: #D7222B;
  display: block;
  padding: 2px 0 0 0;
  font-size: 13px;
  line-height: 16px;
}

.jcf-select {
  position: relative;
  display: inline-block;
  padding: 16px 35px 16px 15px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 0px;
  font-size: 16px;
  line-height: 1;
  color: #1D1D1D;
  cursor: pointer;
  transition: 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jcf-select:hover {
  border-color: #a7a7a7;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  right: 7px;
  top: 12px;
  display: block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/brusnika/css/../svg/form_select.svg") no-repeat center center;
  background-size: contain;
  transition: 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jcf-select.jcf-drop-active {
  border-color: #a7a7a7;
  border-bottom-color: #fff;
}

.jcf-select.jcf-drop-active .jcf-select-opener {
  transform: rotate(180deg);
}

.jcf-select.jcf-select-form-item--select_small {
  border-color: transparent;
  font-size: 12px;
  transition: none;
}

.jcf-select.jcf-select-form-item--select_small .jcf-select-opener {
  width: 12px;
  height: 7px;
}

.jcf-select.jcf-select-form-item--select_small.jcf-drop-active {
  border-color: #a7a7a7;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  left: -1px;
  top: 100%;
}

.jcf-select-drop {
  z-index: 100;
  margin-top: -3px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border: 1px solid #a7a7a7;
  border-top: none;
  border-radius: 0 0;
  font-size: 16px;
  line-height: 1;
  color: #000;
}

.jcf-select-drop .jcf-option {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 15px;
  cursor: pointer;
  transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jcf-select-drop .jcf-option.jcf-option-hideme {
  display: none;
}

.jcf-select-drop .jcf-option:hover {
  background-color: #e1e1e1;
}

.jcf-select-drop.jcf-select-form-item--select_small {
  font-size: 12px;
}

.jcf-radio {
  margin-right: 5px;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #a7a7a7;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jcf-radio span {
  position: absolute;
  left: 9px;
  top: 9px;
  transform: translate(-50%, -50%);
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1D1D1D;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.jcf-radio.jcf-checked {
  border: 1px solid #1D1D1D;
}

.jcf-radio.jcf-checked span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.form-radio {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.form-radio .jcf-radio {
  top: -1px;
}

.form-radio:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.form-radio:active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.form-radio:active .jcf-radio {
  background-color: #a7a7a7;
  border-color: #a7a7a7;
}

.form-radio:active .jcf-radio span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.jcf-checkbox {
  margin-right: 5px;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #a7a7a7;
  background-color: #fff;
  transition: 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jcf-checkbox span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 11px;
  height: 8px;
  background: url("/local/templates/brusnika/css/../svg/form_checkbox.svg") no-repeat center center;
  background-size: contain;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.jcf-checkbox.jcf-checked {
  background-color: #1D1D1D;
  border-color: #1D1D1D;
}

.jcf-checkbox.jcf-checked span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.form-checkbox {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: start;
  align-items: flex-start;
  cursor: pointer;
  line-height: 1;
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.form-checkbox .jcf-checkbox {
  top: -1px;
  min-width: 16px;
}

.form-checkbox:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.form-checkbox:active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

/*** //Forms ***/
/*** Product ***/
.product-media-item {
  position: relative;
  display: block;
  padding-top: 120%;
  text-decoration: none;
}

.product-media-item .product-labels {
  left: auto;
  top: 30px;
  right: 30px;
}

.product-media-item.video:before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  display: block;
  width: 80px;
  height: 80px;
  background: url("/local/templates/brusnika/css/../svg/video_play.svg") no-repeat center center;
  background-size: contain;
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-media-item.video:hover:before {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.product-info {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.product-info .product-like {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.product-info .breadcrumbs {
  margin-bottom: 30px;
}

.product-info .product-title-holder {
  position: relative;
  margin-bottom: 30px;
}

.product-info .product-title-holder .product-title {
  padding-right: 50px;
}

.product-info .product-title-holder .product-like {
  right: 0;
  top: 0;
}

.product-info .product-price {
  margin-bottom: 30px;
}

.product-info .product-price span {
  margin-right: 15px;
}

.product-info .product-price span:last-child {
  margin-right: 0;
}

.product-info .product-price .product-price-info {
  margin-top: 10px;
}

.product-info .product-colors {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: start;
  justify-content: flex-start;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-flow: row wrap;
}

.product-info .product-colors .product-color {
  position: relative;
  margin-right: 3%;
  margin-bottom: 20px;
  display: block;
  width: 22%;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-info .product-colors .product-color:before {
  content: "";
  display: block;
  padding-top: 110%;
}

.product-info .product-colors .product-color:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.product-info .product-colors .product-color.active {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  border-color: #e1e1e1;
}

.product-info .product-size {
  margin-bottom: 30px;
}

.product-info .product-size .jcf-select {
  width: 100%;
}

.product-info .product-size-select {
  position: relative;
}

.product-info .product-size-select .product-size-tooltip {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.product-size-select_top .jcf-select .jcf-select-drop {
  border-radius: 0;
  bottom: 100% !important;
  top: auto !important;
}

.product-info .product-buy {
  margin-bottom: 30px;
}

.product-sticky-holder {
  position: relative;
}

.product-sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: -1px;
  z-index: 100;
  padding: 25px 0;
  background-color: #fff;
}

.buy-popup-photo {
  position: relative;
  padding-top: 100%;
}

/*** //Product ***/
/*** Filter ***/
.filter {
  position: relative;
  z-index: 300;
}

.filter-heading {
  font-size: 14px;
}

.filter-heading .filter-heading-items {
  position: relative;
  top: 1px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  flex-flow: row nowrap;
  -o-box-align: start;
  align-items: flex-start;
}

.filter-heading .filter-heading-item {
  position: relative;
  margin-right: 45px;
  padding: 15px 10px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.filter-heading .filter-heading-item:before {
  content: "";
  position: absolute;
  right: 0;
  top: 22px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transform: translateY(-5px);
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.filter-heading .filter-heading-item.selected:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transform: translateY(0);
}

.filter-heading .filter-heading-item:last-child {
  margin-right: 0;
}

.filter-heading .filter-heading-item:hover {
  border-bottom-color: #1D1D1D;
}

.filter-heading .filter-heading-item.active {
  border-bottom-color: #1D1D1D;
}

.filter-content {
  position: absolute;
  z-index: 500;
  bottom: 0;
  width: 100%;
}

.filter-content-items {
  position: relative;
}

.filter-content-item {
  position: absolute;
  top: 0;
  display: block;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  transform: translateY(15px);
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.filter-content-item.active {
  height: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transform: translateY(0);
}

.filter-content-item--fullwidth,
.filter-content-item--brands,
.filter-content-item--all {
  width: 100%;
}

.filter-content-item--fullwidth .filter-content-item-inner,
.filter-content-item--brands .filter-content-item-inner,
.filter-content-item--all .filter-content-item-inner {
  max-height: 100%;
  height: 100%;
}

.filter-content-item--fullwidth .filter-content-item-inner > .page-inner,
.filter-content-item--brands .filter-content-item-inner > .page-inner,
.filter-content-item--all .filter-content-item-inner > .page-inner {
  height: 100%;
  max-height: 100%;
}

.filter-content-item--fullwidth .filter-content-item-inner .filter-content-item-inner-flex,
.filter-content-item--brands .filter-content-item-inner .filter-content-item-inner-flex,
.filter-content-item--all .filter-content-item-inner .filter-content-item-inner-flex {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-flow: row wrap;
  -o-box-align: start;
  align-items: flex-start;
  -o-box-pack: justify;
  justify-content: space-between;
  max-height: 100%;
  height: 100%;
}

.filter-content-item--fullwidth .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-tabs,
.filter-content-item--brands .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-tabs,
.filter-content-item--all .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-tabs {
  width: 20%;
  max-height: 100%;
  height: 100%;
}

.filter-content-item--fullwidth .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-tabs .scrollable-tabs,
.filter-content-item--brands .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-tabs .scrollable-tabs,
.filter-content-item--all .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-tabs .scrollable-tabs {
  padding-right: 0;
  max-height: 100%;
  height: 100%;
}

.filter-content-item--fullwidth .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-tabs .filter-inner-tab-item,
.filter-content-item--brands .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-tabs .filter-inner-tab-item,
.filter-content-item--all .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-tabs .filter-inner-tab-item {
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.filter-content-item--fullwidth .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-tabs .filter-inner-tab-item:last-child,
.filter-content-item--brands .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-tabs .filter-inner-tab-item:last-child,
.filter-content-item--all .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-tabs .filter-inner-tab-item:last-child {
  margin-bottom: 0;
}

.filter-content-item--fullwidth .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-tabs .filter-inner-tab-item:hover,
.filter-content-item--brands .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-tabs .filter-inner-tab-item:hover,
.filter-content-item--all .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-tabs .filter-inner-tab-item:hover {
  color: rgba(0, 0, 0, 0.5);
}

.filter-content-item--fullwidth .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-tabs .filter-inner-tab-item.active,
.filter-content-item--brands .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-tabs .filter-inner-tab-item.active,
.filter-content-item--all .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-tabs .filter-inner-tab-item.active {
  font-weight: 600;
  color: #000;
}

.filter-content-item--fullwidth .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-content,
.filter-content-item--brands .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-content,
.filter-content-item--all .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-content {
  width: 75%;
  max-height: 100%;
  height: 100%;
}

.filter-content-item--fullwidth .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-content .filter-inner-content-item,
.filter-content-item--brands .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-content .filter-inner-content-item,
.filter-content-item--all .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-content .filter-inner-content-item {
  display: none;
  max-height: 100%;
  height: 100%;
}

.filter-content-item--fullwidth .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-content .filter-inner-content-item.active,
.filter-content-item--brands .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-content .filter-inner-content-item.active,
.filter-content-item--all .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-content .filter-inner-content-item.active {
  display: block;
}

.filter-content-item--fullwidth .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-content .scrollable-content,
.filter-content-item--brands .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-content .scrollable-content,
.filter-content-item--all .filter-content-item-inner .filter-content-item-inner-flex .filter-inner-content .scrollable-content {
  overflow-x: visible;
  overflow-y: hidden;
  padding-bottom: 35px;
}

.filter-content-item--fullwidth .filter-rows,
.filter-content-item--brands .filter-rows,
.filter-content-item--all .filter-rows {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-width: 200px;
  column-width: 200px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.filter-content-item--all.active {
  height: 350px;
}

.filter-content-item--brands.active {
  height: 670px;
}

.filter-content-item .filter-content-item-inner {
  box-sizing: border-box;
  display: block;
  padding: 20px;
  border: 1px solid #e1e1e1;
}

.filter-content-item .filter-content-item-inner .brands-letters {
  margin: 25px 0;
}

.filter-content-item .filter-content-item-inner .brands-indexes {
  margin: 25px 0;
}

.filter-content-item .filter-content-item-inner .brands-logos {
  margin-bottom: 25px;
}

.filter-content-item .filter-content-item-inner .brands-indexes-scroll {
  overflow: visible;
  overflow-y: hidden;
}

.filter-content-item .filter-content-item-inner .brands-indexes-rows {
  height: 270px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  flex-flow: row nowrap;
  -o-box-align: start;
  align-items: flex-start;
  -o-box-pack: start;
  justify-content: flex-start;
}

.filter-content-item .filter-content-item-inner .brands-indexes-rows .brands-index-row-items {
  -moz-column-width: 200px;
  column-width: 200px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.filter-row {
  margin-bottom: 20px;
}

.filter-row:last-child {
  margin-bottom: 0;
}

.filter-price {
  max-width: 300px;
}

.filter-price .filter-price-fields {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-flow: row wrap;
  -o-box-align: start;
  align-items: flex-start;
  -o-box-pack: justify;
  justify-content: space-between;
}

.filter-price .filter-price-fields .filter-price-field-item {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  flex-flow: row nowrap;
  width: 45%;
}

.filter-price .filter-price-fields .filter-price-field-item .filter-price-field-item-title {
  margin-right: 10px;
  font-size: 16px;
  line-height: 1;
}

.filter-price .filter-price-fields .filter-price-field-item .filter-price-field {
  text-align: center;
}

/*** //Filter ***/
/*** Glossary ***/
.glossary {
  margin-top: 70px;
  margin-bottom: -50px;
}

.glossary .glossary-tools {
  margin-top: 30px;
  margin-bottom: 65px;
}

.glossary .glossary-tools .glossary-search {
  padding: 14px 50px 14px 24px;
  background: #f7f5f5 url("/local/templates/brusnika/css/../svg/loupe_light.svg") no-repeat calc(100% - 15px) center;
  background-size: 24px 24px;
  border-color: #f7f5f5;
}

.glossary .glossary-tools .glossary-search:hover,
.glossary .glossary-tools .glossary-search:focus {
  border-color: #a7a7a7;
}

.glossary .glossary-tools .glossary-letters {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: justify;
  justify-content: space-between;
}

.glossary .glossary-block {
  padding: 25px 0;
}

/*** //Glossary ***/
/*** Page toolbar ***/
.page-toolbar {
  margin-top: 60px;
  text-align: center;
}

.load-more-holder {
  display: flex;
  justify-content: center;
}

.pager {
  font-size: 14px;
}

.pager .pager-items {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-flow: row wrap;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
}

.pager .pager-item {
  display: block;
}

.pager .pager-item--text:first-child {
  margin-right: 10px;
}

.pager .pager-item--text:last-child {
  margin-left: 10px;
}

.pager .pager-item--num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 34px;
  text-decoration: none;
  color: inherit;
  transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pager .pager-item--num:hover {
  background-color: #121212;
  color: #fff;
}

.pager .pager-item--num.active {
  font-weight: bold;
}

/*** //Page toolbar ***/
/*** Note ***/
.page-note {
  position: relative;
  padding: 10px 0;
  transition: transform 0.8s ease-in-out;
  z-index: 3;
}

.page-note .page-note-inner {
  position: relative;
}

.page-note .page-note-text {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.page-note .page-note-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/brusnika/css/../svg/close_white.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page-note .page-note-close:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

/*** //Note ***/
/*** Basket ***/
.order-content {
  padding: 0;
}

.order-content .order-table {
  margin-top: 40px;
  margin-bottom: 30px;
}

.order-aside {
  padding: 40px;
  background-color: #f6f5f5;
  border-radius: 20px;
}

#promocode-block {
  display: none;
}

.order-block {
  margin-bottom: 50px;
}

.order-block:last-child {
  margin-bottom: 0;
}

/*** //Basket ***/
/*** Footer ***/
.page-footer {
  padding: 80px 0;
  background-color: #1D1D1D;
  color: #fff;
  font-size: 14px;
}

.page-footer p {
  margin-bottom: 14px;
}

.footer-top {
  margin-bottom: 80px;
}

.footer-content {
  margin-bottom: 180px;
}

.footer-menu-title {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-menu .footer-menu-item-holder {
  margin-bottom: 10px;
}

.footer-menu .footer-menu-item {
  font-size: 14px;
}

.footer-logo {
  margin: 3px 0 30px 0;
  display: block;
  text-decoration: none;
}

.footer-logo img {
  display: block;
  max-width: 100%;
}

/*** //Footer ***/
/*** Pages ***/
.page-hide-footer .page-footer {
  padding: 30px 0;
  background-color: #fff;
  color: #1D1D1D;
}

.page-simple-header .page,
.page-hide-footer .page {
  padding-bottom: 50px;
  min-height: 100vh;
}

.page-simple-header .page-footer,
.page-hide-footer .page-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

/*** //Pages ***/
/*** Ajax loading ***/
.loaded-item {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.loaded-item--hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transform: translateY(50px);
}

.loaded-item--visible {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  transform: translateY(0) !important;
}

/*** //Ajax loading ***/
/*** Popup ***/
.mfp-bg {
  background-color: #000;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transform: translateY(-20px);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transform: translateY(0);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transform: translateY(-20px);
}

.page-popup {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 500px;
  padding: 70px 50px;
  background-color: #fff;
  cursor: default;
}

.page-popup.sizes {
  max-width: 910px;
}

.page-popup.sizes .page-popup-heading {
  margin-bottom: 50px;
}

.page-popup.sizes .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.page-popup.sizes-small {
  max-width: 450px;
}

.page-popup.buy {
  max-width: 900px;
}

.page-popup.buy .catalog .h1 {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}

.page-popup .mfp-close {
  top: 17px;
  right: 17px;
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: url("/local/templates/brusnika/css/../svg/form_close.svg") no-repeat center center;
  background-size: 16px 16px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  text-indent: -9999px;
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page-popup .mfp-close:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.page-popup .form-row {
  margin-bottom: 20px;
}

.page-popup .page-popup-buttons {
  margin-top: 30px;
  font-size: 14px;
}

/*** //Popup ***/
/*** Accordion ***/
.accordion {
  padding-top: 5px;
}

.accordion-title {
  margin-bottom: 22px;
}

.accordion-items {
  margin-bottom: 120px;
}
.accordion-items:last-child {
  margin-bottom: 0;
}

.accordion-item {
  overflow: hidden;
  border-top: 1px solid #E1E1E1;
}
.accordion-item:last-child {
  border-bottom: 1px solid #E1E1E1;
}
.accordion-item .accordion-item-heading {
  position: relative;
  padding: 15px 0 15px 0;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.2s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.accordion-item .accordion-item-heading:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-color: #1D1D1D;
  right: 0;
  height: 1px;
  width: 15px;
}
.accordion-item .accordion-item-heading:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-color: #1D1D1D;
  right: 7px;
  width: 1px;
  height: 15px;
}
.accordion-item .accordion-item-heading:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.accordion-item .accordion-item-content--footer,
.accordion-item .accordion-item-content {
  display: none;
  padding: 10px 0 20px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(25px);
  transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.accordion-item .accordion-item-content.show {
  opacity: 1;
  filter: none;
  transform: translateY(0);
}

.accordion-item.opened .accordion-item-heading:after {
  display: none;
}

/*** //Accordion ***/
/*** Tabs ***/
.tabs-heading {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.tabs-heading .tab-heading-item {
  position: relative;
  padding: 7px 20px;
  min-width: 190px;
  border-bottom: 3px solid transparent;
  color: #666;
  cursor: pointer;
  text-align: center;
  transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s border-bottom-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tabs-heading .tab-heading-item:hover {
  color: #1D1D1D;
}

.tabs-heading .tab-heading-item.active {
  border-bottom-color: #1D1D1D;
  color: #1D1D1D;
}

.tabs-content .tab-content-item {
  display: none;
}

.tabs-content .tab-content-item.active {
  display: block;
}

/*** //Tabs ***/
/*** Tooltips ***/
.question {
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #1D1D1D;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  color: #1D1D1D;
  transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.question:hover {
  background-color: #1D1D1D;
  color: #fff;
}

.page-tooltips {
  display: none;
}

.tooltipster-sidetip .tooltipster-box {
  box-sizing: border-box;
  padding: 20px;
  background: none;
  border: none;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  top: -1px;
  border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  top: 1px;
  border-top-color: #e1e1e1;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  top: 1px;
  border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  top: -1px;
  border-bottom-color: #e1e1e1;
}

.tooltipster-sidetip .tooltipster-content {
  max-width: 200px;
  padding: 0;
  overflow: visible;
  line-height: inherit;
  color: inherit;
}

.page-tooltip {
  display: block;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}

.page-tooltip .page-tooltip-inner {
  padding: 20px 25px;
}

/*** //Tooltips ***/
/*** magnific-popup ***/
@media screen and (max-width: 480px) {
  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-popup {
    max-height: calc(100vh - 40px);
    margin-top: 40px;
    max-width: calc(100vw - 40px) !important;
  }
}

.t585__icon, .t585__lines * {
    box-sizing: content-box !important;
}

@media screen and (max-width: 560px) {
    .t702 .t-popup__close-icon {
        position: relative;
        right: 15px;
    }
}

.noscroll {
  overflow: hidden !important;
}

/* End */


/* Start:/local/templates/brusnika/css/project-main.css?1751360760129630*/
@charset "UTF-8";
@import url(/local/templates/brusnika/css/../fonts/fonts.css);
.page-header {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header .page-inner--w1 {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .page-header {
    height: 60px;
  }
}

.page-heading .page-heading-description {
  margin: 67px auto 0 auto;
}

.to-top {
  transform: translate3d(0, -40px, 0);
}

.page-header-fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.page-header-fixed .catalog-search-menu {
  width: 0;
}

.header-logo {
  max-width: 201px;
}

.header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-menu__list {
  display: flex;
}

.header-basket-item span.dot {
  position: absolute;
  right: -4px;
  top: -4px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #000000;
  border-radius: 50%;
}

.header-menu__item {
  margin: 0 10px;
  align-items: center;
  display: flex;
}
.header-menu__item:first-child {
  margin-left: 0px;
}
.header-menu__item:last-child {
  margin-right: 0;
}

.header-menu__item a {
  text-decoration: none;
  color: #1D1D1D;
  font-weight: 200;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  display: flex;
  align-content: baseline;
  justify-content: center;
}

.header-menu__item_favorites,
.header-login-item,
.header-menu__item-catalog,
.header-menu__item_search {
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
}

.header-login-item:before,
.header-menu__item_favorites a:before,
.header-menu__item-catalog:before,
.header-menu__item_search.open-search:before,
.header-menu__item_search:before {
  content: "";
  margin-right: 10px;
  display: block;
  width: 25px;
  height: 25px;
  background-size: contain;
}

.header-menu__item_search:before {
  background: url(/local/templates/brusnika/css/../svg/search.svg) no-repeat center center;
}

.header-menu__item_search.open-search:before {
  background: url(/local/templates/brusnika/css/../svg/close.svg) no-repeat center center;
}

.header-menu__item-catalog:before {
  background: url(/local/templates/brusnika/css/../svg/burger.svg) no-repeat center center;
}

.header-login-item:before {
  background: url(/local/templates/brusnika/css/../svg/toolbar.svg) no-repeat center center;
}

.header-menu__item_favorites a:before {
  background: url(/local/templates/brusnika/css/../svg/favorite.svg) no-repeat center center;
}

.header-basket-item img {
  width: 25px;
}

@media screen and (max-width: 500px) {
  .page-header .page-inner {
    padding: 0px 15px;
  }
  .header-menu {
    position: relative;
    top: 0px;
  }
}
@media screen and (max-width: 991px) {
  .header-logo {
    max-width: 95px;
  }
  .header-basket-item span.dot {
    position: absolute;
    right: -3px;
    top: -3px;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #000000;
    border-radius: 50%;
  }
  .header-menu__item_favorites a:before {
    background: url(/local/templates/brusnika/css/../svg/favorite.svg) no-repeat center center;
  }
  .header-menu__item {
    margin: 0 15px;
  }
  .header-menu__left {
    margin-right: 31px;
  }
  .header-login-item span,
.header-menu__item_favorites span {
    display: none;
  }
  .header-menu__item-catalog:before,
.header-menu__item_favorites a:before,
.header-login-item:before {
    margin: 0px;
  }
  .header-menu__item_favorites {
    order: 0;
    margin: 0;
  }
  .header-menu__item_enter {
    order: 1;
  }
  .header-menu__item_basket {
    order: 2;
    margin: 0;
  }
  .header-favorites-item,
.header-login-item:before,
.header-menu__item_favorites a:before,
.header-menu__item-catalog:before,
.header-menu__item_search.open-search:before,
.header-menu__item_search:before {
    width: 16px;
    height: 16px;
    background-size: contain;
  }
  .header-basket-item img {
    width: 16px;
  }
  .header-menu__item span {
    display: none;
  }
  .header-menu__item_blog,
.header-menu__item_shops,
.header-menu__item-dropdown {
    display: none;
  }
  .header-menu__item:first-child {
    margin-right: 0;
  }
  .header-menu__item_search:before {
    margin-right: 0;
    border: 1px solid transparent;
  }
}
@media screen and (max-width: 300px) {
  .header-menu__left {
    margin-right: 0;
  }
}
@media screen and (min-width: 991px) {
  .header-login-item:before,
.header-menu__item_favorites a:before {
    content: none;
  }
  .header-menu__right {
    min-width: 318px;
    display: flex;
    justify-content: flex-end;
  }
}
.only-mobile_header-menu {
  display: none;
}

.only-desktop_header-menu {
  display: flex;
}

@media screen and (max-width: 991px) {
  .only-mobile_header-menu {
    display: flex;
  }
  .only-desktop_header-menu {
    display: none;
  }
}
.header-menu--light .header-menu__item_basket {
  margin-left: 15px;
}

#catalog-menu {
  min-height: 100vh;
}

a.catalog-menu__link.mb-20px {
  margin-bottom: 20px;
}

.catalog-menu__simplebar {
  height: 100%;
  overflow-y: auto;
}

.catalog-menu {
  display: block;
  position: fixed;
  top: 0;
  left: -500px;
  max-width: 500px;
  width: 100%;
  z-index: 10000;
  transition: left 0.3s;
  background: #ffffff;
  padding: 10px 0;
  overflow-y: auto;
}

.catalog-menu_visible {
  left: 0;
}

.catalog-menu__close {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.catalog-menu__close::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/local/templates/brusnika/css/../svg/close.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.catalog-menu__list {
  /*top: 47px;
  position: relative;
  left: 3px;*/
  width: calc(100% - 70px);
  /*height: 100vh;*/
  margin: 47px 0 0 3px;
  padding-bottom: 40px;
}

.catalog-menu__sublink,
.catalog-menu__link {
  text-decoration: none;
  color: #1D1D1D;
}

a.catalog-menu__link {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 9px 0;
  display: inline-flex;
}

.catalog-menu__link-red {
  color: #FF300A;
}

a.catalog-menu__link_lowercase {
  text-transform: inherit;
}

.catalog-menu__sublink {
  font-size: 10px;
  line-height: 20px;
  display: block;
  margin: 7px 0 7px 5px;
  text-transform: uppercase;
}

.catalog-menu__link.catalog-menu__separator {
  margin-bottom: 20px;
}

.catalog-menu__separator {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.catalog-menu-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 43px;
}

.catalog-menu-footer a {
  font-size: 10px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #1D1D1D;
}

.accordion_catalog-menu .accordion-item-heading {
  display: inline-flex;
}

.accordion_catalog-menu .accordion-item {
  border: none;
  margin-bottom: 10px;
}

.accordion_catalog-menu .accordion-item .accordion-item-heading {
  padding: 0;
  padding-right: 15px;
}

.accordion_catalog-menu .accordion-item .accordion-item-heading .catalog-menu__link {
  padding: 0;
  margin: 0;
}

.accordion_catalog-menu .accordion-item .accordion-item-content {
  padding: 0 0 10px 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion_catalog-menu .accordion-item .accordion-item-heading:before {
  right: 0;
  height: 1px;
  width: 9px;
}

.accordion_catalog-menu .accordion-item .accordion-item-heading:after {
  right: 9px;
  width: 1px;
  height: 9px;
}

.accordion_catalog-menu .accordion-item .accordion-item-heading:after {
  right: 4px;
}

.size-open .page-header,
.basket-open .page-header,
.show-filter .page-header,
.catalog-open .page-header {
  background-color: transparent;
  border-bottom: none;
}

.catalog-buyer-menu,
.catalog-search-menu {
  display: none;
}

.catalog-buyer-menu.active,
.catalog-search-menu.active {
  display: block;
}

.menu-sections {
  display: flex;
  padding: 30px;
  /* position: relative; */
  position: absolute;
  left: 0;
  width: 100%;
  background: #ffffff;
}

.menu-sections__inner {
  margin: auto;
  width: 100%;
  max-width: 1330px;
  margin: auto;
}

#catalog-search-menu {
  display: none;
  z-index: 1000;
}

#catalog-search-menu .menu-sections {
  /* top: 104px; */
  top: 70px;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  #catalog-search-menu .menu-sections {
    /* top: 40px; */
    top: 70px;
    padding: 15px;
  }
}

@media screen and (max-width: 480px) {
  .menu-sections-top {
    top: 40px !important;
  }
}
#catalog-buyer-menu .menu-sections {
  top: 100px;
  z-index: 10000;
  padding: 50px 53px;
}

#catalog-buyer-menu .page-inner {
  position: relative;
}

.catalog-search-menu#catalog-search-menu {
  width: 0;
}

.buyer-menu__link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.buyer-menu__link:hover {
  color: #666666;
}

/* #catalog-buyer-menu */
.buyer-menu__list {
  margin-right: 110px;
}

.buyer-menu__list li {
  margin-bottom: 10px;
}

/* /#catalog-buyer-menu */
.buyer-menu__link {
  color: #1D1D1D;
  text-decoration: none;
}

.buyer-menu__link-download {
  display: flex;
  position: relative;
  color: #666666;
  text-decoration: none;
  text-transform: uppercase;
}

.buyer-menu__link-download_ios::before {
  content: "";
  margin-right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/local/templates/brusnika/css/../svg/ios.svg) no-repeat center center;
  background-size: contain;
}

.buyer-menu__link-download_android::before {
  content: "";
  margin-right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/local/templates/brusnika/css/../svg/android.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 500px) {
  .catalog-menu {
    max-width: 90%;
    padding: 10px 0;
  }
  .catalog-menu .page-inner {
    padding: 0 15px;
  }
  .catalog-menu-footer {
    position: fixed;
    bottom: 0;
    z-index: 100;
    display: flex;
    background: #ffffff;
    justify-content: space-between;
    width: calc(90% - 15px - 21px);
    height: 47px;
  }
  .catalog-menu-footer a {
    height: 47px;
    line-height: 47px;
    padding-right: 15px;
  }
}
.simplebar__wrapper {
  height: 100vh;
}


.basket-menu {
  display: block;
  position: fixed;
  top: 0;
  right: -566px;
  max-width: 566px;
  /* min-height: 100vh; */
  width: 100%;
  z-index: 10000;
  transition: right 0.3s;
  background: #fff;
  min-height: -webkit-fill-available;
  height: 100dvh;
}



.basket-menu_visible {
  right: 0;
}

.size-menu__close,
.mobile-filter-close,
.basket-menu__close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 24px;
  height: 24px;
}

.size-menu__close::before,
.mobile-filter-close::before,
.basket-menu__close::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/local/templates/brusnika/css/../svg/close.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.basket-menu__list {
  top: 47px;
  position: relative;
  left: 3px;
  /* width: calc(100% - 70px); */
  /* height: 100vh; */
}

.basket-menu__sublink,
.basket-menu__link {
  text-decoration: none;
  color: #1D1D1D;
}

a.basket-menu__link {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 9px 0;
  display: inline-flex;
}

.basket-menu__link-red {
  color: #FF300A;
}

a.basket-menu__link_lowercase {
  text-transform: inherit;
}

.basket-menu__sublink {
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin: 7px 0 7px 5px;
  text-transform: capitalize;
}

.basket-menu__link.basket-menu__separator {
  margin-bottom: 20px;
}

.basket-menu__separator {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.basket-menu-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 43px;
}

.basket-menu-footer a {
  font-size: 10px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #1D1D1D;
}

.accordion_basket-menu .accordion-item-heading {
  display: inline-flex;
}

.accordion_basket-menu .accordion-item {
  border: none;
  margin-bottom: 10px;
}

.accordion_basket-menu .accordion-item .accordion-item-heading {
  padding: 0;
}

.accordion_basket-menu .accordion-item .accordion-item-heading .basket-menu__link {
  padding: 0;
  margin: 0;
}

.accordion_basket-menu .accordion-item .accordion-item-content {
  padding: 0 0 10px 0;
}

.accordion_basket-menu .accordion-item .accordion-item-heading:before {
  right: -20px;
}

.accordion_basket-menu .accordion-item .accordion-item-heading:after {
  right: -16px;
}

.show-filter .page:after {
  z-index: 1000;
}

.show-filter .page-header,
.basket-open .page-header {
  background-color: transparent;
  border-bottom: none;
}

.basket-buyer-menu,
.basket-search-menu {
  display: none;
}

.basket-buyer-menu.active,
.basket-search-menu.active {
  display: block;
}

.menu-sections {
  display: flex;
  padding: 30px;
  /* position: relative; */
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
}

.menu-sections__inner {
  margin: auto;
  width: 100%;
  max-width: 1330px;
  margin: auto;
}

#basket-search-menu {
  display: none;
}

#basket-search-menu .menu-sections {
  top: 82px;
  flex-direction: column;
}

#basket-buyer-menu .menu-sections {
  top: 10px;
  z-index: 1000;
  padding: 50px 70px;
}

#basket-buyer-menu .page-inner {
  position: relative;
}

.buyer-menu__link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

/* ---------------- */
.basket__title-link {
  color: #1D1D1D;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}
@media screen and (max-width: 480px) {
  .basket__title-link {
    font-size: 14px;
  }
}

.basket__title-link-clean-basket {
  color: #828282;
  text-decoration: underline;
  font-weight: 200;
}

.basket-menu-sections {
  height: calc(100vh - 95px);
  padding-top: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding-right: 20px;
}
.basket-menu-sections::-webkit-scrollbar {
    width: 3px;
}
.basket-menu-sections::-webkit-scrollbar-track {

    background-color: #E1E1E1;
}
.basket-menu-sections::-webkit-scrollbar-thumb {
    box-shadow: none;
    /*outline: 1px solid #1D1D1D;*/
    background:  #1D1D1D;
    cursor: pointer;
}




.basket-menu-sections .order-table__mr:first-child {
  border: 1px solid transparent;
  margin-bottom: 20px;
}
.basket-menu-sections .order-table__row {
  border-top: none;
  padding: 0px;
}

#catalog-basket .basket-menu-sections {
  height: calc(100vh - 187px);
}

.basket-mobile-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .basket-mobile-menu__header {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .basket-mobile-menu__header {
    padding: 0;
    row-gap: 10px;
  }
}

.basket-mobile-menu__body .order-table__block:last-child .order-table__row {
  margin-bottom: 0px;
}

.basket-mobile-menu__footer {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 40px;
  background-color: #FFF;
  z-index: 100;

}

#basket-item-list {
	max-height: calc(100svh - 260px);
}

.basket-mobile-menu__footer-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.order-table .order-table-heart {
  position: relative;
  width: 25px;
  height: 25px;
}

.order-table__row {
  display: flex;
}

.product-size-select_top .jcf-select .jcf-select-drop {
  border-top: 1px solid #a7a7a7;
}

.product-size-select_top .jcf-select.jcf-drop-active {
  border-color: #a7a7a7;
  border-bottom-color: #a7a7a7;
}

.size-menu {
  display: block;
  position: fixed;
  top: 0;
  right: -566px;
  max-width: 566px;
  min-height: 100vh;
  width: 100%;
  z-index: 10000;
  transition: right 0.3s;
  background: #fff;
  padding: 10px 0;
  /* height: 100vh; */
}

.size-menu_visible {
  right: 0;
}

.size-inner {
  padding: 40px;
  height: 100vh;
}

.size-menu-sections {
  /* overflow: hidden;
  height: 100%; */
  height: calc(100vh - 159px);
  padding-top: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.size-menu__title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .size-menu__title {
    font-size: 14px;
  }
}

.size-menu__title_left {
  text-align: left;
  margin-bottom: 20px;
}

.size-menu__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .size-menu__text {
    font-size: 12px;
  }
}

.size-item-content {
  padding: 0 10px;
}

.size-table {
  margin-bottom: 20px;
}

.tabs-heading {
  justify-content: center;
  margin-bottom: 20px;
}

.tabs-heading label {
  cursor: pointer;
}

.size-menu .tabs-heading .active {
  text-decoration: underline;
}

.size-img img {
  width: 100%;
}

.size-menu__body {
  height: 100%;
  overflow-y: auto;
}

.size-menu__img {
  width: 100%;
}

/*** Catalog ***/
.catalog-links {
  margin-bottom: 80px;
}

.catalog-links .col-auto {
  margin-bottom: 30px;
}

.brands [class^=col] {
  margin: 50px 0;
}

.brands a {
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.brands a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.brands img {
  margin: 0 auto;
  display: block;
  width: 80%;
  height: auto;
}

.catalog-items {
  margin-bottom: -80px;
}

.catalog-items + .catalog-items {
  margin-top: 80px;
}

.catalog-item {
  position: relative;
  margin-bottom: 80px;
  display: block;
  text-decoration: none;
  color: inherit;
}

.catalog-item a {
  color: inherit;
  text-decoration: none;
}

.catalog-item .catalog-item-photo-holder {
  position: relative;
  overflow: hidden;
}

.catalog-item .catalog-item-photo-holder .btn {
  position: absolute;
  z-index: 30;
  left: 30px;
  bottom: 30px;
}

.catalog-item .catalog-item-labels,
.product-labels {
  position: absolute;
  left: 20px;
  top: 20px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-flow: column;
}

.catalog-item .catalog-item-labels .catalog-item-label,
.product-labels .catalog-item-label,
.product-labels span {
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 6px;
  min-width: 40px;
  border-radius: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 200;
  text-align: center;
}

.catalog-item .catalog-item-labels .catalog-item-label.yellow,
.product-labels .catalog-item-label.yellow,
.product-labels span.yellow {
  background-color: #ffd80a;
}

.catalog-item .catalog-item-labels .catalog-item-label.black,
.product-labels .catalog-item-label.black,
.product-labels span.black {
  background-color: #1D1D1D;
  color: #fff;
}

.catalog-item .catalog-item-labels .catalog-item-label.red,
.product-labels .catalog-item-label.red,
.product-labels span.red {
  background-color: #ff300a;
  color: #fff;
}

.catalog-item .catalog-item-labels .catalog-item-label:last-child,
.product-labels .catalog-item-label:last-child,
.product-labels span:last-child {
  margin-bottom: 0;
}

.catalog-item .catalog-item-price {
  margin-top: 10px;
}

.catalog-item .catalog-item-price b,
.catalog-item .catalog-item-price span {
  margin-right: 20px;
}

.catalog-item .catalog-item-price b:last-child,
.catalog-item .catalog-item-price span:last-child {
  margin-right: 0;
}

.catalog-item .catalog-item-link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.catalog-item .catalog-item-link:hover + .catalog-item-like {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.catalog-item .catalog-item-like,
.product-like {
  position: absolute;
  z-index: 20;
  right: 6px;
  top: 6px;
  display: block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=0);
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 576px) {
  .catalog-item .catalog-item-like,
.product-like {
    width: 26px;
    height: 26px;
  }
}

.catalog-item .catalog-item-like:hover,
.product-like:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.order-table .order-table-heart:before,
.order-table .order-table-heart:after,
.catalog-item .catalog-item-like:before,
.product-like:before,
.catalog-item .catalog-item-like:after,
.product-like:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.order-table .order-table-heart:before,
.catalog-item .catalog-item-like:before,
.product-like:before {
  opacity: 1;
  background-image: url("/local/templates/brusnika/css/../svg/icon_heart16x16.svg");
}

.order-table .order-table-heart:after,
.catalog-item .catalog-item-like:after,
.product-like:after {
  opacity: 0;
  background-image: url("/local/templates/brusnika/css/../svg/icon_heart_filled16x16.svg");
}

.catalog-item .active-like,
.catalog-item .active-like:after {
  opacity: 1;
}

.order-table .order-table-heart:hover:before,
.catalog-item .catalog-item-like.filled:before,
.product-like.filled:before,
.catalog-item .catalog-item-like:hover:before,
.product-like:hover:before {
  opacity: 0;
}

.order-table .order-table-heart:hover:after,
.catalog-item .catalog-item-like.filled:after,
.product-like.filled:after,
.catalog-item .catalog-item-like:hover:after,
.product-like:hover:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transform: translateY(0);
}

.catalog-item .catalog-item-dislike {
  position: absolute;
  z-index: 20;
  right: 10px;
  top: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("/local/templates/brusnika/css/../svg/icon_dislike.svg") no-repeat center;
  background-size: contain;
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.catalog-item .catalog-item-dislike:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.catalog-item.w1 .catalog-item-photo-holder {
  padding-top: 116%;
}

.catalog-item.w2 .catalog-item-photo-holder {
  padding-top: 112%;
}

.catalog-item.w3 .catalog-item-photo-holder {
  padding-top: 53.5%;
  border-radius: 25px;
}

.catalog-item.w3 .catalog-item-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}

.catalog-item.w4 {
  margin-bottom: 0;
}

.catalog-item.w4 .catalog-item-photo-holder {
  padding-top: 117%;
}

.catalog-item.w4 .catalog-item-title {
  font-weight: bold;
}

.catalog-item.w4 .catalog-item-description {
  margin-top: 10px;
}

.catalog-item.instagram .catalog-item-photo-holder {
  padding-top: 90%;
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.catalog-item.instagram:hover .catalog-item-photo-holder {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.catalog-item.popup .catalog-item-title {
  font-weight: bold;
}

.catalog-item.popup .catalog-item-price {
  text-align: left;
}

.catalog-item.popup .catalog-item-price b {
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .catalog-items--slider-watched.mlr-sm--20px,
.catalog-items--slider.mlr-sm--20px {
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding-left: 20px;
  }
}



.catalog-items--slider-watched,
.catalog-items--slider {
  margin-bottom: 0;
}




.catalog-items--slider-watched.slick-slider > .slick-list > .slick-track {
    min-width: 100%;

}
.catalog-items--slider-watched .catalog-item-photo-holder .slick-track,
.catalog-items--slider-watched .catalog-item-photo-holder .slick-track img {
    max-width: 100% !important;
}



.catalog-items--slider-watched .catalog-item.w2 .slider-size {
    display: none !important;
}




.catalog-items--slider-watched .catalog-item,
.catalog-items--slider .catalog-item {
  margin: 0 10px;
}

.catalog-items--slider-watched .catalog-item.brand,
.catalog-items--slider .catalog-item.brand {
  margin: 0 30px;
}

.catalog-items--slider-watched .catalog-item.popup,
.catalog-items--slider .catalog-item.popup {
  margin: 0 20px;
}

.catalog-toolbar {
  position: relative;
  margin-bottom: 80px;
  font-size: 14px;
}

.catalog-toolbar:after {
  content: "";
  position: absolute;
  left: calc(var(--bs-gutter-x) * 0.5);
  right: calc(var(--bs-gutter-x) * 0.5);
  bottom: -1px;
  display: block;
  border-bottom: 1px solid #1D1D1D;
}

.catalog-toolbar + .catalog-filtered {
  margin-bottom: 80px;
  margin-top: -60px;
}

.catalog-toolbar-sorter {
  position: relative;
  display: inline-block;
  padding: 11px 25px 11px 14px;
  min-width: 150px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
}

.catalog-toolbar-sorter:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 18px;
  display: block;
  width: 12px;
  height: 7px;
  background: url("/local/templates/brusnika/css/../svg/select_arr.svg") no-repeat center center;
  background-size: contain;
  transition: 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.catalog-toolbar-sorter .catalog-toolbar-sorter-items {
  position: absolute;
  z-index: 1000;
  left: -1px;
  right: -1px;
  top: 100%;
  display: none;
  border: 1px solid #e1e1e1;
  border-top: none;
  background-color: #fff;
}

.catalog-toolbar-sorter .catalog-toolbar-sorter-items .catalog-toolbar-sorter-item {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 9px 14px;
  transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.catalog-toolbar-sorter .catalog-toolbar-sorter-items .catalog-toolbar-sorter-item:hover {
  background-color: #e1e1e1;
}

.catalog-toolbar-sorter.active {
  border-color: #e1e1e1;
}

.catalog-toolbar-sorter.active:after {
  transform: rotate(-180deg);
}

.catalog-toolbar-sorter.active .catalog-toolbar-sorter-items {
  display: block;
}

.catalog-filtered {
  margin-top: 20px;
  font-size: 14px;
}

.catalog-filtered .catalog-filtered-items {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: start;
  justify-content: flex-start;
}

.catalog-filtered .catalog-filtered-items .catalog-filtered-item {
  position: relative;
  margin-right: 40px;
}

.catalog-filtered .catalog-filtered-items .catalog-filtered-item:last-child {
  margin-right: 0;
}

.catalog-filtered .catalog-filtered-items a.catalog-filtered-item {
  padding-right: 20px;
}

.catalog-filtered .catalog-filtered-items a.catalog-filtered-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
  background: url("/local/templates/brusnika/css/../svg/basket_remove.svg") no-repeat center center;
  background-size: contain;
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.catalog-filtered .catalog-filtered-items a.catalog-filtered-item:hover:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.catalog-filtered .catalog-filtered-items a.catalog-filtered-item:active:after {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.catalog-filtered .catalog-filtered-items a.catalog-filtered-item--clear {
  padding: 0;
}

.catalog-filtered .catalog-filtered-items a.catalog-filtered-item--clear:after {
  display: none;
}

/*** //Catalog ***/
.catalog {
  position: relative;
}
.catalog .slider-arrows-wrap {
  position: absolute;
  max-width: calc(100% + 80px);
  top: calc(50% - 20px);
  z-index: 1;
  left: -40px;
  right: -20px;
  padding: 0;
}
@media screen and (max-width: 1660px) {
  .catalog .slider-arrows-wrap {
    max-width: calc(100% + 40px);
    top: calc(50% - 20px);
    z-index: 1;
    left: -30px;
    right: -20px;
    padding: 0;
  }
}
@media screen and (max-width: 1630px) {
  .catalog .slider-arrows-wrap {
    max-width: calc(100% + 30px);
    top: calc(50% - 20px);
    z-index: 1;
    left: -25px;
    right: -10px;
    padding: 0;
  }
}

.catalog-item-title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;

  user-select: none;
}
.catalog-item-title .catalog-item-color {
  text-transform: none;
}
@media screen and (max-width: 480px) {
  .catalog-item-title {
    font-size: 10px;
  }
}

.catalog-item-price {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 480px) {
  .catalog-item-price {
    font-size: 10px;
  }
}

.catalog-item .catalog-item-title {
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .catalog-item .catalog-item-title {
    margin-top: 5px;
    line-height: 20px;
    flex-direction: column;
  }
  .catalog-item .catalog-item-title .catalog-item-color {
    display: none;
  }
  .catalog-item .catalog-item-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

}
.catalog-item .catalog-item-title-block {
  width: 55%;
}
@media screen and (max-width: 480px){
  .catalog-item .catalog-item-title-block {
    width: 100%;
  }
}
span.catalog-item-title-block {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-item .catalog-item-title-title {
  line-height: 20px;

}
@media screen and (max-width: 480px){
  .catalog-item .catalog-item-title-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.catalog-item .catalog-item-price {
  margin-top: 5px;
  line-height: 12px;
  height: 20px;
}
@media screen and (max-width: 480px){
  .big-grid__item-one-center .catalog-item .catalog-item-price {
    margin-left: 15px;
  }
}
.catalog-item .catalog-item-labels .catalog-item-label {
  border-radius: 0px;
}

.catalog-item-photo-holder {
    display: block;
    text-decoration: none;
}

.catalog-item.w2 .catalog-item-photo-holder {
  padding-top: 154%;
}

.catalog-item-price .old {
  color: #A4A1A1;
  margin-left: 10px;
}

.catalog-item-text {
  max-width: 760px;
  text-align: center;
  margin: -10px auto 70px auto;
}

.catalog-item-text__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 15px;
}

.catalog-item-text__lid {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  max-width: 525px;
  margin: auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 576px) {
  .big-grid__item-four-left .catalog-item-title-block,
  .big-grid__item-four-center .catalog-item-title-block,
  .big-grid__item-four-right .catalog-item-title-block {
    width: 65%;
  }
  .big-grid__item-four-left .catalog-item-title-title,
  .big-grid__item-four-center .catalog-item-title-title,
  .big-grid__item-four-right .catalog-item-title-title {
    font-size: 9px;
  }
  .big-grid__item-four-left .catalog-item-color,
  .big-grid__item-four-center .catalog-item-color,
  .big-grid__item-four-right .catalog-item-color {
    font-size: 8px;
  }
  .big-grid__item-four-left .product-item-price-current,
  .big-grid__item-four-center .product-item-price-current,
  .big-grid__item-four-right .product-item-price-current,
  .big-grid__item-four-left .product-item-price-old,
  .big-grid__item-four-center .product-item-price-old,
  .big-grid__item-four-right .product-item-price-old {
    font-size: 10px;
  }
}

.link-more {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  color: #1D1D1D;
}

.catalog-item.w1 .catalog-item-photo-holder {
  padding-top: 150%;
}

.catalog-items--slider-watched .catalog-item-price,
.catalog-items--slider .catalog-item-price {
  /* margin-top: 15px; */
  justify-content: center;
}

.page-toolbar {
  margin-top: 45px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .page-toolbar {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.catalog-item.w2 {
  position: relative;
}
.catalog-item.w2 .order-table__color {
  display: none;
}
.catalog-item.w2 .slider-size {
  z-index: -2;
  position: absolute;
  width: calc(100% - 30px);
  margin-left: 15px;
  bottom: 75px;
}
.catalog-item.w2 .slider-arrows {
  position: absolute;
  top: calc(50% - 16px);
  width: calc(100% - 30px);
  margin-left: 15px;
}
.catalog-item .slick-dots {
    position: absolute;
    left: auto;
    bottom: 0;
    justify-content: flex-end;
    right: 2px;
    bottom: 4px;
}
.catalog-item .slick-dots button {
    margin: 0 4px;
}
@media screen and (max-width: 990px) {
    .catalog-item.w2 .slider-arrows {
        margin-top: -20px;
        z-index: 100;
        margin-left: 10px;
        width: calc(100% - 20px);
    }

}
@media screen and (min-width: 990px) {
    .catalog-item.w2:hover .catalog-item-color {
        display: none !important;
      }

      .catalog-item.w2:hover .order-table__color {
        display: flex;
        margin: 0;
        flex-wrap: wrap;
        position: absolute;
        width: 75px;
        right: 0;
        bottom: 10px;
      }

}


@media screen and (max-width: 480px) {
  .catalog-item.w2:hover .order-table__color {
    bottom: 0px;
  }
}

@media screen and (min-width: 992px) {
    .catalog-item.w2:hover .slider-size,
    .catalog-item.w2:hover .slider-arrows .slick-arrow {
    z-index: 11;
    cursor: pointer;
    }


}
.catalog-item.w2 .catalog-item-photo-holder .slick-list.draggable {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: calc(100% + 25px);
}

.slider-size {
  padding: 15px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  user-select: none;
}
.slider-size__title {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .slider-size__title {
    font-size: 10px;
  }
}
.slider-size__list ul {
  font-size: 12px;
  display: flex;
  justify-content: space-around;
  max-width: 230px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .slider-size__list ul {
    font-size: 10px;
  }
}
.slider-size a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .catalog-item-text__title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .catalog-item-text__lid {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .link-more {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-items .row > * {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
  #catalog-items .slider-prev-watched .row {
    padding-left: 15px;
  }
}
.page-note {
  padding: 10px 0;
  background-color: #F7F5F5;
}
.page-note .page-note-text {
  font-weight: 200;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1D;
  text-align: center;
}
.page-note .page-note-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/local/templates/brusnika/css/../svg/close.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.filters-rezult__not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .filters-rezult__not-found {
    margin-bottom: 10px;
  }
}

.filters-rezult__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .filters-rezult__title {
    font-size: 14px;
    line-height: 20px;
  }
}

.filters-rezult__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 480px) {
  .filters-rezult__text {
    font-size: 12px;
  }
}

.filters-row {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  height: 50px;
}
.filters-row:last-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .filters-row {
    height: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .filters-row .slick-initialized .slick-slide {
    font-size: 10px;
    display: block;
    overflow-x: hidden;
    text-align: center;
  }
}

.filters-row:first-child {
  border: none;
}

.catalog-filtered {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 400;
  /* font-weight: 200; */
}

.filters-row > div {
  display: flex;
  flex: 1;
}

.filters-row > div:last-child {
  justify-content: flex-end;
}

.filters-row__list {
  /*max-width: 490px;*/
  position: relative;
  z-index: 1;
}

.filters-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .filters-list {
    margin-left: 15px;
  }
}

.filters-list-small {
  font-size: 14px;
  display: flex;
  text-transform: capitalize;
  margin-left: 30px;
}
@media screen and (max-width: 480px) {
  .filters-list-small {
    margin-right: 15px;
  }
}

.filters-list-small li {
  margin-left: 10px;
}

.filters-list-small a,
.filters-list a {
  white-space: nowrap;
  text-decoration: none;
  color: #1D1D1D;
}

.filters-list a:hover {
  font-weight: 600;
}

.filters-list-small a {
  color: #bebebe;
}

.filters-list-small .active,
.filters-list-small a:active,
.filters-list-small a:hover {
  color: #1D1D1D;
}

.catalog-toolbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
  margin-bottom: 80px;
}

@media screen and (max-width: 480px) {
  .mobile-filter-open {
    font-size: 10px;
  }
}
.link.link--black.mobile-filter-open {
  display: flex;
}

.catalog-toolbar {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0 !important;
}

.filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.filter__col1,
.filter__col2 {
  display: flex;
  width: auto;
}

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

.filter-row {
  display: flex;
}

.filter-row > label {
  flex: 1;
}

.filter-row__size {
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-filter__link {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1D;
  margin-bottom: 22px;
}

.filter-slider__shops-link,
.filter-slider__shops-list-link {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .filter-slider__shops-link,
.filter-slider__shops-list-link {
    margin-left: 7px;
    margin-right: 7px;
    padding: 0;
  }
}

.filter-price-fields {
  width: 100px;
  height: 40px;
}

/*** Filter from project.responsive.scss***/
.mobile-filter-open {
  text-transform: uppercase;
  position: relative;
  top: 1px;
}

.mobile-filter-holder {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11000;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateX(-102%);
}

.mobile-filter-holder .mobile-close {
  z-index: 50;
  right: auto;
  left: 0;
}

.mobile-filter-holder .mobile-filter-scroll-holder {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background-color: rgba(18, 18, 18, 0.8);
}

.mobile-filter-holder .mobile-filter-scroll-inner {
  position: relative;
  z-index: 100;
  left: 0;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background-color: #fff;
}

.mobile-filter {
  position: relative;
  background-color: #fff;
}

.mobile-filter-heading {
  padding: 50px 40px 20px 40px;
  display: box;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.mobile-filter-heading .mobile-filter-heading-title {
  margin-bottom: 0;
  font-weight: bold;
}

.mobile-filter-heading .mobile-filter-heading-reset {
  font-family: "SFProDisplay";
  line-height: 1;
}

.mobile-filter-item:first-child {
  border-top: 1px solid #1d1d1d;
}

.mobile-filter-item:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 22px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #121212;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transform: translateY(-5px);
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mobile-filter-item.selected:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transform: translateY(0);
}

.mobile-filter-item.m-0.selected:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transform: translateY(0);
}

.mobile-filter-item .mobile-filter-item-heading {
  position: relative;
  padding: 12px 0;
  cursor: pointer;
}

.mobile-filter-item .mobile-filter-item-heading .mobile-filter-item-heading-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.mobile-filter-item .mobile-filter-item-heading .mobile-filter-item-heading-toggler {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  font-size: 19px;
  line-height: 1;
}

.mobile-filter-item .mobile-filter-item-heading .mobile-filter-item-heading-toggler:before,
.mobile-filter-item .mobile-filter-item-heading .mobile-filter-item-heading-toggler:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 20px;
}

.mobile-filter-item .mobile-filter-item-heading .mobile-filter-item-heading-toggler:before {
  content: "+";
}

.mobile-filter-item .mobile-filter-item-heading .mobile-filter-item-heading-toggler:after {
  content: "–";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  line-height: 20px;
}

.mobile-filter-item .mobile-filter-item-content {
  padding: 10px 0;
  display: none;
}

.mobile-filter-item .filter-price .filter-price-fields {
  margin-bottom: 15px;
  width: 100%;
  display: flex;
}

.mobile-filter-item .filter-price .filter-price-fields .filter-price-field-item {
  width: 150px;
  height: 40px;
}

.mobile-filter-item .brand-search {
  margin-bottom: 20px;
}

.mobile-filter-item .brand-search .brand-search-field {
  padding-right: 40px;
  background: url("/local/templates/brusnika/css/../svg/icon_loupe.svg") no-repeat 95% center;
}

.mobile-filter-item .filter-brand {
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  flex-flow: row nowrap;
  -o-box-align: start;
  align-items: flex-start;
  -o-box-pack: justify;
  justify-content: space-between;
}

.mobile-filter-item .filter-brand:last-child {
  margin-bottom: 0;
}

.mobile-filter-item .filter-brand .filter-brand-title {
  width: 20px;
  font-weight: 500;
  text-align: center;
  font-size: 15px;
}

.mobile-filter-item .filter-brand .filter-brand-content {
  width: calc(100% - 25px);
}

.mobile-filter-item .mobile-filter-brands {
  max-height: 80vh;
  overflow: auto;
  overflow-x: hidden;
}

.mobile-filter-item.open .mobile-filter-item-heading .mobile-filter-item-heading-toggler:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.mobile-filter-item.open .mobile-filter-item-heading .mobile-filter-item-heading-toggler:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.mobile-filter-item.open .mobile-filter-item-content {
  display: block;
}

.show-filter {
  overflow: hidden;
}

.show-filter .mobile-filter-holder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transform: translateX(0);
}

/*** //Filter ***/
/* //правки моб меню */
.mobile-filter .mobile-filter-close {
  right: 20px;
}

.mobile-filter-heading .mobile-filter-heading-reset {
  font-family: "SFProDisplay", "Arial", sans-serif;
}

@media screen and (max-width: 960px) {
  .catalog-item .catalog-item-like {
    display: block;
    opacity: 1;
  }

}
/* показ фильтра */
.mobile-filter {
    position: relative;
    height: 100%;
}
.mobile-filter::-webkit-scrollbar {
    width: 3px;
}
.mobile-filter::-webkit-scrollbar-track {
    background-color: #E1E1E1;
}
.mobile-filter::-webkit-scrollbar-thumb {
    box-shadow: none;
    /*outline: 1px solid #1D1D1D;*/
    background:  #1D1D1D;
    cursor: pointer;
}

.mobile-filter-items::-webkit-scrollbar {
  width: 3px;
}
.mobile-filter-items::-webkit-scrollbar-track {
  background-color: #E1E1E1;
}
.mobile-filter-items::-webkit-scrollbar-thumb {
  box-shadow: none;
  /*outline: 1px solid #1D1D1D;*/
  background:  #1D1D1D;
  cursor: pointer;
}


.mobile-filter-footer {
  margin-top: auto;
}

.mobile-filter-items {

}
.mobile-filter-items .filter-row {
  border: 1px solid transparent;
}

.mobile-filter-holder {
  display: block;
  position: fixed;
  top: 0;
  right: -566px;
  left: auto;
  max-width: 566px;
  min-height: 100vh;
  width: 100%;
  z-index: 10;
  transition: right 0.3s;
  transform: none;
  background: #fff;
  padding: 0 0;
}

.show-filter .mobile-filter-holder {
  z-index: 1001;
  right: 0;
  left: auto;
}

.mobile-filter-holder .mobile-filter-scroll-holder,
.mobile-filter-holder .mobile-filter-scroll-inner {
  overflow: hidden !important;
}

.mobile-filter-holder .mobile-filter-scroll-inner {
  overflow-y: auto !important;
}

/* оформление */
.mobile-filter-heading-title {
  color: #1D1D1D;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.mobile-filter-item-heading-title {
  font-weight: 200;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.mobile-filter .mobile-filter-item {
  padding: 5px 0px;
  margin: 0 45px;
}

.mobile-filter-item .mobile-filter-item-heading .mobile-filter-item-heading-title {
  /* font-weight: 400; */
  font-weight: 200;
  font-size: 12px;
  line-height: 20px;
}

.mobile-filter-item .mobile-filter-item-heading .mobile-filter-item-heading-toggler:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  /*width: 25px;
  height: 26px;*/
  background: url(/local/templates/brusnika/css/../svg/plus.svg) no-repeat center center;
  /* transform: rotate(45deg); */
}

.mobile-filter-item .mobile-filter-item-heading .mobile-filter-item-heading-toggler:after {
  content: "";
  background: url(/local/templates/brusnika/css/../svg/minus.svg) no-repeat center center;
}

.mobile-filter-item:first-child {
  border-top: 1px solid #E1E1E1;
}

.mobile-filter-item {
  position: relative;
  padding: 5px 0x;
  border-bottom: 1px solid #E1E1E1;
}
@media screen and (max-width: 480px) {
  .mobile-filter-item--size .form-checkbox-title {
    font-size: 11px;
    white-space: nowrap;
  }
  .mobile-filter-item--size .jcf-checkbox {
    min-width: 14px;
    min-height: 14px;
    width: 14px;
    height: 14px;
  }
}
.mobile-filter-item .form-checkbox-title {
  white-space: nowrap;
}

.mobile-filter-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
  }

.show-filter .mobile-filter-btns {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    padding: 20px 40px;
    box-sizing: border-box;
    background-color: #FFF;
}

.mobile-filter-btns .btn {
  max-width: 100%;
  width: 100%;
}

.mobile-filter-reset {
  font-weight: 200;
  text-decoration: none;
  color: #000;
  margin-top: 10px;
}

.mobile-filter-item-content .filter-price {
  max-width: 100%;
  padding: 0 20px;
}

.mobile-filter-item-content {
  display: flex;
}

/* ------filter ----jcf---------------- */
.jcf-checkbox.jcf-checked {
  background-color: #1D1D1D;
  border-color: #1D1D1D;
}
.jcf-checkbox.jcf-checked input {
  /*z-index: -1;*/
}

.filter-checkbox-bg {
  opacity: 1 !important;
}

.bg-beige {
  background: #C6C4BF;
}

.bg-turquoise {
  background: #00C4B0;
}

.bg-burgundy {
  background: #A52A2A;
}

.bg-blue {
  background: #1F75FE;
}

.bg-denim {
  background: #1560BD;
}

.bg-yellow {
  background: #F8DD58;
}

.bg-green {
  background: #61882D;
}

.bg-gold {
  background: #A57C00;
}

.bg-emerald {
  background: #017258;
}

.bg-brown {
  background: #AF593E;
}

.bg-lactic {
  background: #FDFFF5;
}

.bg-red {
  background: #E93224;
}

.bg-menthol {
  background: #C1F9A2;
}

.bg-orange {
  background: #FFA500;
}

.bg-pink {
  background: #D8006C;
}

.bg-silver {
  background: #C0C0C0;
}

.bg-grey {
  background: #C6C4BF;
}

.bg-blue {
  background: #3472A9;
}

.bg-lilac {
  background: #BF99E4;
}

.bg-violet {
  background: #894FA5;
}

.bg-fuchsia {
  background: #D8006C;
}

.bg-khaki {
  background: #8A896F;
}

.bg-black {
  background: #000000;
}

@media screen and (max-width: 960px) {
  .jcf-number {
    height: 50px;
    line-height: 50px;
  }
  .jcf-number input {
    height: 50px;
  }
  .order-table__info .jcf-number input {
    height: 25px;
  }
}
.wrapper-form-checkbox {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .wrapper-form-checkbox {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .mobile-filter-holder {
    font-size: 12px;
  }
  .mobile-filter-holder .mobile-filter-items,
.mobile-filter-holder .mobile-filter-heading {
    padding: 0 15px !important;
  }
.show-filter .mobile-filter-btns {
bottom: 100px;
}
  .mobile-filter-holder .mobile-filter-heading {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }
  .mobile-filter-holder .mobile-filter-btns {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mobile-filter-holder .mobile-filter-items {
    top: 80px !important;
    bottom: 200px !important;
  }
  .show-filter .mobile-filter-btns {
        bottom: 120px;
}
  .mobile-filter-holder .mobile-filter-close {
    right: 11px !important;
    top: 10px !important;
  }
  .mobile-filter-holder .filter-price-field-item-title {
    display: none;
  }
  .mobile-filter-holder .filter-price-field-item {
    width: 110px !important;
  }
  .mobile-filter-holder .filter-price-field {
    padding: 5px !important;
  }
}
.mobile-filter-holder .basket-inner {
  padding: 40px 0;
}
.mobile-filter-holder form {
    height: 100%;
}
.mobile-filter-holder .mobile-filter-close {
  right: 15px;
  top: 20px;
  z-index: 100;
}

.mobile-filter-holder .mobile-filter-items {
  position: absolute;
  top: 90px;
  bottom: 95px;
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 40px;
}

.mobile-slider {
  display: block !important;
  padding: 0 10px;
  padding-bottom: 20px;
  white-space: nowrap;
  overflow: auto;
  margin-bottom: 20px;
  text-align: center;
scrollbar-width: thin;
scrollbar-color: transparent transparent;
}

.mobile-slider::-webkit-scrollbar {
  height: 4px;
}

.mobile-slider::-webkit-scrollbar-track {
  background-color: transparent;
  border-bottom: 1px solid transparent;
}

.mobile-slider::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: transparent;
}

.mobile-slider > div,
.mobile-slider > a {
  vertical-align: top;
  display: inline-block;
  white-space: normal;
}

.mobile-slider {
  margin-bottom: 0;
}

.mobile-slider .article-item {
  margin-right: 0px;
  margin-bottom: 0;
  padding: 0;
  max-width: 120px;
}

.row.mobile-slider > * {
  width: auto;
}

.row.mobile-slider a {
  white-space: nowrap;
  text-decoration: none;
  color: #1D1D1D;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.row.mobile-slider a:hover {
  font-weight: 600;
}

.btn {
  font-family: "SFProDisplay", "Arial", sans-serif;
  background-color: #1D1D1D;
  color: #ffffff;
}

.btn--medium {
  min-width: 180px;
  max-width: 280px;
  height: 55px;
  padding: 0 35px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .btn--medium {
    min-width: 183px;
    height: 40px;
    padding: 0 20px;
    font-size: 10px;
  }
}

.btn--large {
  min-width: 199px;
  max-width: 280px;
  height: 75px;
  padding: 0 35px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.btn--black,
.btn--black_border.btn--medium,
.btn--black_border.btn--small {
  border-radius: 0;
}

.btn--black:hover {
  border-color: #404040;
  background-color: #404040;
}

.btn--black_border {
  border: 1px solid #1D1D1D;
  color: #1D1D1D;
  background-color: transparent;
}
.btn--black_border:hover {
  border-color: #1D1D1D;
  background-color: #1D1D1D;
  color: #ffffff;
}

.btn--fullwidth {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mobile-filter label,
.mobile-filter input {
  /* label */
  font-weight: lighter;
}

.forgot-password {
  padding: 0 45px;
}

ul.disc {
  list-style: disc;
  padding-left: 30px;
}

#change-password-popup #form_email > .form-row:first-child,
#change-password-popup #form_phone > .form-row:first-child,
#change-password-popup #auth-form_phone > .form-row:first-child,
#change-password-popup #auth-form_email > .form-row:first-child,
#auth-form #form_email > .form-row:first-child,
#auth-form #form_phone > .form-row:first-child,
#auth-form #auth-form_phone > .form-row:first-child,
#auth-form #auth-form_email > .form-row:first-child {
  position: absolute;
  left: 0;
  top: 0;
}

#change-password-popup {
  padding-top: 100px;
}
#change-password-popup .tabs.form-tabs {
  position: relative;
  padding-top: 80px;
}

#auth-form {
  padding-top: 100px;
}

#auth-form .tabs.form-tabs {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 480px) {
  #auth-form {
    padding: 5px 15px;
  }
}
#auth-form .tabs-heading .tab-heading-item {
  padding: 0 20px 10px 20px;
}
#auth-form .page-popup-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  #auth-form .page-popup-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
#auth-form .page-popup-title--small {
  margin-bottom: 20px;
}
#auth-form .new-code {
  color: #7C7C7C;
  text-align: center;
}

@media screen and (max-width: 480px) {
  #change-password-popup .page-popup-title {
    font-size: 14px;
  }
}

.reg-form__width {
  max-width: 500px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .reg-form__width {
    max-width: calc(100% - 60px);
  }
}
.reg-form__under-form-text {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .reg-form__under-form-text {
    font-size: 12px;
  }
}

.jcf-number {
  position: relative;
  top: -5px;
  display: block;
  width: 106px;
  height: 55px;
  padding: 0 28px;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
}

.jcf-number input {
  font-family: "SFProDisplay", "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
  text-align: center;
}

.jcf-number .jcf-btn-inc,
.jcf-number .jcf-btn-dec {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jcf-number .jcf-btn-inc:after,
.jcf-number .jcf-btn-dec:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 30;
  text-align: center;
  color: #1D1D1D;
  transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jcf-number .jcf-btn-inc:hover:after,
.jcf-number .jcf-btn-dec:hover:after {
  color: #666;
}

.jcf-number .jcf-btn-inc {
  right: 0;
}

.jcf-number .jcf-btn-inc:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/local/templates/brusnika/css/../svg/plus.svg");
  background-position: center;
}

.jcf-number .jcf-btn-dec {
  left: 0;
}

.jcf-number .jcf-btn-dec:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/local/templates/brusnika/css/../svg/minus.svg");
  background-position: center;
}

.jcf-number input::-webkit-outer-spin-button,
.jcf-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.jcf-range {
  position: relative;
  display: block;
  padding: 25px 0;
}

.jcf-range:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f8f8f8;
}

.jcf-range .jcf-range-wrapper {
  display: block;
  width: 100%;
}

.jcf-range .jcf-range-display-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.jcf-range .jcf-range-display-wrapper .jcf-range-display {
  position: absolute;
  display: block;
  height: 2px;
  background-color: #1D1D1D;
}

.jcf-range .jcf-range-track {
  position: absolute;
  display: block;
  width: 100%;
}

.jcf-range .jcf-range-track .jcf-range-handle {
  position: absolute;
  top: -5.5px;
  margin-left: -6.5px;
  display: block;
  width: 13px;
  height: 13px;
  background-color: #1D1D1D;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jcf-range .jcf-range-track .jcf-range-handle:hover {
  transform: scale(1.4);
}

.form-captcha-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.form-captcha-inner .form-captcha-img {
  width: 25%;
}
.form-captcha-inner .form-captcha-reload {
  display: block;
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #121212 url(/local/templates/brusnika/css/../svg/icon_load.svg) no-repeat center center;
  background-size: 60%;
  text-indent: -9999px;
  cursor: pointer;
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page-popup {
  font-size: 14px;
  font-weight: 400;
  max-width: 430px;
  padding: 55px 45px;
}
@media screen and (max-width: 480px) {
  .page-popup {
    font-size: 12px;
  }
}
.page-popup #map {
  width: auto;
  height: 550px;
}
@media screen and (max-width: 768px) {
  .page-popup #map {
    height: 440px;
  }
}
.page-popup--checked {
  position: relative;
  background: #fff;
  padding: 0px !important;
  max-width: 800px;
  max-height: 630px;
  overflow-x: hidden;
  margin: auto;
}
.page-popup--checked .page-popup-title {
  margin-top: 10px;
}
.page-popup--checked .page-popup-body {
  display: flex;
}
.page-popup--checked .page-popup-body__card-block {
  width: 50%;
}
.page-popup--checked .page-popup-body__text-block {
  padding: 0 15px;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .page-popup--checked .page-popup-body {
    flex-direction: column;
  }
  .page-popup--checked .page-popup-body__card-block,
.page-popup--checked .page-popup-body__text-block {
    width: 100%;
  }
}
.page-popup--auth-form {
  min-width: 430px;
  padding: 20px !important;
}
@media screen and (max-width: 480px) {
  .page-popup--auth-form {
    min-width: 100%;
  }
}
.page-popup-heading {
  margin-bottom: 20px;
}
.page-popup-heading-title {
  margin-bottom: 20px;
}
.page-popup-heading-title img {
  margin-left: 50px;
  display: inline-block;
}
.page-popup-footer .btn {
  margin-bottom: 15px;
}
.page-popup-footer .btn:last-child {
  margin-bottom: 0;
}
.page-popup-w565 {
  max-width: 565px;
}
.page-popup-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 10px;
}
.page-popup-title--small {
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin-bottom: 25px;
}
.page-popup .form-label {
  color: #666666;
}
.page-popup .tabs-heading .tab-heading-item {
  min-width: auto;
  white-space: nowrap;
}
.page-popup .check-dimensions-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.page-popup .size-list {
  display: flex;
  justify-content: space-between;
}
.page-popup .size-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #1D1D1D;
  text-decoration: none;
}
.page-popup .size-list a .active, .page-popup .size-list a:hover {
  color: #ffffff;
  background-color: #1D1D1D;
}
.page-popup .size-list_vertical {
  flex-direction: column;
  align-items: center;
}
.page-popup .size-list_vertical li {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 12px 0;
}
.page-popup .size-list_vertical li a {
  text-decoration: none;
  color: #1D1D1D;
}
.page-popup .size-list_vertical li a:hover {
  color: #ffffff;
  background-color: #1D1D1D;
}
.page-popup .product-list {
  gap: 25px;
  display: flex;
  flex-direction: column;
}
.page-popup .product-list-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #1D1D1D;
}
.page-popup .product-list-link__img {
  display: flex !important;
  align-items: center;
  gap: 15px;
}
.page-popup .product-list-link img {
  border: 1px solid transparent;
}
.page-popup .product-list-link:hover img {
  border: 1px solid #A4A1A1;
}

.page-popup .size-list a.active {
  color: #ffffff;
  background-color: #1D1D1D;
}

#change-color-popup.page-popup,
#change-size-popup.page-popup {
  padding: 20px;
}

#catalog-size-popup.page-popup {
  max-width: 600px;
  height: 98vh !important;
  overflow: hidden;
}

.page-footer {
  padding: 0;
  background-color: transparent;
  color: #1D1D1D;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .page-footer .page-inner {
    padding: 0;
  }
  .page-footer .footer-content {
    padding: 0 15px;
  }
}

.footer-top {
  margin-bottom: 70px;
}

.footer-top a {
  text-decoration: none;
  color: #666666;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .footer-top a {
    font-size: 10px;
  }
}

ul.footer-top__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.footer-top__item {
  border: 1px solid #E1E1E1;
  border-right: 1px solid transparent;
  display: flex;
  flex: 1;
  height: 70px;
}
.footer-top__item:first-child {
  border-left: 1px solid transparent;
}
.footer-top__item:last-child {
  border-right: 1px solid transparent;
}
@media screen and (max-width: 480px) {
  .footer-top__item {
    height: 40px;
  }
}

.footer-link-ios,
.footer-link-android {
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
}

.footer-link-ios::before,
.footer-link-android::before {
  content: "";
  margin-right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
}

.footer-link-ios::before {
  background: url(/local/templates/brusnika/css/../svg/ios.svg) no-repeat center center;
}

.footer-link-android::before {
  background: url(/local/templates/brusnika/css/../svg/android.svg) no-repeat center center;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

.footer-content > div {
  display: flex;
  flex: 1;
}

@media screen and (min-width: 990px) {
  .footer-content__list:first-child {
    margin-right: 100px;
  }
}
.footer-bottom__right,
.footer-bottom__center a,
.footer-bottom__list a,
.footer-content__list a {
  text-decoration: none;
  color: #666666;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (min-width: 480px) {
  .footer-bottom__right,
.footer-bottom__center a,
.footer-bottom__list a,
.footer-content__list a {
    font-size: 14px;
  }
}

.footer-content__list li {
  margin-bottom: 10px;
}
@media screen and (max-width: 990px) {
  .footer-content__list li {
    float: left;
    width: 50%;
  }
}

.footer-content .footer-content__center {
  flex: 2;
}

.footer-content__right {
  justify-content: flex-end;
  flex-direction: column;
}

.footer-content .accordion-item-heading {
  color: #666666;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .footer-content .accordion-item-heading {
    font-size: 10px;
  }
}

.footer-content .accordion-item {
  border: none;
  border-bottom: 1px solid #F6F5F5;
}

.footer-content .accordion-item .accordion-item-heading:after {
  width: 1px;
}

.footer-content .accordion-item .accordion-item-heading:before {
  height: 1px;
}

.footer-text {
  color: #666666;
}

.privacy-policy {
  color: #666666;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.privacy-policy a {
  color: #666666;
}

.footer-form__form {
  width: 100%;
  display: flex;
}
.footer-form__form input::-moz-placeholder {
  color: #666666;
  font-family: "SFProDisplay", "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.footer-form__form input:-ms-input-placeholder {
  color: #666666;
  font-family: "SFProDisplay", "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.footer-form__form input::placeholder {
  color: #666666;
  font-family: "SFProDisplay", "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.footer-content__right-content {
  max-width: 390px;
}

.footer-form__form input,
.footer-form__form button {
  font-family: "SFProDisplay", "Arial", sans-serif;
  display: flex;
  height: 56px;
  margin-top: 16px;
  margin-bottom: 5px;
  color: #666666;
}

.footer-form__form input {
  border: 1px solid #E1E1E1;
  border-right: 1px solid transparent;
  width: 100%;
  padding: 15px;
  min-width: 190px;
}

.footer-form__form button {
  width: 56px;
  justify-content: center;
  align-items: center;
}

.footer-bottom {
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  padding-top: 27px;
  margin-bottom: 30px;
}

.footer-bottom > div {
  display: flex;
  flex: 1;
}

.footer-bottom__list {
  display: flex;
  justify-content: space-between;
}

.footer-bottom__list li:first-child {
  margin-right: 45px;
}

.footer-bottom__center {
  flex: 2;
  justify-content: center;
}

.footer-bottom__right {
  justify-content: right;
}

.btn--white {
  padding: 0 20px;
  background-color: #ffffff;
  color: #1D1D1D;
  border: 1px solid #E1E1E1;
}
.btn--white:hover {
  background-color: #1D1D1D;
  color: #ffffff;
}

@media screen and (max-width: 990px) {
  .footer-top {
    margin-bottom: 0px;
  }
  .footer-content {
    flex-direction: column;
  }
  .footer-content > div {
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
  }
  .footer-content__right-content {
    max-width: 80%;
    margin: auto;
  }
  .footer-content__center {
    margin: 50px auto;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom > div {
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
  }
  .footer-content__center {
    margin: 30px auto;
  }
}
.search-form,
.search-results {
  display: flex;
}

.search-history,
.search-products {
  display: flex;
}

.search-results {
  flex-direction: row;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .search-results {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .search-results {
    margin-top: 30px;
  }
}

.search-results__not-found {
  border: 1px solid #D7222B;
  max-width: 560px;
  flex-direction: column;
  margin: 15px auto 30px auto;
  text-align: center;
}

.search-history {
  flex: 1;
  flex-direction: column;
}

.search-products {
  flex: 4;
}

.search-products__catalog-items {
  width: 100%;
}

.search-products__catalog-items .catalog-item-price,
.search-products__catalog-items .catalog-item-title {
  justify-content: center !important;
  text-align: center;
}

.search-form__input {
  padding-left: 45px !important;
  border: 1px solid #D6D6D6;
  width: 100%;
}

.search-form {
  position: relative;
}
.search-form--basket {
  max-width: 518px;
}
.search-form--basket .search-form__clear {
  right: 0;
  visibility: visible;
}

.search-form:before {
  content: "";
  margin-right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background: url(/local/templates/brusnika/css/../svg/search.svg) no-repeat center center;
  position: absolute;
  top: calc(50% - 12px);
  left: 15px;
}

.search-form__submit {
  margin-left: 20px;
}

.search-history__title {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .search-history__title {
    font-size: 10px;
  }
}

.search-history__list {
  margin-bottom: 30px;
}

.search-history__list li {
  margin-bottom: 8px;
}

.search-history__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: #1d1d1d;
}
@media screen and (max-width: 480px) {
  .search-history__link {
    font-size: 12px;
  }
}

.search-form__clear {
  min-width: 10px;
  background: url("/local/templates/brusnika/css/../svg/close.svg") no-repeat center center;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  right: 200px;
  position: absolute;
  opacity: 0;
}
.search-form__clear--small {
  background: url("/local/templates/brusnika/css/../svg/close-small.svg") no-repeat center center;
}

.input__clear_visibility_visible {
  visibility: visible;
  cursor: pointer;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.1s ease-out;
}

.search-form__form {
  margin-bottom: 0px;
}

.search-form__products-found {
  text-align: center;
  max-width: 430px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.categories-most-viewed__text {
  font-weight: 200;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .categories-most-viewed__text {
    margin-bottom: 15px;
  }
}

.categories-most-viewed__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.categories-most-viewed__list {
  display: flex;
  justify-content: space-evenly;
  height: 50px;
  line-height: 50px;
}

.categories-most-viewed__list a {
  text-decoration: none;
  color: #1d1d1d;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.you-may-like-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .search-form__submit {
    display: none;
  }
  .search-form__clear {
    right: 0;
  }
}
.form-tabs-heading {
  margin-bottom: 20px;
}

.form-tabs-heading .form-tabs-heading-items {
  position: relative;
  display: -ms-flexbox;
  display: box;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.form-tabs-heading .form-tabs-heading-items:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  /* background-color: $color-border-input; */
}

.form-tabs-heading .form-tabs-heading-items .form-tab-heading-item {
  width: 50%;
  padding-bottom: 15px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  transition: 0.3s border-bottom-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.form-tabs-heading .form-tabs-heading-items .form-tab-heading-item:hover {
  border-bottom-color: #D6D6D6;
}

.form-tabs-heading .form-tabs-heading-items .form-tab-heading-item.active {
  font-weight: 500;
  border-bottom-color: #000;
}

.form-row {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .form-row {
    margin-bottom: 50px;
  }
}

.form-row:last-child {
  margin-bottom: 0;
}

.form-group-inner {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.form-group-inner .form-group-item--w25 {
  width: 25%;
}

.form-group-inner .form-group-item--w30 {
  width: 30%;
}

.form-group-inner .form-group-item--w32 {
  width: 32%;
}
@media screen and (max-width: 600px) {
  .form-group-inner .form-group-item--w32 {
    width: 100%;
  }
}

.form-group-inner .form-group-item--w40 {
  width: 40%;
}

.form-group-inner .form-group-item--w45 {
  width: 45%;
}

.form-group-inner .form-group-item--w47 {
  width: 47.5%;
}

.form-group-inner .form-group-item--w47 .jcf-select {
  min-width: 0;
}

.form-group-inner .form-group-item--w50 {
  width: 50%;
}

.form-group-inner .form-group-item--w55 {
  width: 55%;
}

.form-group-inner .form-group-item--w60 {
  width: 60%;
}

.form-group-inner .form-group-item--w65 {
  width: 65%;
}

.form-group-inner .form-group-item--w66 {
  width: 66%;
}

.form-group-inner .form-group-item--w70 {
  width: 70%;
}

.form-group-inner .form-group-item .btn {
  max-width: 100%;
  min-width: 0;
}

.form-group-inner .form-group-field {
  width: 67%;
}

.form-group-inner .form-group-button {
  width: 30%;
}

.form-label {
  color: #666666;
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
}

.form-item-holder {
  position: relative;
  display: block;
}

.form-item-holder .jcf-select {
  display: block;
  width: 100%;
}

.form-item-holder--large {
  width: 100%;
}

.form-item-holder--middle {
  width: 79%;
}

.form-item-holder--small {
  width: 50%;
}

.form-item {
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.form-item--calendar,
.form-item--text,
.form-item--password,
.form-item--search,
.form-item--textarea,
.form-item--autocomplete {
  padding: 10px 14px 9px 14px;
  border: 1px solid #D6D6D6;
  background-color: #ffffff;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  transition: 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 0;
  height: 55px;
}
@media screen and (max-width: 768px) {
  .form-item--calendar,
.form-item--text,
.form-item--password,
.form-item--search,
.form-item--textarea,
.form-item--autocomplete {
    height: 40px;
  }
}

.form-item--text:not(.form-item--error):hover,
.form-item--password:not(.form-item--error):hover,
.form-item--search:not(.form-item--error):hover,
.form-item--textarea:not(.form-item--error):hover,
.form-item--autocomplete:not(.form-item--error):hover,
.form-item--text:not(.form-item--error):focus,
.form-item--password:not(.form-item--error):focus,
.form-item--search:not(.form-item--error):focus,
.form-item--textarea:not(.form-item--error):focus,
.form-item--autocomplete:not(.form-item--error):focus {
  border-color: #2B2B2B;
}

.form-item--textarea {
  min-height: 80px;
  resize: none;
}

.form-item--search {
  padding: 14px 0;
  border-left: none;
  border-right: none;
  border-top: none;
}

.form-item--password {
  padding-right: 50px;
}

.form-item--error {
  border-color: #D7222B;
}

.form-item-note {
  color: #2B2B2B;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
}

.form-btn-note {
  padding-top: 15px;
}

.form-file-holder .form-file-fake {
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.form-file-holder .form-file-fake input {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}

.form-file-holder .form-file-item {
  margin-bottom: 10px;
}

.form-file-holder .form-file-item:last-child {
  margin-bottom: 0;
}

.order {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.order__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .order__title {
    font-size: 14px;
    line-height: 20px;
  }
}

.order-table .order-photo-holder {
  padding-top: 154%;
}

.order-table__mr {
  margin-right: 30px;
  width: 460px;
}

.order-item-title {
  color: #1D1D1D;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .order-item-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
  }
}

.page-heading-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
}
.page-heading-title_personal {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  .page-heading-title_personal {
    margin: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .page-heading-title_personal {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
  }
}

.order-item-text {
  margin-bottom: 30px;
}

.order-table__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.order-table__item {
  display: flex;
  width: 100%;
}

.order-table__img {
  width: 100%;
  max-width: 127px;
  margin-right: 20px;
}

.order-table__info {
  width: 100%;
}
.order-table__info .order-table__row {
  margin-bottom: 0;
}

.order-table__color {
  position: relative;
}

.order-table__color,
.order-table__size,
.order-table__name {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .order-table__color,
.order-table__size,
.order-table__name {
    font-size: 10px;
  }
}

.order-table__name {
  margin-bottom: 0px;
}

.order-table__price {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}

.order-table__count {
  display: none;
}

@media screen and (min-width: 480px) {
  .order-table__count {
    display: block;
  }
}
.order-table__color {
  margin-bottom: 10px;
  display: flex;
  -moz-column-gap: 2px;
       column-gap: 2px;
  row-gap: 3px;
  align-items: center;
}

.order-table__link a {
  color: #1D1D1D;
  text-decoration: underline;
  font-weight: 200;
  display: block;
  margin-bottom: 10px;
}

.order-table__color-link {
  width: 17px;
  height: 17px;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.order-table__color-link_last {
  position: absolute;
  right: 0;
  bottom: 0;
}

.color-beg,
.color-violet,
.color-green,
.color-blue,
.color-red,
.color-yellow,
.color-braun {
  width: 13px;
  height: 13px;
  padding: 1px;
  display: flex;
  border-radius: 50%;
}

.test {
  background-color: #D39880;
}

.color-beg {
  background-color: #C9BEB5;
}

.color-violet {
  background-color: #897AAD;
}

.color-green {
  background-color: #B4C84B;
}

.color-blue {
  background-color: #AEBFD4;
}

.color-red {
  background-color: #E14ABE;
}

.color-yellow {
  background-color: #EBDC81;
}

.color-braun {
  background-color: #9E6D51;
}

.color-active {
  border: 1px solid #897AAD;
  padding: 1px;
}

/* ------------------------- */
.order-table__item > .order-table__price {
  width: 110px;
  white-space: nowrap;
  margin: 0;
  height: 55px;
  line-height: 55px;
  margin-left: 20px;
}
/*
@media screen and (max-width: 670px) {
  .order-table__item > .order-table__price {
    display: none;
  }
}
*/
.order-table__item > .order-table__img {
  width: 100%;
}

.order-table__item > .order-table__item-delete {
  width: 100px;
}
@media screen and (max-width: 670px) {
  .order-table__item > .order-table__item-delete {
    width: auto;
    position: relative;
  }
}

.order-table__item .jcf-number {
  top: 0px;
}

.order-content {
  margin-bottom: 50px;
}

.order-content .order-table {
  margin-top: 0px;
  margin-bottom: 20px;
}

.order-table > .row:first-child {
  padding-top: 0;
  padding-bottom: 10px;
}

.order-table > .row::after {
  content: none;
}

.order-aside__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .order-aside__title {
    font-size: 14px;
    line-height: 20px;
  }
}
.order-aside__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.order-aside__list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.order-aside__to-pay {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .order-aside__to-pay {
    flex-direction: column;
  }
}
.order-aside__price {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
@media screen and (max-width: 480px) {
  .order-aside__price {
    font-size: 14px;
    line-height: 20px;
  }
}

.promocode-block {
  margin-bottom: 40px;
}
.promocode-block__row {
  display: flex;
  gap: 16px;
  margin-bottom: 35px;
}
@media screen and (max-width: 480px) {
  .promocode-block__row {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 30px;
  }
}
.promocode-block__col {
  flex: 1;
  display: flex;
}
.promocode-block__col:first-child {
  flex: 10;
}

.mw-600 {
  max-width: 400px;
}

.row-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .row-btns {
    flex-direction: column-reverse;
  }
  .row-btns .btn--medium {
    min-width: 100%;
  }
}

.order-items__personal {
  margin-bottom: 73px;
}

.mlr-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.order-table > .row:first-child {
  padding-top: 0;
  padding-bottom: 20px;
}

.border-bottom-gray {
  border-bottom: 1px solid #E1E1E1;
}

.border-top-gray {
  border-top: 1px solid #E1E1E1;
}

@media screen and (max-width: 960px) {
  .order-table:not(.basket) > .row::before {
    content: "";
    background-color: #E1E1E1 !important;
  }
  .mobile-table-summary {
    padding-top: 30px;
    border-top: 1px solid #E1E1E1 !important;
  }
}
.order-table .order-table-delete {
  position: relative;
  top: 5px;
  margin: 0 0 0 auto;
  display: block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/brusnika/css/../svg/basket_remove.svg") no-repeat center center;
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.order-table .order-table-delete:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.product {
  display: grid;
  /* grid-template-columns: 1fr minmax(auto, max-content) 1fr; */
  grid-template-columns: 4fr 6fr 4fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.product__accordion-availability {
  display: flex;
  flex-direction: column;
}
.product__availability {
  display: flex;
}

.product-info {
  position: relative;
}
.product-info__title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1D;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .product-info .accordion-item .accordion-item-heading {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .product-to-basket .jcf-select {
    padding: 11px 35px 11px 15px;
  }
  .product-to-basket .jcf-select .jcf-select-opener {
    top: 7px;
  }
}
.product-to-basket__content,
.product-info__content {
  margin-top: 140px;
}

.product-to-basket__content .btn {
  max-width: 100%;
}

.product .product-size-select {
  white-space: nowrap;
}

.products-photos__wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  gap: 17px;
  justify-content: center;
}

.product-to-basket .product-title-holder {
  position: relative;
  margin-bottom: 15px;
}

.product-to-basket .product-title-holder .product-like {
  opacity: 1;
  top: 0;
  right: 0;
  z-index: 0;
}

.product-to-basket .product-list-link {
  width: 75px;
  height: 90px;
  display: flex;
}

.card-nav,
.product-to-basket .product-size {
  margin-bottom: 15px;
}
.card-nav .jcf-select.jcf-drop-active,
.product-to-basket .product-size .jcf-select.jcf-drop-active {
  border-bottom-color: #a7a7a7;
}
.card-nav .jcf-select-drop,
.product-to-basket .product-size .jcf-select-drop {
  border-top: 1px solid #a7a7a7;
}
.card-nav .jcf-select .jcf-select-drop,
.product-to-basket .product-size .jcf-select .jcf-select-drop {
  position: absolute;
  left: -1px;
  top: 56px;
}
.card-nav .jcf-list-content li,
.product-to-basket .product-size .jcf-list-content li {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.card-nav .jcf-select-drop .jcf-option,
.product-to-basket .product-size .jcf-select-drop .jcf-option {
  padding: 15px;
}

.product-to-basket .product-size .jcf-select-drop .jcf-option.jcf-option-notallowed,
.card-nav .product-size .jcf-select-drop .jcf-option.jcf-option-notallowed {
    opacity: 0.5;
}

.product-size-select_top .jcf-select-h50 {
  padding: 18px 35px 18px 15px;
}

.card-nav .jcf-select .jcf-select-drop {
  padding: 0;
  margin-bottom: 5px;
}

.product-size-select_top .jcf-select.jcf-drop-active {
  height: 55px;
}

.product-to-basket .product-list {
  display: flex;
}

.product-to-basket .product-list .product-list-link {
  margin-right: 10px;
  border: 1px solid transparent;
  transition: 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product-to-basket .product-list .product-list-link:hover,
.product-to-basket .product-list .product-list-item.selected .product-list-link {
    border-color: #F6F5F5;
}

.jcf-select-w100 {
  width: 100%;
}

.product-size__link {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  color: #1D1D1D;
}
@media screen and (max-width: 830px) {
  .product-size__link {
    justify-content: flex-start;
  }
}

.product-size__link a {
  color: #1D1D1D;
}

.product-razdel {
  color: #666666;
  margin-bottom: 10px;
}

.product-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.product-price {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.product-properties,
.accordion ul,
.accordion .product-properties {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.card-photo-item {
  position: relative;
}

.card-photo-item:before {
  content: "";
  display: block;
  padding-top: 80%;
}

/* ===============card-nav======================= */
.card-nav {
  position: fixed;
  bottom: 0;
  width: calc(100% - 35px);
  z-index: 100;
  padding: 10px 15px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fff;
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 2px 0px 14px rgba(96, 96, 96, 0.2);
  margin-bottom: 10px;
}

.card-nav .product-list {
  display: flex;
}
@media screen and (max-width: 830px) {
  .card-nav .product-list {
    display: none;
  }
}

.card-nav .product-list-item {
  margin-right: 15px;
}

.card-nav .product-list-img {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}

.card-nav .product-list-link {
  width: 40px;
  height: 60px;
  display: flex;
}

.card-nav .product-list-link:hover img {
  border: 1px solid #A4A1A1;
}

.card-nav__col1 .product-title {
  margin-right: 10px;
  font-size: 14px;
}

.card-nav__col2 {
  display: flex;
  justify-content: end;
  align-items: center;
}

.card-nav .product-size {
  width: 300px;
  white-space: nowrap;
  margin-right: 20px;
}
@media screen and (max-width: 830px) {
  .card-nav .product-size {
    display: none;
  }
}

.card-nav .basket-open {
  width: 275px;
}

.active-like:after {
  opacity: 1;
  filter: none;
  transform: translateY(0);
}

@media screen and (max-width: 830px) {
  .card-nav__col2,
.card-nav {
    flex-direction: column;
    gap: 15px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 0px);
    padding: 15px;
  }
  .card-nav .product-size {
    margin: 15px 0;
  }
}
@media screen and (max-width: 1230px) {
  .product {
    grid-template-columns: 1fr;
  }
  .products-photos__wrapper {
    grid-row: 1;
  }
  .product-to-basket {
    position: relative;
    grid-row: 2;
  }
.product-to-basket .product-add-favorites {
    display: block;
    width: 2px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
}

  .product-to-basket__content,
.product-info__content {
    margin-top: 0;
  }
  .breadcrumbs {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1230px) {
  .product-to-basket__content .btn {
    max-width: 180px;
  }
}
.card-nav-only-mobile {
  display: none;
}

@media screen and (max-width: 830px) {
  .card-nav-only-mobile {
    display: flex;
    width: 100%;
  }
  .card-nav .btn {
    width: 100%;
    max-width: 100%;
  }
}
.product-list-img.active {
  border: 1px solid #A4A1A1;
}

.card-nav__col1,
.card-nav__col2 {
  flex: 1;
}

@media screen and (max-width: 830px) {
  .card-nav__col1,
.card-nav__col2 .product-list,
.card-nav__col2 .product-size {
    display: none;
  }
}
/* ===============.product-photos======================= */
.products-photos-only-mobile {
  display: none !important;
}

.products-photos-only-desktop {
  display: block !important;
}

.for-slick-slider {
  min-width: 0;
}

@media screen and (max-width: 1230px) {
  .products-photos-only-mobile {
    display: flex !important;
  }
  .products-photos-only-desktop {
    display: none !important;
  }
}

.products-photos-only-desktop .product-photos .slick-slide {
    padding-left: 90px;
}

.product-photos-nav .slick-slide.slick-active.current img {
  border: 1px solid #A4A1A1;
}
.product-photos-nav .slick-slide.slick-active img {
  cursor: pointer;
}
.product-photos-nav .slick-list {
    /*min-height: 100%;
    height: auto !important;*/
}
.product-photos-nav .slick-list .slick-track {
    /*min-height: 100%;*/
}
.product-photos-nav .slick-slide {
    height: 100px;
    width: 90px;
    position: relative;
}
.product-photos-nav .slick-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1230px) {
  .product-photos-nav {
    display: none;
  }
}
@media screen and (min-width: 1230px) {
  .product-photos-nav {
    max-width: 90px;
    position: absolute;
    top: 0px;
    height: 100%;
    background: #fff;
  }
  .product-photos-nav.slick-list.draggable {
    height: 100vh !important;
    background: #fff;
  }
}

.product-photos__inner {
    width: 100%;
}
@media screen and (max-width: 1230px) {
  .product-photos__inner {
    display: block;
  }
}
@media screen and (min-width: 1230px) {
  .product-photos__inner {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
}


.pswp__button svg path {
    fill: #FFF;
}

.product-photos-gallery {
  position: relative;
}
.product-photos-gallery .slick-list {
  padding: 0px 50px;
  margin-left: -50px;
  margin-right: -50px;
  width: calc(100% + 100px);
}
.product-photos-gallery .slick-list .slick-track {
    min-width: 100% !important;
}
.product-photos-gallery__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.product-photos-gallery .slick-dots {
  position: relative;
  top: -50px;
}

@media screen and (max-width: 768px) {
  .products-photos__wrapper {
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
.catalog-items--slider {
  margin-left: -20px;
  margin-right: -20px;
}

.complite-look__info {
  max-width: 345px;
  margin: 45px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .complite-look__info {
    max-width: 100%;
  }
}
.complite-look__text {
  color: #828282;
  font-weight: 200;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .complite-look__text {
    font-size: 12px;
  }
}
.complite-look__by-all {
  margin-top: 15px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
@media screen and (max-width: 480px) {
  .complite-look__info {
    margin: 30px auto 0 auto;
  }
  .complite-look__by-all {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.gallery__item {
  width: 100%;
}
.gallery__item img {
  width: 100%;
}
.gallery__item .catalog-item {
  margin-bottom: 0px;
}
.gallery__item .catalog-item__mobile {
  display: flex;
  gap: 10px;
}
.gallery__item .catalog-item__mobile .gallery__item-mobile-col {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .gallery__item {
    grid-column: 1/3;
  }
}
.gallery__item-mobile-col {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gallery__item__2x {
  grid-column: 1/3;
  grid-row: 1/3;
}

.gallery {
  display: grid;
  gap: 20px;
}

.catalog-item.w2 .catalog-item-photo-holder {
  padding-top: calc(165% - 70px);
}

@media screen and (max-width: 1023px) {
  .gallery {
    grid-template-columns: repeat(2, calc(50% - 8px));
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(3, calc(33.3333333333% - 15px));
  }
}
@media screen and (min-width: 1280px) {
  .gallery {
    grid-template-columns: repeat(4, calc(25% - 15px));
  }
}
.look {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, calc(50% - 20px));
}
.look__big-foto {
  grid-column: 1/2;
  grid-row: 1/2;
}
.look__big-foto img {
  width: 100%;
}

.table-size__row {
  justify-content: space-between;
  display: flex;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.table-size__row:nth-of-type(2n) {
  background-color: #F6F5F5;
}

.favorites__share {
  text-align: center;
  margin-bottom: 30px;
}

.favorites__count-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
}

.favorites__link {
  position: relative;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  color: #000;
  height: 25px;
  line-height: 25px;
}

.favorites__link::after {
  content: "";
  margin-left: 10px;
  display: block;
  width: 25px;
  height: 25px;
  background: url(/local/templates/brusnika/css/../svg/share.svg) no-repeat center center;
  background-size: auto;
  background-size: contain;
}

.add-fav {
  display: flex;
  gap: 10px;
}
.add-fav__img {
  margin: 0;
  width: 82px;
  height: 121px;
  max-width: initial;
}
.add-fav__info {
  text-align: left;
}

.basket__page-header {
  margin-bottom: 70px;
}
.basket__page-header--basket {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .basket__page-header--basket {
    margin-bottom: 30px;
  }
}
.basket__header {
  margin-bottom: 50px;
}
.basket__body {
  display: flex;
  gap: 117px;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .basket__body {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .basket__body {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
.basket__body .order-aside {
  padding: 40px;
  background: #F7F5F5;
  border-radius: 0;
  min-width: 526px;
}
@media screen and (max-width: 530px) {
  .basket__body .order-aside {
    min-width: auto;
    padding: 40px 15px 0 15px;
  }
}
.basket__body-left {
  flex: 3;
}
.basket__body-right {
  flex: 1;
}

.payment-list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .payment-list {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .payment-list {
    gap: 10px;
  }
}
.payment-list .opend .v-hidden {
  visibility: visible;
}

.order-table__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1D;
  margin-bottom: 10px;
}

#basket-item-list {
    height: auto !important;
    position: relative;
    display: block !important;
    overflow-y: auto;
    padding-right: 50px;
}

.basket-inner {
	/*
  display: flex;
  flex-direction: column;
  */
  height: 100%;
  padding: 40px 20px 20px 40px;
  max-width: 566px;
}
.basket-inner .order-table__mr {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .basket-inner {
    padding: 40px 15px 10px 15px;
  }
}

.filter-row__inner {
  padding: 30px 24px;
  position: relative;
  overflow-y: auto;
  width: 100%;
}
.filter-row__inner--first .filter-row__radio-coll > span {
  display: none;
}
.filter-row__inner label.form-radio {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
@media screen and (max-width: 480px) {
  .filter-row__inner label.form-radio {
    flex-direction: column;
  }
}
.filter-row__inner .form-radio .jcf-radio {
  top: 3px;
}

.ml-30px {
  margin-left: 30px;
}

.ml-10px {
  margin-left: 10px;
}

@media screen and (max-width: 480px) {
  .basket-form {
    font-size: 12px;
  }
}
.basket-form__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
}
.basket-form__title--first {
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .basket-form__title--first {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .basket-form__title {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.basket-form__text {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .basket-form__text {
    font-size: 12px;
  }
}
.basket-form .filter-row,
.basket-form .simplebar {
  max-height: 414px;
  width: 100%;
}
.basket-form .filter-row {
  border: 1px solid #E1E1E1;
  margin-bottom: 10px;
}
.basket-form .form-row-payment {
  display: flex;
}
.basket-form .form-row-payment label {
  margin-right: 23px;
}
@media screen and (max-width: 480px) {
  .basket-form .form-row-payment {
    flex-direction: column;
    gap: 15px;
  }
}

.basket-form .filter-row.black-border {
  border: 1px solid #1D1D1D;
}

.form-row__title {
  display: flex;
  justify-content: space-between;
}

.basket-page-form {
  max-width: 718px;
}

.search-form--basket:before {
  content: none;
}
.search-form--basket .search-form__input {
  padding-left: 15px !important;
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accordion--basket-page:has(.opened) {
  border: 1px solid #000;
}

.accordion--basket-page {
  padding: 0 24px;
  border: 1px solid #E1E1E1;
}
.accordion--basket-page .accordion-item {
  border: none;
}
.accordion--basket-page .accordion-item-heading {
  text-transform: none;
}
.accordion--basket-page .accordion-item-heading::after, .accordion--basket-page .accordion-item-heading::before {
  content: none;
}

.basket__pickup li {
  margin-bottom: 43px;
}
.basket__pickup .form-radio {
  align-items: flex-start;
}
.basket__pickup .form-radio > span {
  top: 2px;
}

.basket__pickup-metro {
  font-weight: bold;
}

.basket__pickup-data {
  margin-top: 5px;
}

.basket__pickup-payment {
  margin-top: 15px;
}

.filter-row {
  border: 1px solid #E1E1E1;
  margin: 10px 0;
}
.filter-row__form-radio {
  display: flex;
}
@media screen and (max-width: 480px) {
  .filter-row__form-radio {
    flex-direction: column;
    gap: 15px;
  }
}
.filter-row__radio-coll, .filter-row__text-coll {
  display: flex;
  flex: 1;
}

.filter-row:has(.opend) {
  border: 1px solid #000;
}

.filter-row__content {
  margin-top: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .filter-row__content {
    margin-left: 0px;
  }
}

.filter-row__inner .filter-row__content {
  display: none;
}

.filter-row__inner.opend .filter-row__content {
  display: block;
}

.message {
  width: 60%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .message { /* для thanks-for-order.html */
    width: 100%;
  }
}
.message__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.message__text {
  margin-bottom: 30px;
}

/* стили сообщ типа 'СПАСИБО ЗА ЗАКАЗ!' */
@media screen and (min-width: 1200px) {
  .position-lg-top-100px {
    position: relative;
    top: -80px;
  }
}
.page-content.page-content--personal-area {
  margin-top: 70px;
}
@media screen and (max-width: 960px) {
  .page-content.page-content--personal-area {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .page-content.page-content--personal-area {
    font-size: 12px;
  }
  .page-content.page-content--personal-area .form-item {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) and (min-width: 1200px) {
  .page-content.page-content--personal-area .position-lg-top-100px {
    position: relative;
    top: -80px;
  }
}
.page-content.page-content--personal-area .page-heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .page-content.page-content--personal-area .page-heading {
    margin-bottom: 0;
  }
}
.page-content.page-content--personal-area .order-item-title {
  margin-top: 0px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .page-content--personal-area--dashboard {
    margin-bottom: 0 !important;
  }
}
.dashboard-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .dashboard-title {
    font-size: 12px;
    line-height: 20px;
    text-transform: none;
  }
}

.dashboard-enter {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .dashboard-enter {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: underline;
    padding-bottom: 25px !important;
  }
}
.personal {
  display: flex;
  flex-direction: row;
  gap: 222px;
  flex-wrap: wrap;
}
.personal__title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}
.personal-menu {
  max-width: 100%;
  min-width: 250px;
  min-height: 376px;
  padding: 45px 50px;
  background-color: #f7f5f5;
  border-radius: 0;
}
.personal-menu a,
.personal-menu a:hover {
  color: #1d1d1d;
  text-decoration: none;
}
.personal-menu a.active {
  font-weight: bold;
}
.personal-menu__link {
  margin-bottom: 15px;
  color: #1d1d1d;
}
.personal__menu {
  width: 320px;
}
.personal__content {
  min-width: 456px;
}
.personal__link {
  position: relative;
}
.personal__link .loyalty-card {
  top: 25px;
  left: -138px;
  position: relative;
}
.personal-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 3fr;
}
@media screen and (max-width: 991px) {
  .personal-grid {
    grid-template-columns: none;
  }
}

.page-section_personal {
  padding-bottom: 0;
}

/*** Personal ***/
.personal-blocks .personal-block {
  position: relative;
  display: block;
  padding-top: 64%;
  background-color: #F6F5F5;
  text-decoration: none;
  text-align: center;
  color: #1D1D1D;
  transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.personal-blocks .personal-block span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0 20px;
}

.personal-blocks .personal-block ins {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  min-width: 30px;
  background-color: #ff300a;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
}

.personal-blocks .personal-block:hover {
  background-color: #fbfbfb;
}

.personal-menu {
  max-width: 320px;
  padding: 45px 50px;
  background-color: #f7f5f5;
  border-radius: 0px;
}

.personal-menu .personal-menu-item {
  margin-bottom: 15px;
}

.personal-menu .personal-menu-item span {
  vertical-align: top;
  position: relative;
  left: 5px;
  top: -2px;
  display: inline-block;
  padding: 0 8px;
  background-color: #ff300a;
  border-radius: 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #fff;
}

.personal-menu .personal-menu-item:last-child {
  margin-bottom: 0;
}

.order-item {
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.order-item.noborder {
  border-bottom: none;
}

.order-item.noborder:last-child {
  padding-bottom: 0;
}

.order-item:last-child {
  margin-bottom: 0;
}

.order-table > .row {
  position: relative;
  padding: 20px 0;
}

.order-table > .row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(var(--bs-gutter-x) * 0.5);
  right: calc(var(--bs-gutter-x) * 0.5);
  display: block;
  height: 1px;
  background-color: #E1E1E1;
}

.order-table > .row:first-child {
  padding-top: 0;
  padding-bottom: 30px;
}

.order-table > .row:last-child {
  padding-bottom: 0;
}

.order-table > .row:last-child:after {
  display: none;
}

.order-table .order-photo-holder {
  position: relative;
}
@media screen and (min-width: 480px) {
  .order-table .order-photo-holder {
    width: 100%;
  }
}

/*** //Personal ***/
@media screen and (max-width: 480px) {
  .personal-blocks .col-lg-4.mb-lg-4:last-child a {
    border-bottom: 1px solid transparent;
  }
  .personal-blocks .col-lg-4.mb-lg-4:last-child a {
    text-decoration: underline;
    text-transform: uppercase;
  }
  .personal-blocks .col-lg-4.mb-lg-4:last-child a span {
    font-weight: 400;
  }
}
.order-table > .row.justify-content-between::after {
  content: none;
}

/* Личный кабинет */
#map {
  width: auto;
  height: 1000px;
}
@media screen and (max-width: 768px) {
  #map {
    height: 440px;
  }
}

.item-shops {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 10px));
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .item-shops {
    grid-template-columns: repeat(1, 100%);
  }
}
@media screen and (max-width: 480px) {
  .item-shops {
    gap: 0;
  }
}

.item-shop {
  font-family: "SFProDisplay", "Arial", sans-serif;
  border: 1px solid #E1E1E1;
  padding: 40px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .item-shop {
    border: none;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid transparent;
    padding: 20px;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .item-shop {
    padding: 15px;
    margin: 0;
  }
}
.item-shop-info {
  line-height: 20px;
  line-height: 25px;
  max-width: 340px;
}
@media screen and (max-width: 480px) {
  .item-shop-info {
    font-size: 12px;
  }
}
.item-shop-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .item-shop-title {
    font-size: 12px;
    line-height: 20px;
  }
}
.item-shop-title, .item-shop-address, .item-shop-time, .item-shop-phone, .item-shop-holidays{
  font-family: "SFProDisplay", "Arial", sans-serif;
  padding: 0 15px;
}
.item-shop .show-on--map {
  margin: 0 15px;
}
.item-shop-phone {
  margin: 15px 0;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .item-shop-phone {
    font-size: 12px;
    margin: 0;
  }
}

.page-shop-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  margin-top: 46px;
  margin-bottom: 46px;
}
@media screen and (max-width: 480px) {
  .page-shop-title {
    font-size: 14px;
    text-align: left;
    margin: 0;
    line-height: 20px;
    position: relative;
    width: 100px;
    top: 25px;
    left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .page-inner--shops {
    padding: 0;
  }
  .page-inner--shops .row > * {
    padding: 0;
  }
}

.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
  margin-right: 0 !important;
  padding: 0 !important;
}

.ymaps-2-1-79-balloon__content > ymaps{
  height: auto!important;
}

@media screen and (max-width: 480px) {
  .ymaps-2-1-79-balloon__content>ymaps {
      height: 360px !important;
      width: 100%!important;
    }

  .page-inner--shop-map,
#map {
    /* margin-left: -15px;
    margin-right: -15px; */
    width: 100%;
    /* width: calc(100% + 30px); */
  }
  .filters-block-shops {
    display: flex;
    flex-direction: column-reverse;
  }
  .filters-block-wrapper {
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
  }
}

filters-block-shops
/* Личный кабинет */
/*** loyalty ***/
.loyalty-blocks .loyalty-block {
  position: relative;
  display: block;
  padding-top: 45%;
  background-color: #F6F5F5;
  text-decoration: none;
  text-align: center;
  color: #1D1D1D;
  transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.loyalty-blocks .loyalty-block span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0 20px;
}

@media screen and (max-width: 991px) {
  .loyalty-block {
    margin-bottom: 20px;
  }
  .col-auto--loyalty-link {
    width: 100%;
    display: flex;
  }
  .loyalty-link {
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-block {
    margin-bottom: 10px;
  }
  .loyalty-link {
    font-size: 14px;
    white-space: nowrap;
  }
}
.loyalty-block-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
@media screen and (max-width: 480px) {
  .loyalty-block-title {
    font-size: 12px;
    line-height: 20px;
  }
}

.big-grid {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 100px;
}
@media screen and (max-width: 600px) {
  .big-grid {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 480px) {
  .big-grid .big-grid__item-double-center,
.big-grid .__big-grid__item-two-center-right,
.big-grid .__big-grid__item-two-center-left,
.big-grid .big-grid__item-one-center {

    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
.big-grid .slick-track img.cover {
  position: relative;
}

.mtb-100-xs-lg {
  margin: 100px 0 100px 0;
}
@media screen and (max-width: 600px) {
  .mtb-100-xs-lg {
    margin: 50px 0 50px 0;
  }
}

.big-grid__item-one-center-text {
  grid-column: 5/25;
  text-align: center;
}
.big-grid__item-one-center-text .catalog-item-text {
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .big-grid__item-one-center-text {
    grid-column: 1/29;
  }
}

.big-grid__item-one-center {
  grid-column: 9/21;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .big-grid__item-one-center {
    grid-column: 4/21;
  }
}





.big-grid__item-one-center-new {
  grid-column: 6/18;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .big-grid__item-one-center-new {
    grid-column: 1/25;
    margin: 0 -15px;
  }

  .big-grid__item-one-center-new .catalog-item-title,
  .big-grid__item-one-center-new .catalog-item-price
  {
    margin: 0 15px;
  }
}


.big-grid__item-two-center-left-new {
  grid-column: 2/12;
  text-align: center;
}

.big-grid__item-two-center-right-new {
  grid-column: 13/23;
  text-align: center;
}


@media screen and (max-width: 600px) {
  .big-grid__item-two-center-left-new {
    grid-column: 1/12;

  }

  .big-grid__item-two-center-right-new {
    grid-column: 13/24;
  }
}



.big-grid__item-three-left {
  grid-column: 1/8;
}

.big-grid__item-three-center {
  grid-column: 9/16;
}

.big-grid__item-three-right {
  grid-column: 17/24;
}


.big-grid__item-four-one {
  grid-column: 1/6;
}

.big-grid__item-four-two {
  grid-column: 7/12;
}

.big-grid__item-four-three {
  grid-column: 13/18;
}

.big-grid__item-four-four {
  grid-column: 19/24;
}



@media screen and (max-width: 600px) {
  .big-grid__item-one-center {
    grid-column: 1/29;
  }

  .big-grid__item-double-center {
    grid-column: 1/29;
  }
}

.big-grid__item-double-center {
  grid-column: 3/27;
  text-align: center;
}


@media screen and (max-width: 480px) {

  .big-grid__item-two-center-left-new {
    margin-right: -15px;
  }

  .big-grid__item-two-center-right-new {
    margin-right: -15px;
  }

  .big-grid__item-three-left {
    margin-right: -15px;
  }

  .big-grid__item-three-center {
    margin-right: -15px;
  }

  .big-grid__item-three-right {
    margin-right: -15px;
  }
}

.catalog-item.w2 .catalog-item-photo-holder {
  padding-top: 149%;
}

.catalog-item.w2 .catalog-item-photo-holder .slick-list.draggable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.catalog-item.w2 .catalog-item-photo-holder .slick-list.draggable .slick-track {
    height: 100%;
}
.catalog-item.w2 .catalog-item-photo-holder .slick-list.draggable img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.big-grid__item-two-center-left {
  grid-column: 3/15;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .big-grid__item-two-center-left {
    grid-column: 1/15;
  }
}
@media screen and (max-width: 480px) {
  /*.big-grid__item-two-center-left .catalog-item-title {
    padding-left: 15px;
    padding-right: 15px;
  }*/
  .big-grid__item-two-center-left .catalog-item.w2 .order-table__color {
    right: 15px;
  }
}

.big-grid__item-two-center-right {
  grid-column: 15/27;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .big-grid__item-two-center-right {
    grid-column: 15/29;
  }
  .big-grid__item-two-center-right.empty {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /*.big-grid__item-two-center-right .catalog-item-title {
    padding-left: 15px;
    padding-right: 15px;
  }*/
  .big-grid__item-two-center-right .catalog-item.w2 .order-table__color {
    right: 15px;
  }
}

.big-grid__item-four-left,
.big-grid__item-four-center,
.big-grid__item-four-right {
  text-align: center;
}

.big-grid__item-four-left {
  grid-column: 3/11;
}
@media screen and (max-width: 480px) {
  .big-grid__item-four-left {
    grid-column: 1/10;
  }
}

.big-grid__item-four-center {
  grid-column: 11/19;
}
@media screen and (max-width: 480px) {
  .big-grid__item-four-center {
    grid-column: 11/20;
    position: relative;
    left: -6px;
  }
}

.big-grid__item-four-right {
  grid-column: 19/27;
}
@media screen and (max-width: 480px) {
  .big-grid__item-four-right {
    grid-column: 20/29;
  }
}

.big-grid__item-three-one {
  grid-column: 3/9;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .big-grid__item-three-one {
    grid-column: 3/15;
  }
}
@media screen and (max-width: 480px) {
  .big-grid__item-three-one {
    grid-column: 1/15;
  }
}

.big-grid__item-three-two {
  grid-column: 9/15;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .big-grid__item-three-two {
    grid-column: 15/27;
  }
}
@media screen and (max-width: 480px) {
  .big-grid__item-three-two {
    grid-column: 15/29;
  }
}

.big-grid__item-three-three {
  grid-column: 15/21;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .big-grid__item-three-three {
    grid-column: 3/15;
  }
}
@media screen and (max-width: 480px) {
  .big-grid__item-three-three {
    grid-column: 1/15;
  }
}

.big-grid__item-three-four {
  grid-column: 21/27;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .big-grid__item-three-four {
    grid-column: 15/27;
  }
}
@media screen and (max-width: 480px) {
  .big-grid__item-three-four {
    grid-column: 15/29;
  }
}

.height-50 {
  height: 50%;
}

.big-grid__item-double-center .catalog-item.w2 .catalog-item-photo-holder {
  padding-top: 74%;
}
.big-grid__item-double-center .catalog-item.w2 .slider-size {
  bottom: 85px;
}
.big-grid__item-double-center .catalog-item.w1 .catalog-item-photo-holder {
  padding-top: 0;
}
@media screen and (max-width: 480px) {
  .big-grid__item-double-center .catalog .row {
    margin: 0;
  }
  .big-grid__item-double-center .catalog .col-auto {
    width: 100%;
  }
}
.big-grid__item-double-center .catalog .title-block {
  margin: 0;
  margin-bottom: 15px;
  text-align: left;
}
.big-grid__item-double-center .catalog .slider-arrows-wrap {
  left: -40px;
  right: -25px;
  max-width: calc(100% + 60px);
}

@media screen and (max-width: 480px) {
  .big-grid__item-one-center .catalog-item-title,
.big-grid__item-double-center .catalog-item-title {
    margin-left: 15px;
    margin-right: 15px;
  }
  .big-grid__item-one-center .catalog-item.w2 .catalog-item-title,
.big-grid__item-double-center .catalog-item.w2 .catalog-item-title {
    margin-left: 15px;
    margin-right: 15px;
  }
  .big-grid__item-one-center .catalog-item.w2 .order-table__color,
.big-grid__item-double-center .catalog-item.w2 .order-table__color {
    right: 15px;
  }
}
.page-inner--banners {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .page-inner--banners {
    margin-bottom: 15px;
  }
}
.page-inner--banners .big-grid {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.page-inner--banners .big-grid__item-two-center-left {
  grid-column: 1/15;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page-inner--banners .big-grid__item-two-center-left {
    grid-column: 1/29;
  }
}
@media screen and (max-width: 480px) {
  /*.page-inner--banners .big-grid__item-two-center-left .catalog-item-title {
    padding-left: 15px;
    padding-right: 15px;
  }*/
  .page-inner--banners .big-grid__item-two-center-left .catalog-item.w2 .order-table__color {
    right: 15px;
  }
}
.page-inner--banners .big-grid__item-two-center-right {
  grid-column: 15/-1;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page-inner--banners .big-grid__item-two-center-right {
    display: none;
    grid-column: 1/29;
  }
  .page-inner--banners .big-grid__item-two-center-right.empty {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .page-inner--banners .big-grid__item-two-center-right .catalog-item-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-inner--banners .big-grid__item-two-center-right .catalog-item.w2 .order-table__color {
    right: 15px;
  }
}

.img-only-desktop,
.img-only-mobile {
  display: none;
}

@media screen and (max-width: 480px) {
  .img-only-mobile {
    display: block;
  }
}
@media screen and (min-width: 481px) {
  .img-only-desktop {
    display: block;
  }
}
.banner-item-text {
  max-width: 760px;
  text-align: center;
  margin: 0 auto 30px auto;
}
.banner-item-text__title {
  font-weight: 600;
  font-size: 90px;
  line-height: 125px;
  margin-top: 50px;
}
.banner-item-text__lid {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  max-width: 525px;
  margin: auto;
  margin-bottom: 30px;
}
.banner-item-text__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  max-width: 478px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .banner-item-text__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
  }
  .banner-item-text__lid {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .banner-item-text__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
}

.history .order-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E1E1E1;
}
.history .order-row__images, .history .order-row__btns {
  display: flex;
}
.history .order-row__images {
  gap: 10px;
}
.history .order-row__images .order-photo-holder {
  position: relative;
  width: 65px;
  height: 97px;
}
@media screen and (max-width: 600px) {
  .history .order-row__images {
    width: 100%;
    margin-bottom: 20px;
  }
}
.history .order-row__btns {
  gap: 40px;
  align-items: baseline;
}
@media screen and (max-width: 600px) {
  .history .order-row__btns {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .history .order-row__btns .btn {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .history .order-row {
    flex-direction: column;
    width: 100%;
  }
}
.history .order-item-sub-title {
  display: flex;
  gap: 15px;
  margin-bottom: 22px;
}
.history .order-item-sub-title .price {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .history .order-item-sub-title {
    flex-direction: column;
    gap: 5px;
  }
}
.history .tabs-content-item {
  display: none;
}
.history .tabs-content-item.active {
  display: block;
}
.history .tabs-heading {
  justify-content: inherit;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .history .tabs-heading {
    margin-bottom: 20px;
  }
}
.history .tab-heading-item {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .history .tab-heading-item {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }
}
.history .tabs-heading .tab-heading-item,
.history .tabs-heading .tab-heading-item.active {
  border: none;
}
.history .tabs-heading .tab-heading-item {
  padding: 7px 20px 7px 0;
  min-width: auto;
}
.history .tabs-heading .tab-heading-item.active {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .border-md-top-gray {
    border-top: 1px solid #E1E1E1;
  }
}
.scroll-container {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.arrow-top {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 10px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
}

.arrow-top__visible {
  opacity: 1;
  transition: all 1.5s;
  transform: translateY(0%);
}

.arrow-top::after {
  content: " ";
  width: 50px;
  height: 50px;
  position: absolute;
  background-image: url(/local/templates/brusnika/css/../dummy/svg/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.arrow-top__visible {
  z-index: 100;
  opacity: 1;
  transition: all 1.5s;
  transform: translateY(0%);
}

.section {
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .section {
    margin-top: 100px;
  }
}

.v-hidden {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.overflow-x {
  overflow-x: hidden;
}

.jcf-number {
  border-radius: 0px;
}

.nowrap {
  white-space: nowrap;
}

.w100 {
  width: 100%;
}

.max-w100 {
  max-width: 100%;
}

.page-inner--w3 {
  max-width: 1368px;
}

.title-block {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .title-block {
    font-size: 14px;
  }
}

.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.plr0 {
  padding: 0 10px;
}

.plr-15px {
  padding: 0 15px;
}

.hidden-x {
  overflow-x: hidden;
}

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

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

.txt-red {
  color: #FF300A;
}

.ml-auto {
  margin-left: auto;
}

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

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

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

.white-space-normal {
  white-space: normal;
}

.w-100 {
  width: 100%;
  max-width: 100%;
}

.mlr-10px {
  margin-left: 10px;
  margin-right: 10px;
}

.mt-60px {
  margin-top: 60px;
}

.mt-40px {
  margin-top: 40px;
}

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

.mt-30px {
  margin-top: 30px;
}

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

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

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

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

.bold {
  font-weight: bold;
}

.left-12px {
  position: relative;
  left: -12px;
}

.tooltip_templates {
  display: none;
}

.order-aside-sticky {
  top: 140px;
  position: -webkit-sticky;
  position: sticky;
}

.sport-delivery--title-big {
  font-family: "DrunkWideCyr", "Arial", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

@media screen and (min-width: 480px) {
  .sport-delivery--title-big {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 576px) {
  .sport-delivery--title-big {
    font-size: 33px;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) {
  .sport-delivery--title-big {
    font-size: 40px;
    line-height: 72px;
  }
}
@media screen and (min-width: 990px) {
  .sport-delivery--title-big {
    font-size: 56px;
    line-height: 72px;
  }
}
.sport-delivery--img-row .col-12 {
  padding: 0px;
}

.sport-delivery--img-row .col-lg-6 {
  margin-bottom: 50px;
}

.sport-delivery--img {
  border-radius: 25px;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.sport-delivery--text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.sport-delivery--title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}

.big-logo {
  font-family: "DrunkWideCyr", "Arial", sans-serif;
  font-weight: 400;
  /* font-size: 134px; */
  line-height: 122px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 320px) {
  .big-logo {
    font-size: 25px;
  }
}
@media screen and (min-width: 480px) {
  .big-logo {
    font-size: 38px;
  }
}
@media screen and (min-width: 576px) {
  .big-logo {
    font-size: 46px;
  }
}
@media screen and (min-width: 768px) {
  .big-logo {
    font-size: 64px;
  }
}
@media screen and (min-width: 992px) {
  .big-logo {
    font-size: 82px;
  }
}
@media screen and (min-width: 1200px) {
  .big-logo {
    font-size: 100px;
  }
}
@media screen and (min-width: 1570px) {
  .big-logo {
    font-size: 134px;
  }
}
.news__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 25px 0;
}

.news__lead,
.news__time {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.news__lead {
  text-transform: uppercase;
}

.news__time {
  text-transform: lowercase;
}

.promo500-txt {
  font-size: 24px;
  line-height: 32px;
}

/* //шрифты  */
body,
.form-item {
  font-family: "SFProDisplay", "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 480px) {
  body,
.form-item {
    font-size: 12px;
  }
}

.cards__list .catalog-item-photo-holder {
  padding-top: 137%;
}

.cards__list .catalog-item-photo-holder img {
  border-radius: 25px;
}

.product-basket .jcf-number {
  width: 130px;
}

/*-----------правки ------------------*/
/* Страница поиска */
.page-section--search {
  padding: 0;
}

/* Страница бренда */
.product-basket {
  display: flex;
  margin-bottom: 30px;
}

.product-basket .product-buy {
  margin-bottom: 0px;
  margin-left: 10px;
}

.product-basket .jcf-number {
  top: 0;
  width: 105px;
}

.product-basket .jcf-disabled:after {
  color: #dcdcdc;
}

/* //---------tooltip-------------- */
#open-popup {
  padding: 20px;
}

.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.white-popup p {
  margin: 10px;
}

.tooltipster-white {
  min-width: 400px;
  right: 15px;
  left: auto !important;
  height: auto !important;
  box-shadow: 2px 0px 14px rgba(96, 96, 96, 0.2);
}
@media screen and (max-width: 480px) {
  .tooltipster-white {
    min-width: auto;
  }
}

.tooltipster-white .tooltipster-box {
  padding: 15px;
}

.tooltipster-white .tooltipster-content {
  max-width: 100%;
}

/* --------add-favorites----- */
.add-favorites {
  display: flex;
  gap: 20px;
}

.add-favorites__img {
  width: 40px;
  height: 60px;
  display: flex;
}
.add-favorites__img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.add-favorites__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.add-favorites__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

/* --------/add-favorites----- */
.page-text h1,
.h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.page-content {
  margin-top: 15px;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .page-content {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 480px) {
  .page-content--card {
    font-size: 12px;
    margin-top: 5px;
  }
  .page-content--card .breadcrumbs,
.page-content--card .product-to-basket .product-size {
    margin-bottom: 10px;
  }
  .page-content--card .product-info__title,
.page-content--card .product-to-basket .jcf-select,
.page-content--card .product-razdel,
.page-content--card .product-properties,
.page-content--card .accordion ul,
.page-content--card div.product__accordion-availability {
    font-size: 12px;
  }
  .page-content--card .card-nav__col2 {
    padding: 0px;
  }
}

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

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 480px) {
  .mfp-fade.mfp-wrap .mfp-content {
    transition: 0.5s;
    transform: translateY(100%);
  }
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.tooltip__close {
  cursor: pointer;
}
.catalog_menu_social{
  padding-top: 15px;
}
.IPOL_APISHIP2_selectServices td label .chosen {
  text-decoration: line-through;
  color: #9E9E9E;
}
.catalog-item-color.desktop-hidden {
  display: none;
}
@media screen and (max-width: 767px ){
  .catalog-item-color.desktop-hidden {
    display: block;
  }
}
/* End */


/* Start:/local/templates/brusnika/css/project.responsive.css?175057723720386*/
@charset "UTF-8";
/*** Settings ***/
/*** //Settings ***/
/*** Design variables ***/
/*** //Design variables ***/
/*** Base ***/
.only-desktop-flex {
  display: flex;
}

.only-desktop {
  display: block;
}

.only-mobile {
  display: none;
}

.header-burger {
  position: relative;
  left: -15px;
  padding: 7px 15px;
  cursor: pointer;
}

.header-burger .header-burger-inner {
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 14px;
  border-top: 2px solid #1d1d1d;
  border-bottom: 2px solid #1d1d1d;
}

.header-burger .header-burger-inner {
  position: relative;
}

.header-burger .header-burger-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1d1d1d;
}

/*** //Base ***/
/*** Nav ***/
.mobile-nav-holder {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11000;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateX(-102%);
}

.mobile-nav-holder .mobile-close {
  z-index: 50;
}

.mobile-nav-holder .mobile-nav-scroll-holder {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background-color: rgba(18, 18, 18, 0.6);
}

.mobile-nav-holder .mobile-nav-scroll-inner {
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  height: 100%;
  width: calc(100% - 50px);
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background-color: #fff;
}

.mobile-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10500;
  display: block;
  width: 50px;
}

.mobile-close .mobile-close-btn {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 100%;
  text-decoration: none;
}

.mobile-close .mobile-close-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 50px;
  height: 50px;
  background: url("/local/templates/brusnika/css/../svg/icon_mobile_close.svg") no-repeat center center;
  background-size: 17px 17px;
}

.mobile-nav {
  background-color: #fff;
}

.mobile-nav .mobile-nav-inner {
  padding: 20px;
}

.mobile-nav .mobile-nav-contacts .mobile-nav-inner {
  padding: 30px 20px;
  border-top: none;
}

.mobile-nav .mobile-nav-contacts .mobile-nav-contacts-items .mobile-nav-contact-item {
  margin-bottom: 10px;
  font-size: 14px;
}

.mobile-nav .mobile-nav-contacts .mobile-nav-contacts-items .mobile-nav-contact-item:last-child {
  margin-bottom: 0;
}

.mobile-nav .mobile-nav-title {
  padding: 100px 20px 0 20px;
  font-size: 16px;
  font-weight: bold;
}

.mobile-nav .mobile-nav-heading {
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
}

.mobile-nav .mobile-nav-heading .mobile-nav-heading-items {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-flow: row wrap;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: justify;
  justify-content: space-between;
}

.mobile-nav .mobile-nav-heading .mobile-nav-heading-items .mobile-nav-heading-item {
  width: 50%;
}

.mobile-nav .mobile-nav-heading .mobile-nav-heading-items .mobile-nav-heading-item .mobile-nav-heading-item-link--select {
  position: relative;
  padding-right: 15px;
}

.mobile-nav .mobile-nav-heading .mobile-nav-heading-items .mobile-nav-heading-item .mobile-nav-heading-item-link--select:after {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #121212;
  transition: 0.2s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mobile-blocks .mobile-block {
  display: none;
}

.mobile-blocks .mobile-block.show {
  display: block;
}

.mobile-blocks .mobile-block .page-popup {
  padding: 0 0 10px 0;
}

.mobile-back {
  position: absolute;
  left: 14px;
  top: 35px;
  display: block;
  padding-left: 30px;
  font-size: 14px;
  text-decoration: none;
  color: #1d1d1d;
}

.mobile-back:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/brusnika/css/../svg/mobile_rarr.svg") no-repeat center center;
  background-size: contain;
  transform: rotate(-180deg) translateY(50%);
}

body.show-cities .mobile-nav-heading-item-link--select:after {
  transform: rotate(-180deg);
}

body .mobile-nav-menu-title {
  padding: 30px 20px 0 20px;
}

body .mobile-nav-menu {
  padding: 30px 0;
  font-size: 14px;
}

body .mobile-nav-menu--gray {
  background-color: #f4f4f4;
}

body .mobile-nav-menu-item-holder {
  position: relative;
  padding: 7px 20px;
}

body .mobile-nav-menu-item-holder .mobile-nav-menu-item {
  display: block;
  font-size: 16px;
}

body .mobile-nav-menu-item-holder .mobile-nav-menu-item.large {
  padding: 3px 0;
  font-weight: bold;
  font-size: 21px;
}

body .mobile-nav-menu-item-holder .mobile-nav-menu-item.medium {
  font-weight: bold;
}

body .mobile-nav-menu-item-holder .mobile-nav-menu-item.special {
  display: inline-block;
  padding: 9px 25px;
  border: 2px solid #1e1e1e;
  border-radius: 20px;
  text-transform: uppercase;
}

body .mobile-nav-menu-item-holder .mobile-nav-menu-item.large:after,
body .mobile-nav-menu-item-holder .mobile-nav-menu-item.special:after,
body .mobile-nav-menu-item-holder .mobile-nav-menu-item.mobile-open-block:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/brusnika/css/../svg/mobile_rarr.svg") no-repeat center center;
  background-size: contain;
}

body .mobile-nav-menu-item-holder .mobile-nav-menu-item-add {
  position: relative;
  margin-left: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ed0972;
  border-radius: 50%;
  border-bottom: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}

body .mobile-nav-menu-item-holder:last-child:after {
  display: none;
}

body .mobile-nav-menu-item-holder--has-submenu {
  padding-right: 50px;
}

body .mobile-nav-menu-item-holder--has-submenu:before {
  content: "+";
  position: absolute;
  right: 20px;
  top: 8px;
  display: block;
  font-size: 22px;
  line-height: 1;
}

body .mobile-nav-menu-item-holder .mobile-nav-menu-level1 {
  display: none;
}

body .mobile-nav-menu-item-holder .mobile-nav-menu-level1-inner {
  margin-top: 10px;
}

body .mobile-nav-menu-item-holder .mobile-nav-menu-level1-item-holder .mobile-nav-menu-level1-item {
  display: block;
  padding: 8px 0;
}

body .mobile-nav-menu-item-holder .mobile-nav-banners {
  margin-top: 10px;
  display: none;
}

body .mobile-nav-menu-item-holder .mobile-nav-banners .mobile-nav-banner-item {
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}

body .mobile-nav-menu-item-holder .mobile-nav-banners .mobile-nav-banner-item img {
  display: block;
  width: 100%;
  height: auto;
}

body .mobile-nav-menu-item-holder .mobile-nav-banners .mobile-nav-banner-item:last-child {
  margin-bottom: 0;
}

body .mobile-nav-menu-item-holder.open .mobile-nav-menu-level1 {
  display: block;
}

body .mobile-nav-menu-item-holder.open .mobile-nav-banners {
  display: block;
}

body .mobile-nav-menu-item-holder.open:before {
  content: "–";
  line-height: 20px;
}

.show-menu {
  overflow: hidden;
}

.show-menu .mobile-nav-holder {
  transform: translateX(0);
}

/*** //Nav ***/
/*** Search ***/
.page-search {
  position: relative;
}

.page-search .page-search-input {
  position: relative;
  z-index: 10;
  padding-right: 50px;
}

.page-search .page-search-submit {
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
  z-index: 20;
  display: block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/brusnika/css/../svg/loupe_gray.svg") no-repeat center center;
  background-size: contain;
}

.mobile-search {
  position: fixed;
  z-index: 100;
  top: 80px;
  display: none;
  min-height: 70vh;
  max-height: calc(100vh - 90px);
  padding: 60px 0;
  background-color: #fff;
}

.mobile-search .mobile-search-form {
  margin-bottom: 30px;
  position: relative;
}

.mobile-search .mobile-search-form .mobile-search-form-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px 5px 0;
  border-bottom: 1px solid #a4a1a1;
  font-size: 24px;
  line-height: 32px;
}

.mobile-search .mobile-search-form .mobile-search-form-input::-moz-placeholder {
  color: #e1e1e1;
  font-weight: bold;
}

.mobile-search .mobile-search-form .mobile-search-form-input:-ms-input-placeholder {
  color: #e1e1e1;
  font-weight: bold;
}

.mobile-search .mobile-search-form .mobile-search-form-input::placeholder {
  color: #e1e1e1;
  font-weight: bold;
}

.mobile-search .mobile-search-form .mobile-search-form-submit {
  position: absolute;
  right: 0;
  top: 15px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/brusnika/css/../svg/loupe_gray.svg") no-repeat center center;
  background-size: contain;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mobile-search .mobile-search-form .mobile-search-form-submit:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.mobile-search .mobile-search-suggestions {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: start;
  justify-content: flex-start;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-flow: row wrap;
}

.mobile-search .mobile-search-suggestions a {
  margin: 0 30px 20px 0;
}

/* .size-open, */
/*.search-open .page {
  overflow: hidden;
}*/

.search-open .header-toolbar .header-toolbar-item--search img {
  display: none;
}

.search-open .header-toolbar .header-toolbar-item--search img.hide {
  display: block;
}

.search-open .mobile-search {
  display: block;
}

@media screen and (min-width: 1231px) and (max-width: 1572px){
  .product {
    align-items: start
  }
}

/*** //Search ***/
@media screen and (max-width: 1100px) {
  .header-menu .header-menu-item {
    margin-right: 15px;
    font-size: 14px;
  }
  .footer-content {
    margin-bottom: 80px;
  }
  .personal-menu {
    padding: 20px;
  }
}
@media screen and (max-width: 960px) {
  .only-desktop-flex,
.only-desktop {
    display: none !important;
  }
  .only-mobile {
    display: block !important;
  }
  body {
    font-size: 14px;
  }
  .page-inner--mobile_empty {
    padding: 0;
  }
  .page-inner .page-inner {
    padding: 0;
  }
  .fs16 {
    font-size: 16px;
  }
  .page-header {
    padding: 10px 0;
  }
  .page-note .page-note-inner {
    padding: 0 20px;
  }
  .page-note .page-note-text {
    font-size: 12px;
  }
  .page-note .page-note-close {
    right: -10px;
    top: -4px;
    background-size: 12px;
  }
  .header-toolbar {
    -o-box-orient: horizontal;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    flex-flow: row nowrap;
  }
  .header-toolbar .header-toolbar-item {
    margin-right: 10px;
  }
  .header-toolbar .header-toolbar-item .hide {
    display: none;
  }
  .page-heading {
    margin-bottom: 30px;
  }
  .page-heading img {
    max-width: 40%;
  }
  .page-heading .page-heading-description {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
  }
  .header-logo {
    margin: 0 auto;
  }
  /* .footer-top {
    margin-bottom: 55px;
  } */
  .footer-content {
    margin-bottom: 40px;
  }
  .footer-menu-content {
    display: none;
  }
  .footer-menu .footer-menu-item-holder {
    margin-bottom: 17px;
  }
  .footer-menu-title {
    position: relative;
    margin-bottom: 0;
  }
  .footer-menu-title:after {
    content: "+";
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
  }
  .open .footer-menu-title:after {
    content: "–";
    right: 1px;
  }
  .open .footer-menu-content {
    display: block;
    padding-top: 15px;
  }
  .page-section {
    padding: 50px 0;
  }
  hr {
    margin: 40px 0;
  }
  .instagram-info {
    margin-top: 60px;
  }
  .badge {
    margin: 5px 10px;
  }
  .page-text table {
    margin-bottom: 40px;
  }
  .glossary .glossary-tools {
    margin: 20px 0 20px 0;
  }
  .glossary .glossary-letters {
    display: block;
    padding-bottom: 10px;
    overflow: auto;
    white-space: nowrap;
  }
  .glossary .glossary-letters > a {
    margin-right: 10px;
  }
  .glossary .glossary-block {
    padding: 20px 0;
    font-size: 16px;
    line-height: 30px;
  }
  .jcf-number {
    top: 0;
    height: 25px;
    width: 80px;
    border: none;
  }
  .jcf-number input {
    padding: 4px 0;
  }
  .catalog-toolbar {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .catalog-links {
    margin-bottom: 15px;
    display: block;
    overflow: auto;
    padding: 0 20px;
    white-space: nowrap;
  }
  .catalog-links .col-auto {
    display: inline-block;
  }
  .catalog-items {
    margin-bottom: -40px;
    margin-left: 0;
    margin-right: 0;
  }
  .catalog-items--slider {
    margin-bottom: 0;
  }
  .catalog-items + .catalog-items {
    margin-top: 40px;
  }
  .catalog-items--slider .catalog-item {
    margin: 0 5px;
  }
  .catalog-items--slider .catalog-item.brand {
    margin: 0 15px;
  }
  .catalog-items--slider .catalog-item.popup {
    margin: 0 5px;
  }
  .catalog-item {
    margin-bottom: 50px;
  }
  /* .order-content .order-table .order-table-delete {
    position: absolute;
    right: 5px;
    top: 17px;
    bottom: auto;
    width: 24px;
    height: 24px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
  } */
  /* .tabs-heading {
    display: block;
    overflow: auto;
    white-space: nowrap;
  } */
}
@media screen and (max-width: 960px) and (max-width: 480px) {
  .catalog-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .catalog-item .catalog-item-labels {
    left: 10px;
    top: 10px;
  }
}
@media screen and (max-width: 960px) {
  .catalog-item .catalog-item-labels .catalog-item-label {
    padding: 0 4px;
    min-width: 30px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 960px) {
  .catalog-item.w3 .catalog-item-photo-holder {
    border-radius: 10px;
  }
}
@media screen and (max-width: 960px) {
  .catalog-item.w3 .catalog-item-photo-holder .btn {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .catalog-item.w3 .catalog-item-title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .load-more-holder {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  .load-more-holder .btn {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .product {
    position: relative;
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .product .product-media-holder {
    margin-top: -50px;
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .product .product-media {
    margin: 0;
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 960px) {
  .product .product-labels {
    z-index: 10;
    right: 20px;
    top: -30px;
    left: auto;
  }
}
@media screen and (max-width: 960px) {
  .product .product-info {
    padding: 25px 8px 0 8px;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) and (max-width: 480px) {
  .product .product-info {
    padding: 25px 0 0 0;
  }
}
@media screen and (max-width: 960px) {
  .product .product-info .product-colors .product-color {
    width: 24%;
  }
}
@media screen and (max-width: 960px) {
  .product .product-info .breadcrumbs {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .product .product-info .product-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 960px) {
  .page-product .page-section.border:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 960px) {
  .order-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: none;
  }
}
@media screen and (max-width: 960px) {
  .order-item:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .order-table:not(.basket) > .row {
    position: relative;
    padding: 30px 0;
  }
}
@media screen and (max-width: 960px) {
  .order-table:not(.basket) > .row:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(var(--bs-gutter-x) * 0.5);
    right: calc(var(--bs-gutter-x) * 0.5);
    display: block;
    height: 1px;
    background-color: #1d1d1d;
  }
}
@media screen and (max-width: 960px) {
  .order-table:not(.basket) > .row:after {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .order-table:not(.basket) > .row:last-child {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .order-table:not(.basket) > .row:last-child:after {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .personal-blocks {
    position: relative;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  .personal-blocks div {
    padding: 0;
  }
  .personal-blocks div:last-child a {
    border-bottom: none;
  }
}
@media screen and (max-width: 960px) {
  .personal-blocks:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    display: block;
    height: 100%;
    background-color: #F6F5F5;
  }
}
@media screen and (max-width: 960px) {
  .personal-blocks .personal-block {
    margin-top: -1px;
    padding: 15px 20px;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #E1E1E1;
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .personal-blocks {
    border-top: 1px solid #E1E1E1;
  }
}
@media screen and (max-width: 960px) {
  .personal-blocks .personal-block span,
.personal-blocks .personal-block ins {
    vertical-align: middle;
    display: inline-block;
    padding: 0;
    width: auto;
    position: static;
    transform: none;
  }
}
@media screen and (max-width: 960px) {
  .personal-blocks .personal-block ins {
    margin-left: 10px;
    min-width: 20px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 960px) {
  .mobile-table-summary {
    padding-top: 30px;
    border-top: 1px solid #1d1d1d;
  }
}
@media screen and (max-width: 960px) {
  .order-content {
    margin: 0px 0 50px 0;
    padding: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .order-content .mobile-table-summary {
    padding-top: 25px;
  }
}
@media screen and (max-width: 960px) {
  .order-content .order-table {
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .order-content .order-table > .row {
    position: relative;
    padding: 25px 0;
  }
}
@media screen and (max-width: 960px) {
  .order-content .order-table .basket-name-holder {
    padding-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .order-aside {
    /*margin-left: -20px;
    margin-right: -20px;*/
    padding: 40px 20px;
    border-radius: 0;
  }
}
@media screen and (max-width: 960px) {
  .order-block {
    margin-bottom: 30px;
    padding-top: 20px;
    overflow: hidden;
  }
}
@media screen and (max-width: 960px) {
  .order-block .h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .tabs-heading .tab-heading-item {
    vertical-align: bottom;
    display: inline-block;
  }
}
@media screen and (max-width: 960px) {
  .page-popup {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 960px) {
  .page-popup .page-popup-heading .page-popup-heading-title img {
    margin-left: 15px;
    max-width: 50px;
  }
}
@media screen and (max-width: 760px) {
  .catalog-item.w3 .catalog-item-photo-holder {
    padding-top: 100%;
  }

  /*.page {
    overflow: hidden;
  }*/
}
@media screen and (max-width: 760px) and (max-width: 480px) {
  .footer-content {
    margin-bottom: 0;
  }
  .footer-bottom {
    margin-top: 0;
  }
}

/* End */


/* Start:/local/templates/brusnika/css/plugins/simplebar.css?17505772379023*/
.basket-mobile-menu__body {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  /* Rtl support */
}
.basket-mobile-menu__body .simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.basket-mobile-menu__body .simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.basket-mobile-menu__body .simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.basket-mobile-menu__body .simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.basket-mobile-menu__body .simplebar-content-wrapper::-webkit-scrollbar,
.basket-mobile-menu__body .simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.basket-mobile-menu__body .simplebar-content:before,
.basket-mobile-menu__body .simplebar-content:after {
  content: " ";
  display: table;
}
.basket-mobile-menu__body .simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.basket-mobile-menu__body .simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.basket-mobile-menu__body .simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.basket-mobile-menu__body .simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
.basket-mobile-menu__body [data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.basket-mobile-menu__body [data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.basket-mobile-menu__body .simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.basket-mobile-menu__body .simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #1D1D1D;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.basket-mobile-menu__body .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}
.basket-mobile-menu__body .simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.basket-mobile-menu__body .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.basket-mobile-menu__body .simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.basket-mobile-menu__body .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.basket-mobile-menu__body .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
.basket-mobile-menu__body [data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.basket-mobile-menu__body .hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.basket-mobile-menu__body .simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.filter-row-basket {
  border: 1px solid green;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  /* Rtl support */
}
.filter-row-basket .simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.filter-row-basket .simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.filter-row-basket .simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.filter-row-basket .simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.filter-row-basket .simplebar-content-wrapper::-webkit-scrollbar,
.filter-row-basket .simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.filter-row-basket .simplebar-content:before,
.filter-row-basket .simplebar-content:after {
  content: " ";
  display: table;
}
.filter-row-basket .simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.filter-row-basket .simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.filter-row-basket .simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.filter-row-basket .simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
.filter-row-basket [data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.filter-row-basket [data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.filter-row-basket .simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.filter-row-basket .simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: red;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.filter-row-basket .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}
.filter-row-basket .simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.filter-row-basket .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.filter-row-basket .simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.filter-row-basket .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.filter-row-basket .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
.filter-row-basket [data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.filter-row-basket .hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.filter-row-basket .simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
/* End */


/* Start:/local/templates/brusnika/css/plugins/swiper-bundle.min.css?175057723717906*/
/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/brusnika/css/adds.css?17505772376617*/
.catalog-item-swiper .swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.catalog-item-swiper .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
}
.catalog-item-swiper .swiper .swiper-slide.swiper-slide-active img {
    opacity: 1;
    transition: opacity .2s ease;
}
.catalog-item-swiper-pagination,
.product-photos-pagination {
    display: flex;
    position: absolute;
    width: 100% !important;
    left: 0 !important;
    bottom: 0 !important;
    padding: 5px 0;
    z-index: 20;
    opacity: 0;
}
.catalog-item-swiper-pagination span,
.product-photos-pagination span {
    flex: 1;
    height: 2px;
    margin: 0 3px;
    background-color: rgba(255, 255, 255, 0.3);
}
.catalog-item-swiper-pagination span.active,
.product-photos-pagination span.active {
    background-color: #E1E1E1;
}
.catalog-item-slider-hovers {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
}
.catalog-item-slider-hovers div {
    flex: 1;
    height: 100%;
}
.catalog-item-swiper:hover .catalog-item-swiper-pagination {
    opacity: 1;
}

@media screen and (max-width: 960px) {
    .catalog-item-slider-hovers {
        display: none !important;
    }
    .catalog-item-swiper-pagination {
        display: none !important;
        opacity: 1 !important;
        justify-content: flex-end;
    }
    .product-photos-pagination {
        justify-content: flex-end;
        bottom: 7px !important;
    }
    .catalog-item-swiper .swiper .swiper-slide img {
        opacity: 1;
    }
    .catalog-item-swiper-pagination span,
    .product-photos-pagination span {
        /*background-color: rgba(29, 29, 29, 0.3);
        flex: none;
        width: 12px;
        margin: 0 2px;*/
        background-color: rgba(255, 255, 255, 0.3);
    }
    .catalog-item-swiper-pagination span.active,
    .product-photos-pagination span.active {
        background-color: #E1E1E1;
    }
}




.product-photos-nav-swiper {
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.product-photos-nav-swiper .swiper {
    width: 100%;
    height: 100%;
}
.product-photos-nav-swiper .swiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 1px solid #FFF;
    cursor: pointer;
}
.product-photos-nav-swiper .swiper .swiper-slide {
    height: 107px;
}
.product-photos-nav-swiper .swiper .swiper-slide-thumb-active img {
    border-color: #A4A1A1;
}

.product-photos-swiper {
    position: relative;
    width: calc(100% - 70px);
    margin: 0 0 0 auto;
}
.product-photos-swiper:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 150%;
}
.product-photos-swiper .swiper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding-left: 30px;
    height: 100%;
}
.product-photos-swiper .swiper .swiper-slide img {
    display: block;
    width: 100%;
    object-position: center;
    cursor: url(/local/templates/brusnika/css/../svg/zoom-in.svg), zoom-in;
}
.product-photos-scrollbar,
.product-photos-progressbar {
    height: 100% !important;
    width: 1px !important;
    position: absolute;
    left: 14px !important;
    top: 0 !important;
    z-index: 5 !important;
    background-color: rgb(29, 29, 29, 0.3);
}
.product-photos-scrollbar .swiper-scrollbar-drag,
.product-photos-progressbar .swiper-pagination-progressbar-fill {
    width: 1px;
    background-color: #1D1D1D;
    border-radius: 0 !important;
    left: 0;
}
.product-photos__inner {
    position: relative;
}

.product-photos-pagination {
    display: none;
    top: auto !important;
    right: auto !important;
    z-index: 100;
    opacity: 1;
}
@media screen and (max-width: 760px) {
    .product-photos-nav-swiper {
        display: none;
    }
    .product-photos-swiper {
        width: 100%;
        margin: 0;
    }
    .product-photos-pagination {
        display: flex;
    }
    .product-photos-swiper .swiper {
        padding-left: 0;
    }
    .product-photos-scrollbar,
    .product-photos-progressbar {
        display: none;
    }
    .product-photos-swiper .swiper .swiper-slide img {
        height: calc(100% - 10px);
        object-fit: contain;
    }
}

.product-title-holder .product-title {
    padding-right: 30px;
}



.pswp__counter {
    display: none;
}
.pswp__button--arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFF;
    margin-top: -25px;
}
.pswp__button--arrow--prev {
    left: 20px;
}
.pswp__button--arrow--next {
    right: 20px;
}
.pswp__button svg path {
    fill: #1D1D1D;
}
.pswp__button {
    opacity: 1;
}
.pswp__button:hover,
.pswp__button:focus {
    background-color: #FFF;
}

.pswp__button--close {
    position: absolute;
    left: 20px;
    right: auto;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFF;
}



/*@media screen and (min-width: 991px) {*/
#scrolling-header {
    position: relative;
    z-index: 101;
    background-color: #FFF;
}
#scrolling-header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    background-color: #FFF;
    z-index: 2000;
    padding: 23px 0;
    transform: translateY(-101%);
}
#scrolling-header.fixed.show {
    transform: translateY(0);
    transition: .3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#scrolling-header.fixed.hide {
    transform: translateY(-101%);
    transition: .3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


#scrolling-header.fixed.show #catalog-buyer-menu .menu-sections {
    top: 70px;
}

.catalog-open .page:after,
.search-open .page:after,
.basket-open .page:after {
    position: fixed;
}

.search-open .page:after {
    top: 0 !important;
}

#scrolling-header.fixed.hold:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
}
/*}*/

.pswp__img {
    object-fit: cover;
}

@media screen and (max-width: 1024px){
    .pswp{
        --pswp-bg: #ffffff;
        --pswp-placeholder-bg: #fff;
    }

    .pswp__bg{
        opacity: 1!important;
    }

    .pswp__img{
        object-fit: contain;
    }

    .pswp__button--close {
        left: auto;
        right: 0;
        background-color: transparent;
    }
}
/* End */


/* Start:/local/templates/brusnika/css/comps.css?175057723739455*/
.cus-quote-block {
    border-radius: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 40px;
    text-align: center;
    font-size: 11px;
    display: inline-block;
    position: relative;
    background-color: #f1f0f0;
}

@media screen and (min-width: 1200px) {
    .cus-quote-block {
        font-size: 21x;
        padding: 60px 57px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 160px;
        max-width: 440px;
    }
}

.cus-quote-block:before {
    content: "";
    background: url("/images/lquote.svg") center/cover no-repeat;
    position: absolute;
    left: 23px;
    top: 6px;
    height: 23px;
    width: 30px;
}

@media screen and (min-width: 1200px) {
    .cus-quote-block:before {
        height: 50px;
        width: 65px;
    }
}

.cus-quote-block:after {
    content: "";
    background: url("/images/rquote.svg") center/cover no-repeat;
    position: absolute;
    bottom: 0px;
    right: 20px;
    height: 23px;
    width: 30px;
}

@media screen and (min-width: 1200px) {
    .cus-quote-block:after {
        height: 50px;
        width: 65px;
    }
}

@media screen and (min-width: 1200px) {
    .cus-quote-block br:last-child {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .cus-quote-block_top {
        position: absolute;
        top: 50%;
        right: 20px;
    }
}

.cus-b-yt {
    -webkit-transform: scale(2vw);
    transform: scale(2vw);
}

@media screen and (min-width: 1200px) {
    .cus-b-yt {
        height: 719px;
    }
}

.fs-6 {
    font-size: 11px !important;
}

.fs-5 {
    font-size: 13px !important;
}

.fs-4 {
    font-size: 14px !important;
}

.fs-5 {
    font-size: 17px !important;
}

@media screen and (min-width: 1200px) {
    .fs-md-5 {
        font-size: 17px !important;
    }
}

.cus-bg-gray {
    background-color: #f1f0f0;
}

.text-sm-scale {
    font-size: clamp(4px, 2.4vw, 20px);
}

.text-cpt-sm-scale {
    font-size: clamp(6px, 2.6vw, 20px);
}

@media screen and (min-width: 1200px) {
    .cus-sc {
        font-size: 22px;
    }
}

.cus-bout-logo {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.br-pp {
    width: 90%;
    max-width: 560px;
    margin: 0 auto;
    z-index: 1000;
    position: fixed;
    -webkit-animation: popUp 0.4s ease-in-out;
    animation: popUp 0.4s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (min-width: 1200px) {
    .br-pp {
        width: 560px;
        min-width: 560px;
    }
}

.br-pp_hide {
    -webkit-animation: popOut 0.4s ease-in-out;
    animation: popOut 0.4s ease-in-out;
    display: none;
}

.br-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-animation: ease 0.4s ease-in-out;
    animation: ease 0.4s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
}

.br-overlay:hover {
    cursor: pointer;
}

.scroll--locked {
    overflow: hidden;
}

html {
    scrollbar-gutter: stable;
}

.hr {
    margin: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-inner--w2 {
    max-width: 1610px;
}

.page-inner--w2_narrow {
    max-width: 1170px;
}

.page-inner {
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (min-width: 1200px) {
    .page-inner__cntpg-t-block {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 50px 0 10px 0;
    }
}

.br-grid {
    display: -ms-grid;
    display: grid;
}

.br-grid_cols_1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.br-grid_cols_2 {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.br-grid_cols_3 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

@media screen and (min-width: 768px) {
    .br-grid_sm-cols_2 {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .br-grid_md-cols_3 {
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

.br-grid_al_btm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.input-w-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
}

.input-w-btn_view_default {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.input-w-btn_view_default .br-input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

.input-w-btn_view_default .br-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.linky-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    max-width: 350px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-inline: 1px;
}

.br-text {
    font-size: 13px;
    margin-bottom: 0;
    font-family: "SFProDisplay", Arial, sans-serif;
}

@media screen and (min-width: 1200px) {
    .br-text {
        font-size: 14px;
    }
}

.br-text_s_3 {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .br-text_s_3-m {
        font-size: 10px;
    }
}

.br-text_s_4 {
    font-size: 24px;
}

.br-text__accent {
    font-weight: 600;
}

.br-text_w_b {
    font-weight: 600;
}

.br-text_t_uc {
    -webkit-text-decoration: uppercase;
    text-decoration: uppercase;
}

.br-text_al_c {
    text-align: center;
}

.br-title {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: SFProDisplay, Arial, sans-serif;
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .br-title {
        font-size: 36px;
        line-height: 1.4;
    }
}

.br-title_type_2 {
    font-size: 18px;
}

@media screen and (min-width: 1200px) {
    .br-title_type_2 {
        font-size: 20px;
    }
}

.br-title_type_3 {
    font-size: 16px;
}

@media screen and (min-width: 1200px) {
    .br-title_type_3 {
        font-size: 18px;
    }
}

.br-title_view_default {
    text-transform: none;
}

.br-title_al_c {
    text-align: center;
}

.br-link {
    font-family: "SFProDisplay", Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
}

@media screen and (min-width: 1200px) {
    .br-link {
        font-size: 14px;
    }
}

.br-link:hover {
    cursor: pointer;
}

.br-link_view_default {
    color: #000;
    text-decoration: none;
}

.br-link_view_default:hover {
    color: #666;
}

.br-link_view_undrln {
    text-decoration: underline;
    color: #000;
}

.br-link_type_composite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.br-btn {
    font-family: "SFProDisplay", Arial, sans-serif;
    font-size: 16px;
    font-weight: 200;
    padding: 14.5px 20px;
    border: 1px solid transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.br-btn:hover {
    cursor: pointer;
    background-color: #404040;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #fff;
}

.br-btn__icon {
    width: 20px;
}

.br-btn[disabled] {
    color: #666666;
    background-color: #CACACA;
    border-color: #CACACA;
    cursor: default;
}

.br-btn_size_small {
    padding: 0;
}

.br-btn_view_default {
    background-color: #1d1d1d;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.br-btn_view_default:hover {
    background-color: #fff;
    color: #1d1d1d;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid #1d1d1d;
}

.br-btn_view_iconic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-inline: 0;
}

.br-btn_view_alt {
    background-color: #fff;
    width: 200px;
    height: 55px;
    -webkit-transition: 0.2s background-color ease;
    transition: 0.2s background-color ease;
    border: 1px solid #1D1D1D;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.br-btn_view_alt:hover {
    background-color: #1D1D1D;
    color: #fff;
    -webkit-transition: 0.2s background-color ease;
    transition: 0.2s background-color ease;
}

.br-btn_view_primary {
    font-family: "SF Pro Display", sans-serif;
    background-color: #1D1D1D;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.br-btn_view_outlined {
    background-color: transparent;
    border: 1px solid #1D1D1D;
}

.br-btn_size_m {
    padding: 14.5px 35px;
}

.br-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    max-width: 385px;
    font-family: "SF Pro Display", sans-serif;
    gap: 5px;
}

.br-input__input {
    border: 1px solid #D6D6D6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 15px;
    font-family: "SF Pro Display", sans-serif;
    font-size: 14px;
    color: #666666;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    outline: transparent solid 1px;
}

.br-input__input:focus {
    outline: #1D1D1D solid 1px;
    color: #1D1D1D;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.br-input__input:hover {
    outline: #1D1D1D solid 1px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.br-input__helper {
    font-family: "SF Pro Display", sans-serif;
    font-size: 14px;
    margin: 0;
    color: #666666;
}

.br-selectbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    max-width: 385px;
    font-family: "SF Pro Display", sans-serif;
    gap: 5px;
    position: relative;
}

.br-selectbox__case-fake {
    color: #1D1D1D;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    background-color: #fff;
    border: 1px solid #D6D6D6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 15px;
    font-family: "SF Pro Display", sans-serif;
    font-size: 14px;
    color: #666666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.br-selectbox__case-fake_focused {
    border-color: #1D1D1D;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.br-selectbox__case-fake:hover {
    border-color: #1D1D1D;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.br-selectbox__case-fake:not(.select-arrow-active)::after {
    position: absolute;
    content: url("/local/templates/brusnika/svg/angle-down.svg");
    top: calc(50% - 10px);
    right: 29px;
    width: 0;
    height: 0;
    z-index: 4;
}

.br-selectbox__case-fake.select-arrow-active:after {
    content: url("/local/templates/brusnika/svg/angle-down.svg");
    top: calc(50% + 5px);
    right: 18px;
    width: 9px;
    height: 5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 5;
    position: absolute;
}

.br-selectbox__option {
    background: url("/local/templates/brusnika/svg/angle-right.svg") 95% center no-repeat;
    border: 1px solid transparent;
    padding: 10px 11.5px;
    color: #1D1D1D;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
}

.br-selectbox__option:hover {
    background-color: #1D1D1D;
    color: #fff;
}

.br-selectbox__option_vis_hidden {
    display: none;
}

.br-selectbox__option_vis_visible {
    display: block;
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid transparent;
    border-color: transparent #1D1D1D #1D1D1D #1D1D1D;
}

.select-hide {
    display: none;
}

.selectbox__case_same {
    background-color: #1D1D1D;
    color: #fff;
    display: none;
}

.br-selectbox__helper {
    font-family: "SF Pro Display", sans-serif;
    font-size: 14px;
    margin: 0;
    color: #666666;
}

.br-selectbox__case {
    display: none;
}

.br-text-field {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    font-family: "SFProDisplay", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    outline: solid 1px transparent;
}

.br-text-field:focus-visible {
    outline: solid 1px #1d1d1d;
}

.br-form {
    background-color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.br-form__close {
    background: url("/local/templates/brusnika/svg/close.svg") center center no-repeat;
    width: 15px;
    height: 15px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.br-form__close:hover {
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.br-form__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.br-form_type_popup {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.br-form__title {
    font-family: "SFProDisplay", Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

.br-form__notice {
    font-family: "SFProDisplay", Arial, sans-serif;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
}

.br-form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.br-form__fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /* -ms-flex-direction: column;
    flex-direction: column; */
    gap: 15px;
}

.br-form__fieldset_direction_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.br-form__input-caption {
    font-family: "SFProDisplay", Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
}

.br-form__input_view_name {
    background: url("/local/templates/brusnika/css/../brusnika/images/icons/input-icon--user.png") 15px center no-repeat;
    padding-inline: 35px;
}

.br-form__input_view_phone {
    background: url("/local/templates/brusnika/css/../brusnika/images/icons/input-icon--phone.png") 15px center no-repeat;
    padding-inline: 35px;
}

.br-form__input_view_message {
    background: url("/local/templates/brusnika/css/../brusnika/images/icons/input-icon--message.png") 15px 15px no-repeat;
    padding-inline: 35px;
}

.br-form__input_view_email {
    background: url("/local/templates/brusnika/css/../brusnika/images/icons/input-icon--email.png") 15px 16px no-repeat;
    padding-inline: 35px;
}

.br-form__input_type_num {
    width: 4rem;
    text-align: center;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

.br-form__input_type_num::-webkit-outer-spin-button,
.br-form__input_type_num::-webkit-inner-spin-button {
    -webkit-appearance: auto !important;
}

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

.br-installment {
    width: 90%;
}

.br-list {
    margin-bottom: 0;
    list-style: disc;
}

.br-list_view_unmarked {
    list-style: none;
    padding: 0;
}

.br-list_view_shifted {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}

.br-list_type_inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.br-list_a_c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .br-installment {
        width: 100%;
        max-width: 730px;
    }
}

.br-installment-opener {
    text-transform: uppercase;
    color: #A4A1A1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.br-installment-opener:hover {
    color: #1D1D1D;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.br-installment-opener::after {
    content: url("/local/templates/brusnika/svg/angle-right.svg");
    height: 17px;
    opacity: 0.7;
}

.br-installment__body {
    gap: 30px;
}

@media screen and (min-width: 768px) {
    .br-installment__body {
        gap: 40px;
    }
}

.br-installment__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

@media screen and (min-width: 768px) {
    .br-installment__container {
        padding: 40px 20px;
        gap: 40px;
    }
}

.br-installment__part-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    background-color: #F6F5F5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
}

@media screen and (min-width: 768px) {
    .br-installment__part-panel {
        padding: 20px;
    }
}

.br-installment__part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.5%;
    flex: 0 0 22.5%;
    border-bottom: 2px solid #A4A1A1;
}

@media screen and (min-width: 768px) {
    .br-installment__part {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 155px;
        flex: 0 0 155px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.br-installment__part_first {
    border-bottom: 2px solid #1D1D1D;
}

.br-installment__price {
    color: #666666;
    font-family: "SF Pro Display", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.br-installment__price_first {
    color: #1D1D1D;
}

.br-installment__date {
    color: #666666;
    font-family: "SF Pro Display", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .br-installment__date {
        font-size: 14px;
    }
}

.br-installment__payment-methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
}

.br-installment__title {
    text-align: left;
}

@media screen and (min-width: 768px) {
    .br-installment__title {
        text-align: center;
    }
}

.br-installment__notice {
    font-family: "SF Pro Display", sans-serif;
    color: #666666;
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    margin-bottom: 0;
    width: 80%;
}

@media screen and (min-width: 768px) {
    .br-installment__notice {
        text-align: center;
        width: 100%;
    }
}

.br-spoiler {
    border-bottom: 1px solid #e1e1e1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.br-spoiler:hover {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.br-spoiler:hover .br-spoiler__caption::before {
    content: "";
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: #e1e1e1;
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.br-spoiler__caption {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "SFProDisplay", sans-serif;
    font-weight: 400;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-block: 20px 0;
}

.br-spoiler__caption::after {
    content: url("/local/templates/brusnika/svg/plus_b.svg");
    width: 24px;
    height: 24px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    justify-self: flex-end;
}

@media screen and (min-width: 1200px) {
    .br-spoiler__caption::after {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.br-spoiler__caption:before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 11px);
    right: -8px;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.br-spoiler__caption:hover {
    cursor: pointer;
}

.br-spoiler__caption_revealed::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.br-spoiler__caption-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
}

.br-spoiler__caption-alt {
    font-size: 14px;
    padding-block: 5px 0;
}

.br-spoiler__content {
    overflow: hidden;
    display: none;
    font-family: "SFProDisplay", sans-serif;
    animation: spoilerHide 1s ease-out alternate-reverse;
    padding-top: 15px;
}

.br-spoiler__content_revealed {
    -webkit-animation: spoilerReveal 0.4s ease-in;
    animation: spoilerReveal 0.4s ease-in;
    display: block;
}

@-webkit-keyframes spoilerReveal {
    0% {
        max-height: 0;
        opacity: 0;
    }

    100% {
        max-height: 300px;
        opacity: 1;
    }
}

@keyframes spoilerReveal {
    0% {
        max-height: 0;
        opacity: 0;
    }

    100% {
        max-height: 300px;
        opacity: 1;
    }
}

.br-table {
    width: 100%;
    table-layout: fixed;
}

.br-table_theme_zebra tbody>.br-table__row:nth-child(2n),
.br-table_theme_zebra tbody>.br-table__row-full:nth-child(2n) {
    background: rgba(0, 0, 0, 0.04);
}

.br-table__header {
    border-top: 1px solid #D6D6D6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-inline: 10px;
    background-color: #f8f8f8;
}

.br-table__header_style_dark {
    background-color: #1D1D1D;
    color: #fff;
}

.br-table__header-caption {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
}

.br-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
}

.br-table__row-full {
    border-bottom: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
}

.br-table__body .br-table__row:hover {
    background: #1D1D1D !important;
    color: #fff;
}

.br-table__col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.br-table__col:first-child {
    width: 5%;
}

.br-table__col:nth-child(2) {
    width: 43%;
}

.br-table__col:nth-child(3) {
    width: 20%;
}

.br-table__col:nth-child(4) {
    width: 20%;
}

.br-table__col:last-child {
    width: 12%;
}

.br-table__col-full {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .09);
}

.br-radiobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 25px;
}

.br-radiobox__marker {
    position: relative;
    width: 0;
}

.br-radiobox__marker:after {
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 19px;
    top: 0;
    left: 0;
    position: relative;
    background-color: #fff;
    display: inline-block;
    visibility: visible;
    border: 1px solid #D6D6D6;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.br-radiobox__marker:checked:before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 19px;
    top: 4px;
    left: 4px;
    position: absolute;
    background-color: #000;
    display: inline-block;
    visibility: visible;
    border: 1px solid #000;
    z-index: 2;
    -webkit-transition: 1s;
    transition: 1s;
}

.br-radiobox__marker:checked:after {
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 19px;
    top: 0;
    left: 0;
    position: relative;
    background-color: #fff;
    display: inline-block;
    visibility: visible;
    border: 1px solid #000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.br-radiobox-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.br-radiobox-group_view_h {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.br-radiobox-group_view_v {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.br-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 25px;
    margin-bottom: 0;
}

.br-checkbox__marker {
    position: relative;
    width: 0;
}

.br-checkbox__marker:after {
    content: "";
    width: 19px;
    height: 19px;
    top: 0;
    left: 0;
    position: relative;
    background-color: #fff;
    display: inline-block;
    visibility: visible;
    border: 1px solid #D6D6D6;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.br-checkbox__marker:checked:before {
    content: "";
    width: 11px;
    height: 11px;
    top: 4px;
    left: 4px;
    position: absolute;
    background-color: #000;
    display: inline-block;
    visibility: visible;
    border: 1px solid #000;
    z-index: 2;
    -webkit-transition: 1s;
    transition: 1s;
}

.br-checkbox__marker:checked:after {
    content: "";
    width: 19px;
    height: 19px;
    top: 0;
    left: 0;
    position: relative;
    background-color: #fff;
    display: inline-block;
    visibility: visible;
    border: 1px solid #000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.br-checkbox-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.br-checkbox-group_view_h {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.br-checkbox-group_view_v {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.br-infocard {
    border: 1px solid #e1e1e1;
    padding: 15px;
    font-family: "SFProDisplay", Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
}

@media screen and (min-width: 1200px) {
    .br-infocard {
        font-size: 14px;
    }
}

.br-infocard__title {
    color: #666;
    margin: 0;
}

@media screen and (min-width: 1200px) {
    .br-infocard__title_md-al_l {
        text-align: left;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.br-infocard__title_al_l {
    text-align: left;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.br-infocard__link {
    text-decoration: none;
    color: #666;
    margin: 0;
}

.br-infocard__link:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.br-infocard__link_undrl {
    text-decoration: underline;
}

.br-infocard__link_undrl:hover {
    color: #000;
}

.br-infocard__text {
    margin: 0;
}

.br-infocard__text_al_c {
    text-align: center;
}

.br-infocard__text_al_l {
    text-align: left;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

@media screen and (min-width: 1200px) {
    .br-infocard__text_md-al_l {
        text-align: left;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.br-infocard_view_cntpg {
    height: 151px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

@media screen and (min-width: 1200px) {
    .br-infocard_view_cntpg {
        height: 210px;
    }
}

.br-infocard_view_default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
    padding: 40px;
}

.br-infocard_view_nodecore {
    border: none;
    padding: 0;
}

.br-infocard__perc-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-block: 5px 0;
}

.br-infocard__perc-line-percent {
    font-size: 36px;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.br-page-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-block: 25px;
}

.br-page-section__wrapper {
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {
    .br-page-section__wrapper_s_xs {
        width: 50%;
    }

    .br-page-section__wrapper_s_sm {
        width: 75%;
    }
}

@media screen and (min-width: 1200px) {
    .br-page-section__wrapper_m_xs {
        width: 75%;
    }

    .br-page-section__wrapper_m_sm {
        width: 75%;
    }
}

.br-page-section__title-bar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-block: 0 30px;
}

.br-page-section__paragraph {
    padding-block: 0 10px;
}

.br-form-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-block: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .br-form-section_type_collapsed-sm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.br-form-section__captions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

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

.abt-slogan {
    background-color: rgba(233, 225, 214, 0.33);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 360px;
}

.abt-slogan_style_nz {
    background-color: #E0DED6;
}

@media screen and (max-width: 768px) {
    .abt-slogan {
        height: 104px;
    }
}

.abt-slogan__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 274px;
    flex: 0 0 274px;
    height: auto;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .abt-slogan__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79px;
        flex: 0 0 79px;
    }
}

.abt-slogan__logo {
    width: 220px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .abt-slogan__logo {
        width: 81px;
    }
}

.abt-slogan__img_i_1 {
    background-image: url("/images/about/i1.png");
}

.abt-slogan__img_i_2 {
    background-image: url("/images/about/i2.png");
}

.abt-slogan__container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.abt-slogan__element {
    color: #000;
    font-size: 20px;
    margin-bottom: 0;
    font-family: "SFProDisplay", Arial, sans-serif;
}

@media screen and (max-width: 768px) {
    .abt-slogan__element {
        font-size: 8px;
    }
}

.abt-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-block: 50px;
}

@media screen and (max-width: 768px) {
    .abt-section {
        padding-block: 18px;
    }
}

.abt-section_type_short {
    width: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .abt-section_type_short {
        width: 70%;
    }
}

.abt-section_type_mid {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-inline: 60px;
}

@media screen and (max-width: 768px) {
    .abt-section_type_mid {
        padding-inline: 0;
    }
}

.abt-section__caption {
    font-size: 14px;
    margin-bottom: 0;
    font-family: "SFProDisplay", Arial, sans-serif;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {
    .abt-section__caption {
        font-size: 24px;
        text-transform: uppercase;
        width: 100%;
    }
}

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

.abt-cols {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    gap: 5px;
}

@media screen and (min-width: 1200px) {
    .abt-cols {
        gap: 5%;
    }
}

.abt-numcol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
}

@media screen and (min-width: 1200px) {
    .abt-numcol {
        gap: 20px;
    }
}

.abt-numcol__num {
    font-size: 10px;
    margin-bottom: 0;
    font-family: "SFProDisplay", Arial, sans-serif;
}

@media screen and (min-width: 1200px) {
    .abt-numcol__num {
        font-size: 24px;
    }
}

.abt-video__player {
    height: 55vw;
    position: relative;
}

@media screen and (min-width: 1200px) {
    .abt-video__player {
        height: 626px;
        top: -2px;
    }
}

.abt-video__overlay {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 2;
}

.abt-video {
    height: 54.7vw;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .abt-video {
        height: 626px;
    }
}

.animation_type_ease-out {
    -webkit-animation: easeOut 0.4s ease-in-out;
    animation: easeOut 0.4s ease-in-out;
    opacity: 0;
}

@-webkit-keyframes popUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes popUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes popOut {
    0% {
        display: block;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes popOut {
    0% {
        display: block;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-webkit-keyframes easeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes easeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes ease {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ease {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* End */


/* Start:/jivosite/jivosite.css?1750577237745*/
#jivo_chat_widget {
    display: none;
}

#jivo_custom_widget {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 84px;
    z-index: 300;
    cursor: pointer;

    height: 42px;
    background-image: url(/jivosite/images/jivo_widget_offline.png);
    background-color: #1d1d1d;
}

@media screen and (max-width: 943px) {
    #jivo_custom_widget {
        right: 20px;
    }
}

#jivo_custom_widget:hover {
    background-color: #000000;
    background-image: url(/jivosite/images/chat.jpg);
}

#jivo_custom_widget.jivo_online {
    height: 42px;
    background-image: url(/jivosite/images/jivo_widget_online.png);
}

#jivo_custom_widget.jivo_online:hover {
    height: 42px;
    background-image: url(/jivosite/images/chat.jpg);
}
/* End */


/* Start:/local/components/brusnika/subs.notif/templates/noform_v1/style.css?17505772376396*/
/* большие блоки */
.subs_notif h1 {
    font-family: "SFProDisplay";
    font-weight: bold;
}

.sn_suc {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 88%;
    height: auto;
    margin: 0% 6% 0% 6%;
    padding: 2% 1% 2% 1%;
    background-color: #F6F5F5;
    margin-top: 20px;
}
.sn_aftbt_p {
    text-align: left!important;
    color: #7C7C7C;
}
.sn_suc h1 {
    text-align: center;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 700;
}
.sn_suc p {
    text-align: center;
    color: black;
}
.sn_fon {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 99999999999999999998;
    left: 0;
    top: 0;
}
.subs_notif {
    transition: left 0.4s ease-out, right 0.4s ease-out;
    position: fixed;
    right: -31%;
    width: 29%;
    height: 100%;
    background-color: white;
    z-index: 99999999999999999999;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sn_top {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 39%; */
    height: 50%;
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sn_bot {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0px 40px 0px;
    padding: 0px 6% 0px 6%;
    width: 100%;
    /* height: 61%;
    flex: 0 0 30%; */
}

/* шрифты */
.sn_top h1 {
    font-size: 35px;
    color: white;
    text-align: center;
}
.sn_bot h1 {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    margin: 10px 0px 10px 0px;
}
.sn_bot p {
    font-family: "SFProDisplay";
    font-size: 14px;
    /* text-align: center; */
}

/* крестик */
.sn_close-button {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 40px;
    color: #000;
    cursor: pointer;
}

/* формы */
.sn_form1,
.sn_form2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 5px 0px 5px 0px;
}
.sn_form1 p,
.sn_form2 p {
    margin: 3px 0px 3px 0px;
}
.sn_f1_input {
    margin-bottom: 5px;
}
.sn_f1_input,
.sn_f2_input {
    padding: 2% 3%;
    width: 100%;
    height: 40px;
    border: 1px solid #a4a2a2;
    transition: border-color 0.3s ease;
}
.sn_f1_input:focus,
.sn_f2_input:focus,
.sn_f1_input:hover,
.sn_f2_input:hover {
    border-color: black;
}

/* подформенная часть */
.sn_subs-button {
    font-family: "SFProDisplay";
    width: 100%;
    height: 40px;
    background-color: #1D1D1D;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sn_subs-button:hover {
    background-color: #1e1e1e;
}

.sn-details__opener{
    text-align: center;
}


.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.sn-details__opener::marker{
    display: none;
}

.sn-details__opener::-webkit-details-marker{
    display: none;
}

.sn-promocode-value{
    text-transform: uppercase;
}

@media screen and (max-width: 1010px) {
    .subs_notif {
        overflow: auto;
    }
    /* шрифты */
    .sn_top h1 {
        font-size: 32px;
        color: white;
    }
    .sn_bot h1 {
        font-size: 16px;
        font-weight: 800;
        margin: 10px 0px 10px 0px;
    }
    .sn_bot p {
        font-size: 13px;
        text-align: center;
    }
    .sn_bot small {
        font-size: 13px;
    }
}
@media screen and (max-width: 896px) {
    .subs_notif {
        overflow: auto;
        right: -35%;
        width: 35%;
    }
    /* шрифты */
    .sn_top h1 {
        font-size: 32px;
        color: white;
    }
    .sn_bot h1 {
        font-size: 15px;
        font-weight: 800;
        margin: 10px 0px 10px 0px;
    }
    .sn_bot p {
        font-size: 13px;
        text-align: center;
    }
    .sn_bot small {
        font-size: 13px;
    }
}
@media screen and (max-width: 840px) {
    .subs_notif {
        overflow: auto;
        right: -35%;
        width: 35%;
    }
    /* шрифты */
    .sn_top h1 {
        font-size: 30px;
        color: white;
    }
    .sn_bot h1 {
        font-size: 14px;
        font-weight: 800;
        margin: 10px 0px 10px 0px;
    }
    .sn_suc h1 {
        text-align: center;
        font-size: 14px;
    }
    .sn_suc p {
        text-align: center;
        font-size: 12px;
    }
    .sn_bot p {
        font-size: 13px;
        text-align: center;
    }
    .sn_bot small {
        font-size: 13px;
    }
}
@media screen and (max-width: 732px) {
    .sn_suc h1 {
        font-size: 13px;
    }
}
@media screen and (max-width: 690px) {
    .subs_notif {
        width: 38%;
    }
    .sn_suc h1 {
        font-size: 13px;
    }
    .sn_suc p {
        font-size: 12px;
    }
}
@media screen and (max-width: 650px) {
    .subs_notif {
        height: 110%;
        overflow: auto;
        right: -40%;
        width: 40%;
    }
}
@media screen and (max-width: 568px) {
    .subs_notif {
        overflow: auto;
        right: -45%;
        width: 45%;
    }
}
@media screen and (max-width: 506px) {
    .subs_notif {
        overflow: auto;
        right: -55%;
        width: 55%;
    }
    .sn_subs-button {
        margin: 0px 0px 0px 0px;
    }
}
@media screen and (max-width: 500px) {
    .sn_bot h1 {
        font-size: 16px;
    }
    .subs_notif {
        overflow: auto;
        right: -100%;
        width: 100%;
    }
    .sn_subs-button {
        margin: 10px 0px 10px 0px;
    }
    .sn_suc {
        height: auto;
        width: 94%;
        margin: 0px 3% 0px 3%;
        padding: 10px 5px 10px 5px;
    }
}
@media screen and (max-height: 586px) {
    .subs_notif {
        height: 110%;
    }
}
/* End */


/* Start:/local/templates/brusnika/components/bitrix/news.list/top.banner/style.css?1750577237277*/
.top-banner .top-banner-content a{
    font-size: 14px;
    color: white;
    text-decoration: none;
}

.page-note{
    z-index: 9;
}

.page-note-text__item {
    display: none;
    transition: .4s;
}

.page-note-text__item--active{
    display: block;
    transition: .4s;
}


/* End */


/* Start:/local/templates/brusnika/components/bitrix/sale.basket.basket.line/header/style.css?17505772375426*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		margin-right: 20px;
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }


.order-table-delete, .basket__title-link-clean-basket {
	cursor: pointer;
}

.old-price {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	margin-right: 5px;
}

.basket-empty {
	text-align: center;
	padding-top: 50%;
}

.basket-empty__btn-wrapper {
	display: flex;
	justify-content: center;
}

.basket-empty__desc {
	margin: 10px 0 30px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #1D1D1D;
}

.basket-empty__desc a {
	color: #1D1D1D;
}

.basket-empty__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #1D1D1D;
}

.jcf-disabled::after {
	opacity: 0.3;
}

.jcf-disabled {
	cursor: not-allowed!important;
}

/* End */


/* Start:/local/templates/brusnika/components/arturgolubev/search.title/brusnika/style.css?175057723711785*/
/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle-history {
	margin-top: 5px;
}
	.bx-searchtitle-history a {
		color: #222;
		text-decoration: underline;
	}
	.bx-searchtitle-history a:hover {
		text-decoration: none;
	}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
/*.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}*/



div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow:hidden;
	z-index:99999;
	min-width: 200px;
	margin-top: 3px;
	background-color: #FFF;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 7px -2px #d6d6d6;

	/* display: block !important; */
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/brusnika/components/arturgolubev/search.title/brusnika/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {


	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/local/templates/brusnika/components/arturgolubev/search.title/brusnika/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: inline-block;
	font-size: 14px;
	background-color: #1485CE;
	border: 1px solid;
	border-color: #1485CE;
	color: #FFF;
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 0 8px;

	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 14px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}
.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: #a2a2a2;
	/* font-weight: bold; */
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float:left;
	margin-right: 5px;
	position: relative;
}
	.bx_smart_searche .bx_item_block_item_image img {
		position: absolute;
		top: 0;
		left:0;
		right:0;
		bottom:0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
.bx_smart_searche .bx_item_block_item_name {
	color: #333;
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #333;
	line-height: 17px;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_text.wpic, .bx_smart_searche .bx_item_block_item_props.wpic {
	/* padding-left: 39px; */
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}


/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(/local/templates/brusnika/components/arturgolubev/search.title/brusnika/images/loader_orange.gif) center center no-repeat;
}



/* blue */
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/brusnika/components/arturgolubev/search.title/brusnika/images/loader_blue.gif);
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{
	background-color: #0083d1;
	border-color: #0083d1;
}

.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #5ca6e4;
}
.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #b2d9f1;
}
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color: #0083d1;
}
/* black */
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/brusnika/components/arturgolubev/search.title/brusnika/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}

.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}
/* green */
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/brusnika/components/arturgolubev/search.title/brusnika/images/loader_green.gif);
}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	background-color: #159ebb;
	border-color: #159ebb;
}

.bx_smart_searche.theme-green .bx_item_element a b{
	color: #44b1c9;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #d0ebf1;
}
.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}
/* red */
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/brusnika/components/arturgolubev/search.title/brusnika/images/loader_red.gif);
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}

.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/brusnika/components/arturgolubev/search.title/brusnika/images/loader_yellow.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}

.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}

@media screen and (max-width: 480px) {
	.all_result_button {
		font-weight: normal!important;
		font-size: 12px!important;
	}
}

/* End */


/* Start:/local/templates/brusnika/components/bitrix/system.pagenavigation/main/style.css?1750577237773*/
.pagination {
    justify-content: center;
    align-items: center;
    display: flex;
}

.pagination__one.pagination__one--current {
    background: black;
    color: white;
}

.pagination__one {
    position: relative;
    display: flex;
    width: 30px;
    justify-content: center;
    height: 30px;
    margin: 0 8px;
    color: black;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    transition: 0.3s;
    flex-direction: column;
    text-decoration: none;
}

.pagination__one:not(.pagination__one--current):hover {
    color: white;
    background: black;
}

.page-toolbar {
    margin-bottom: 0!important;
}

.pager-block {
    margin-top: 35px;
}

@media screen and (max-width: 480px) {
    .pagination__one {
        margin: 0 4px;
    }
}


/* End */


/* Start:/local/templates/brusnika/components/bitrix/catalog.section/search.list/style.css?17505772373808*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
/* End */


/* Start:/local/templates/brusnika/components/bitrix/catalog.section/search.list/themes/blue/style.css?1750577237825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */


/* Start:/local/templates/brusnika/components/bitrix/sale.basket.basket.line/.default/style.css?17505772377702*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		margin-right: 20px;
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }


.order-table-delete, .basket__title-link-clean-basket {
	cursor: pointer;
}

.old-price {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	margin-right: 5px;
}

.basket-empty {
	text-align: center;
	padding-top: 50%;
}

.basket-empty__btn-wrapper {
	display: flex;
	justify-content: center;
}

.basket-empty__desc {
	margin: 10px 0 30px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #1D1D1D;
}

.basket-empty__desc a {
	color: #1D1D1D;
}

.basket-empty__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #1D1D1D;
}

.jcf-disabled::after {
	opacity: 0.3;
}

.jcf-disabled {
	cursor: not-allowed!important;
}

.basket-item-scu-item.selected .basket-item-scu-item-inner {
	font-weight: bold !important;
	padding: 0 5px;
	text-align: center;
	min-width: auto !important;
}

.basket-item-scu-item, .basket-item-scu-item.not-available:hover {
	position: relative;
	display: inline-block;
	margin: 2px 3px 0 0;
	padding: 0;
	border: 1px solid black;
	cursor: pointer;
	transition: 300ms all ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.basket-items-list-item-amount {
	vertical-align: top;
	display: flex;
	justify-content: flex-end;
}

.basket-item-block-amount {
	position: relative;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: end;
	justify-content: flex-end;
	padding: 1px 0 !important;
	margin-left: 10px;
	background: #F6F5F5;
}

.basket-item-amount-btn-plus, .basket-item-amount-btn-minus {
	position: relative;
	width: 28px;
	height: 28px;
	cursor: pointer;
	transition: 300ms all ease;
	-webkit-user-select: none;
}

.basket-item-amount-btn-plus:before, .basket-item-amount-btn-plus:after, .basket-item-amount-btn-minus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -5px;
	width: 10px;
	height: 2px;
	background-color: #979797;
	content: "";
	transition: 300ms all ease;
}

.basket-item-amount-btn-plus:before {
	margin-top: -5px;
	margin-left: -1px;
	width: 2px;
	height: 10px;
}

.basket-item-amount-filed-block {
	position: relative;
}

.basket-item-amount-filed, .basket-item-block-amount.disabled .basket-item-amount-filed:hover {
	padding: 0;
	width: 30px;
	height: 30px;
	outline: none;
	border: none!important;
	border-radius: 1px;
	vertical-align: middle;
	text-align: center;
	font-family: "SFProDisplay", "Arial", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	transition: 300ms all ease;
}

.basket-items-list-overlay {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
}

.basket-items-list-overlay.active {
	display: block;
}

.order-table__cert-img{
	object-fit: contain;
}
/* End */


/* Start:/local/templates/brusnika/components/bitrix/menu/catalog_menu_top/style.css?1750577237157*/
.catalog-menu__collections{
    padding-bottom: 0;
    margin-bottom: -10px;
}

.catalog-menu__collections > li:first-child{
    margin-bottom: 30px
}
/* End */


/* Start:/local/templates/brusnika/components/bitrix/menu/catalog_main_menu/style.css?1750577237449*/
.accordion-item.catalog-menu__separator .accordion-item-heading::before, .accordion-item.catalog-menu__separator .accordion-item-heading::after {
    background-color: #FF300A;
}

.catalog-menu__link_view_HL{color: #1f5db9;font-weight: 900;}
.catalog-menu__link_shifted{margin-bottom: 30px!important }

.catalog-menu__link{
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 9px 0;
    display: inline-flex;
}
/* End */


/* Start:/local/templates/brusnika/components/bitrix/breadcrumb/main/style.css?1750577237583*/
.bx-breadcrumb {
	margin: 10px 0;
}

.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	color: #666;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: none;
	color: #666;
	text-decoration: none;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

.bcr-separator {
	margin: 0 5px;
}

.bcr-last {
	color: black;
	display: inline;
}

/* End */


/* Start:/local/templates/brusnika/components/bitrix/sender.subscribe/.default/style.css?17505772374931*/
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font: 11px/10px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

div[id^="wait_comp_"] {
	display: none !important;
}

/* End */


/* Start:/local/templates/brusnika/styles.css?1750577237189*/
.search-color-black .header-menu__item_search:before {
    background-size: 1.1em;
}

@media screen and (max-width: 960px) {
	#header-menu__search:before {
		background-size: contain;
	}

}
/* End */


/* Start:/local/templates/brusnika/template_styles.css?175057723738967*/
.unset-width {
    min-width: unset;
}

.order-menu .header-menu__item-catalog span {
    display: none;
}
.header-menu__center {
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto;
}

*, :after, :before {
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}

.empty-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.empty-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.size-open .page:after, .basket-open .page:after, .show-filter .page:after, .catalog-open .page:after, .search-open .page:after {
    /* z-index: 200; */
    z-index: 100;
}

.jcf-number .jcf-btn-inc:after, .jcf-number .jcf-btn-dec:after {
    background-size: contain;
}

@media screen and (max-width: 960px) {
    .order-table .order-table-heart:not(.active-like):hover:before, .catalog-item .catalog-item-like.filled:not(.active-like):before, .product-like.filled:not(.active-like):before, .catalog-item .catalog-item-like:not(.active-like):hover:before, .product-like:not(.active-like):hover:before {
        opacity: 1;
    }

    .order-table .order-table-heart:not(.active-like):hover:after, .catalog-item .catalog-item-like.filled:not(.active-like):after, .product-like.filled:not(.active-like):after, .catalog-item .catalog-item-like:not(.active-like):hover:after, .product-like:not(.active-like):hover:after {
        opacity: 0;
    }
}

.arrow-top {
    bottom: 100px;
}

.catalog .slider-arrows-wrap {
    z-index: 0;
}

.slider-arrows .slider-arrow {
    z-index: 1;
}

.page-toolbar.disabled img {
    width: 60px;
}

.new-section {
    margin-bottom: 20px;
}

#scrolling-header {
    position: sticky;
    top: -1px;
}

.search-open #scrolling-header {
    z-index: 200;
}

.ag-countrymask.iti {
    width: 100%;
}

/* кастомный хедер на главной странице */
.is-new-header {
    background-color: transparent!important;
}

.text-color-black span {
    color: black;
}

.text-color-white span {
    color: white;
}

.search-color-black .header-menu__item_search:before {
    background: url(/local/templates/brusnika/svg/black/search.svg) no-repeat center center;
}
.search-color-white .header-menu__item_search:before {
    background: url(/local/templates/brusnika/svg/white/w_search.svg) no-repeat center center;
}

.catalog-color-black .header-menu__item-catalog:before {
    background: url(/local/templates/brusnika/svg/black/burger.svg) no-repeat center center;
}
.catalog-color-white .header-menu__item-catalog:before {
    background: url(/local/templates/brusnika/svg/white/w_burger.svg) no-repeat center center;
}

.tool-color-black .header-login-item:before {
    background: url(/local/templates/brusnika/svg/black/toolbar.svg) no-repeat center center;
}
.tool-color-white .header-login-item:before {
    background: url(/local/templates/brusnika/svg/white/w_toolbar.svg) no-repeat center center;
    background-size: contain;
}

.favourite-color-black .header-menu__item_favorites a:before {
    background: url(/local/templates/brusnika/svg/black/favorite.svg) no-repeat center center;
}
.favourite-color-white .header-menu__item_favorites a:before {
    background: url(/local/templates/brusnika/svg/white/w_favorite.svg) no-repeat center center;
    background-size: contain;
}

.home-page {
    margin-top: -104px;
}
.page-content .catalog-items.row .catalog-item-title-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 960px) {
	.search-color-black .header-menu__item_search:before {
		background-size: cover;
	}
	.search-color-white .header-menu__item_search:before {
		background-size: cover;
	}
}

.jcf-hidden {
    display: none;
}

.product-title-holder .digi-dolyame-button--5 {
    border: 1px solid transparent;
}

.product-title-holder .digi-dolyame-button__text {
    font-family: "SFProDisplay";
    font-weight: unset;
}

.digi-dolyame-modal, .digi-dolyame-modal *, .digi-dolyame-modal:after, .digi-dolyame-modal :after, .digi-dolyame-modal:before, .digi-dolyame-modal :before, .digi-dolyame-scheme__product-card, .digi-dolyame-scheme__product-card *, .digi-dolyame-scheme__product-card:after, .digi-dolyame-scheme__product-card :after, .digi-dolyame-scheme__product-card:before, .digi-dolyame-scheme__product-card :before {
    font-family: "SFProDisplay"!important;
}

#dolyami-more {
    max-width: 750px;
}

.dol-content__title-top {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.dol-content__text {
    max-width: 455px;
    margin: 0 auto 40px auto;
    text-align: center;
    color: #666666;
    font-size: 14px;
}

.dol-content__advantages {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.dol-content__advantages-item {
    width: calc(100%/3 - 20px);
}

.dol-content__advantages-item-title {
    margin: 10px 0 15px 0;
    font-size: 14px;
    font-weight: bold;
}

.dol-content__advantages-item-text {
    color: #666666;
    font-size: 14px;
}

.dol-content__title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.dol-content__steps {
    display: flex;
    justify-content: space-between;
}

.dol-content__steps-item {
    width: calc(100%/3 - 20px);
}

.dol-content__steps-item-title {
    margin: 10px 0;
    font-size: 14px;
    font-weight: bold;
}

.dol-content__steps-item-num span {
    padding: 2px 6px;
    border-radius: 100%;
    border: 1px solid black;
}

.dol-content__steps-item-num.black span {
    color: white;
    background: black;
}

@media screen and (max-width: 600px) {
    #dolyami-more {
        height: 100%;
    }

    .dol-content__title-top {
        font-size: 14px;
        text-align: start;
    }

    .dol-content__text {
        max-width: 100%;
        text-align: start;
        font-size: 12px;
        margin: 0 0 30px 0;
    }

    .dol-content__advantages-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .dol-content__advantages {
        flex-direction: column;
        justify-content: unset;
        margin-bottom: 10px;
    }

    .dol-content__advantages-item-title {
        font-size: 12px;
    }

    .dol-content__advantages-item-text {
        font-size: 12px;
    }

    .dol-content__title {
        font-size: 14px;
        text-align: start;
        margin-bottom: 20px;
    }

    .dol-content__steps {
        flex-direction: column;
        justify-content: unset;
    }

    .dol-content__steps-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .dol-content__steps-item-title {
        margin: 15px 0 10px 0;

    }
}

/* About */
.position-relative{
    position: relative
}

.text-uppercase{
    text-transform: uppercase;
}

.text-right{
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .w-md-75{
        width: 75%
    }
}

.cus-lh-14{
    line-height: 1.4;
}

.cus-quote-block {
    border-radius: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 40px;
    text-align: center;
    font-size: 11px;
    display: inline-block;
    position: relative;
    background-color: #f1f0f0;
  }

  @media screen and (min-width: 1200px) {
    .cus-quote-block {
      font-size: 21x;
      padding: 60px 57px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 160px;
      max-width: 440px;
    }
  }

  .cus-quote-block:before {
    content: "";
    background: url("/images/about/lquote.svg") center/cover no-repeat;
    position: absolute;
    left: 23px;
    top: 6px;
    height: 23px;
    width: 30px;
  }

  @media screen and (min-width: 1200px) {
    .cus-quote-block:before {
      height: 50px;
      width: 65px;
    }
  }

  .cus-quote-block:after {
    content: "";
    background: url("/images/about/rquote.svg") center/cover no-repeat;
    position: absolute;
    bottom: 0px;
    right: 20px;
    height: 23px;
    width: 30px;
  }

  @media screen and (min-width: 1200px) {
    .cus-quote-block:after {
      height: 50px;
      width: 65px;
    }
  }

  @media screen and (min-width: 1200px) {
    .cus-quote-block br:last-child {
      display: none;
    }
  }

  @media screen and (min-width: 1200px) {
    .cus-quote-block_top {
      position: absolute;
      top: 50%;
      right: 90px;
    }
  }

  .cus-b-yt {
    height: 63.3vw;
  }

@media screen and (min-width: 1200px) {
    .cus-b-yt {
      height: 63.3vw;
    }
}

  @media screen and (min-width: 1200px) {
    .cus-b-yt {
      height: 41vw;
    }
  }

  .fs-6 {
    font-size: 11px !important;
  }
  .fs-5 {
    font-size: 13px !important;
  }
  .fs-4 {
    font-size: 14px !important;
  }
  .fs-5 {
    font-size: 17px !important;
  }
  @media screen and (min-width: 1200px) {
    .fs-md-5 {
      font-size: 17px !important;
    }
  }

  .cus-bg-gray {
    background-color: #f1f0f0;
  }

  .text-sm-scale {
    font-size: clamp(4px, 2.4vw, 20px);
  }

  .text-cpt-sm-scale {
    font-size: clamp(14px, 2.6vw, 20px);
  }

  @media screen and (min-width: 1200px) {
    .cus-sc {
      font-size: 22px;
    }
  }

.cus-b-iwt{
    width: 65%
}

@media screen and (min-width: 576px) {
    .cus-b-iwt{
        width: auto
    }
}

@media screen and (min-width: 1200px) {
    .cus-b-iwt__img-container{
        flex: 0 0 434px
    }
}

/*** HWR FED ***/

.br-pp {
    width: 90%;
    max-width: 560px;
    margin: 0 auto;
    z-index: 1000;
    position: fixed;
    -webkit-animation: popUp 0.4s ease-in-out;
    animation: popUp 0.4s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (min-width: 1200px) {
    .br-pp {
        width: 560px;
        min-width: 560px;
    }
}

.br-pp_hide {
    -webkit-animation: popOut 0.4s ease-in-out;
    animation: popOut 0.4s ease-in-out;
    display: none;
}

.br-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-animation: ease 0.4s ease-in-out;
    animation: ease 0.4s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
}

.br-overlay:hover {
    cursor: pointer;
}

.scroll--locked {
    overflow: hidden;
}

html {
    scrollbar-gutter: stable;
}

.hr {
    margin: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-inner--w2 {
    max-width: 1610px;
}

.page-inner--w2_narrow {
    max-width: 1170px;
}

.page-inner {
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (min-width: 1200px) {
    .page-inner__cntpg-t-block {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 50px 0 10px 0;
    }
}

.br-grid {
    display: -ms-grid;
    display: grid;
}

.br-grid_cols_1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.br-grid_cols_3 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

@media screen and (min-width: 768px) {
    .br-grid_sm-cols_2 {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .br-grid_md-cols_3 {
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

.br-infocard {
    border: 1px solid #e1e1e1;
    padding: 15px;
    font-family: "SFProDisplay", Arial, sans-serif !important;
    font-weight: 300;
    font-size: 13px;
}

@media screen and (min-width: 1200px) {
    .br-infocard {
        font-size: 14px;
    }
}

.br-infocard__title {
    color: #666;
    margin: 0;
}

@media screen and (min-width: 1200px) {
    .br-infocard__title_md-al_l {
        text-align: left;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.br-infocard__title_al_l {
    text-align: left;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.br-infocard__link {
    text-decoration: none;
    color: #666;
    margin: 0;
}

.br-infocard__link:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.br-infocard__link_undrl {
    text-decoration: underline;
}

.br-infocard__link_undrl:hover {
    color: #000;
}

.br-infocard__text {
    margin: 0;
}

.br-infocard__text_al_c {
    text-align: center;
}

.br-infocard__text_al_l {
    text-align: left;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

@media screen and (min-width: 1200px) {
    .br-infocard__text_md-al_l {
        text-align: left;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.br-infocard_view_cntpg {
    height: 151px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

@media screen and (min-width: 1200px) {
    .br-infocard_view_cntpg {
        height: 210px;
    }
}

.br-infocard_view_default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
    padding: 40px;
}

.br-infocard_view_nodecore {
    border: none;
    padding: 0;
    align-items: flex-start;
}

.br-infocard__perc-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-block: 5px 0;
}

.br-infocard__perc-line-percent {
    font-size: 36px;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.br-page-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-block: 25px;
}

.br-page-section__wrapper {
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {
    .br-page-section__wrapper_s_xs {
        width: 50%;
    }

    .br-page-section__wrapper_s_sm {
        width: 75%;
    }
}

.br-page-section__title-bar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-block: 0 30px;
}

.br-form-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-block: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .br-form-section_type_collapsed-sm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.br-form-section__captions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.br-list {
    margin-bottom: 0;
    list-style: disc;
}

.br-list_view_unmarked {
    list-style: none;
    padding: 0;
}

.br-list_type_inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.br-list_a_c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.br-btn__icon {
    width: 20px;
}

.br-btn_size_small {
    padding: 0;
}

.br-btn_view_default {
    background-color: #1d1d1d;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.br-btn_view_default:hover {
    background-color: #fff;
    color: #1d1d1d;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid #1d1d1d;
}

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

.br-btn_view_alt {
    background-color: #fff;
    width: 200px;
    height: 55px;
    -webkit-transition: 0.2s background-color ease;
    transition: 0.2s background-color ease;
    border: 1px solid #1D1D1D;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.br-btn_view_alt:hover {
    background-color: #1D1D1D;
    color: #fff;
    -webkit-transition: 0.2s background-color ease;
    transition: 0.2s background-color ease;
}

.br-text {
    font-size: 13px;
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .br-text {
        font-size: 14px;
    }
}

.br-text__accent {
    font-weight: 600;
}

.br-text_al_c {
    text-align: center;
}

.br-title {
    font-size: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "SFProDisplay", Arial, sans-serif !important;
}

@media screen and (min-width: 1200px) {
    .br-title {
        font-size: 36px;
        line-height: 1.4;
    }
}

.br-title_type_2 {
    font-size: 18px;
}

@media screen and (min-width: 1200px) {
    .br-title_type_2 {
        font-size: 20px;
    }
}

.br-title_type_3 {
    font-size: 16px;
}

@media screen and (min-width: 1200px) {
    .br-title_type_3 {
        font-size: 18px;
    }
}

.br-title_view_default {
    text-transform: none;
}

.br-title_al_c {
    text-align: center;
}

.br-link {
    font-family: "SFProDisplay", Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
}

.br-link:hover {
    cursor: pointer;
}

.br-link_view_default {
    color: #000;
}

.br-link_view_default:hover {
    color: #666;
}

.br-link_view_undrln {
    text-decoration: underline;
    color: #000;
}


.br-link_type_composite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.br-btn {
    font-family: "SFProDisplay", Arial, sans-serif;
    font-size: 16px;
    font-weight: 200;
    padding: 12px 0;
    border: 1px solid transparent;
}

.br-btn:hover {
    cursor: pointer;
}

.br-btn_view_default {
    background-color: #1d1d1d;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.br-btn_view_default:hover {
    background-color: #fff;
    color: #1d1d1d;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid #1d1d1d;
}

.br-text-field {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    font-family: "SFProDisplay", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    transition: .2s;
    outline: solid 1px transparent;
}

.br-text-field:focus-visible {
    outline: solid 1px #1d1d1d;
    transition: .2s;
}

.br-form {
    background-color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.br-form__title {
    font-family: "SFProDisplay", Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

.br-form__notice {
    font-family: "SFProDisplay", Arial, sans-serif;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
}

.br-form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.br-form__close {
    background: url("/local/templates/brusnika/svg/close.svg") center center no-repeat;
    width: 15px;
    height: 15px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.br-form__close:hover {
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.br-form__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.br-form_type_popup {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.br-form__input-caption {
    font-family: "SFProDisplay", Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
}

.br-form__input_view_name {
    background: url("/local/templates/brusnika/../brusnika/images/icons/input-icon--user.png") 15px center no-repeat;
    padding-inline: 35px;
}

.br-form__input_view_phone {
    background: url("/local/templates/brusnika/../brusnika/images/icons/input-icon--phone.png") 15px center no-repeat;
    padding-inline: 35px;
}

.br-form__input_view_message {
    background: url("/local/templates/brusnika/../brusnika/images/icons/input-icon--message.png") 15px 15px no-repeat;
    padding-inline: 35px;
}

.br-form__input_view_email {
    background: url("/local/templates/brusnika/../brusnika/images/icons/input-icon--email.png") 15px 15px no-repeat;
    padding-inline: 35px;
}

.animation_type_ease-out {
    -webkit-animation: easeOut 0.4s ease-in-out;
    animation: easeOut 0.4s ease-in-out;
    opacity: 0;
}

.br-installment {
    width: 90%;
}

@media screen and (min-width: 768px) {
    .br-installment {
        width: 100%;
        max-width: 730px;
    }
}

.br-installment__body {
    gap: 30px;
}

@media screen and (min-width: 768px) {
    .br-installment__body {
        gap: 40px;
    }
}

.br-installment__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

@media screen and (min-width: 768px) {
    .br-installment__container {
        padding: 40px 20px;
        gap: 40px;
    }
}

.br-installment__part-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    background-color: #F6F5F5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
}

@media screen and (min-width: 768px) {
    .br-installment__part-panel {
        padding: 20px;
    }
}

.br-installment__part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.5%;
    flex: 0 0 22.5%;
    border-bottom: 2px solid #A4A1A1;
}

@media screen and (min-width: 768px) {
    .br-installment__part {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 155px;
        flex: 0 0 155px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.br-installment__part_first {
    border-bottom: 2px solid #1D1D1D;
}

.br-installment__price {
    color: #666666;
    font-family: "SF Pro Display", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.br-installment__price_first {
    color: #1D1D1D;
}

.br-installment__date {
    color: #666666;
    font-family: "SF Pro Display", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .br-installment__date {
        font-size: 14px;
    }
}

.br-installment__payment-methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
}

.br-installment__title {
    text-align: left;
}

@media screen and (min-width: 768px) {
    .br-installment__title {
        text-align: center;
    }
}

.br-installment__notice {
    font-family: "SF Pro Display", sans-serif;
    color: #666666;
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    margin-bottom: 0;
    width: 80%;
}

@media screen and (min-width: 768px) {
    .br-installment__notice {
        text-align: center;
        width: 100%;
    }
}

.br-spoiler {
    border-bottom: 1px solid #e1e1e1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.br-spoiler:hover {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.br-spoiler:hover .br-spoiler__caption::before {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: #e1e1e1;
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.br-spoiler__caption {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "SFProDisplay", sans-serif;
    font-weight: 400;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-block: 20px 0;
}

.br-spoiler__caption::after {
    content: url("/local/templates/brusnika/svg/plus_b.svg");
    width: 24px;
    height: 24px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    justify-self: flex-end;
}

@media screen and (min-width: 1200px) {
    .br-spoiler__caption::after {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.br-spoiler__caption:before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 11px);
    right: -8px;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.br-spoiler__caption:hover {
    cursor: pointer;
}

.br-spoiler__caption_revealed::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.br-spoiler__caption-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
}

.br-spoiler__caption-alt {
    font-size: 14px;
    padding-block: 5px 0;
}

.br-spoiler__content {
    overflow: hidden;
    display: none;
    font-family: "SFProDisplay", sans-serif;
    animation: spoilerHide 1s ease-out alternate-reverse;
    padding-top: 15px;
}

.br-spoiler__content_revealed {
    -webkit-animation: spoilerReveal 0.4s ease-in;
    animation: spoilerReveal 0.4s ease-in;
    display: block;
}

@-webkit-keyframes spoilerReveal {
    0% {
        max-height: 0;
        opacity: 0;
    }

    100% {
        max-height: 300px;
        opacity: 1;
    }
}

@keyframes spoilerReveal {
    0% {
        max-height: 0;
        opacity: 0;
    }

    100% {
        max-height: 300px;
        opacity: 1;
    }
}

@-webkit-keyframes popUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes popUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes popOut {
    0% {
        display: block;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes popOut {
    0% {
        display: block;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-webkit-keyframes easeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes easeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes ease {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ease {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.digi-dolyame-button {
    display: none !important;
}

.delivery__item * {
    font-family: 'SFProDisplay', sans-serif !important;
}

.cart-indicate-color-white .header-menu__item_basket .dot {
    background-color: #fff;
}

.br-text_t_uc {
    text-transform: uppercase;
}

/*** end HWR FED ***/

body::-webkit-scrollbar {
    width: 4px;
    background-color: #D4D4D4;

}

body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #5f5f5f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

body::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #D4D4D4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

div[data-delivery="3"]{
    margin-bottom: 0
}

div[data-delivery="3"] .bx-soa-pp-list{
    display: none;
}

/* div[data-delivery="109"] .bx-soa-pp-company-block{
    display: none;
} */

div[data-delivery="109"] #IPOL_APISHIP2_injectHere{
    display: none;
}

.digi-dolyame-modal__features-list{
    display: none!important;
}

.sticky-filters {
    position: sticky;
    background: #fff;
    top: 69px;
    z-index: 100;
}

@media screen and (max-width: 768px) {
    .sticky-filters {
        top: 69px;
    }

    .sticky-filters .filters-row {
        height: 30px !important
    }
}

@media screen and (max-width: 480px) {
    .sticky-filters {
        top: 68px;
    }

    .sticky-filters .filters-row {
        height: 30px !important
    }
}

.page-header_theme_night{
    background-color: #000!important;
}

/* Toggle header visibillity when scroll/rest */
#scrolling-header {
    background: rgba(255, 255, 255, .95) !important;
    height: 70px
}

#catalog-buyer-menu .menu-sections {
    top: 70px;
}

.page-header_scr_up {
    transform: translateY(0);
    transition: 2s;
}

.page-header_scr_d {
    transform: translateY(-70px);
    transition: 2s;
}

.page-header_vis_visible {
    opacity: 1;
    transition: .7s;
    transition-delay: .5s;
}

@media screen and (max-width: 1024px) {
    .page-header_vis_visible {
        opacity: 1;
        transition: .7s;
    }
}

.page-header_vis_hidden {
    opacity: 0;
    transition: .7s;
}

.sticky-filters_vis_visible {
    opacity: 1;
    transition: .7s;
    transition-delay: .5s;
}

@media screen and (max-width: 1024px) {
    .sticky-filters_vis_visible {
        opacity: 1;
        transition: .7s;
    }
}

.sticky-filters_vis_hidden {
    opacity: 0;
    transition: .7s;
}

.page-header_layer_bottom {
    z-index: 99 !important;
    transition: none !important;
}

.basket-item-amount-btn-minus.disabled, .basket-item-amount-btn-plus.disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.has-discount {
    padding-top: 20px;
}

.mobile-oldpirce {
    display: none;
}

@media (max-width: 580px) {
    .mobile-oldpirce {
        display: block;
        margin-bottom: 10px;
    }
}

.order-photo-holder {
    display: block;
}


#basket-item-list {
    height: calc(100vh - 300px);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding-right: 50px;
}

#basket-item-list::-webkit-scrollbar-thumb {
    box-shadow: none;
    background: #1D1D1D;
    cursor: pointer;
}

#basket-item-list::-webkit-scrollbar {
    width: 1px;
}

.basket-mobile-menu__footer {
    margin-right: 0!important;
}

.basket-inner {
    padding: 40px 40px 20px 40px!important;
}

.basket-active-item input {
    appearance: auto;
}

.basket-usage-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.basket-active-item {
    display: flex;
    justify-content: flex-end;
}

.order-table__info {
    max-width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.order-table__row {
    margin-bottom: 15px!important;
    padding-bottom: 15px;
    border-bottom: 1px solid #F6F5F5;
}

#bx-soa-paysystem .bx-soa-pp-company {
    margin-top: 20px;
}

.order-table__info_bottom-delete {
    width: 15px;
    height: 15px;
    background: url('/local/templates/brusnika/images/basket-delete.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 1px;
    transition: 0.3s;
    z-index: 3;
}

.order-table__info_bottom {
    display: flex;
}

.order-table__info_bottom-like {
    margin-right: 15px;
    width: 20px;
    height: 18px;
    cursor: pointer;
    z-index: 3;
    transition: 0.3s;
}

.basket-active-item label {
    transition: 0.3s;
}

.order-table__info_bottom-like:hover, .order-table__info_bottom-delete:hover, .basket-active-item label:hover {
    opacity: 0.6;
}

.order-table__info_bottom-like.active svg {
    fill: black;
}

.basket-checkbox {
    position: absolute;
    opacity: 0;
}

.basket-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.basket-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 19px;
    height: 19px;
    background: white;
    border: 1px solid gray;
    border-radius: 2px;
}

.basket-checkbox:checked + label:before {
    background: black;
    border: 1px solid black;
}

.basket-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 5px;
    width: 15px;
    height: 11px;
    background: url('/local/templates/brusnika/images/check.svg');
    background-size: contain;
}

.order-table__item {
    position: relative;
}

.restore-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
    opacity: .7;
}

.basket-active-item {
    z-index: 2;
}

#basket-small-error .bx-quantity-error {
    margin-bottom: 20px;
}

#basket-item-list.has-error {
    height: calc(100vh - 410px);
}

#basket-item-list.has-error-small {
    height: calc(100vh - 370px);
}

#basket-order-make.disabled {
    background: #CACACA;
    color: #828282;
}

.basket__title-link-clean-basket {
    cursor: pointer;
}

.basket-mobile-menu__header-usage {
    display: flex;
    justify-content: space-between;
}

.basket-mobile-menu__header-usage-delete-selected {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.delete-selected-img.order-table__info_bottom-delete {
    width: 8px;
    height: 8px;
}

.basket-mobile-menu__header-usage {
    margin-bottom: 25px;
}

.delete-selected-img {
    width: 10px;
    margin-right: 5px;
}

.delete-selected-img img {
    width: 100%;
}

.delete-selected-btn {
    font-size: 14px;
    color: #666666;
}

.basket-mobile-menu__header-usage-select-all {
    font-size: 14px;
    cursor: pointer;
    color: #A4A1A1;
}

@media screen and (max-width: 768px) {
    .basket-usage-block {
        flex-direction: column-reverse;
    }

    .basket-inner {
        padding: 40px 15px 10px 15px !important;
    }

    #basket-item-list {
        padding-right: 20px!important;
    }

    .basket__title-link-clean-basket, .delete-selected-btn, .basket-mobile-menu__header-usage-select-all {
        font-size: 12px;
    }
}

.order-table__row.temp-basket-item {
    display: none!important;
}

.basket-mobile-menu__header .order__title {
    text-decoration: none;
    color: black;
    margin-bottom: 0;
}

/* Product price itemscome span fix */
.catalog-item-price span[itemprop=offers]{
    display: none;
}

@media screen and (max-width: 480px){
    .big-grid__item-one-center-new .catalog-item .catalog-item-price {
        justify-content: space-between !important;
    }
    /* .big-grid__item-one-center-new .catalog-item .catalog-item-price {
        justify-content: flex-start!important;
    } */
    /* .catalog-item-price:not(:has(.catalog-item-color)) {
        justify-content: flex-start;
    } */

    .big-grid__item-one-center-new .catalog-item-price .product-item-price-current{
        flex: 0 0 65%;
    }

    .big-grid__item-two-center-left-new .catalog-item-price:not(:has(.catalog-item-color)){
        justify-content: flex-start !important;
    }
}

/* ddt promo hide */
.suggestions-promo {
    display: none !important
}

/* SSay popup fix */
.sendsay-popup{
    padding: 40px!important;
}

.sendsay-text span span strong {
    font-family: "SFProDisplay", Arial, sans-serif;
}

.sendsay-field {
    padding: 0 !important;
    margin: 10px 0 20px 0;
}

.sendsay-field .sendsay-label {
    display: none;
}

.sendsay-field input[name="_member_email"] {
    font-family: "SFProDisplay", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    box-sizing: border-box !important;
    padding: 22px 15px;
}

.sendsay-button input {
    font-family: "SF Pro Display", sans-serif !important;
    text-transform: uppercase;
    box-sizing: border-box !important;
    padding: 15px 10px !important;
    border: 1px solid #000 !important;
    transition: .2s !important;
}

.sendsay-button input:hover {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    transition: .2s !important;
}
/* End */
/* /local/templates/brusnika/css/plugins/bootstrap-grid.min.css?175057723769528 */
/* /local/templates/brusnika/css/plugins/tooltipster.bundle.min.css?17505772376495 */
/* /local/templates/brusnika/css/plugins/slick.css?17505772371748 */
/* /local/templates/brusnika/css/plugins/magnific-popup.css?17505772376950 */
/* /local/templates/brusnika/css/plugins/datepicker.min.css?175057723712257 */
/* /local/templates/brusnika/css/project.css?175057723748233 */
/* /local/templates/brusnika/css/project-main.css?1751360760129630 */
/* /local/templates/brusnika/css/project.responsive.css?175057723720386 */
/* /local/templates/brusnika/css/plugins/simplebar.css?17505772379023 */
/* /local/templates/brusnika/css/plugins/swiper-bundle.min.css?175057723717906 */
/* /local/templates/brusnika/css/adds.css?17505772376617 */
/* /local/templates/brusnika/css/comps.css?175057723739455 */
/* /jivosite/jivosite.css?1750577237745 */
/* /local/components/brusnika/subs.notif/templates/noform_v1/style.css?17505772376396 */
/* /local/templates/brusnika/components/bitrix/news.list/top.banner/style.css?1750577237277 */
/* /local/templates/brusnika/components/bitrix/sale.basket.basket.line/header/style.css?17505772375426 */
/* /local/templates/brusnika/components/arturgolubev/search.title/brusnika/style.css?175057723711785 */
/* /local/templates/brusnika/components/bitrix/system.pagenavigation/main/style.css?1750577237773 */
/* /local/templates/brusnika/components/bitrix/catalog.section/search.list/style.css?17505772373808 */
/* /local/templates/brusnika/components/bitrix/catalog.section/search.list/themes/blue/style.css?1750577237825 */
/* /local/templates/brusnika/components/bitrix/sale.basket.basket.line/.default/style.css?17505772377702 */
/* /local/templates/brusnika/components/bitrix/menu/catalog_menu_top/style.css?1750577237157 */
/* /local/templates/brusnika/components/bitrix/menu/catalog_main_menu/style.css?1750577237449 */
/* /local/templates/brusnika/components/bitrix/breadcrumb/main/style.css?1750577237583 */
/* /local/templates/brusnika/components/bitrix/sender.subscribe/.default/style.css?17505772374931 */
/* /local/templates/brusnika/styles.css?1750577237189 */
/* /local/templates/brusnika/template_styles.css?175057723738967 */
