

/* Start:/local/templates/main/assets/css/bootstrap-grid.css?175801047670331*/
/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1303px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.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.33333333%;
}

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

.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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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-inline-grid {
  display: inline-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-inline-grid {
    display: inline-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-inline-grid {
    display: inline-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-inline-grid {
    display: inline-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-inline-grid {
    display: inline-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-inline-grid {
    display: inline-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-inline-grid {
    display: inline-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.css.map */
/* End */


/* Start:/local/templates/main/assets/css/style.css?177884072585916*/
:root {
	--fonts-global: 'TT Norms Pro';
	--brown-color: #3F2429;
	--text-btn-card: #ffffff;
	--transition: all .3;

}

input,button{
	outline: none;
}
body{
	font-family: var(--fonts-global);
	font-size: 16px;
	letter-spacing: 0.2;
	letter-spacing: normal;
	margin: 0;
}
header{
	color:#2C2C2C;
	padding-bottom: 20px;
	border-bottom: 1px solid #E6E6E6;
	height: 121px;
	box-sizing: border-box;
	transition: all .3s;
}
header li.item-selected a,header a.root-item-selected{
	color:#B7814B;
}
body.fixed{
	padding-top: 60px;
}
.logo-header-fixed{
	display: none;
}
body.fixed header{
	position: fixed;
	width: 100%;
	top:0;
	height: 60px;
	z-index: 90;
	background: rgb(255 255 255 / 80%);
}
body.fixed header .logo-header-fixed{
	display: block;
	text-align: right;
	margin-right: -22px;
	margin-top: 11px;
}
body.fixed header .logo-header.normal{
	display: none !important;
}
body.fixed header ul{
	padding-top: 2px;
}
body.fixed header .right-block-new{
	padding-top: 0;
}
body.fixed header .header-right{
	margin-top: 9px;
}
.logo-header{
	display: block;
	height: 19px;
	margin-top: 11px;
	transition: all .3s;
	text-align: right;
	margin-top: 16px;
	margin-right: -2px;
}
.logo-header svg path{
	transition: all .3s;
}
.logo-header:hover  svg path{
	fill:#B7814B;
}
header ul{
	list-style-type: none;
	padding: 0;
	padding-top: 33px;
}
header ul>li{
	display: inline-block;
	position: relative;
}
header ul>li a{
	color: #2C2C2C;
	text-decoration: none;
	font-size: 18px;
	margin-right: 38px;
	transition: all .3s;
}
header ul>li a:hover{
	color:#B7814B;
}
header .right-block{
	display: flex;
	justify-content: space-between;
	padding-left: 114px;
}
/* Новая шапка*/
header ul#horizontal-multilevel-menu.new-header-menu>li>a{
	margin-right: 27px;
}
.soc-line-header a {
	width: 22px;
	min-width: 22px;
	height: 22px;
	display: block;
	margin-right: 7px;
}
.soc-line-header a.phone-header{
	width: auto;
	text-decoration: none;
	color:#B7814B;
	font-weight: 500;
	font-size: 17px;
}
.soc-line-header{
	display: flex;
}
.soc-line-header .inst-header{
	background: url('/local/templates/main/assets/css/../images/inst.svg') no-repeat;
}

.soc-line-header .tg-header{
	background: url('/local/templates/main/assets/css/../images/telegram.svg') no-repeat;
}

.soc-line-header .dzen-header{
	background: url('/local/templates/main/assets/css/../images/bzden.svg') no-repeat;
}

.soc-line-header .vk-header{
	background: url('/local/templates/main/assets/css/../images/vk.svg') no-repeat;
	margin-right: 27px;
}
.soc-line-header .wh-header{
	background: url('/local/templates/main/assets/css/../images/wh-head.svg') no-repeat;
	margin-right: 5px;
}
header .right-block-new{
	display: flex;
	justify-content: space-between;
	padding-left: 64px;
	padding-top: 29px;
}
.soc-line-header a.tg-header{
	margin-right: 13px;
}
.soc-line-header a.dzen-header{
	margin-right: 10px;
}
.right-block-new .header-right__search-icon{
	margin-right: 11px;
}
.right-block-new .personal-link{
	margin-right: 9px ;
}
.right-block-new .header-right__wish{
	margin-right: 7px;
}
.right-block-new .header-right__cart{
	margin-right: 4px;
}
.right-block-new .header-right{
	margin-top: 17px;
}
/*------------*/
nav ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
nav ul>li{
	display: inline-block;
	margin-right: 22px;
}

nav a{
	color:#ffffff;
	text-decoration: none;
	font-size: 18px;
	transition: all .3s;
}
nav a:hover{
	color:#B7814B;
}
.mobile-menu{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	color:#2C2C2C;
	bottom: 0;
	z-index: 99;
	overflow: scroll;
}
.mobile-menu.open{
	display: block;
}
.header-right{
	display: flex;
	align-items: center;
	margin-top: 20px;
	position: relative;
}
.header-right__phone{
	color:#ffffff;
	text-decoration: none;
}
#slider-home{
	height: 754px;
	width: 1424px;
	margin: 0 auto;
}

#slider-home .title{
	font-size: 14px;
	text-transform: uppercase;
	font-family: var(--fonts-global);
	position: relative;
	letter-spacing: 1.5px;
}
#slider-home .title:before{
	content: '';
	background: #2C2C2C;
	width: 30px;
	height: 1px;
	display: block;
	float: left;
	margin-top: 7px;
	margin-right: 19px;
}
.bottom-product .product-item-scu-item-list{
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
#slider-home .btn{
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-family: var(--fonts-global);
	color: #2C2C2C;
	position: absolute;
	display: inline-block;
	bottom: 66px;
	letter-spacing: 1.5;
	z-index: 55;
}
#slider-home .btn:after{
	content: '';
	background: url('/local/templates/main/assets/css/../images/more.png') 0 0 no-repeat;
	display: block;
	width: 26px;
	height: 18px;
	margin-left: 15px;
	float: right;
}
#slider-home .text{
	font-size: 80px;
	font-family: 'ManegeDemo-Light';
	width: 520px;
	margin-top: 18px;
	line-height: 1;

}
#slider-home .text p{
	margin: 0;
}
/*Поиск*/
.header-right__search{
	position: relative;
}
.header-right__search-icon{
	background: url('/local/templates/main/assets/css/../images/search-icon.svg') no-repeat;
	width: 23px;
	height: 23px;
	margin-right: 15px;
	margin-top: -1px;
	cursor: pointer;
	position: relative;
	opacity: .5;
}
.personal-link{
	background: url('/local/templates/main/assets/css/../images/personal-icon.svg') no-repeat;
	width: 24px;
	height: 24px;
	margin-right: 13px;
	margin-top: -2px;
	cursor: pointer;
	position: relative;
	opacity: .5;
}
.personal-link.active{
	opacity: 1;
}
/*Форма поиска в шапке*/
.header-right__search-form{
	z-index: 2;
	position: absolute;
	right: 99px;
	top: 14px;
	display: none;
}
.header-right__search-form .icon-search-top{
	background: url('/local/templates/main/assets/css/../images/icon-search-top.png') no-repeat;
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	left: 15px;
	top: 13px;
	cursor: pointer;
}
.header-right__search-form.show{
	display: block;
}
.header-right__search-form input{
	font-size: 16px;
	background: #ffffff;
	box-shadow: 0px 3px 15px 0px rgb(62 65 67 / 20%);
	border: none;
	padding: 16px;
	width: 100%;
	color:#9A878B;
	font-family: var(--fonts-global);
	padding-right: 50px;
	padding-left: 50px;
}
input.search-page-input{
	font-family: var(--fonts-global);
	padding: 16px;
	font-size: 16px;
	border: 1px solid #E6E6E6;
	line-height: 1.25;
}
.search-page-button{
	font-family: var(--fonts-global);
	padding: 16px;
	font-size: 16px;
	border: none;
	color:#ffffff;
	background: #3F2429;
	line-height: 1.25;
	cursor: pointer;
}
.header-right__search-form form{
	position: relative;
	width: 255px;
}
.result-search-item{
	font-size:16px;
	margin-bottom: 15px;
	text-decoration: none;
	color:#000000;
	display: block;
}
.header-right__search-form .close-search{
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	right: 13px;
	top: 12px;
	cursor: pointer;
}
.header-right__search-form .close-search:before{
	content:'';
	background: url('/local/templates/main/assets/css/../images/close-icon.png') no-repeat;
	width: 28px;
	height: 28px;
	display: block;
	background-position: center;
	opacity: 1;
	transition: all .3s;
}
#title-search-result{
	position: relative;
}
.search-result-modal{
	width: 100%;
}
#title-search-result .title-search-item a{
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 5px;
	display: block;
}
#title-search-result .title-search-all a{
	font-size: 16px;
	text-decoration: none;
	margin-top: 25px;
	display: block;
	color:#d7d7d7;
}
div.title-search-result {
	border: 1px solid #c6c6c6;
	display: none;
	overflow: hidden;
	z-index: 205;
	left: 0 !important;
	top: 53px !important;
	right: 0 !important;
	width: 253px !important;
	background: #fff;
	padding: 10px 4px;
	box-sizing: border-box;
	z-index: 33;
}
.header-right__search-form .close-search:hover:before{
	opacity: 1;
}
.header-right__wish{
	background: url('/local/templates/main/assets/css/../images/heart-icon.svg') no-repeat;
	width: 23px;
	height: 23px;
	margin-right: 11px;
	margin-top: -3px;
	opacity: .5;
	position: relative;
}
.bx-basket-block.active  a{
	opacity: 1;
}
.header-right__wish span{
	position: absolute;
	background: #B7814B;
	font-size: 13px;
	width: 16px;
	text-align: center;
	border-radius: 50%;
	font-weight: 700;
	padding: 1px 0;
	line-height: 1.1;
	top: -5px;
	right: -6px;
	color:#ffffff;
}
.header-right__wish.active{
	opacity: 1;
}
.header-right__cart{
	position: relative;
	margin-right: 3px;
}
.header-right__cart .bx-basket-block .count-cart{
	position: absolute;
	background: #B7814B;
	font-size: 13px;
	width: 16px;
	text-align: center;
	border-radius: 50%;
	font-weight: 700;
	padding: 1px 0;
	line-height: 1.1;
	top: -8px;
	right: -6px;
	display: none;
	color:#ffffff;
}
.header-right__cart .bx-basket-block.active .count-cart{
	display: block;
}

.bx-breadcrumb-item{
	margin-right: 3px;
}
.bx-breadcrumb-item,.bx-breadcrumb-item a{
	font-size: 14px;
	color:#989898;
	text-decoration: none;
}
.bx-breadcrumb{
	margin-top: 18px;
	margin-bottom: 18px;
}
.header-right__cart a{
	background: url('/local/templates/main/assets/css/../images/cart-icon.svg') no-repeat;
	width: 23px;
	height: 23px;
	display: inline-block;
	margin-top: -3px;
	margin-left: 1px;
	opacity:0.5;
}
/*Карточка товара в списке*/
.bx-catalog-element .properties-top__size .product-item-scu-item-list li.notallowed{
	opacity: 0.5;
	position: relative;
}
.bx-catalog-element .properties-top__size .product-item-scu-item-list li.notallowed:after{
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}
.view-button{
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	top: 404px;
	cursor: pointer;
	width: 271px;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 10px 0;
	transition: all .3s;
	display: none;
}
.view-button:hover{
	background: #B7814BCC;
	color: #ffffff;
}

.product-item-container.hover .product-item{
	padding-bottom: 6px !important;
}
.top-product:hover .view-button{
	display: block;
}
.product-item-title a:hover{
	color:#B7814B;
}

.bottom-description h3{
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 32px;
}
.bottom-description h3:first-child{
	margin-top: 69px;
}
.bottom-description p{
	line-height: 1.5;
}
.bottom-description h3 + p{
	margin-top: 13px;
}
.bottom-description img{
	margin-top: 70px;
	margin-bottom: 70px;
}
.video-section{
	margin-top: 73px;
	position: relative;
	height: 732px;
}
.video-section img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.video-section .play{

	background: url('/local/templates/main/assets/css/../images/play-video.png') no-repeat;
	width: 89px;
	height: 89px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top:calc(50% - 44.5px);
	cursor:pointer;
	transition: all .3s;
	opacity: 0.8;
	display: block;
}
.video-section .play:hover{
	opacity: 1;
}
.video-section img{
	margin: 0;
}
.bottom-description p{
	font-size: 19px;
}
.top-product.view .view-button{
	display:block;
}
.buybtn{
	transition: all .3s;
}
.buybtn:hover{
	background-color: #684D52 !important;
}
.product-item{
	position:relative;
	z-index: 3;
	margin-bottom: 20px;
}
.product-item-image-slide{
	background-size: cover !important;
}
.product-item-title a{
	font-weight: 500;
	color: #000;
	font-size: 22px;
}
.product-item-title{
	max-width: 218px;
	overflow: hidden;
	display: block;
}
.product-item-button-container .btn{
	background-color: var(--brown-color);
	width:100%;
	border:1px solid transparent;
	color:var(--text-btn-card);
	font-weight: 500;
	font-size:16px;
	padding: 11px 0;
	cursor:pointer;
	font-family: var(--fonts-global);
}
.line-card-price{
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 20px;
}

.catalog-section +.row.bx-blue> .btn.btn-default.btn-lg.center-block,.catalog-section  .btn.btn-default.btn-lg.center-block{
	width: 311px;
	text-transform: uppercase;
	background: none;
	color: rgba(51, 51, 51, 1);
	margin: 0 auto !important;
	text-align: center;
	border: 1px solid;
	margin-top: 11px !important;
	cursor: pointer;
	padding: 8px 0;
}
.product-item-price-current{
	font-weight: 500;
}

.product-info{
	margin-top: 9px;
	margin-bottom: 17px;
	width: 300px;
	overflow: hidden;
	white-space: nowrap;
}
.product-item_scu-block{
	padding: 0px;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #000000;
	margin-right: 6px;
}
/*Постраничная навигация*/

.pagination-catalog{
	background: rgba(245, 245, 245, 1);
	margin-top: 40px;
	padding: 15px;
}
.pagination-catalog a{
	color:rgba(128, 128, 128, 1);
	text-decoration: none;
	font-size: 16px;
}
.catalog-section{
	position: relative;
}

.page-list{
	padding: 0;
	list-style-type: none;
	display:flex;
	margin: 0;
}
.page-list li{
	width: 24px;
	min-width: 24px;
	height: 30px;
	border-radius:100%;
	color:rgba(128, 128, 128, 1);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}
.page-list li.active{
	width: 30px;
	min-width: 30px;
}
.page-list li.active{
	background: #ffffff;
	color:rgba(51, 51, 51, 1);
}
.description-section p:first-child{
	margin-top: 0;
}
.bottom-section{
	margin-top: 80px;
}
.page-list li.more-navigation{
	width: 53px;
	min-width: 53px;
}
.pagination-page{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
.pagination-page.left{
	list-style-type: none;
	padding-left: 33px;
	margin: 0;
	margin-top: 6px;
	color: rgba(51, 51, 51, 1);
}
.pagination-page.right a,.pagination-page.left a{
	color:rgba(51, 51, 51, 1);
	font-size: 16px;
}
.pagination-page.right span,.pagination-page.left span{
	color:rgba(128, 128, 128, 1);
}
.more-pagination{
	display: flex;
	align-items: center;
}
.more-pagination span{
	width: 4px;
	height:4px;
	background: rgba(217, 217, 217, 1);
	border-radius:100%;
	display: block;
	margin-right:4px;
}
.more-pagination span:last-child{
	margin-tight:0px;
}
.pagination-page.right{
	position: relative;
	margin-top: 6px;
	padding-right: 9px;
}
.pagination-page.left li{
	position: relative;
}
.pagination-page.left li:before{
	content:'';
	background: url('/local/templates/main/assets/css/../images/str-left.svg') no-repeat;
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
	position: absolute;
	left: -18px;
	top: 4px;
}
.pagination-page.right li:before{
	content:'';
	background: url('/local/templates/main/assets/css/../images/str-right.svg') no-repeat;
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
	right: 10px;
	top: 4px;
}
/**/

/*Фильтр*/
.dop-filter .smart-filter_checkbox.disabled label {
	opacity: 0.5;
	cursor: no-drop;
}
.smart-filter_checkbox .img-color img{
	width: 15px;
	height: 15px;
}
.sort-line{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
	align-items: center;
}
.mobile_filter_panel.dop-filter,.mobile_filter_panel.dop-filter form{
	margin-bottom: 12px;
}
.dop-filter input[disabled] + label,.dop-filter input[disabled]{
	opacity: 0.5;
	cursor: no-drop;
}
.mobile_filter_panel .clear-filter{
	position: relative;
	text-decoration: none;
	color:#989898;
	font-size: 15px;
	margin-top: 7px;
	margin-left: 24px;
}
.mobile_filter_panel .clear-filter:before{
	content:'';
	background: url('/local/templates/main/assets/css/../images/clear-filter.png') no-repeat;
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	left: -26px;
}
.count-models{
	font-size: 18px;
}
.count-models span{
	font-weight: 500;
	padding-left: 4px;
}
.sort-line .sortline span:first-child{
	color:rgba(152, 152, 152, 1);
	margin-right: 3px;
}
.sort-line .sortline{
	margin-bottom: 0;
	position: relative;
	margin-right: 16px;
}
.sort-line select{
	border: none;
	background-color: #fff;
	cursor: pointer;
	appearance: none;
	outline: none;
	font-family:var(--fonts-global);
	font-size:16px;
}
.sort-line .this-sort:after{
	content:'';
	width: 11px;
	height:6px;
	background: url('/local/templates/main/assets/css/../images/arrow.png') no-repeat;
	display: block;
	position: absolute;
	right: -17px;
	top: 8px;
}
.sort-line .select-block{
	position: absolute;
	background: #fff;
	padding: 14px;
	box-shadow: 0px 3px 15px 0px #3E414333;
	right: -17px;
	margin-top: 6px;
	z-index: 5;
	width: 193px;
	box-sizing: border-box;
	display: none;
}
.sort-line .select-block.open{
	display: block;
}
.sort-line .select-block div{
	margin-bottom:8px;
	cursor:pointer;
	user-select: none;
}
.sort-line .select-block div:hover{
	color:#B7814B;
}
.sort-line .select-block div:last-child{
	margin-bottom: 0;
}
.sort-line select option{
	padding:5px;
}
.sort-line .this-sort{
	cursor: pointer;
	user-select: none;
}
.sort-line .this-sort:hover{
	color:#B7814B;
}
.sort-line .this-sort:hover:after{
	content:'';
	width: 11px;
	height:6px;
	display: block;
	position: absolute;
	right: -17px;
	top: 8px;
	background: url('/local/templates/main/assets/css/../images/arrow-hover.png') no-repeat;
}
.counts{
	color:rgba(152, 152, 152, 1);
}
.count-block{
	color:rgba(152, 152, 152, 1);
	margin-top: 30px;
}
#del_filter{
	background: rgba(245, 245, 245, 1);
	width: 130px;
	color:rgba(82, 82, 82, 1);
	cursor:pointer;
	padding: 6px 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-top: 13px;
}

.smart-filter_checkbox label.disabled{
	opacity: 0.5;
	cursor: no-drop;
}
.smart-filter{
	position: relative;
}
.smart-filter .smart-filter-popup-result {
	position: absolute;
	left: 288px;
	z-index: 1000;
	width: 259px;
	height: auto;
	line-height: 22px;
	padding-left:12px;
	box-shadow: 0px 0px 10px #999;
	background: #504646;
	color: #fff;
	box-sizing: border-box;
	font-size: 15px;
	padding-bottom: 6px;
	padding-top: 6px;
}
.smart-filter .smart-filter-popup-result a{
	color:#ffffff;
	float: right;
	margin-right: 30px;
	position: relative;
}
.smart-filter .smart-filter-popup-result a:after{
	content:'';
	background: url('/local/templates/main/assets/css/../images/btn-arrow.png') no-repeat;
	width: 6px;
	height: 11px;
	position: absolute;
	right: -14px;
	top: 6px;
}
.mobile_filter_panel{
	position:relative;
}
.smart-filter-parameters-box .smart-filter_title:after{
	content:'';
	background: url('/local/templates/main/assets/css/../images/arrow.png') no-repeat;
	width: 11px;
	height:11px;
	margin-top: 6px;
	margin-right: 28px;
}
.smart-filter-top .smart-filter-parameters-box .smart-filter_title:after{
	margin-right: 0;
}
.smart-filter-parameters-box.bx-active .smart-filter_title:after{
	transform: rotate(180deg);
	margin-top: -1px;
	margin-right: 28px;
}
.smart-filter_title{
	display: flex;
	align-items: center;
	cursor:pointer;
	margin-bottom:9px;
	font-weight: 500;
	justify-content: space-between;
}
.col-lg-9.right-block:before{
	content: '';
	height:100%;
	width:1px;

}
.smart-filter{
	padding-left: 5px;
}
.smart-filter_checkbox label{
	margin-bottom: 5px;
}
.smart-filter-parameters-box{
	/*margin-bottom: 38px;*/
	margin-bottom: 48px;
	position: relative;
}
.smart-filter{
	padding-left: 0;
}
.mobile_filter_panel{
	width: 287px;
}
/*Карточка товара*/
.bottom-product .product-item-scu-item-text-container.selected span{
	border-color:var(--brown-color);
}
.bottom-product .product-item-scu-item-text-container span{
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently*/
}

/*Доп. фильтр*/

.mobile_filter_panel.dop-filter{
	border:none;
}
.mobile_filter_panel.dop-filter .smart-filter{
	display: flex;
}
.mobile_filter_panel.dop-filter{
	width: 100%;
}
.mobile_filter_panel.dop-filter .smart-filter-parameters-box{
	margin-bottom: 0;
}
.mobile_filter_panel.dop-filter .bx_filter_block_expanded.open{
	display: block;
	width: 250px;
}
.mobile_filter_panel.dop-filter .smart-filter_title{
	border:1px solid rgba(230, 230, 230, 1);
	/*display: block;*/
	font-size:15px;
	color:rgba(51, 51, 51, 1);
	font-weight: normal;
	/*min-width:160px;*/
	min-width:140px;
	padding: 8px 10px;
	margin-bottom: 5px;
	box-sizing: border-box;
	transition: var(--transition);
	justify-content: space-between;
	margin-right: 10px;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}
.mobile_filter_panel.dop-filter .smart-filter_title:hover{
	border-color:#AEAEAE;
}
.smart-filter_checkbox label span.counts{
	padding-left: 3px;
	font-size: 14px;
}
.mobile_filter_panel.dop-filter .bx_filter_block_expanded{
	position: absolute;
	z-index: 4;
	background: #fff;
	padding: 10px;
	border-radius: 6px;
	box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}
.smart-filter_checkbox .show-all{
	font-size:16px;
	color:rgba(152, 152, 152, 1);
	cursor:pointer;
	border-bottom:1px dashed;
	position:relative;
	display: inline-block;
	margin-top: 8px;
}
.smart-filter_checkbox .hide{
	display: none;
}
.smart-filter_checkbox .show-all:after{
	content:'';
	background: url('/local/templates/main/assets/css/../images/arrow-more.svg') no-repeat;
	width: 11px;
	height: 6px;
	display: block;
	position: absolute;
	top: 11px;
	right: -17px;
}
.smart-filter-top{
	display: flex;
}
/*Каталог*/

.title-catalog{
	font-size: 40px;
	margin-bottom: 15px;
	font-weight: 400;
	text-transform: uppercase;
	color: #2C2C2C;
	margin-top: 0;
}
.tags-list{
	margin-bottom: 29px;
}
.tags-list__item{
	background: var(--brown-color);
	text-decoration: none;
	color:#ffffff;
	padding: 12px 10px;
	margin-right: 7px;
	line-height: 20.8px;
	min-width:130px;
	text-align: center;
	display: inline-block;
	margin-bottom:7px;
	transition: all .3s;
}
.tags-list__item:hover{
	background: #684D52;
}
.tags-bottom .tags-list__item{
	background: #fff;
	border:1px solid #B7814B;
	color:#2C2C2C;
	min-width: auto;
	padding: 13px 17px;
	line-height: 1;
}
.tags-bottom .tags-list__item:hover{
	background: #B7814B;
	color:#ffffff;
}
.tags-list__item:last-child{
	margin-right: 0px;
}
.smart-filter_checkbox .img-color{
	padding-left: 4px !important;
	margin-top: 5px !important;
}
.smart-filter_checkbox .img-color+span{
	padding-left: 8px;
}
.smart-filter_checkbox .img-color+span> .counts{
	font-size:14px;
	padding-left: 5px;
}
#set_filter{
	background: var(--brown-color);
	color:var(--text-btn-card);
	font-size:16px;
	cursor:pointer;
	padding: 11px 0;
	font-weight:bold;
	width:249px;
	border:none;
}

/*Личный кабинет*/

.sale-personal-section-index-block{
	background: var(--brown-color);
	opacity: 1;
}
.sale-personal-section-index-block-name{
	margin-top:20px;
}

footer{
	background: var(--brown-color);
	color:#ffffff;
	margin-top: 80px;
	padding: 51px 0;
	padding-bottom: 51px;
}
footer#kontakty .footer-bottom{
	margin-top: 0;
}
footer#kontakty{
	padding: 30px 0;
}
.footer-logo{
	background: url('/local/templates/main/assets/css/../images/logo-footer.png')  no-repeat;
	height: 135px;
	display: block;
	margin-top: 21px;
}
.footer-logo__title{
	font-family: 'ManegeDemo-Light';
	color: #A18F93;
	text-align: center;
	font-size: 18px;
	padding-left: 30px;
	line-height: 1.6;
	margin-top: 18px;
	display: inline-block;
	margin-left: -12px;
}
.footer-title{
	color: #A18F93;
	font-size: 18px;
}
.footer-title p:last-child{
	margin-top: 47px;
}
.footer-value{
	font-size: 18px;
	margin-top: 17px;
}
.footer-value a{
	text-decoration: none;
	color:#FFFFFF;
	display: block;
	margin-bottom: 19px;
}

.footer-ur-address{
	color:#A18F93;
	margin-top: 77px;
	font-size: 16px;
	line-height: 1.5;
}
.footer-view-map{
	display: flex;
}
.footer-view-map:before{
	content:'';
	background: url(/local/templates/main/assets/css/../images/location.svg) no-repeat;
	width: 21px;
	margin-right: 8px;
}
.footer-view-map span{
	border-bottom: 1px dashed;
	cursor: pointer;
}
.footer-bottom{
	font-size: 14px;
	margin-top: 68px;
	color: #A18F93;
}
.footer-bottom a{
	text-decoration: none;
	color:#A18F93;
}
.footer-form__form input{
	display: block;
	background: transparent;
	border:none;
	border-bottom:1px solid #745F64;
	width: 100%;
	font-size: 18px;
	font-family: var(--fonts-global);
	color:#ffffff;
	padding: 5px 0;
	margin-bottom: 27px;
}
.footer-form__title{
	font-size: 18px;
	font-weight: 400;
	margin-top: 18px;
	margin-bottom: 6px;
}
.footer-form__title-after{
	line-height: 1.5;
	color:#A18F93;
}
.footer-form__form{
	font-size: 18px;
	margin-top: 26px;
}

.footer-form__form button{
	color:#ffffff;
	background: transparent;
	border: none;
	font-family: var(--fonts-global);
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	font-weight: 400;
	padding: 0;
	letter-spacing: 1.5;
	margin-top: 17px;
}

.footer-form__form input::placeholder {
	color:#A18F93;
}
.footer-form__form input::-webkit-input-placeholder {
	color:#A18F93;
}
.footer-form__form input::-moz-placeholder {
	color:#A18F93;
}
.footer-form__form input:-moz-placeholder {
	color:#A18F93;
}
.footer-form__form input:-ms-input-placeholder {
	color:#A18F93;
}
.footer-form__form button{
	position: relative;
}
.footer-form__form button:after{
	content:'';
	background: url('/local/templates/main/assets/css/../images/call-aray.png') no-repeat;
	display: block;
	height: 18px;
	position: absolute;
	width: 26px;
	right: -35px;
	top: -1px;
}
/*Оформление заказа*/

#bx-soa-order .bx-soa-section .bx-soa-section-title-container {
	padding: 25px;
	border-bottom: 1px solid #f2f2f2;
	background: #fbfbfb;
	cursor: pointer;
}
.bx-soa-customer-field input{
	display: block;
	width: 100%;
	padding: 14px 12px;
	font-size: 16px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-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-soa-order .bx-soa-section .bx-soa-section-content
{
	padding: 25px;
	font-size: 15px;
	line-height: 20px;
	color: #333333;
	transition: none;
}
#content #bx-soa-order-form * {
	box-sizing: border-box;
}
#bx-soa-order #bx-soa-basket .bx-soa-section-content{
	padding: 0;
}
.bx-soa-item-title a{
	color:#2C2C2C;
	text-decoration: none;
}
#bx-soa-order .bx-soa-section .bx-soa-section-title{
	position: relative;
}
#bx-soa-order .bx-soa-section .bx-soa-section-title:before{
	content: "";
	position: absolute;
	left: -50px;
	top: -3px;
	margin: 0;
	width: 30px;
	height: 30px;
	background: url(/local/templates/main/assets/css/../images/order.svg) 0 0 no-repeat;
}
#bx-soa-order .bx-soa-section-title-count
{
	display: none;
}
#bx-soa-order #bx-soa-basket .bx-soa-section-title:before {
	background-position: 0 -30px;
}
/*Главная страница*/
.slider-index{
	height:754px;
	margin: 0 auto;
	position: relative;
}
.slider-index .slider-index__arrows-right{
	background: url('/local/templates/main/assets/css/../images/right-slider.png') no-repeat;
	width: 170px;
	height: 100%;
	right: 11px;
	position: absolute;
	cursor: pointer;
}
.slider-index .slider-index__arrows{
	width: 1424px;
	margin: 0 auto;
	display: block;
	position: absolute;
	height: 160px;
	left: 0;
	right: 0;
	top: 296px;
}
.slider-index__item{
	height: 100%;
	background-position: center !important;
}
.slider-index__item-title{
	font-family: 'ManegeDemo-Light';
	font-size: 80px;
	color: #2C2C2C;
	line-height: 100%;
	margin-top: 19px;
}
.slider-index__item-before-title,.slider-index__item-link{
	text-transform: uppercase;
	font-size: 14px;
	position:relative;
	display: flex;
	align-items: center;
	letter-spacing: 1.5px;
}
.slider-index__item-before-title:before{
	content:'';
	width: 30px;
	height: 1px;
	background: #2C2C2C;
	display: block;
	margin-right: 19px;
}
.slider-index__item-link{
	text-decoration: none;
	color: #2C2C2C;
	position: absolute;
	bottom: 67px;
}
.slider-index__item-link:after{
	content:'';
	background: url(/local/templates/main/assets/css/../images/more.png) 0 0 no-repeat;
	display: block;
	width: 26px;
	height: 18px;
	margin-left: 15px;
}
.slider-index__description{
	padding-top: 210px;
}
p.before-title{
	font-size: 22px;
	font-family: 'ManegeDemo-Light';
	margin: 0;
}
#one p.before-title{
	margin-left: 2px;
}
section h2{
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
}
section#one{
	padding-top: 128px;
}
#one h2{
	margin-top: 15px;
	line-height: 1.5;
	margin-left: -2px;
	margin-bottom: 0;
}
.one-description{
	margin-top: -18px;
	line-height: 1.5;
	padding-right: 20px;
}

#five{
	padding-top: 100px;
	background: #F2F2F2;
	padding-bottom: 111px;
	margin-top: 200px;
}
#five .bg-block{
	background: url('/local/templates/main/assets/css/../images/five-bg.jpg') no-repeat;
	height: 614px;
	color:#fff;
	margin-top: 54px;
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: end;
	padding-left: 38px;
}
#five .bg-block-two{
	background: url('/local/templates/main/assets/css/../images/five-bg-two.jpg') no-repeat;
	height: 459px;
	margin-top: 55px;
}
#five .desc-block p:first-child{
	font-size: 20px;
	margin-bottom: 9px;
}
#five .desc-block p:last-child{
	margin-top: 0;
	padding-right: 45px;
	line-height: 1.5;
}
#five .desc-block:first-child{
	margin-top: 57px;
}
#five .desc-block{
	margin-top: 25px;
}
#five .desc-block:after{
	content:'';
	width: 293px;
	height: 1px;
	background:  #D1CAC5;
	margin-top: 22px;
	display: block;
}
#five .desc-block:last-child:after{
	content:none;
}
#five .bg-block__title{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 11px;
}
#five p.before-title{
	margin-left: 5px;
}
#five h2{
	margin-top: 10px;
	line-height: 1.5;
}
#five .desc-block-title{
	margin-top: 142px;
	line-height: 1.5;
}
#five .bg-block__btn{
	margin-bottom: 47px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.1px;
	display: flex;
	align-items: center;
	cursor:pointer;
}
#five .bg-block__btn:after{
	content: '';
	background: url('/local/templates/main/assets/css/../images/arrow-white.png') 0 0 no-repeat;
	display: block;
	width: 26px;
	height: 18px;
	margin-left: 11px;
}
#five .bg-block__desc{
	margin-bottom: 58px;
	line-height: 1.5;
	padding-right: 134px;
}
#six .desc-item.one .image{
	background: url('/local/templates/main/assets/css/../images/one.jpg') 0 0 no-repeat;
	height: 401px;
}
#six .desc-item.two .image{
	background: url('/local/templates/main/assets/css/../images/two.jpg') 0 0 no-repeat;
	height: 310px;
}
#six .desc-item.three .image{
	background: url('/local/templates/main/assets/css/../images/three.jpg') 0 0 no-repeat;
	height: 400px;
}
#six .desc-item.four .image{
	background: url('/local/templates/main/assets/css/../images/four.jpg') 0 0 no-repeat;
	height: 310px;
}
#six{
	padding-top: 64px;
	padding-bottom: 41px;
}
#six h2{
	line-height: 1.5;
	padding-bottom: 60px;
}
#six .desc-block-title{
	line-height: 1.7;
	font-size: 18px;
	margin-top: 141px;
	margin-bottom: 0;
}
#six .desc-item.two,.desc-item.four{
	margin-top: 127px;
}
#six .desc-item.three{
	margin-top: 82px;
}
#six .desc-item p{
	font-size: 22px;
	line-height: 1.5;
	margin-top: 18px;
}
#six .desc-item.two p,#six .desc-item.four p{
	margin-top: 22px;
}
section#two{
	border-top: 1px solid #DCDCDC;
	padding-top: 17px;
}
section#two .slider-block .slick-list{
	padding-right: 62px;
	height: 100%;
}

section#two.two,section#two.three{
	margin-top: 200px;
}
section#two .slider-block{
	position: relative;
	margin-right: -62px;
}
section#two .bg-block{
	width: 1033px;
	height: 738px;
	position: absolute;
	right: 0px;
}
section#two .slider-cover{
	width: 421px;
	height: 527px;
	overflow: hidden;
	z-index: 5;
	margin-top: 103px;
}
section#two .slider-cover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section#two .slider-cover .slick-list{
	padding: 0;
}
section#two h2{
	line-height: 1.4;
	text-transform: none;
	margin-bottom: 62px;
	font-size:30px;
	margin-top: 0;
	margin-left: -14px;
}
section#two .type-cover{
	font-size: 22px;
	font-family: 'ManegeDemo-Light';
	margin-top: 12px;
}
section#two .detail-link{
	text-decoration: none;
	color: #2C2C2C;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	margin-top: 8px;
	margin-left: 32px;
}
section#two .detail-link:after
{
	content: '';
	background: url('/local/templates/main/assets/css/../images/more.png') 0 0 no-repeat;
	display: block;
	width: 26px;
	height: 18px;
	margin-left: 15px;
}
section.sthree{
	height: 100% !important;
	padding-top: calc((100vh - 835px) / 2);
	padding-bottom: calc((100vh - 835px) / 2);
}
section.sthree .image-one{
	width: 481px;
	height: 355px;
	position: absolute;
	right: 0px;
	z-index:1;
	background-size: contain !important;
	top:23px;
}
section.sthree .image-two{
	width: 420px;
	height: 348px;
	position: absolute;
	bottom: 138px;
	left: 0;
	background-size: contain !important;
}
section.sthree .image-three{
	width: 421px;
	height: 388px;
	position: absolute;
	right: 193px;
	bottom: 28px;
	background-size: contain !important;
}
section.sthree .descripton-slider{
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 226px/2);
}
section.sthree .slider-float{
	width: 1424px;
	margin: 0 auto;
	height: 100%;
}
section.sthree .title-three{
	text-align: center;
	font-family: 'ManegeDemo-Light';
	font-size: 150px;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
	letter-spacing: 15px;
	margin-top: 3px;
	padding-left: 14px;
	position: relative;
	z-index: 2;
}
section.sthree .more-three{
	text-decoration: none;
	text-transform: uppercase;
	color:#2C2C2C;
	font-size: 14px;
	display: block;
	position: relative;
	z-index: 1;
	margin:0 auto;
	width: 165px;
	margin-top: 69px;
	letter-spacing: 1.2px;
	display: flex;
}
section.sthree .slider-float__item{
	position: relative;
	height: 874px;

}
section.sthree .more-three:after{
	content: '';
	background: url('/local/templates/main/assets/css/../images/more.png') 0 0 no-repeat;
	display: block;
	width: 26px;
	height: 18px;
	margin-left: 15px;
	margin-left: 12px;
	margin-top: -2px;
}
section.sthree .text{
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}
.slider-cover__btns .slick-dots{
	position: relative;
}

/*детальная карточка товара*/

.bx-catalog-element .first-image{
	width: 600px;
	overflow: hidden;
	height: 773px;
}
.bx-catalog-element .first-image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.bx-catalog-element .other-images{
	margin-top: 2px;
	/*width: 600px;*/
}
.bx-catalog-element .other-images__item{
	height: 311px;
	width: 299px;
	overflow: hidden;
	display: inline-block;
}
.bx-catalog-element .other-images__item img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.bx-catalog-element .other-images .other-images__item:nth-child(2n){
	margin-left: -1.4px;
}
.bx-catalog-element .other-images .other-images__item{
	margin-bottom: -2px;
}
.bx-catalog-element{
	margin-top: 45px;
}
.bx-catalog-element .artikul{
	font-size: 14px;
	color: #989898;
}
.bx-catalog-element .product-title h1{
	font-weight: 400;
	font-size: 40px;
	margin-top: 7px;
	text-transform: uppercase;
	letter-spacing: -0.2px;
	margin-bottom: 0;
}
.bx-catalog-element .product-after-name p{
	margin:0;
}
.product-after-name p:first-child{
	margin-top: 9px;
	margin-bottom: 5px;
}
.bx-catalog-element .button-more-desc{
	margin-top: 13px;
	color: #B7814B;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.bx-catalog-element .manager-block{
	background: #F2F2F2;
	padding: 20px;
	display: flex;
}
.bx-catalog-element .manager-block__description-title{
	font-size: 18px;
	text-transform: uppercase;
	color: #2C2C2C;
	font-weight: 500;
}
.bx-catalog-element .manager-block__description--after-title{
	color: #2C2C2C;
	margin-top: 7px;
}
.bx-catalog-element  .properties-top{
	border-top:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	margin-top: 26px;
	padding-top: 22px;
	padding-bottom: 32px;
}

.bx-catalog-element .price-block__price{
	font-size: 24px !important;
	margin-top: 20px;
}
.bx-catalog-element .addCart{
	color:#3F2429;
	font-size:16px;
	text-align: center;
	text-decoration: none;
	border:1px solid #3F2429;
	font-weight: 500;
	width: 311px;
	display: inline-block;
	padding: 15px 0;
	transition: all .3s;
	position: relative;
	padding-left: 23px;
	box-sizing: border-box;
}
.bx-catalog-element .addCart svg{
	position: absolute;
	left: 60px;
}
.bx-catalog-element .addCart svg path{
	transition: all .3s;
}
.bx-catalog-element .addCart:hover{
	background: #3F2429;
	color:#fff;
}
.bx-catalog-element .addCart:hover svg path{
	stroke:#ffffff;
}
.bx-catalog-element .byu{
	cursor: pointer;
	background: #3F2429;
	color:#ffffff;
	font-weight: 500;
	width: 311px;
	text-align: center;
	display: inline-block;
	padding: 16px 0;
}
.bx-catalog-element .button-block div{
	display: flex;
	justify-content: space-between;
}
.bx-catalog-element .manager-block__photo{
	background: url('/local/templates/main/assets/css/../images/manager-product.png') no-repeat;
	width: 120px;
	height: 160px;
	border-radius: 8px;
	margin-right: 21px;
}
.bx-catalog-element .manager-block__description-info a{
	font-weight: 500;
	text-decoration: none;
	color:#2C2C2C;
	margin-right: 7px;
}
.bx-catalog-element .manager-block__description-info span{
	font-size:14px;
	color: #989898;
}
.bx-catalog-element .manager-block__description-buttons a,.bx-catalog-element .manager-block__description-buttons span{
	font-size: 14px;
	font-weight: 500;
	color:#B7814B;
	text-decoration: none;
	cursor: pointer;
	background: #ffffff;
	width: 136px;
	padding: 7px 0;
	display: inline-block;
	text-align: center;
	transition: all .3s;
	box-sizing: border-box;
}
.bx-catalog-element .manager-block__description-buttons a:hover,.bx-catalog-element .manager-block__description-buttons span:hover{
	background: #B7814B;
	color:#fff;
}
.bx-catalog-element .manager-block__description-buttons .tg-chat:hover:before{
	content:'';
	background: url('/local/templates/main/assets/css/../images/tg-manager-hover.png') no-repeat;
}
.bx-catalog-element .manager-block__description-buttons span{
	margin-right: 7px;
}
.bx-catalog-element .manager-block__description-buttons .tg-chat{
	position: relative;
	padding-left: 18px;
	width: 145px;
	box-sizing: border-box;
	margin-right: 7px;
}
.bx-catalog-element .manager-block__description-buttons .tg-chat:before{
	content:'';
	background: url('/local/templates/main/assets/css/../images/tg-manager.png') no-repeat;
	width: 16px;
	height: 13px;
	display: block;
	position: absolute;
	left: 10px;
	top: 9px;
}
.bx-catalog-element  .manager-block__description{
	margin-top: 10px;
}
.bx-catalog-element .manager-block__description-info{
	margin-top: 25px;
}
.bx-catalog-element .manager-block__description-buttons{
	margin-top: 11px;
	margin-left: 4px;
}
.bx-catalog-element .properties-top__size .product-item-scu-item-list li{
	cursor: pointer;
	border:1px solid #E6E6E6;
	font-size: 14px;
	font-weight: 400;
	min-width: 71px;
	text-align: center;
	padding: 6px 10px;
	margin-right: 4px;
	margin-bottom: 4px;
	transition: all .3s;
}
.bx-catalog-element .properties-top__size .product-item-scu-item-list li:hover{
	border-color:#AEAEAE;
}
.bx-catalog-element .properties-top__size .product-item-scu-item-list li:last-child{
	margin-right: 0;
}
.bx-catalog-element .properties-top__size .product-item-scu-item-list li.selected{
	background: #3F2429;
	color:#ffffff;
	border-color:transparent;
}
.bx-catalog-element .properties-top .line{

	margin-bottom: 22px;
}
.bx-catalog-element .properties-top .line:last-child{
	margin-bottom: 0;
}
.bx-catalog-element .properties-top .line span{
	display: block;
}
.bx-catalog-element .product-title-prop{
	font-size:18px;
	color:#2C2C2C;
	font-weight: 500;
	margin-bottom: 10px;
}

.bx-catalog-element .properties-top__sq .ploshad,.bx-catalog-element .properties-top__gamma .gamma{
	background: #F2F2F2;
	padding: 6px;
	font-size: 14px;
	text-align: center;
	display: inline-block !important;
	min-width: 71px;
	margin-left: 2px;
}

.bx-catalog-element .product-item-scu-item-list{
	margin: 0;
}
.bx-catalog-element .card-product{
	position: sticky;
	top: 15px;
}

.bx-catalog-element .vivoz span,.bx-catalog-element .delivery span{
	font-size: 14px;
	font-weight: 500;
}
.bx-catalog-element .vivoz,.bx-catalog-element .delivery{
	font-size: 14px;
	font-weight: 400;
}
.bx-catalog-element  .avaliable{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 17px;
}
.bx-catalog-element  .avaliable::before{
	content:'';
	background: url('/local/templates/main/assets/css/../images/avaliable.png') no-repeat;
	width: 15px;
	height: 11px;
	display: block;
	margin-right: 8px;

}
.bx-catalog-element  .avaliable.not::before{
	background: url('/local/templates/main/assets/css/../images/not-avaliable.png') no-repeat;
}
.bx-catalog-element .price-block__info{
	padding-top: 31px;
}
.bx-catalog-element .vivoz{
	margin-bottom: 9px;
}
.bx-catalog-element .button-block{
	margin-top: -44px;
}
.bx-catalog-element .primerka-description{
	background-image: url('/local/templates/main/assets/css/../images/primerka.jpg') ;
	background-repeat: no-repeat;
	color:#ffffff;
	margin-top: 40px;
	padding: 0 20px;
	padding-top: 19px;
	margin-bottom: 20px;
	padding-bottom: 17px;
}
.bx-catalog-element .primerka-description__top p,.bx-catalog-element .primerka-description__bottom p{
	margin: 0;
}
.bx-catalog-element .primerka-description__top,.bx-catalog-element .primerka-description__bottom{
	display: flex;
	justify-content: space-between;
}
.bx-catalog-element .primerka-description__bottom{
	align-items: center;
}
.bx-catalog-element .primerka-description__top p:first-child{
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
.bx-catalog-element  .primerka-description__bottom span{
	color: #fff;
	background: #B7814B;
	font-weight: 500;
	text-align: center;
	min-width: 184px;
	padding: 10px 0;
	line-height: 1;
	margin-top: 6px;
	cursor: pointer;
	transition: all .3s;
}
.bx-catalog-element  .primerka-description__bottom span:hover{
	background: #ffffff;
	color:#B7814B;
}
.bx-catalog-element  .primerka-description__bottom p{
	font-size: 14px;
	margin-top: 4px;
	line-height: 1.2;
}


.bx-catalog-element .description-block__title,.bx-catalog-element .options-block__title{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.4px;
}
.bx-catalog-element  .description-block{
	margin-top: 27px;
}
.bx-catalog-element .description-block__info{
	line-height: 1.5;
}
.bx-catalog-element .options-block{
	margin-top: 30px;
}
.bx-catalog-element .prop-line{
	font-size: 16px;
	color: #2C2C2C;
	display: flex;
	justify-content: space-between;
	border-bottom:1px dashed #D8D8D8;
	padding-bottom: 8px;
	margin-bottom: 6px;
}
.bx-catalog-element .options-block__info{
	padding-top: 15px;
}
.bx-catalog-element .color-images img{
	margin-right: 4px;
}
.bx-catalog-element .more_delivery{
	color:#B7814B;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	font-weight: 400 !important;
	margin-left: 7px;
}
.bx-catalog-element .more_delivery:after{
	content: '';
	background: url('/local/templates/main/assets/css/../images/more-delivery.png') no-repeat;
	width: 13px;
	height: 15px;
	display: block;
	position: absolute;
	right: -18px;
	top: 4px;
}
.bx-catalog-element .more_delivery.not{
	display:none;
}
.bx-catalog-element .button-more-desc:after{
	content: '';
	background: url('/local/templates/main/assets/css/../images/more-desc.png') no-repeat;
	width: 13px;
	height: 15px;
	display: block;
	position: absolute;
	right: -19px;
	top: 2px;
}
.slider-logo {
	margin: 0 -20px;
	margin-bottom: 50px;
	width: 598px;
	margin-left: 51px;

}
.slider-logo .slick-slide img{
	width: 100%;
}
.slider-logo .slick-slide{
	padding: 0 10px;
}
.slider-logo .slick-arrow{
	position: absolute;
	width: 36px;
	height: 36px;
	background: #ffffff;
	border-radius: 50%;
	top: 27px;
	right: -5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	transition: all .3s;
	z-index: 5;
}
.slider-logo .slick-arrow.slick-prev{
	left: -6px;

}
.slider-logo:hover .slick-arrow{
	opacity: 1;
}
.slider-logo .slick-arrow:hover{
	color:#fff;
	background: #3F2429;
}
.slider-logo .slick-arrow{
	opacity: 0;
}
.slider-logo .slick-prev:before, .slider-logo .slick-next:before{
	color:#000000;
}
.slider-logo .slick-prev:hover:before, .slider-logo .slick-next:hover:before{
	color:#ffffff;
}

/*Блок Преимущества*/
#preimushestva{
	background: #3F2429;
	margin-top: 80px;
	color:#ffffff;
	padding-top: 77px;
}
#preimushestva + footer{
	margin-top: 0;
}
#preimushestva h2{
	margin-top: 11px;
	line-height: 1.5;
}
#preimushestva .bg-block{
	width: 311px;
	background-size: cover;
	margin-bottom: 15px;
}
#preimushestva .bg-block img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#preimushestva .bg-block.one{
	height: 220px;
}
#preimushestva .bg-block.two{
	height: 220px;
	margin-bottom: 18px;
}
#preimushestva .bg-block.three{
	height: 220px;
}

#preimushestva .bg-block.four{
	height: 220px;
	margin-bottom: 18px;
}
#preimushestva .desc-block{
	font-size: 18px;
	font-weight: 400;
	padding-right: 11px;
}
#preimushestva .button-more{
	color:#fff;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	font-size: 14px;
	margin-top: 23px;
	display: inline-block;
	letter-spacing: 1.5;
}
#preimushestva .button-more:after{
	content:'';
	background: url('/local/templates/main/assets/css/../images/more-link.png') no-repeat;
	width: 26px;
	height: 18px;
	display: block;
	float: right;
	margin-left: 10px;
	margin-top: -2px;
}
#preimushestva .line{
	background: #524044;
	height: 1px;
	margin-top: 101px;
}
/*Окно быстрого просмотра товара*/

.modal-view{
	width: 1302px;
	position: fixed;
	top: 10%;
	background: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
	z-index: 100;
	padding-bottom: 35px;
}

.modal-view .close-modal{
	background: url('/local/templates/main/assets/css/../images/close-modal.png') no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 31px;
	top: 30px;
	cursor: pointer;
	z-index: 10;
}
.modal-view .btn-more-view{
	z-index: 10;
}
.wrp-modal{
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: #A1A1A1;
	display: none;
}
.wrp-modal.show{
	display: block;
}
.left-view-block{
	padding-left: 50px;
	padding-top: 9px;
}
.slider-view{
	height: 773px !important;
	width: 578px !important;
	margin-bottom: 17px;

}
.slider-view img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;

}
.dots-other-images{
	width: 578px !important;
}
.dots-other-images img{
	width: 100% !important;
	height: 133px !important;
	object-fit: cover;
	opacity: 0.5;
	cursor: pointer;
}
.dots-other-images .slick-slide.point .dots-other__item img{
	opacity: 1;
}
.dots-other-images .slick-slide.point .dots-other__item:after{
	content:'';
	width: 100%;
	height: 3px;
	background: #3F2429;
	display: block;
	position: absolute;
	margin-top: 6px;
}
.dots-other__item{
	position: relative;
}
.modal-view .btn-more-view{
	background: #F2F2F2;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	color: #2C2C2C;
	position: absolute;
	right: 70px;
	top: -14px;
	padding: 5px 11px;
	line-height: 1.1;
}
.modal-view .bx-catalog-element .addCart svg {
	position: absolute;
	left: 58px;
}
.bx-catalog-element .right-view-block .card-product{
	position: relative;
	top: 0;
	margin-top: 7px;
}
.right-view-block{
	padding-right: 20px;
}
.bx-catalog-element .right-view-block .manager-block__photo{
	margin-right: 15px;
}
.bx-catalog-element .right-view-block .addCart{
	width: 307px;
	margin-right: 20px;
}
.bx-catalog-element .right-view-block  .button-block div{
	display: block;
}
.bx-catalog-element .right-view-block .byu{
	width: 275px;
}
.bx-catalog-element .right-view-block .manager-block__photo{
	width: 115px;
	height: 150px;
}
.bx-catalog-element .right-view-block .properties-top__sq{
	padding-left: 17px;
}
.bx-catalog-element .right-view-block .properties-top__gamma{
	padding-left: 17px;
}
.bx-catalog-element .right-view-block .price-block__info{
	padding-left: 17px;
}
.bx-catalog-element .right-view-block  .vivoz, .bx-catalog-element .right-view-block  .delivery{
	font-size: 13px;
}
.bx-catalog-element .right-view-block .dots-other-images{
	height: 1134px;
}

/*О компании*/

.item-company__text p{
	margin: 0;
}
.item-company__text p:first-child{
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.item-company__text p:last-child{
	color: #999;
	line-height: 1.5;
	font-size: 18px;
}

.item-company{
	margin-bottom: 30px;
	display: flex;
	padding-right: 40px;
}
.bg-block-company{
	overflow: hidden;
	width: 548px;
	height: 548px;
	margin-top: 20px;
}
.bg-block-company img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-company-block{
	margin-top: 20px;
}
.item-company__icon img{
	width: 45px;
	height: 45px;
	margin-right: 15px;
}


/*Партнерам*/
.partneram-block p{
	font-size:18px;
	line-height: 1.5;
}
.privelegii-page .center{
	text-align: center;
}
.privelegii-page .icon-pr {
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
	margin-top: 25px;
}
.privelegii-page p{
	font-size: 18px;
	line-height: 1.5;
}
.privelegii-page li{
	font-size: 18px;
	line-height: 1.5;
	display: flex;
	margin-bottom: 15px;
}
.privelegii-page ul{
	list-style-type: none;
	padding-left: 0;
}
.privelegii-page li:before{
	content:'';
	min-width: 8px;
	height: 8px;
	background: #3F2429;
	border-radius: 50%;
	display: block;
	margin-right: 10px;
	margin-top: 10px;
}
.image-privelegii{
	margin-top: 20px;
	margin-bottom: 20px;
}

.slider-cover__dots{
	position: relative;
}
/*Слайдер ковров динамической области*/
.slider-cover__btns .slick-dots{
	position: absolute;
	right: 0;
	bottom: -19px;
	left: 0;
	z-index: 15;
	display: block;
	padding: 0;
	text-align: center;
	opacity: 1;
}
.slider-cover__btns .slick-dots li{
	width: 5px;
	height: 5px;
	border-radius: 100px;
	background: #D9D9D9;
	margin: 0;
	margin-right: 2px;
}
.slider-cover__btns .slick-dots li button:before{
	content:none;
}
.slider-cover__btns .slick-dots li:last-child{
	margin-right: 0;
}
.slider-cover__btns .slick-dots li.slick-active{
	width: 10px;
	background: #3F2429;
}
#two .slick-dotted.slick-slider{
	margin-bottom: 0;
}
#two .btns__left.slick-arrow{
	background: url('/local/templates/main/assets/css/../images/left-sl.png') no-repeat;
	width: 25px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	left: 150px;
	top: 7px;
	z-index: 2;
}
#two .btns__right.slick-arrow{
	background: url('/local/templates/main/assets/css/../images/right-sl.png') no-repeat;
	width: 25px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	right: 150px;
	top: 7px;
	z-index: 2;
}
#two .slider-cover__btns{
	position: relative;
	margin-top: 8px;
}
#two .slider-cover__btns .slick-dots{
	z-index: 1;
}
.footer-form label[for='politika']{
	display: flex;
	cursor: pointer;
}
.footer-form label[for='politika'],.footer-form label[for='politika'] a{
	font-size: 11px;
	color: #A18F93;
}
.footer-form #politika{
	position: absolute;
	left: 0;
	width: 15px;
	opacity: 0;
}
.footer-form__form{
	position: relative;
}
.footer-form input#politika:checked + label[for='politika'] i{
	background: #3F2429;
}
.footer-form input#politika:checked + label[for='politika'] i:before{
	content:'';
	background: url('/local/templates/main/assets/css/../images/check.png') no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	background-position: center;
}
.footer-form label[for='politika'] i{
	min-width: 17px;
	position: relative;
	bottom: -2px;
	height: 17px;
	background: #F2F2F2;
	display: block;
	margin-right: 9px;
	border:1px solid #CECECE;
	border-radius: 5px;
}
.dots-other-images .slick-slide {
	padding: 0 5px;
}
.dots-other-images{
	margin: 0 -5px;
}


/*Кнопка товара при нажатии В примерку*/
.inCart{
	display: none;
	width: 100%;
	border: 1px solid var(--brown-color);
	color: var(--brown-color);
	font-weight: 500;
	font-size: 16px;
	padding: 11px 0;
	cursor: pointer;
	text-decoration: none;
	transition: all .3s;
}
.inCart.show{
	display: block;
}
.inCart:hover{
	color:#fff;
	background: var(--brown-color);
}
.inCartCard{
	color: #3F2429;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #3F2429;
	font-weight: 500;
	width: 311px;
	display: inline-block;
	padding: 15px 0;
	transition: all .3s;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
}
.inCardNotPrice{
	color: #3F2429;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #3F2429;
	font-weight: 500;
	width: 311px;
	display: inline-block;
	padding: 15px 0;
	transition: all .3s;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
}
.inCardNotPrice:hover{
	color:#ffffff;
	background: #3F2429;
}

/*Модальные окна*/
.modal{
	display: none;
	width: 600px;
	background: #ffffff;
	left: 0;
	right: 0;
	height: auto;
	top: calc(50% - 300px);
	margin: 0 auto;
	position: fixed;
	padding: 20px;
	z-index: 101;

}
.modal .input-line{
	position: relative;
}
.modal input + .required{
	top: 16px;
	color: #828282;
	position: absolute;
	color:#828282;
}
.modal input:focus + .required,.modal input:valid + .required{
	display: none;
}
.modal input[name="NAME"]  + .required{
	left: 94px;
}
.modal input[name="PHONE"]  + .required{
	left: 146px;
}
.modal.show{
	display: block;
}
.modal.getPrice{
	width: 462px;
}
.modal.call{
	width: 462px;
}
.modal input::placeholder {
	color:#828282;
	font-family: var(--fonts-global);
}
.modal input::-webkit-input-placeholder {
	color:#828282;
	font-family: var(--fonts-global);
}
.modal input::-moz-placeholder {
	color:#828282;
	font-family: var(--fonts-global);
}
.modal input:-moz-placeholder {
	color:#828282;
	font-family: var(--fonts-global);
}
.modal input:-ms-input-placeholder {
	color:#828282;
	font-family: var(--fonts-global);
}
.modal input{
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #E6E6E6;
	padding: 15px 17px;
	font-size: 16px;
}
.modal.getPrice .product-block{
	margin-bottom: 30px;
}
.modal button{
	background: #3F2429;
	width: 100%;
	color:#fff;
	text-align: center;
	font-family: var(--fonts-global);
	border:none;
	font-size: 16px;
	cursor: pointer;
	padding: 17px;
	line-height: 1;
	margin-top: 26px;
	transition: all .3s;
}
.modal button:hover{
	background: #886C71;
}
.modal .politika-line{
	position: relative;
}
.modal .politika-line label:before{
	content:'';
	background: url('/local/templates/main/assets/css/../images/pol.png') no-repeat;
	width: 17px;
	height: 17px;
	display: block;
	float: left;
	margin-right: 9px;
}
.modal #politika{
	position: absolute;
	left: 0;
	width: 8px;
	opacity: 0;
}
.modal .artikle{
	color:#989898;
	font-size: 14px;
	margin: 0;
}
.modal .name{
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	margin-top: 5px;
}
.modal .right-block-tovar{
	margin-left: 18px;
	margin-top: 10px;
}
.modal .politika-line label{
	font-size: 14px;
	margin-top: 21px;
}
.modal .politika-line label a{
	color:#B7814B;
	text-decoration: none;
}
.modal .politika-line input:checked + label:before{
	content:'';
	background: url('/local/templates/main/assets/css/../images/pol-active.png') no-repeat;
}
.modal .title-modal{
	font-size: 24px;
	text-transform: uppercase;
}
.modal .close{
	background: url('/local/templates/main/assets/css/../images/close-modal-all.png') no-repeat;
	width: 22px;
	height: 22px;
	display: block;
	cursor: pointer;
}
.modal .top-modal{
	display: flex;
	justify-content: space-between;
	padding-top: 11px;
	padding-bottom: 25px;
}

.wish-list.active svg path {
	fill: rgba(204, 35, 35, 1);
	stroke: rgba(204, 35, 35, 1);
}
.bx-catalog-element{
	position: relative;
}
.bx-catalog-element .print{
	position: absolute;
	top: -77px;
	right: 0;
	text-align: right;
	text-decoration: none;
	font-size: 14px;
	color:#989898;
	width: 111px;
	padding-right: 0;
}
.bx-catalog-element .print:before{
	content: '';
	background: url('/local/templates/main/assets/css/../images/printer.svg') no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
}
.card-product .colors{
	text-transform: lowercase;
}
.card-product .colors::first-letter {
	text-transform: uppercase;
}
.block-tags-product__title{
	font-size: 18px;
	font-weight: 500;
}
.block-tags-product{
	margin-top: 43px;
}
.title-recomendation{
	font-size: 40px;
	text-transform: uppercase;
	margin-top: 74px;
	margin-bottom: 14px;
}
.block-tags-product ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.block-tags-product ul a{
	display: inline-block;
	text-align: center;
	border: 1px solid #3F2429;
	padding: 13px 17px;
	line-height: 1;
	margin-right: 6px;
	margin-bottom: 6px;
	transition: all .3s;
}
.block-tags-product ul li{
	display: inline;
}
.block-tags-product ul a:hover{
	color:#fff;
	background: #3F2429;
}
.block-tags-product ul a:last-child{
	margin-right: 0;
}
.block-tags-product ul li>a{
	color: #3F2429;
	text-decoration: none;
}
#bx-soa-main-notifications .alert.alert-success{
	color: #fff;
	background-color: #3f2429;
	border-color: #3f2429;
}
#bx-soa-total .btn-order-save{
	color: #fff;
	background-color: #3f2429;
	display: block;
	text-decoration: none;
	padding: 17px 0;
	line-height: 1;
}
#bx-soa-orderSave .pull-right{
	width: 311px;
	display: inline-block;
	text-decoration: none;
	padding: 17px 0;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #3f2429;
}
#bx-soa-properties .bx-soa-tooltip,#bx-soa-paysystem,#bx-soa-basket{
	display: none !important;
}
.form-group[data-property-id-row="1"],.form-group[data-property-id-row="2"],.form-group[data-property-id-row="3"]{
	width: 296px;
	display: inline-block;
	margin-bottom: 15px;
}
.form-group[data-property-id-row="1"],.form-group[data-property-id-row="2"]{
	margin-right: 15px;
}
.form-group[data-property-id-row="4"],.form-group[data-property-id-row="5"]{
	width: 287px;
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 15px;
}
.form-group[data-property-id-row="6"]{
	width: 150px;
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 15px;
}
.form-group[data-property-id-row="7"]{
	width: 150px;
	display: inline-block;
}
.personal-order-item-product-image,
.personal-order-item-product-image-list{
	display: none;
}
.main-profile-block-shown .form-group input{
	padding: 14px;
	line-height: 1;
	font-size: 16px;
}
.main-profile-block-shown .form-group{
	margin-bottom: 15px;
}
.bx_profile .main-profile-submit,.bx_profile .main-profile-submit + input{
	background: #3F2429;
	border:1px solid #3F2429;
	padding: 15px 0;
	font-size: 16px;
	color:#ffffff;
	text-align: center;
	width: 240px;
	font-weight: 500;
	cursor: pointer;
	transition: all .3s;
}
.bx_profile .main-profile-submit + input{
	background: transparent;
	color:#3F2429;
	font-weight: 500;
}
.bx_profile .main-profile-submit:hover{
	background: transparent;
	color:#3F2429;
}
.bx_profile .main-profile-submit + input:hover{
	background: #3F2429;
	color:#ffffff;
}
.personal-order-detail-products-item-name-link{
	font-size:18px;
	font-family: var(--fonts-global);
	color:#2C2C2C;
	text-decoration: none;
}
/*Фото второго слайда, слайдеры помещений*/
div[data-slick-index="1"] .image-one{
	width: 421px;
	height: 388px;
	top: 73px;
	left: 0px;
	z-index: 1;
}
div[data-slick-index="1"] .image-two{
	width: 420px;
	height: 348px;
	left: 293px;
	margin-top: 0px;
	bottom: 15px;
}
div[data-slick-index="1"] .image-three{
	width: 311px;
	height: 411px;
	right: 0px;
	bottom:15px;
	top: 230px;
}
/**/
/*Фото третьго слайда*/
div[data-slick-index="2"] .image-one{
	width: 331px;
	height: 355px;
	left: 597px;
	top: 30px;
	z-index: 1;
}
div[data-slick-index="2"] .image-two{
	width: 296px;
	height: 358px;
	top: 400px;
	left: 0px;

}
div[data-slick-index="2"] .image-three{
	width: 441px;
	height: 295px;
	bottom: 44px;
	right: 0px;
}
/**/
/*Фото четвертого слайда*/

div[data-slick-index="3"] .image-one{
	width: 421px;
	height: 486px;
	right: 0px;
	top: 0;
}
div[data-slick-index="3"] .image-two{
	width: 315px;
	height: 336px;
	top: auto;
	bottom: 181px;
	left: 0px;
}
div[data-slick-index="3"] .image-three{
	width: 621px;
	height: 355px;
	left: auto;
	right: 305px;
	bottom: 0;
	margin: 0;
}
.dizayner-detail__text p{
	font-size: 18px;
	margin-bottom: 40px;
}
.dizayner-detail__name{
	font-size: 36px;
	font-weight: normal;
	margin: 0;
}
.name_designer{
	font-size: 22px;
	color: #2C2C2C;
	margin-top: 20px;
	font-weight: bold;
}
.dizayner-link{
	text-decoration: none;
}
.dizayner-link img{
	width: 100%;
}
.getPrice .product-block .image{
	width: 51px;
	height: 66px;
	overflow: hidden;
}
.getPrice .product-block img{
	width: 100%;
	height: 100%;
}
.getPrice .product-block{
	display: flex;
	background: #F2F2F2;
	padding: 10px;
}
.bx_profile .main-profile-submit, .bx_profile .main-profile-submit + input{
	width: 235px !important;
	font-family: var(--fonts-global);
}
.company-page .bg-company-top{
	background: url('/local/templates/main/assets/css/../images/company-bg.jpg') no-repeat;
	height: 640px;
	color:#ffffff;
}
.one-block p{
	text-transform: uppercase;
	position: relative;
	font-size: 14px;
	margin-top: 42px;
	letter-spacing: 1.3px;
}
.one-block p:before{
	content:'';
	height: 1px;
	width: 30px;
	background: #2C2C2C;
	display: block;
	float: left;
	margin-top: 7px;
	margin-right: 20px;
}
.title-line a{
	text-transform: uppercase;
	color:#2C2C2C;
	font-size: 14px;
	position: relative;
	text-decoration: none;
	letter-spacing: 1.4px;
	margin-top: 19px;
}
.title-line a:after{
	content:'';
	background: url('/local/templates/main/assets/css/../images/more-link-arrow.png') no-repeat;
	width: 26px;
	height: 18px;
	display: block;
	float: right;
	margin-left: 13px;
}
.company-page .title-line{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 33px;
	margin-bottom: 39px;
}
.company-page .line-bg{
	border-top: 1px solid #fff;
	flex-basis: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 31px;
	margin-top: 0px;
	padding-bottom: 40px;
	padding-left: 48px;
	line-height: 1.4;
}
.company-page .bg-company-top{
	display: flex;
	align-items: end;
	width: 100%;
}
.company-page .line-bg p{
	font-size: 30px;
	margin: 0;
}
.company-page .line-bg a{
	text-decoration: none;
	color:#ffffff;
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 49px;
	letter-spacing: 1.4px;
}
.company-page .line-bg a:after{
	content: '';
	background: url('/local/templates/main/assets/css/../images/more-link-arrow-white.png') no-repeat;
	width: 26px;
	height: 18px;
	display: block;
	float: right;
	margin-left: 12px;
}
.company-page .title-catalog{
	margin: 0;
}
.company-page .title-block-company{
	text-transform: uppercase;
	font-size: 40px;
	font-family: var(--fonts-global);
	margin-top: 11px;
	line-height: 1.5;
	margin-bottom: 0;
}
.company-page .three-block{
	margin-top: 130px;
}
.company-page .title-block-company + p{
	line-height: 1.5;
	padding-right: 103px;
	margin-top: 15px;
}
.company-page .after-two{
	font-size: 22px;
	margin-top: 52px;
	line-height: 1.4;
}
.company-page .after-two:before{
	content: '';
	width: 3px;
	height: 58px;
	background: #B7814B;
	display: block;
	float: left;
	margin-right: 21px;
}
.company-page .four-block{
	margin-top: 138px;
	margin-bottom: 155px;
}
.company-page .four-block .title-block-company{
	margin-top: 48px;
}
.company-page .four-block .title-block-company + p{
	padding-right: 55px;
}
.company-page .btn-more-catalog{
	background: #3F2429;
	color:#ffffff;
	font-size: 16px;
	text-align: center;
	width: 201px;
	display: inline-block;
	text-decoration: none;
	padding: 14px 0;
	line-height: 1;
	margin-top: 45px;
}
/*Услуги*/
.services-page .item-services__title{
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 27px;
	margin-left: -3px;
}

.services-page .item-services__desc{
	font-size: 16px;
	line-height: 1.5;
	margin-top: 14px;
	padding-right: 126px;
	margin-bottom: 32px;
}
.services-page .title-line{
	display: flex;
	justify-content: space-between;
}
.services-page .title-catalog {
	margin: 0;
	margin-bottom: 46px;
}
.services-page .one-block p{
	margin-bottom: 23px;
}
.services-page .title-line a {
	letter-spacing: 1.7px;
	margin-top: 74px;
}
.services-page .title-line a:after{
	margin-left: 18px;
}
.services-page .btn-more{
	padding: 14px 27.5px;
	color: #fff;
	background: #3F2429;
	font-size: 16px;
	display: inline-block;
	line-height: 1;
	min-width: 201px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	transition: all .3s;
}
.services-page .item-services.item-1{
	margin-bottom: 80px;
}
.services-page .item-services.item-2{
	margin-bottom: 80px;
}
/*Партнерам*/
.partner-page .title-line{
	display: flex;
	justify-content: space-between;
}
.partner-page .after-title-block{
	font-size: 30px;
	padding-right: 439px;
	line-height: 1.4;
}
.partner-page .desc-block{
	font-size: 16px;
	margin-top: 252px;
	padding-right: 63px;
	line-height: 1.5;
	margin-bottom: 33px;
}
.partner-page .snoska-block{
	font-size:22px;
	border-left: 3px solid #B7814B;
	padding-left: 23px;
	line-height: 1.4;
	margin-bottom: 66px;
}
.partner-page .presentation-download{
	background: #3F2429;
	color:#fff;
	text-align: center;
	width: 201px;
	padding: 13px 0;
	cursor: pointer;
}
.partner-page h2{
	font-size: 40px;
	margin-bottom: 15px;
	font-weight: 400;
	text-transform: uppercase;
	color: #2C2C2C;
	margin-top: 0;
}
.partner-page .three-block .title-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 47px;
}

.partner-page .more-catalog{
	background: #3F2429;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	width: 201px;
	display: inline-block;
	text-decoration: none;
	padding: 14px 0;
	line-height: 1;
	margin-top: 34px;
	cursor: pointer;
}

.partner-page .three-block__items-title{
	font-size: 22px;
	margin-top: 21px;
	margin-bottom: 17px;
}
.partner-page .after-bg{
	font-size: 30px;
	margin-top: 79px;
	line-height: 1.4;
}
.partner-page .title-catalog{
	margin-top: 8px;
	margin-bottom: 54px;
}
.partner-page .one-block{
	margin-bottom: 50px;
}
.partner-page .three-block{
	padding-top: 125px;
}
.partner-page .three-block h2{
	line-height: 1.5;
}
.partner-page .three-block__items-desc{
	line-height: 1.5;
}
.partner-page .three-block__items-item.two{
	margin-top: 127px;
}
.partner-page .three-block__items-item.three{
	margin-top: 82px;
}
.partner-page .three-block__items-item.four{
	margin-top: 127px;
}
.partner-page{
	padding-bottom: 14px;
}
/*Контакты*/
.contact-page .contact-block__line{
	font-size: 18px;
	margin-bottom: 27px;
}
.contact-page .contact-block__line p:first-child{
	color:#989898;
	margin-bottom: 8px;
}
.contact-page .contact-block__line p:first-child+p{
	margin-top: 0;
}
.contact-page .contact-block__line a{
	text-decoration: none;
	color: #2C2C2C;
}
.contact-page .footer-view-map:before{
	background: url('/local/templates/main/assets/css/../images/location-contacts.png') no-repeat;
}
.contact-page .button-parkovka{
	background: #F2F2F2;
	text-transform: uppercase;
}
.contact-page .contacts-form__desc{
	color: #989898;
	line-height: 1.5;
	margin-top: 6px;
}
.contact-page form input[type="text"]{
	width: 100%;
	display: block;
	border:none;
	border-bottom: 1px solid #C8C8C8;
	font-family: var(--fonts-global);
	font-size: 18px;
	padding: 4px 0;
}
.contact-page form input[type="text"]:first-child{
	margin-bottom: 29px;
}
.contact-page form button{
	background: #3F2429;
	width: 201px;
	color: #ffffff;
	text-align: center;
	border: none;
	font-size: 18px;
	font-family: var(--fonts-global);
	padding: 13px;
	box-sizing: border-box;
	line-height: 1;
	cursor: pointer;
}
.contact-page .adress-info p{
	color: #989898;
}
.contact-page .map-block{
	width: 552px;
	float: right;
	margin-top: 20px;
}
.contact-page label, .contact-page label a {
	font-size: 11px;
	color: #A18F93;
}
.contact-page .title-line{
	display: flex;
	justify-content: space-between;
	margin-top: 33px;
}
.contact-page form label i{
	min-width: 17px;
	position: relative;
	bottom: -2px;
	height: 17px;
	background: #F2F2F2;
	display: block;
	margin-right: 9px;
	border: 1px solid #CECECE;
	border-radius: 5px;
}
.contact-page label {
	display: flex;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-left: 30px;
}
.contact-page input#politika-contacts:checked + label i:before {
	content: '';
	background: url('/local/templates/main/assets/css/../images/check.png') no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	background-position: center;
}
.contact-page input#politika-contacts:checked + label i{
	background: #3F2429;
}
.contact-page .button-parkovka__img{
	background: url('/local/templates/main/assets/css/../images/park.jpg') no-repeat;
	width: 74px;
	height: 100px;
}
.contact-page .button-parkovka{
	display: flex;
	margin-top: 20px;
}
.contact-page .button-parkovka__right p:last-child{
	position: relative;
	color:#B7814B;
	display: flex;
	cursor: pointer;
}
.contact-page .button-parkovka__right p:last-child:after{
	content:'';
	background: url('/local/templates/main/assets/css/../images/arrow-right-contacts.png') no-repeat;
	width: 26px;
	display: block;
	height: 18px;
}
.contact-page .title-line a{
	margin-top: 25px;
}
.contact-page .two-block{
	margin-top: 67px;
}
.contact-page .footer-view-map{
	margin-top: -6px;
}
.contact-page .button-parkovka__right p:first-child{
	font-weight: 500;
	padding-left: 17px;
	padding-top: 11px;
	margin-bottom: 0;
}
.contact-page .button-parkovka__right p:last-child{
	margin-top: 9px;
	padding-left: 17px;
}
.contact-page .contacts-form__title{
	font-size: 18px;
}
.contact-page .contacts-form{
	margin-top: 44px;
}
.contact-page form{
	margin-top: 27px;
	position: relative;
}
.contact-page input#politika-contacts{
	position: absolute;
	left: 0;
	margin-top: 22px;
}
.contact-page .adress-info{
	margin-top: -93px;
	line-height: 1.5;
}
.contact-page{
	padding-bottom: 28px;
}
/*Окно куки*/
.cookie-modal {
	position: fixed;
	bottom: 20px;
	box-shadow: 2px 4px 40px rgba(0, 0, 0, .25);
	z-index: 10;
	width: 1303px;
	padding: 25px 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 2px;
	font-size: 13px;
	color: #808080;
	line-height: 18px;
	display: none;
	box-sizing: border-box;
}
.cookie-modal div {
	display: flex;
	align-items: center;
}
.cookie-modal.show{
	display: block;
}
.cookie-modal button {
	color: #212529;
	background-color: var(--brown-color);
	border-color: var(--brown-color);
	min-width: 150px;
	border: none;
	border-radius: 2px;
	padding: 14px 27.5px;
	transition: 0.3s;
	margin: 0 auto;
	display: block;
	font-size: 16px;
	max-height: 46px;
	margin-left: 20px;
	color:#fff;
	cursor: pointer;
}
.cookie-modal a{
	color:#B7814B;
}
.cookie-modal .close {
	background: url('/local/templates/main/assets/css/../images/close-modal-all.png') no-repeat;
	width: 13px;
	height: 13px;
	opacity: 1;
	right: 5px;
	top: 5px;
	position: absolute;
	transition: 0.3s;
	background-size: cover;
}
/*Окно благодарности*/
.modal-success {
	display: none;
	width: 600px;
	background: #ffffff;
	left: 0;
	right: 0;
	height: auto;
	top: calc(50% - 300px);
	margin: 0 auto;
	position: fixed;
	padding: 20px;
	z-index: 101;
}
.modal-success.show{
	display: block;
}
.modal-success .title-modal {
	font-size: 24px;
	text-transform: uppercase;
}
.modal-success .close {
	background: url('/local/templates/main/assets/css/../images/close-modal-all.png') no-repeat;
	width: 22px;
	height: 22px;
	display: block;
	cursor: pointer;
}
.modal-success .top-modal {
	display: flex;
	justify-content: space-between;
	padding-top: 11px;
	padding-bottom: 25px;
}
.modal-success p{
	font-size: 22px;
}
/*FAQ*/
.cn_faq_list svg {
	width: 16px;
	height: 16px;
	display: block;
}
.cn_faq_el_header {
	box-shadow: inset 0 0 0 1px #ddd;
	padding: 22px 30px;
	justify-content: space-between;
	display: flex  ;
	align-items: center;
	min-height: 80px;
	cursor: pointer;
	box-sizing: border-box;
}
.cn_faq_el {
	transition: .4s;
}
.cn_faq_el_title {
	font-weight: 400;
	font-size: 24px;
	line-height: 150%;
}
.cn_faq_el_info {
	display: none;
	box-shadow: inset 2px 0 0 -1px #ddd, inset -2px 0 0 -1px #ddd, inset 0 -2px 0 -1px #ddd;
	padding: 25px 30px;
	font-size: 18px;
	line-height: 150%;
}
.faq-page .title-catalog {
	margin-top: 8px;
	margin-bottom: 54px;
}
.cn_faq_el_icon span{
	width: 30px;
	height: 2px;
	background: #B7814B;
	display: block;
}
.cn_faq_el_icon span:last-child{
	transform: rotate(90deg);
	margin-top: -1px;
}
.cn_faq_el.show .cn_faq_el_icon span:last-child{
	display: none;
}
.video-section{
	position: relative;
}
.video-section video{
	position: absolute;
	left:0;
	right: 0;
	width: 100%;
	height: 100%;
}
.bx-auth input[type="text"],.bx-auth input[type="password"]{
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #E6E6E6;
	padding: 15px 17px;
	font-size: 16px;
}
.bx-auth input[type="submit"]{
	background: #3F2429;
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: var(--fonts-global);
	border: none;
	font-size: 16px;
	cursor: pointer;
	padding: 17px;
	line-height: 1;
	margin-top: 26px;
	transition: all .3s;
}
.bx-auth a {
	color:#B7814B;
}
form[name="bform"] input[type='text']{
	width: 300px;
	margin-bottom: 10px;
	border: 1px solid #E6E6E6;
	padding: 15px 17px;
	font-size: 16px;
	margin-top: 10px;
}
form[name="bform"] input[type='submit']{
	background: #3F2429;
	width: 300px;
	color: #fff;
	text-align: center;
	font-family: var(--fonts-global);
	border: none;
	font-size: 16px;
	cursor: pointer;
	padding: 17px;
	line-height: 1;
	transition: all .3s;
}
form[name="bform"] + div > p >  a {
	color:#B7814B;
	font-weight: 100;
}
.exit{
	background: #3F2429;
	color: #fff;
	text-align: center;
	font-family: var(--fonts-global);
	border: none;
	font-size: 18px;
	cursor: pointer;
	padding: 17px;
	line-height: 1;
	margin-top: 0px;
	transition: all .3s;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
}
.video-section.video .play{
	display: none;
}

/*Кнопки соц сетей в контактах*/

.contact-block__soc{
	display: flex;
	margin-top: 20px;
	margin-bottom: 29px;
}
.contact-block__soc a{
	display: block;
	width: 125px;
	text-decoration: none;
	color: #B7814B;
	background: #F2F2F2;
	transition: all .3s;
	font-weight: 500;
	padding-top:9px;
	padding-bottom: 5px;
	line-height: 1;
	padding-left: 15px;
	box-sizing: border-box;
}
.contact-block__soc a:hover{
	background: #B7814B;
	color: #fff;
}
.contact-block__soc a:first-child{
	margin-right: 10px;
}
.contact-block__soc-tg:hover:before{
	content:'';
	background: url('/local/templates/main/assets/css/../images/tg-k-hover.png') no-repeat;
}
.contact-block__soc-wh:hover:before{
	content:'';
	background: url('/local/templates/main/assets/css/../images/wh-k-hover.png') no-repeat;
}
.contact-block__soc-tg:before{
	content:'';
	background: url('/local/templates/main/assets/css/../images/tg-k.png') no-repeat;
	width: 17px;
	height: 17px;
	display: block;
	float: left;
	margin-right: 8px;
}
.contact-block__soc a.contact-block__soc-wh{
	padding-left: 11px;
	padding-top: 9px;
}
.contact-block__soc-wh:before{
	content:'';
	background: url('/local/templates/main/assets/css/../images/wh-k.png') no-repeat;
	width: 17px;
	height: 17px;
	display: block;
	float: left;
	margin-right: 8px;
	margin-top: -2px;
}
/**/

.line-footer p:first-child{
	color:#A18F93;
	margin-bottom: 8px;
}
.line-footer{
	margin-bottom: 27px;
}
.line-footer:first-child{
	margin-bottom: 26px;
}
.line-footer .footer-address{
	margin-top: 10px;
	margin-bottom: 0;
}
.footer-view-map{
	margin-top: -17px;
	margin-bottom: 24px;
}
.footer-map{
	height: 491px;
	overflow: hidden;
	margin-top: 21px;
}

/*Недоступные ТП*/
.bx-catalog-element .properties-top__size .product-item-scu-item-list li.notallowed{
	opacity: 1;
}
.bx-catalog-element .properties-top__size .product-item-scu-item-list li.notallowed:after{
	content: none !important;
}
.manager-block__description-buttons .wh-chat{
	position: relative;
	width: 145px !important;
	padding-left: 19px !important;
}
.manager-block__description-buttons .wh-chat:before{
	content:'';
	background: url('/local/templates/main/assets/css/../images/wh-product.png') no-repeat;
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	left: 10px;
	top: 9px;
	transition: all .3s;
}
.manager-block__description-buttons .wh-chat:hover:before{
	content:'';
	background: url('/local/templates/main/assets/css/../images/wh-product-hover.png') no-repeat;
}
/*Проекты*/

#project{
	padding-top: 104px;
	padding-bottom: 12px;
}
#project .before-title{
	margin-left: 3px;
}
#project h2{
	margin-top: 15px;
	line-height: 1.5;
}
#project .right-title{
	width: 300px;
	margin-top: 50px;
	line-height: 1.5;
}
#project .slider-projects__item{
	width: 973px;
	height: 600px;
	margin: 0 -10px;

}
#project .slider-projects{
	margin-top: 37px;
}
#project .slider-projects__item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#project .slick-slide{
	width: 973px;
	height: 600px;
	padding: 0 10px;
	position: relative;
}
#project .slick-slide:before{
	content:'';
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#project .slick-slide.slick-active:before{
	content:none;
}

#project{
	overflow: hidden;
}
#project .slider-projects{
	overflow: hidden;

}
#project .slider-projects .slick-list{
	padding:0 20% 0 0;
}
#project .addPartners{
	background: #3F2429;
	color: #fff;
	text-align: center;
	width: 281px;
	padding: 14px 0;
	line-height: 1;
	cursor: pointer;
}
#project .slick-next{
	background: url('/local/templates/main/assets/css/../images/right-project.png') no-repeat;
	width: 168px;
	height: 159px;
	margin-right: 60px;
}
#project .slick-next:before{
	content: none;
}

/*Текстовая карта сайта*/
.sitemap-list{
	list-style-type: none;
	padding: 0;
}
.sitemap-list a{
	text-decoration: none;
	color:#2C2C2C !important;
	font-size: 16px !important;
}
.before-title-sitemap a,.before-title-sitemap{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}
.bx_sitemap .bx_sitemap_ul.sitemap-list li:before{
	content:none;
}

footer .footer-sout{
	padding-left: 50px;
	font-weight: bold;
	font-size: 14px;
}
ul.other-map{
	list-style-type: none;
	padding-left: 0;
}
ul.other-map a{
	font-weight: normal;
}
ul.other-map li{
	margin-bottom: 10px;
}
.page404{
	padding-bottom: 16px;
}
.title404{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: red;
}
.desc404{
	margin-top: 80px;
}
.page404 svg{
	width: 100%;
	height: 100%;
	margin-top: 30px;
}
.btn404{
	background: #3F2429;
	width: 201px;
	color: #ffffff;
	text-align: center;
	border: none;
	font-size: 18px;
	font-family: var(--fonts-global);
	padding: 13px;
	box-sizing: border-box;
	line-height: 1;
	cursor: pointer;
	display: block;
	margin-bottom: 12px;
	text-decoration: none;
}
footer .site-map{
	margin-left: 40px;
}
.bg-404{
	background: url('/local/templates/main/assets/css/../images/cover-404.png') no-repeat;
	height: 433px;
	background-position: center 0;
	position: relative;
}
.bg-404 span{
	display: block;
	margin: 0 auto;
	font-family: 'ManegeDemo-Light';
	font-size: 300px;
	padding-top: 110px;
	text-align: center;
	line-height: 0.7;
	color:#3F2429;
}
.page404 .first{
	text-align: center;
	text-transform: uppercase;
	color:#2C2C2C;
	font-size: 14px;
	letter-spacing: 1.4px;
	margin-top: 58px;
}
.page404 .bottom-text{
	text-align: center;
	font-size: 22px;
	color:#2C2C2C;
	margin-top: 32px;
}
.page404 .button-404{
	display: flex;
	justify-content: center;
	margin-top: 29px;
}
.page404 .button-404 a{
	width: 201px;
	text-align: center;
	justify-content: center;
	font-size: 16px;
	border:1px solid #3F2429;
	text-decoration: none;
	padding: 16px 0;
	line-height: 1;
	display: block;
	transition: all .3s;
	box-sizing: border-box;
}
.page404 .home-btn{
	margin-right: 20px;
	color:#3F2429;
}
.page404 .catalog-btn{
	background: #3F2429;
	color:#ffffff;
}
.page404 .home-btn:hover{
	background: #3F2429;
	color:#ffffff;
}
.page404 .catalog-btn:hover{
	background: transparent;
	color:#3F2429;
}
/*Новый слайдер на главной*/
#slider-top .bottom.caption{
	background: rgb(255 255 255 / 80%);
	position:absolute;
	bottom:0;
	width: 100% !important;
	padding-top: 27px;
	padding-left: 62px;
	padding-bottom: 30px;
	height: auto;
	margin: 0;
}
#slider-home #slider-top .text{
	width: 90%;
}
#slider-home #slider-top .btn{
	position:relative;
	bottom:auto;
	display: inline-block !important;
	margin-top: 32px;
}
#slider-top .slide-content{
	position:relative;
}
#slider-home #slider-top .text{
	font-size: 60px;
}
#slider-home #slider-top .title:before{
	content:none;
}
#slider-home .arrows.new-arr{
	position: absolute;
	bottom: 0;
	width: 211px;
	height: 139px;
	right: 32px;
}
.slideshow .arrows .prev:hover .svg {
	right: -10px;
}
.slideshow .arrows.new-arr .arrow{
	top:0;
}
.slideshow .arrows.new-arr .arrow.prev{
	transform: rotate(180deg);
}
.slideshow .arrows.new-arr .arrow .svg{
	transition: all .2s;
}
.slideshow .arrows.new-arr .arrow:hover .svg {
	left: 0px !important;
	opacity:.5;
}

/**/
.smart-filter .smart-filter-popup-result{
	position: absolute;
	left: 0;
	/*bottom:-42px;*/
	bottom:-21px;
}

/*Форма регистрации*/
label[for="lisense-auth"]{
	margin-top: 15px;
	display: block;
}
.smart-filter-digits input[type='number']{
	border: 1px solid #e6e6e6;
	font-family: var(--fonts-global);
	font-size: 15px;
}
.smart-filter-digits{
	padding-right: 40px;
}
.smart-filter-slider-track-container{
	margin-right: 35px;
}
.smart-filter_title-razmer{
	font-family: var(--fonts-global);
	font-weight: 500;
	font-size: 18px;
	padding-bottom: 15px;
	cursor: pointer;

	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin: 0px 0px 10px 0px;

}
.smart-filter_title-razmer.open:after {
	transform: rotate(180deg);
	margin-top: -1px;
	margin-right: 28px;

}
.smart-filter_title-razmer:after{
	content: '';
	background: url('/local/templates/main/assets/css/../images/arrow.png') no-repeat;
	width: 11px;
	height: 11px;
	margin-top: 6px;
	margin-right: 28px;
}
.size-block-filter .smart-filter_title:after{
	content:none !important;

}
.size-block-filter .smart-filter_title{
	font-size: 16px;
	font-weight: normal;

}
.size-block-filter .size-block-filter__element{
	display: none;
}
.smart-filter_title-razmer.open + .size-block-filter__element{
	display: block;
}
/*Новый фильтр*/
.block-result-filter{
	display: block;
	width: 1920px;
	bottom: -21px;
	position: absolute;
}
.top-filter-apply{
	color:#ffffff;
	background: #3F2429;
	box-shadow: 0 3px 15px 0 rgb(62 65 67 / 20%);
	text-decoration: none;
	height: 34px;
	padding-left: 17px;
	box-sizing: border-box;
	padding-right: 30px;
	padding-top: 8px;
	font-size: 15px;
	margin-left: auto;
	position: relative;
	display: none;
}
.top-filter-apply:after{
	content:'';
	background: url('/local/templates/main/assets/css/../images/btn-arrow.png') no-repeat;
	width: 6px;
	height: 11px;
	display: block;
	position: absolute;
	right: 13px;
	top: 12px;
}
.smart-filter-popup-result a{
	text-decoration: none;
}

footer .line-footer-soc  .inst-footer{
	background: url('/local/templates/main/assets/css/../icons/inst-footer.svg') no-repeat;
	margin-right: 9px;
}
footer .line-footer-soc .tg-footer{
	background: url('/local/templates/main/assets/css/../icons/tg-footer.svg') no-repeat;
	margin-right: 14px;
}
footer .line-footer-soc .dzen-footer{
	background: url('/local/templates/main/assets/css/../icons/dzen-footer.svg') no-repeat;
	margin-right: 11px;

}
footer .vk-footer{
	background: url('/local/templates/main/assets/css/../icons/vk-footer.svg') no-repeat;
}
footer .line-footer-soc{
	display: flex;
	margin-top: 35px;
	margin-left: 6px;
}
footer .line-footer-soc a{
	margin-right: 9px;
	display: block;
	width: 21px;
	height: 20px;
}
/*Карточка товара*/
.product-after-name__left-block p:first-child{
	margin-top: 9px;
	margin-bottom: 5px;
}
.product-after-name__left-block p{
	margin: 0;
}
.product-after-name.new-block{
	display: flex;
	align-items:end;
	justify-content: space-between;
}
.product-after-name__right-block a{
	text-decoration: none;
	color:#B7814B;
	position:relative;
}
.product-after-name__right-block a:before{
	content:'';
	background: url('/local/templates/main/assets/css/../icons/load-icon.svg') no-repeat;
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: -26px;
	top: 2px;
}
/*Кнопка наверх*/
.toTopBtn{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #3F2429;
	border: 1px solid #3F2429;
	position: fixed;
	bottom: 150px;
	right: 52px;
	transition: all .3s;
	cursor: pointer;
	text-align: center;
	display: none;
	z-index: 5;
}
.toTopBtn.active{
	display: block;
}
.toTopBtn:hover{
	background: #886C71;
	border-color:#886C71;
}
.toTopBtn svg{
	margin-top: 21px;
}
.toTopBtn svg path{
	stroke: #ffffff;
	transition: all .3s;
}

.toTopBtn:hover svg path{
	stroke: #FFFFFF;
}
.product-item-image-wrapper.bg-product-cart{
	height: 455px;
	padding: 11px;
	/*border: 1px solid #E6E6E6;*/
	box-sizing: border-box;
}
.product-item-image-wrapper.bg-product-cart .product-item-image-slider-slide-container{
	position: relative;
}
.product-item-image-wrapper.bg-product-cart .product-item-image-slide {
	background-size: contain !important;
}
.dizayner-link .after-name {
	font-size: 16px;
	color: #000000;
}
.card-product .text-collection {
	font-size: 25px;
	font-weight: 500;
	margin-top: 25px;
	line-height: 1.4;
}
.card-product .text-collection a {
	text-decoration: none;
	color: #000000;
}
.dizayner-link {
	text-decoration: none;
	margin-bottom: 30px;
	display: block;
}
.product-item-image-wrapper.bg-product-cart .product-item-image-slide.horizontal {
	background-size: cover !important;
}
.wrap-photo {
	display: flex;
	gap: 12px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wrap-photo img {
	width: 32.5%;
	object-fit: cover;
}

/*Шапка*/
.bots-block{
	display: flex;
}
.bots-block__right{
	margin-top: 22px;
}
.bots-block .bot-header{
	background: url('/local/templates/main/assets/css/../icons/bot.svg') no-repeat;
	margin-top: 2px;
}
.bots-block__left{
	margin-top: 12px;
}
body.fixed header .bots-block__left{
	margin-top: 8px;
}

body.fixed header .bots-block__right {
	margin-top: 20px;
}

header .right-block-new{
	display: flex;
	justify-content: space-between;
	padding-left: 64px;
	padding-top: 29px;
}
.soc-line-header a.tg-header{
	margin-right: 13px;
}
.soc-line-header a.dzen-header{
	margin-right: 10px;
}
.right-block-new .header-right__search-icon{
	margin-right: 11px;
}
.right-block-new .personal-link{
	margin-right: 9px ;
}
.right-block-new .header-right__wish{
	margin-right: 7px;
}
.right-block-new .header-right__cart{
	margin-right: 4px;
}
.right-block-new .header-right{
	margin-top: 4px;
}
.soc-line-header a.mt {
	margin-top: 22px;
}
/* End */


/* Start:/local/templates/main/assets/css/fonts/fonts.css?17580104768555*/
@font-face {
    font-family: 'TT Norms Pro';
    src: url('/local/templates/main/assets/css/fonts/TTNormsPro-Bold.eot');
    src: local('TT Norms Pro Bold'), local('TTNormsPro-Bold'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Bold.woff2') format('woff2'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Bold.woff') format('woff'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBoldItalic.eot');
    src: local('TT Norms Pro ExtraBold Italic'), local('TTNormsPro-ExtraBoldItalic'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBoldItalic.woff2') format('woff2'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBoldItalic.woff') format('woff'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraLightItalic.eot');
    src: local('TT Norms Pro ExtraLight Italic'), local('TTNormsPro-ExtraLightItalic'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraLightItalic.woff2') format('woff2'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraLightItalic.woff') format('woff'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/local/templates/main/assets/css/fonts/TTNormsPro-Thin.eot');
    src: local('TT Norms Pro Thin'), local('TTNormsPro-Thin'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Thin.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Thin.woff2') format('woff2'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Thin.woff') format('woff'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBold.eot');
    src: local('TT Norms Pro ExtraBold'), local('TTNormsPro-ExtraBold'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBold.woff2') format('woff2'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBold.woff') format('woff'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/local/templates/main/assets/css/fonts/TTNormsPro-Regular.eot');
    src: local('TT Norms Pro Regular'), local('TTNormsPro-Regular'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Regular.woff2') format('woff2'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Regular.woff') format('woff'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/local/templates/main/assets/css/fonts/TTNormsPro-ThinItalic.eot');
    src: local('TT Norms Pro Thin Italic'), local('TTNormsPro-ThinItalic'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ThinItalic.woff2') format('woff2'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ThinItalic.woff') format('woff'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/local/templates/main/assets/css/fonts/TTNormsPro-Light.eot');
    src: local('TT Norms Pro Light'), local('TTNormsPro-Light'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Light.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Light.woff2') format('woff2'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Light.woff') format('woff'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/local/templates/main/assets/css/fonts/TTNormsPro-MediumItalic.eot');
    src: local('TT Norms Pro Medium Italic'), local('TTNormsPro-MediumItalic'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-MediumItalic.woff2') format('woff2'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-MediumItalic.woff') format('woff'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'TT Norms Pro ExtraBlack';
    src: url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBlackItalic.eot');
    src: local('TT Norms Pro ExtraBlack Italic'), local('TTNormsPro-ExtraBlackItalic'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBlackItalic.woff2') format('woff2'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBlackItalic.woff') format('woff'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraLight.eot');
    src: local('TT Norms Pro ExtraLight'), local('TTNormsPro-ExtraLight'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraLight.woff2') format('woff2'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraLight.woff') format('woff'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/local/templates/main/assets/css/fonts/TTNormsPro-LightItalic.eot');
    src: local('TT Norms Pro Light Italic'), local('TTNormsPro-LightItalic'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-LightItalic.woff2') format('woff2'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-LightItalic.woff') format('woff'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/local/templates/main/assets/css/fonts/TTNormsPro-Medium.eot');
    src: local('TT Norms Pro Medium'), local('TTNormsPro-Medium'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Medium.woff2') format('woff2'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Medium.woff') format('woff'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms Pro ExtraBlack';
    src: url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBlack.eot');
    src: local('TT Norms Pro ExtraBlack'), local('TTNormsPro-ExtraBlack'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBlack.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBlack.woff2') format('woff2'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBlack.woff') format('woff'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-ExtraBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/local/templates/main/assets/css/fonts/TTNormsPro-BoldItalic.eot');
    src: local('TT Norms Pro Bold Italic'), local('TTNormsPro-BoldItalic'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-BoldItalic.woff2') format('woff2'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-BoldItalic.woff') format('woff'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/local/templates/main/assets/css/fonts/TTNormsPro-BlackItalic.eot');
    src: local('TT Norms Pro Black Italic'), local('TTNormsPro-BlackItalic'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-BlackItalic.woff2') format('woff2'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-BlackItalic.woff') format('woff'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/local/templates/main/assets/css/fonts/TTNormsPro-Black.eot');
    src: local('TT Norms Pro Black'), local('TTNormsPro-Black'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Black.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Black.woff2') format('woff2'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Black.woff') format('woff'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/local/templates/main/assets/css/fonts/TTNormsPro-Italic.eot');
    src: local('TT Norms Pro Italic'), local('TTNormsPro-Italic'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Italic.woff2') format('woff2'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Italic.woff') format('woff'),
        url('/local/templates/main/assets/css/fonts/TTNormsPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'ManegeDemo-Light';
    src: local('ManegeDemo-Light'),
    url('/local/templates/main/assets/css/fonts/ManegeDemo-Light.ttf') format('truetype');
    font-weight: normal;
}


/* End */


/* Start:/local/templates/main/assets/css/slick.css?17580104761776*/
/* 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;
    -ms-touch-action: pan-y;
        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
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

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

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

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

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

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

    height: auto;

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

/* End */


/* Start:/local/templates/main/assets/css/slick-theme.css?17580104763145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/main/assets/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/main/assets/css/./fonts/slick.eot');
    src: url('/local/templates/main/assets/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/assets/css/./fonts/slick.woff') format('woff'), url('/local/templates/main/assets/css/./fonts/slick.ttf') format('truetype'), url('/local/templates/main/assets/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/main/assets/css/media.css?177816187788441*/
@media (max-width: 1440px) and (max-height: 999px) {
    #slider-home {
        height: calc(100vh - 121px);
    }
}
@media (max-width: 1440px) and (max-height: 999px) {
    .slider-index {
        height: 100%;
    }
}


@media (max-height:823px) {

    section.sthree{
        height: 100% !important;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.sthree .slider-float__item {
        position: relative;
        height: 100%;
    }
    section.sthree .image-one{
        height: 271px;
        width: 368px;
        background-repeat:no-repeat !important;
    }
    section.sthree .image-three {
        width: 365px;
        height: 336px;
        top: 380px;
        background-repeat:no-repeat !important;
    }
    section.sthree .image-two{
        top:315px;
        bottom: auto;
        background-repeat:no-repeat !important;
    }
    div[data-slick-index="1"] .image-one{
        width: 341px;
        height: 315px;

    }
    div[data-slick-index="1"] .image-two{
        width: 330px;
        height: 274px;
        top: 434px;
    }
    div[data-slick-index="1"] .image-three{
        width: 341px;
        height: 362px;
        top: 173px;
    }

    div[data-slick-index="2"] .image-one{
        height: 300px;
        width: 280px;
    }
    div[data-slick-index="2"] .image-two{

    }
    div[data-slick-index="2"] .image-three{
        width: 365px;
        height: 336px;
        top: 390px;
    }
    div[data-slick-index="3"] .image-one{
        height: 344px;
        width: 313px;
    }
    div[data-slick-index="3"] .image-two{
        top: 235px;
        bottom: auto;
    }
    div[data-slick-index="3"] .image-three{
        width: 475px;
        height: 270px;
        top: 370px;
    }
}



@media (max-width:1400px) {

       /*Новая шапка*/
    body.fixed  .soc-line-header .phone-header{
        display: none;
    }
    body.fixed  header .right-block-new{
        justify-content: end;
    }

    /*Новая шапка*/
    header ul#horizontal-multilevel-menu.new-header-menu>li>a {
        margin-right: 19px;
    }
    header .right-block-new{
        padding-left: 40px;
    }
    .soc-line-header .vk-header{
        margin-right: 9px;
    }
    .soc-line-header a.phone-header{
        font-size: 14px;
    }
    header ul#horizontal-multilevel-menu.new-header-menu>li{
        margin-right: 0 !important;
    }
    .logo-header.new-header,.logo-header.new-header svg{
        width: 100%;
    }

    /**/

    /*Новый слайдер на главной*/
    #slider-top .bottom.caption .left-block{
        width:1140px;
        margin:0 auto;
    }
    #slider-top .bottom.caption{
        padding-left: 0;
    }

    /**/


    .bg-404{
        background-position: 196px 0;
    }

    /*Новый футер*/
    .footer-ur-address{
        margin-top: 60px;
    }
    /**/
    footer .footer-sout{
        padding-left: 34px;
    }
    #two .btns__left.slick-arrow{

        left: 110px;

    }
    #two .btns__right.slick-arrow{

        right: 110px;

    }
    /*Видео*/
    .video-section{
        height: 641px;
    }
    /**/
    /*Плашка куки*/
    .cookie-modal{
        width: 1140px;
    }
    /**/
    /*Контакты*/
    .contact-page .button-parkovka__right p:first-child{
        font-size: 15px;
        padding-left: 7px;
    }
    .contact-page .button-parkovka__right p:last-child{
        font-size: 15px;
        padding-left: 7px;
    }
    .contact-page .button-parkovka__right p:last-child:after{
        width: 21px;
        height: 18px;
        background-size: contain;
        margin-top: 2px;
        margin-left: 6px;
    }
    .contact-page .adress-info p{
        padding-right: 95px;
    }
    /**/

    /*Новая шапка*/

    #horizontal-multilevel-menu li:last-child a{
        margin-right: 0;
    }
    header .right-block{
        padding-left: 80px;
    }
    /**/
    /*Партнерам*/
    .partner-page  img{
        width: 100%;
    }
    .partner-page .title-line a:after{
        margin-top: -17px;
    }
    .partner-page .title-line a{
        margin-top: 77px;
    }
    .partner-page .desc-block{
        margin-top: 150px;
    }
    .partner-page .after-bg{
        font-size: 28px;
    }
    /**/

    /*Услуги*/

    .services-page .item-services__bg img{
        width: 100%;
    }

    /*О компании*/

    .company-page .bg-company-two img,.company-page .bg-company-three img, .company-page .bg-company-four img{
        width: 100%;
    }
    .company-page .title-block-company{
        margin-top: 0;
    }

    /**/

    /*Пресса о нас*/
    .pressa_list img{
        width: 100%;
    }
    .slider-logo{
        width: 100%;
        margin-left: 0;
    }
    /*Верхний фильтр каталога*/
    .mobile_filter_panel.dop-filter .smart-filter_title{
        min-width: 110px;
    }

    .product-item-image-wrapper {
        padding-top: 402px;
    }
    .view-button{
        top: 340px;
        width: 90%;
    }
    .product-info{
        width: 100%;
    }
    /**/
    /*Оформление заказа*/
    .form-group[data-property-id-row="1"], .form-group[data-property-id-row="2"], .form-group[data-property-id-row="3"]{
        width: 256px;
    }
    .form-group[data-property-id-row="6"]{
        width: 80px;
    }
    .form-group[data-property-id-row="7"]{
        width: 99px;
    }
    /**/
    #slider-home{
        width: 100%;
    }
    section.sthree .slider-float{
        width: 100%;
    }
    #horizontal-multilevel-menu li{
        margin-right: 12px !important;
    }
    #horizontal-multilevel-menu li:last-child{
        margin-right: 0 !important;
    }
    .header-right__search-icon{
        margin-left: 13px;
    }
    section#two .detail-link{
        margin-left: 0px;
        font-size: 15px;
    }
    section h2{
        font-size:36px;
    }
    section#two h2{
        font-size:28px;
    }
    #five .bg-block {
        height: 705px;
        background-size: cover;
    }
    .slideshow .slide .caption{
        width: 1140px !important;
    }
    #preimushestva .bg-block,.video-section img{
        width: 100%;
    }
    .mobile_filter_panel {
        width: 270px;
    }

    .bx-catalog-element .first-image{
        height: 721px;
        width: 100%;
    }
    .bx-catalog-element .other-images{
        width: 560px;
    }
    .bx-catalog-element .other-images__item{
        width: calc(50% - 0.98px);
    }
    .bx-catalog-element .addCart,.bx-catalog-element .inCartCard,.bx-catalog-element .inCardNotPrice{
        width: 270px;
    }
    .bx-catalog-element .addCart svg{
        left: 40px;
    }
    .bx-catalog-element .vivoz, .bx-catalog-element .delivery{
        font-size: 12px;
    }
    section#two .bg-block {
        width: 885px;
        height: 632px;
        right: 0px;
    }
    section#two .slider-cover{
        margin-top: 48px;
    }
    section.sthree .slider-float__item{
        padding-top: 0px;
    }
    .manager-block__description-buttons .wh-chat{
        margin-top: 10px;
    }

}

@media (max-width:1300px) {
    /*Новый сладйер на главной*/
    #slider-home #slider-top .text {
        font-size: 52px;
    }

    /**/


    section#two .slider-block{
        width: 100%;
    }
    .image-privelegii{
        width: 100%;
    }
    section#two .bg-block {
        background-position:  center !important;
        width: 794px;
    }
    section#two.two, section#two.three{
        margin-top: 150px;
    }
    #five{
        margin-top: 150px;
    }

}

@media (max-width: 1200px) {
    .card-product .text-collection {
        font-size: 24px;
    }
}

@media (max-width:1200px) {

    .product-after-name__right-block a{
        font-size:14px;
    }

    /*Новая шапка*/
    .soc-line-header .phone-header{
        display: none;
    }
    header .right-block-new{
        justify-content: end;
    }
    /**/

    /*Слайдер помещений, 1 слайд*/
    section.sthree .image-one{
        width: 480px;
        height: 355px;
    }
    section.sthree .image-two{
        width: 428px;
        height: 355px;
        top: calc(50% - 55px);
    }
    section.sthree .image-three{
        width: 391px;
        height: 360px;
        bottom: 47px;
        right: 131px;
    }

    /*2 слайд помещений*/
    div[data-slick-index="1"] .image-one{
        width: 421px;
        height: 388px;
        top: 49px;
        left: 0px;
        z-index: 1;
    }
    div[data-slick-index="1"] .image-two{
        width: 420px;
        height: 348px;
        left: 293px;
        margin-top: 121px;
    }
    div[data-slick-index="1"] .image-three{
        width: 311px;
        height: 411px;
        right: 0px;
        margin-top: 0px;
        top: 210px;
    }

    /**/

    section.sthree .slider-float__item {
        position: relative;
        height:100%;
    }

    /**/

    /*Новый слайдер на главной*/
    #slider-home #slider-top .text {
        font-size: 52px;
    }
    .slideshow.new svg{
        width: 50px;
    }
    #slider-home .arrows.new-arr{
        width: 135px;
    }
    #slider-top .bottom.caption .left-block{
        width: 960px;
    }
    /**/

    .bg-404{
        background-position: 107px 0;
    }

    footer .footer-sout {
        padding-left: 20px;
    }
    footer .site-map {
        margin-left: 20px;
    }
    /*Проекты*/
    #project .slick-next{
        margin-right: 26px;
    }

    /**/

    /*Новый футер*/
    .footer-ur-address{
        font-size: 14px;
    }
    .footer-ur-address{
        margin-top: 30px;
    }
    /**/
    /*Контакты*/

    .contact-block__soc a{
        padding-left: 6px;
    }
    .contact-block__soc a.contact-block__soc-wh{
        padding-left: 6px;
    }
    .contact-block__soc-wh:before{
        margin-right: 3px;
    }
    /**/



    /*Видео*/
    .video-section{
        height: 540px;
    }
    /*Плашка куки*/
    .cookie-modal{
        width: 960px;
    }
    /**/
    /*Контакты*/
    .contact-page .map-block{
        width: 100%;
    }
    .contact-page .button-parkovka__right p:first-child{
        font-size: 12px;
    }
    .contact-page .button-parkovka__right p:last-child{
        font-size: 12px;
    }
    .contact-page .button-parkovka__right p:last-child:after{
        width: 13px;
    }
    .contact-page .button-parkovka__img{
        height: 85px;
    }
    .contact-page .contacts-form{
        margin-top: 34px;
    }
    .contact-page .contacts-form__desc{
        font-size: 13px;
    }
    /*Шапка*/
    header ul li>a{
        font-size: 14px;
    }
    header .right-block {
        padding-left: 40px;
    }
    /**/
    /*Партнерам*/
    .partner-page .after-title-block {
        font-size: 28px;
        padding-right: 156px;
    }
    .partner-page .desc-block{
        margin-top: 10px;
    }
    .partner-page .desc-block{
        padding-right: 0;
    }
    /**/
    /*О компании*/
    .company-page .four-block .title-block-company{
        margin-top: 0;
    }
    .company-page .title-block-company{
        font-size: 36px;
    }
    .company-page .btn-more-catalog{
        margin-top: 28px;
    }
    .company-page .title-block-company + p{
        padding-right: 0;
    }
    .company-page .title-block-company br{
        display: none;
    }


    /*Детальная страница дизайнера*/
    .dizayner-detail__img img{
        width: 100%;
    }
    .dizayner-detail__text p{
        margin-bottom: 20px;
    }
    /**/
    .bx-catalog-element .first-image{
        height: 605px;
    }
    .bx-catalog-element .other-images__item{
        height: 259px;
    }
    .bx-catalog-element .addCart, .bx-catalog-element .inCartCard, .bx-catalog-element .inCardNotPrice {
        width: 195px;
    }
    .bx-catalog-element .manager-block__description-buttons a, .bx-catalog-element .manager-block__description-buttons span{
        width: 140px;
    }
    .bx-catalog-element .addCart svg {
        left: 7px;
    }
    .bx-catalog-element .primerka-description__bottom p{
        font-size: 12px;
    }
    .bx-catalog-element .vivoz span, .bx-catalog-element .delivery span{
        font-size: 13px;
        font-weight: 500;
    }
    /*Каталог*/
    .product-item-image-wrapper {
        padding-top: 336px;
    }
    .mobile_filter_panel{
        width: 100%;
    }
    .product-item-scu-item-text-container{
        margin-bottom: 3px;
    }
    #set_filter{
        width: 90%;
    }
    .smart-filter-parameters-box{
        margin-bottom: 30px;
    }
    .mobile_filter_panel.dop-filter .smart-filter_title {
        min-width: 88px;
    }
    .smart-filter .smart-filter-popup-result{
        width: 200px;
    }
    .view-button{
        top:284px;
    }
    .smart-filter_checkbox label span {
        padding-left: 6px;
        font-size: 14px;
        margin-top: 4px;
    }
    /**/
    /*Оформление заказа*/
    .form-group[data-property-id-row="3"]{
        width: 177px;
    }
    .form-group[data-property-id-row="2"]{
        width: 200px;
    }
    .form-group[data-property-id-row="4"], .form-group[data-property-id-row="5"]{
        width: 219px;
    }
    /**/
    #two .slider-cover{
        width: 100%;
    }
    section#two .slider-cover{
        width: 355px;
    }
    section#two .bg-block{
        width: 655px;
        background-position: center !important;
        right: 0px;
    }
    #two h2 br{
        display: none;
    }
    #six .desc-item.one .image,#six .desc-item.three .image{
        background-size: cover;
        height: 340px;
    }
    #six .desc-item.two .image,#six .desc-item.four .image{
        height: 260px;
        background-size: cover;
    }
    #six .desc-item p {
        font-size: 20px;
        line-height: 1.2;
    }
    #five h2 br{
        display: none !important;
    }
    #five .desc-block p:last-child{
        padding-right: 0;
    }
    #five .desc-block:after{
        width: 100%;
    }
    section.sthree .title-three{
        font-size:120px;
    }

    section.sthree .image-one{
        right: 0;
    }
    section#two .detail-link{
        justify-content: end;
    }
    .slideshow .slide .caption{
        width: 960px !important;
    }
    #horizontal-multilevel-menu li a{
        font-size: 14px;
    }

    .header-right__search-icon,.header-right__wish{
        margin-right: 10px;
    }
    .header-right__wish{
        min-width: 23px;
    }

    /*Карточчка товара*/
    .bx-catalog-element .other-images{
        width: 470px;
    }
    /**/
}
@media (max-width:1100px) {
    #slider-home #slider-top .text {
        font-size: 46px;
    }
}

@media (max-width: 992px) {
    .card-product .text-collection {
        font-size: 18px;
    }
}

@media (max-width:992px) {
    .product-after-name.new-block{
        display: block;
    }
    .product-after-name__right-block a{
        margin-top: 10px;
        padding-left: 24px;
        display: block;
    }
    .product-after-name__right-block a:before{
        left: 0;
    }
    /*Новая шапка сайта*/
    header .right-block-new{
        padding-top: 0;
    }
    .kontakty-link{
        text-decoration: none;
        font-size: 22px;
        color:#2C2C2C;
        margin-bottom: 18px;
        display: block;
    }
    .mobile-menu.new #horizontal-multilevel-menu-mobile{
        padding-top: 45px;
    }
    .phone-line-menu__right .phone-menu-mobile{
        color:#B7814B;
        font-size: 22px;
    }
    .phone-line-menu .wh-menu{
        background: url('/local/templates/main/assets/css/../images/wh-mob-icon.svg') no-repeat;
        width: 24px;
        height: 24px;
        display: block;
        margin-right: 9px;
    }
    .phone-line-menu{
        display: flex;
    }
    .phone-line-menu .phone-menu-mobile{
        margin-top: 0;
        padding-left: 0;
        margin-left: 0;
    }
    .mobile-menu.new{
        padding-top: 34px;
    }
    .right-block-new .header-right{
        margin-top: 26px;
    }
    .soc-mobile-menu-line a{
        width: 40px;
        height: 36px;
        display: block;
        margin-right: 25px;
    }
    .soc-mobile-menu-line{
        display: flex;
        margin-top: 36px;
        justify-content: center;
        margin-bottom: 32px;
    }
    .soc-mobile-menu-line a:last-child{
        margin-right: 0;
    }
    .bottom-mobile{
        background: #F2F2F2;
        padding-bottom: 21px;
    }
    .bottom-mobile .inst-mobile-menu{
        background: url('/local/templates/main/assets/css/../images/inst-mob.svg') no-repeat;
    }
    .bottom-mobile .tg-mobile-menu{
        background: url('/local/templates/main/assets/css/../images/tg-mob.svg') no-repeat;
    }
    .bottom-mobile .dzen-mobile-menu{
        background: url('/local/templates/main/assets/css/../images/dzen-mob.svg') no-repeat;
    }
    .bottom-mobile .vk-mobile-menu{
        background: url('/local/templates/main/assets/css/../images/vk-mob.svg') no-repeat;
    }

    /**/
    .size-block-filter .smart-filter_title{
        font-size: 16px;
    }
    .smart-filter_title-razmer{
        font-size: 16px;
    }

    .smart-filter_title-razmer:after{
        margin-right: 10px;
    }
    .smart-filter_title-razmer.open:after {
        margin-right: 10px;
    }

    /*Слайдер помещений*/
    section.sthree .image-one{
        width: 480px;
        height: 355px;
        background-repeat: no-repeat !important;
    }
    section.sthree .image-two{
        width: 428px;
        height: 355px;
        top: calc(50% - 55px);
        background-repeat: no-repeat !important;
    }
    section.sthree .image-three{
        width: 391px;
        height: 360px;
        bottom: 47px;
        right: 131px;
        background-repeat: no-repeat !important;
    }
    /*2 слайд помещений*/
    div[data-slick-index="1"] .image-one{
        width: 421px;
        height: 388px;
        top: 49px;
        left: 0px;
        z-index: 1;
    }
    div[data-slick-index="1"] .image-two{
        width: 420px;
        height: 348px;
        left: 293px;
        margin-top: 121px;
    }
    div[data-slick-index="1"] .image-three{
        width: 311px;
        height: 411px;
        right: 0px;
        margin-top: 0px;
        top: 210px;
    }



    section.sthree .title-three {
        font-size: 86px;
    }

    /**/




    body.fixed header .header-right{
        margin-top: 26px;
    }
    body.fixed header{
        height: 69px;
    }
    /*Новый слайдер на главной*/

    #slider-top .bottom.caption .left-block{
        width: 720px;
    }
    #slider-home .arrows.new-arr {
        width: 720px;
        bottom: 96px;
        right: 0px;
        left: 0;
        margin:0 auto;
    }
    #slider-home .arrows.new-arr .prev{
        right: 70px;
    }
    .slideshow.new svg {
        width: 35px;
    }
    #slider-home #slider-top .text{
        width: 100%;
    }
    /**/
    .bg-404{
        background-position: -13px 0;
    }
    footer .site-map{
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }
    footer .footer-sout {
        padding-left: 0;
        display: block;
        margin-top: 10px;
    }
    /*Проекты*/
    #project .right-title{
        margin-top: 0;
    }
    #project .right-title{
        width: 100%;
    }
    #project .slider-projects__item{
        height: 100%;
    }
    #project .slick-next{
        width: 120px;
    }
    #project .slick-next {
        margin-right: 30px;
        margin-top: 30px;
        width: 120px;
        background-size: contain;
    }
    #project .slick-slide{
        height: 400px;
    }
    /**/
    .bx-catalog-element .manager-block__description-buttons a, .bx-catalog-element .manager-block__description-buttons span{
        width: 140px !important;
    }
    .bx-catalog-element .manager-block__description-buttons .tg-chat{
        margin-right: 4px;
    }
    .bx-catalog-element .manager-block__description-buttons span{
        margin-bottom: 10px;
    }
    /*Контакты*/

    .contact-block__soc a{
        padding-left: 15px;
    }
    .contact-block__soc a.contact-block__soc-wh{
        padding-left: 11px;
    }
    .contact-block__soc-wh:before{
        margin-right: 8px;
    }
    .contact-block__soc{
        margin-top: 0;
    }
    /**/
    /*Видео*/
    .video-section{
        height: 404px;
    }
    /*FAQ*/
    .cn_faq_el_title{
        font-size: 20px;
    }
    /**/
    /*Плашка куки*/
    .cookie-modal{
        width: 720px;
    }
    /**/
    .contact-page .adress-info{
        margin-top: 15px;
    }
    .contact-page .adress-info p{
        padding-right: 0;
    }
    .contact-page .button-parkovka__right p:first-child{
        font-size: 15px;
        padding-left: 17px;
    }
    .contact-page .button-parkovka__right p:last-child{
        font-size: 15px;
        padding-left: 17px;
    }
    .contact-page .title-line{
        display: block;
    }
    .contact-page .title-line a{
        text-align: right;
        display: block;
        margin-top: 0;
    }
    .contact-page .two-block{
        margin-top: 40px;
    }
    .contact-page .button-parkovka{
        margin-top: 0;
    }
    .contact-block__line:first-child p:first-child{
        margin-top: 0;
    }
    .contact-page .title-catalog{
        font-size: 30px;
    }
    .contact-page .button-parkovka__right p:last-child:after{
        width: 21px;
    }
    .contact-page .button-parkovka__img{
        height: 100px;
    }
    .contact-page form input[type="text"]:first-child{
        margin-bottom: 22px;
    }
    .contact-page form{
        margin-top: 24px;
    }
    /**/
    #horizontal-multilevel-menu-mobile .root-item-selected{
        color:#B7814B;
    }

    /*Шапка*/
    header .left-menu li:last-child a{
        margin-right: 0;
    }
    .logo-header{
        text-align: left;
    }
    header{
        height: 69px;
    }
    header .right-block{
        justify-content: end;
    }
    header .header-right{
        margin-top: 26px;
    }

    /**/
    /*Партнерская программа*/
    .partner-page .title-line{
        display: block;
    }
    .partner-page .title-line a{
        display: block;
        margin-top: 0;
        text-align: right;
    }
    .partner-page .title-line a:after {
        margin-top: -1px;
    }
    .partner-page .after-title-block{
        margin-top: 40px;
    }
    .partner-page .two-block__bg{
        margin-top: 50px;
    }
    .partner-page .after-bg{
        margin-top: 31px;
    }
    .partner-page .after-bg br{
        display: none;
    }
    .partner-page .title-catalog{
        margin-bottom: 11px;
    }
    .partner-page .three-block{
        padding-top: 71px;
    }
    .partner-page .three-block .title-top{
        display: block;
    }
    .partner-page .three-block .title-top{
        margin-bottom: 11px;
    }
    .partner-page .more-catalog{
        display: block;
        margin-bottom: 32px;
        margin-top: 0;
    }
    .partner-page .title-catalog,.partner-page .three-block h2{
        font-size: 30px;
    }
    .partner-page .three-block__items-item.two{
        margin-top: 115px;
    }
    /**/
    /*Услуги*/
    .services-page .title-catalog {
        font-size: 30px;
    }
    .services-page .title-line{
        display: block;

    }
    .services-page .title-catalog{
        margin-bottom: 20px;
    }
    .services-page .title-line a{
        display: inline-block;
        margin-bottom: 40px;
        margin-top: 0;
    }
    .services-page .item-services.item-1, .services-page .item-services.item-2,.services-page .item-services.item-4,.services-page .item-services.item-3 {
        margin-bottom: 80px;
        margin-top: 0;
    }
    .services-page .title-catalog br {
        display: none;
    }
    /*О компании*/
    .company-page .four-block .title-block-company{
        margin-top: 40px;
    }
    .company-page .title-catalog{
        font-size: 30px;
    }
    .company-page .title-line a{
        font-size: 11px;
        margin-top: 9px;
        padding-right: 30px;
    }
    .company-page .title-line a:after{
        position: absolute;
        right: 0;
        top: -3px;
    }
    .company-page .title-block-company{
        font-size: 30px;
    }
    .company-page .after-two{
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .company-page .three-block{
        margin-top: 100px;
    }
    .company-page .four-block{
        margin-top: 100px;
        margin-bottom: 100px;
    }
    /**/
    /*Личные данные в ЛК*/
    .bx_profile .main-profile-submit, .bx_profile .main-profile-submit + input {
        width: 205px !important;
    }
    /*Детальная страница дизайнера*/
    .dizayner-detail__text p {
        font-size: 16px;
    }
    /**/
    /*Мобильное меню*/
    .phone-menu-mobile{
        margin-top: 93px;
        text-decoration: none;
        color:#2C2C2C;
        display: block;
        font-size: 20px;
    }
    #horizontal-multilevel-menu-mobile a{
        color: #2C2C2C;
    }
    nav ul#horizontal-multilevel-menu-mobile>li,nav ul#horizontal-multilevel-menu-mobile ul>li{
        display: block;
    }
    nav ul#horizontal-multilevel-menu-mobile>li>a{
        font-size: 22px;
    }
    nav ul#horizontal-multilevel-menu-mobile .item-selected a{
        color: #B7814B;
    }
    nav ul#horizontal-multilevel-menu-mobile>li{
        margin-bottom: 40px;
    }
    nav ul#horizontal-multilevel-menu-mobile ul>li>a{
        font-size: 20px;
    }
    nav ul#horizontal-multilevel-menu-mobile ul{
        margin-bottom: 15px;
        margin-top: 15px;
    }
    nav ul#horizontal-multilevel-menu-mobile ul>li{
        margin-bottom: 30px;
    }
    nav ul#horizontal-multilevel-menu-mobile ul>li:last-child{
        margin-bottom: 0;
    }
    nav ul#horizontal-multilevel-menu-mobile ul{
        padding-left: 31px;
    }
    #horizontal-multilevel-menu-mobile{
        padding-top: 63px;
    }
    .time-mobile{
        color:#A38C90;
        margin-top: 10px;
        display: block;
    }
    .logo-menu-mobile{
        margin: 0 auto;
        width: 106px;
        display: block;
    }
    .mobile-menu .close svg{
        width: 20px;
        height: 20px;
    }
    .mobile-menu .close{
        right: 25px;
        top: 24px;
        position: absolute;
    }
    .mobile-menu #horizontal-multilevel-menu{
        margin-top: 83px;
    }
    .mobile-menu #horizontal-multilevel-menu li{
        display: block;
        margin-top: 30px;
    }
    .mobile-menu #horizontal-multilevel-menu li:first-child,.mobile-menu #horizontal-multilevel-menu li:last-child{
        margin-top: 0;
    }
    .mobile-menu #horizontal-multilevel-menu li a {
        font-size: 20px;
        padding: 0;
        text-align: left;
    }
    /**/

    /*Преимущества, перед футером*/
    #preimushestva .desc-block {
        font-size: 16px;
        font-weight: 400;
        padding-right: 0;
    }
    #preimushestva .bg-block.one {
        height: 140px;
    }
    #preimushestva .bg-block.two{
        height: 140px;
    }
    #preimushestva .bg-block.three {
        height: 140px;
    }
    #preimushestva .bg-block.four{
        height: 140px;
    }
    /**/

    /*Корзина*/
    .basket-items-list-item-descriptions{
        padding-top: 10px;
    }
    .basket-item-block-image{
        padding-bottom: 10px;
        padding-left: 10px;
        height: 130px;
        box-sizing: border-box;
        flex:none;
    }
    /**/

    /*Каталог*/
    #set_filter{
        font-size: 14px;
    }
    .smart-filter_title{
        font-size: 16px;
    }
    .product-item-title a{
        font-size: 18px;
    }
    .line-card-price{
        padding-right: 0;
    }
    .view-button {
        top: 198px;
        font-size: 14px;
    }
    .product-item-price-current{
        font-size: 14px;
    }
    .smart-filter-parameters-box.bx-active .smart-filter_title:after{
        margin-right: 10px;
    }
    .smart-filter_checkbox .img-color+span> .counts{
        font-size: 12px;
    }
    /*Карточка товара*/
    .bx-catalog-element .first-image{
        height: 451px;
    }
    .bx-catalog-element .other-images{
        width: 350px;
    }
    .bx-catalog-element .other-images__item{
        height: 190px;
    }
    .bx-catalog-element .button-block{
        margin-top: 0;
    }
    .bx-catalog-element .addCart, .bx-catalog-element .inCartCard, .bx-catalog-element .inCardNotPrice{
        width: 100%;
    }
    .bx-catalog-element .addCart svg {
        left: 22%;
    }
    .bx-catalog-element .price-block__info{
        padding-top: 10px;
        margin-bottom: 20px;
    }
    .bx-catalog-element .avaliable{
        margin-bottom: 10px;
    }

    .bx-catalog-element .product-title h1{
        font-size: 30px;
    }
    .bx-catalog-element .properties-top{
        border-top: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
        margin-top: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .bx-catalog-element .primerka-description{
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .bx-catalog-element .product-title-prop{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .bx-catalog-element .manager-block__photo{
        width: 64px;
        min-width: 64px;
        height: 86px;
        background-size: contain;
        margin-right: 12px;
    }

    .bx-catalog-element .manager-block__description-title{
        font-size: 16px;
    }
    .bx-catalog-element .manager-block__description--after-title{
        font-size: 14px;
    }
    .bx-catalog-element .manager-block__description-info span{
        display: block;
    }
    .bx-catalog-element .manager-block__description-buttons span,.bx-catalog-element .manager-block__description-buttons a:first-child{
        margin-right: 5px;
    }
    .bx-catalog-element .manager-block__description-buttons a, .bx-catalog-element .manager-block__description-buttons span{

        font-size: 14px;
    }

    .bx-catalog-element .manager-block__description{
        margin-top: 0;
    }
    .bx-catalog-element .manager-block__description-info{
        margin-top: 15px;
    }
    .block-tags-product ul a{
        padding: 13px 7px;
    }
    .product-item-image-wrapper {
        padding-top: 246px;
    }
    /**/
    /*Оформление заказа*/
    #bx-soa-total-mobile{
        display: none !important;
    }
    .bx-soa-cart-total{
        padding: 10px !important;
    }
    .bx-soa-cart-total-line{
        padding: 0 !important;
    }
    .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d{
        font-size: 16px !important;
    }
    .form-group[data-property-id-row="2"],.form-group[data-property-id-row="4"]{
        margin-right: 0;
    }
    .form-group[data-property-id-row="1"], .form-group[data-property-id-row="2"],.form-group[data-property-id-row="3"], .form-group[data-property-id-row="4"], .form-group[data-property-id-row="5"]{
        width: 249px;
    }
    .form-group[data-property-id-row="6"]{
        width: 110px;
    }
    .form-group[data-property-id-row="7"] {
        width: 124px;
    }
    .form-group[data-property-id-row="3"]{
        margin-right: 15px;
    }
    .bx-soa-cart-total-line{
        font-size: 12px;
    }
    #bx-soa-order .bx-soa-section .bx-soa-section-title-container{
        padding: 10px;
    }
    #bx-soa-order .bx-soa-section .bx-soa-section-content{
        padding: 10px;
    }
    .lic_condition .btn-order-save{
        color: #fff;
        background-color: #3f2429 !important;
        display: block;
        text-decoration: none;
        padding: 17px 0;
        line-height: 1;
    }
    /**/
    .slideshow .slide .caption {
        width: 720px !important;
    }
    #slider-home .caption:before {
        left: -126px;
        content: none;
    }
    .mobile_filter_panel.dop-filter{
        display: none;
    }
    .burger-menu span{
        height: 2px;
        width: 21px;
        min-width: 21px;
        background: #2C2C2C;
        display: block;
        border-radius: 10px;
        margin-bottom: 4px;
        margin-left: 20px;
    }
    .header-right{
        justify-content: end;
    }
    #one h2 br{
        display: none !important;
    }
    #one h2{
        margin-bottom: 30px;
    }
    #one .one-description{
        margin-bottom: 30px;
    }

    #five .desc-block-title{
        margin-top: 0;
    }
    #five .bg-block-two{
        display: none;
    }
    #six .desc-block-title{
        margin-top: 0;
    }
    #six h2{
        padding-bottom: 0;
    }
    #six .desc-block-title{
        margin-bottom: 30px;
    }
    #six .desc-item.one .image, #six .desc-item.three .image{
        height: 500px;
    }
    #six .desc-item.two .image, #six .desc-item.four .image {
        height: 350px;
        margin-top: 200px;
    }
    .logo-footer-mob{
        margin-top: 37px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-bottom {
        font-size: 14px;
        margin-top: 22px;
        color: #A18F93;
        text-align: center;
    }
    .footer-bottom div{
        margin-bottom: 10px;
    }
    .footer-logo{
        width: 135px;
    }
    section#two .slider-cover{
        width: 100%;
    }
    section#two .bg-block{
        width: 440px;
    }
    section#two h2{
        margin-left: 0;
    }
    section#two .slider-cover{
        height: 478px;
    }
    section#two .slider-block{
        height: 760px;
    }
    section#two .slider-cover {
        margin-top: 46px !important;
    }
    section#two .detail-link{
        justify-content: start;
    }
}
@media (max-width: 768px) {
    .mobile-top .text-collection {
        font-size: 25px;
        font-weight: 500;
        margin-top: 25px;
        line-height: 1.4;
    }
}
@media (max-width: 768px) {
    .mobile-top .text-collection a {
        text-decoration: none;
        color: #000000;
    }
}
@media (max-width:768px) {
    .product-after-name__right-block a{
        margin-top: 15px;
        display: block;
        font-size: 16px;
        padding-left: 25px;
    }
    .product-after-name__right-block a:before{
        left: 0;
    }

    /*Слайдер помещений, 1 слайд*/
    section.sthree .image-one{
        width: 270px !important;
    }
    section.sthree .image-one{
        top:0;
    }
    section.sthree .descripton-slider {
        top: 165px !important;
    }
    section.sthree .image-two{
        top: 298px !important;
        width: 275px !important;
    }
    section.sthree .image-three{
        top: 388px !important;
        right: 0 !important;
        width: 236px !important;
    }
    /*2 слайд помещений*/
    section.sthree div[data-slick-index="1"] .image-one{
        width: 271px !important;
        height: 250px !important;
        top: 49px !important;
    }
    section.sthree div[data-slick-index="1"] .image-two{
        width: 332px !important;
        height: 348px !important;
        left: 107px !important;
        margin-top: 84px !important;

    }
    section.sthree div[data-slick-index="1"] .image-three{
        width: 220px !important;
        height: 290px !important;
        top: 86px !important;
    }
    /*3 слайд помещений*/
    section.sthree div[data-slick-index="2"] .image-one{
        width: 154px !important;
        height: 165px !important;
        top: 30px !important;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    section.sthree div[data-slick-index="2"] .image-two{
        width: 250px !important;
        height: 250px !important;
        left: 0;
        margin-top: 25px !important;

    }
    section.sthree div[data-slick-index="2"] .image-three{
        width: 360px !important;
        height: 240px !important;
        bottom: 0px !important;
    }
    /**/
    section.sthree .slider-float{
        height: 980px !important;
    }
    section.sthree .title-three {
        font-size: 60px;
    }
    /**/


    #preimushestva .bg-block.three {
        margin-top: 25px;
    }
    #preimushestva .bg-block.four{
        margin-top: 25px;
    }

    .smart-filter-parameters-box .smart-filter_title:after{
        content:'';
        margin-right: 10px;
    }
    /*Новый слайдер на главной*/
    #slider-top .bottom.caption .left-block{
        width: 540px;
    }
    #slider-home .arrows.new-arr {
        width: 540px;
    }
    #slider-home #slider-top .btn {
        left: 0;
    }
    .slideshow #slider-top  .slide .caption{
        left: 0 !important;
    }
    /**/
    .bg-404{
        background-position: center;
    }
    .desc404 {
        margin-top: 60px;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-box-orient: horizontal;
    }
    .page404 svg{
        height: 150px;
        width: 100%;
        object-position: center;
    }
    /*Проекты*/
    #project .slick-slide {
        height: 320px;
    }
    #project .slick-next {
        margin-top: 58px;
        width: 88px;
    }
    /**/
    /*Видео*/
    .video-section{
        height: 303px;
    }
    /*Плашка куки*/
    .cookie-modal{
        width: 540px;
        padding: 15px;
    }
    .cookie-modal div{
        display: block;
    }
    .cookie-modal button{
        margin-left: 0;
    }
    /**/
    /*Контакты*/
    .contact-page .adress-info p{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .contact-page .map-block{
        margin-top: 0;
    }
    /*Партнерам*/
    .partner-page .after-title-block{
        padding-right: 0;
    }
    .partner-page .title-catalog, .partner-page .three-block h2{
        font-size: 24px;
    }
    .partner-page .after-title-block{
        font-size: 22px;
    }
    .partner-page .one-block{
        margin-bottom: 0;
    }
    .partner-page .snoska-block{
        font-size: 16px;
        margin-bottom: 51px;
    }
    .partner-page .desc-block{
        margin-bottom: 28px;
    }
    .partner-page .after-bg{
        font-size: 22px;
    }
    .partner-page .three-block__items-item.two,.partner-page .three-block__items-item.three,.partner-page .three-block__items-item.four{
        margin-top: 40px;
    }
    .partner-page .three-block__items-title br{
        display: none;
    }
    /**/
    /*Услуги*/
    .services-page .item-services__desc{
        padding-right: 0;
    }
    /**/
    /*О компании*/
    .company-page .line-bg{
        padding-left: 15px;
    }
    .company-page .line-bg p{
        font-size: 24px;
    }
    .company-page .line-bg a{
        font-size: 14px;
        margin-right: 0px;
        padding-right: 45px;
        position: relative;
        margin-top: 20px;
        display: inline-block;
    }
    .company-page .line-bg a:after{
        position: absolute;
        right: 15px;
        top:-2px;
    }
    .company-page .title-line{
        display: block;
    }
    .company-page .title-line a{
        display: inline-block;
        margin-top: 20px;
        font-size: 14px;
    }
    .company-page .title-line a:after{
        top: -1px;
    }
    .company-page .line-bg{
        display: block;
    }
    /**/
    /*Корзина*/
    .basket-item-actions-remove{
        right: 10px;
        font-size: 13px;
        top:-10px;
    }
    .basket-item-price-current-text{
        font-size: 16px;
    }
    .basket-item-block-properties{
        margin-top: 10px;
    }
    /**/
    .bx-catalog-element .properties-top{
        padding-top: 0px;
        margin-top: 39px;
        padding-bottom: 31px;
    }
    .bx-catalog-element .price-block__info{
        padding-top: 23px;
    }
    .bx-catalog-element .price-block__price{
        margin-top: 0;
    }
    .bx-catalog-element .button-block{
        margin-top: 10px;
    }
    /*Слайдер детальной карточки товара*/
    .slider-element-mobile__item img{
        width: 100% !important;
        height: 150px !important;
        object-fit: cover;
        opacity: 0.5;
        cursor: pointer;
    }
    .slider-element-mobile{
        margin: 0 -5px;
        margin-top: 15px;
    }
    .slider-element-mobile .slick-slide {
        padding: 0 5px;
    }
    .slider-element-mobile .slick-slide.point .slider-element-mobile__item img {
        opacity: 1;
    }
    .slider-element-mobile__item{
        position: relative;
    }
    .slider-element-mobile .slick-slide.point .slider-element-mobile__item:after {
        content: '';
        width: 100%;
        height: 3px;
        background: #3F2429;
        display: block;
        position: absolute;
        margin-top: 6px;
    }
    .bx-catalog-element .first-image{
        height: 583px;
    }
    .first-element-slider{
        height: 583px;
    }
    /*Детальная карточка товара*/
    .properties-top__gamma,.properties-top__sq{
        margin-top: 15px;
    }
    .bx-catalog-element .properties-top{
        border-top:none;
    }
    /*Пресса о нас*/

    /**/
    /*Детальная страница*/
    .dizayner-detail__name{
        margin-top: 20px;
    }
    /**/

    /*Фильтр*/
    .mobile_filter_button{
        display: block;
        background: #F5F5F5;
        border:none;
        padding: 11px;
        font-size: 16px;
        font-family: var(--fonts-global);
        display: block;
        width: 100%;
        cursor: pointer;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        color:#000000;
    }
    .sort-line{
        display: none;
    }
    .sort-line.mobile{
        display: block;
    }
    .sort-line.mobile .select-block div.active{
        color: #B7814B;
    }
    .mobile_filter_panel.mobile.open{
        display: block;
        position: absolute;
        z-index: 131;
        background: #fff;
        width: 100%;
        left: 0;
        top: 0;
        box-shadow: 12px 1px 22px 1px #000;
    }
    .mobile_filter_panel.mobile.open form{
        padding-left: 20px;
    }
    .top-mobile-filter{
        border-bottom:1px solid #E6E6E6;
        padding: 13px 0;
    }
    .mobile_filter_button span:first-child{
        background: url('/local/templates/main/assets/css/../images/settings.png') no-repeat;
        width: 19px;
        height: 19px;
        display: block;
        margin-right: 10px;
    }
    .mobile_filter_button span.count{
        display: none;

    }
    .sort-line .select-block.mobile{
        right: 0;
    }
    .sort-line.mobile .sortline{
        position: absolute;
        right: 0px;
        margin-top: -23px;
        margin-right: 0;
    }
    .sort-line.mobile{
        position: relative;
    }
    .mobile-sort{
        width: 43px;
        min-width: 43px;
        height: 41px;
        background: url('/local/templates/main/assets/css/../images/sort-mob.png') #F5F5F5;
        background-repeat: no-repeat;
        background-position:  center;
        margin-left: 15px;
        cursor: pointer;
    }
    .line-button{
        display: flex;
        justify-content: space-between;
        margin-bottom: 17px;
    }
    .top-mobile-filter{
        position: relative;
        text-align: center;
    }
    .top-mobile-filter .top-mobile-filter__close{
        position: absolute;
        right: 18px;
        z-index: 45;
        top: 13px;
        cursor: pointer;
        font-size: 16px;
        color:#989898;
    }
    /**/
    /*Каталог*/
    .view-button{
        display: none !important;
    }
    .tags-list{
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .mobile_filter_panel{
        display: none;
    }
    .product-item-image-wrapper{
        padding-top: 220px;
    }
    .view-button{
        top:170px;
    }
    .wish-list{
        top: 10px;
        right: 10px;
    }
    /**/
    /*Преимущества, перед футером*/
    #preimushestva .bg-block.one {
        height: 180px;
    }
    #preimushestva .bg-block.two {
        height: 180px;
    }
    #preimushestva .bg-block.three {
        height: 180px;
    }
    #preimushestva .bg-block.four {
        height: 180px;
    }
    /**/
    #slider-home .btn{
        left: 65px;
    }

    /*Динамический сайдер*/
    .slider-block-mobile img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }
    #two-mobile .slider-dots-two{
        display: flex;
    }
    #two-mobile .slider-dots-two div{
        font-size: 18px;
        color:#979797;
        margin-right: 21px;
        font-family: 'ManegeDemo-Light';;
    }
    section.sthree .title-three{
        margin-top: 21px;
    }

    #two-mobile .slider-dots-two div:last-child{
        margin-right: 0;
    }
    #two-mobile{
        border-top: 1px solid #DCDCDC;
        margin-top: 128px;
        padding-top: 16px;
    }
    #two-mobile .slider-dots-two div.active{
        color:#2C2C2C;
    }
    #two-mobile .slider-cover {
        margin-top: 66px;
        width: 251px;
        height: 324px;
    }
    #two-mobile .slider-block-mobile{
        height: 566px;
    }
    #two-mobile h2{
        font-size: 22px;
        text-transform: none;
    }
    #two-mobile .detail-link {
        text-decoration: none;
        color: #2C2C2C;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        margin-top: 0px;
        margin-left: 0px;
        position: absolute;
    }
    #two-mobile .bg-block {
        width: 1033px;
        height: 457px;
        position: absolute;
        right: -184px;
    }
    #two-mobile .slider-cover__btns {
        position: relative;
        margin-top: 8px;
        width: 251px;
    }
    #two-mobile .slider-cover__btns .slick-dots {
        z-index: 1;
    }
    #two-mobile .slider-cover__btns .slick-dots li {
        width: 5px;
        height: 5px;
        border-radius: 100px;
        background: #D9D9D9;
        margin: 0;
        margin-right: 2px;
    }
    #two-mobile .btns__left.slick-arrow {
        background: url('/local/templates/main/assets/css/../images/left-sl.png') no-repeat;
        width: 25px;
        height: 18px;
        cursor: pointer;
        position: absolute;
        left: 70px;
        top: 7px;
        z-index: 2;
    }
    #two-mobile .btns__right.slick-arrow {
        background: url('/local/templates/main/assets/css/../images/right-sl.png') no-repeat;
        width: 25px;
        height: 18px;
        cursor: pointer;
        position: absolute;
        right: 70px;
        top: 7px;
        z-index: 2;
    }
    #two-mobile .detail-link:after {
        content: '';
        background: url('/local/templates/main/assets/css/../images/more.png') 0 0 no-repeat;
        display: block;
        width: 26px;
        height: 18px;
        margin-left: 15px;
    }
    #two-mobile .slider-cover__btns {
        position: relative;
        margin-top: 8px;
    }

    /**/
    /*Корзина*/
    tr.basket-items-list-item-container{

    }
    /**/


    /*Второй слайдер моб версии*/

    /**/
    /*Оформление заказа*/
    #bx-soa-total{
        display: none;
    }
    #bx-soa-total-mobile{
        display: block !important;
    }
    .form-group[data-property-id-row="1"], .form-group[data-property-id-row="2"],.form-group[data-property-id-row="3"], .form-group[data-property-id-row="4"], .form-group[data-property-id-row="5"]{
        width: 100%;
        margin-right: 0;
    }
    .form-group[data-property-id-row="6"],.form-group[data-property-id-row="7"]{
        width: 181px;
    }
    /**/

    .slideshow .slide .caption {
        width: 540px !important;
    }
    #slider-home .text{
        font-size:65px;
    }

    .image-container.sl-1 img{
        object-position: right;
    }

    #slider-home .text {
        font-size: 60px;
    }

    #five{
        padding-top: 52px;
    }
    #five .bg-block {
        height: 450px;
        background-size: cover;
    }
    #six .desc-item.one .image, #six .desc-item.three .image {
        height: 340px;
    }
    #six .desc-item.two .image, #six .desc-item.four .image{
        height: 260px;
    }
    #six .desc-item.two .image{
        margin-top: 89px;
    }
    #six .desc-item.four .image{
        margin-top: 49px;
    }
    #six .desc-item.three {
        margin-top: 25px;
    }
    #six{
        padding-bottom: 0;
    }
    #five{
        padding-bottom: 40px;
    }
    #six{
        padding-top: 31px;
    }

}
@media (max-width:640px) {

    .modal,.modal-success{
        width: 95% !important;
        box-sizing: border-box;
        padding: 10px;
    }
}
@media (max-width: 576px) {
    .mobile-top .text-collection {
        font-size: 20px;
        margin-top: 10px;
    }
}
@media (max-width:576px) {

    .image-container.sl-2 img {
        object-position: inherit;
    }
    .image-container.sl-1 img{
        object-position: inherit;
    }


    footer .line-footer-soc  .inst-footer{
        background: url('/local/templates/main/assets/css/../icons/inst-footer-mobile.svg') no-repeat;

    }
    footer .line-footer-soc .tg-footer{
        background: url('/local/templates/main/assets/css/../icons/tg-footer-mobile.svg') no-repeat;

    }
    footer .line-footer-soc .dzen-footer{
        background: url('/local/templates/main/assets/css/../icons/dzen-footer-mobile.svg') no-repeat;


    }
    footer .vk-footer{
        background: url('/local/templates/main/assets/css/../icons/vk-footer-mobile.svg') no-repeat;
    }
    footer .line-footer-soc{
        margin-top: 27px;
        margin-bottom: 38px;
    }
    footer .line-footer-soc a{
        width: 24px;
        height: 23px;
    }
    .kontakty-link{
        padding-left: 30px;
    }
    .footer-logo__title{
        margin-left: 0;
        padding-left: 0;
    }
    .mobile-menu.new .kontakty-link,.mobile-menu.new .phone-line-menu{
        padding-left: 30px;
    }
    .mobile-menu.new .phone-menu-mobile,.mobile-menu.new .time-mobile{
        padding-left: 0;
    }
    /*2 слайд помещений*/
    section.sthree div[data-slick-index="1"] .image-one{
        width: 258px !important;
        height: 194px !important;
        top: 0px !important;
        margin: 0 !important;
    }
    section.sthree div[data-slick-index="1"] .image-two{
        width: 258px !important;
        height: 166px !important;
        left: 0px !important;
        margin-top: 84px !important;
        bottom: 0 !important;

    }
    section.sthree div[data-slick-index="1"] .image-three{
        width: 151px !important;
        height: 200px !important;
        top: 137px !important;
        right: 0 !important;
    }
    /*3 слайд помещений*/
    section.sthree div[data-slick-index="2"] .image-one{
        width: 190px !important;
        height: 204px !important;
        top: 0px !important;
        margin: 0 auto !important;
        left: 0;
        right: 0 !important;
    }
    section.sthree div[data-slick-index="2"] .image-two{
        width: 258px !important;
        height: 243px !important;
        left: 0px !important;
        margin-top: 0 !important;
        bottom: 29px !important;

    }
    section.sthree div[data-slick-index="2"] .image-three{
        width: 210px !important;
        height: 200px !important;
        top: 301px !important;
        right: 0 !important;
        bottom:auto !important;
    }
    /*4 слайд*/
    section.sthree div[data-slick-index="3"] .image-one{
        width: 165px !important;
        height: 190px !important;
        top: 0px !important;
        right: 0 !important;
    }
    section.sthree div[data-slick-index="3"] .image-two{
        width: 258px !important;
        height: 243px !important;
        left: 0px !important;
        margin-top: 0 !important;
        bottom: 29px !important;

    }
    section.sthree div[data-slick-index="3"] .image-three{
        width: 267px !important;
        height: 200px !important;
        top: auto !important;
        right: 0 !important;
        bottom: 43px !important;
    }
    /*Новый слайдер на главной*/
    #slider-top .bottom.caption .left-block{
        padding-left: 9px;
    }
    #slider-home .arrows.new-arr{
        bottom: -20px;
    }
    #slider-home #slider-top .text{
        font-size: 40px;
    }
    /**/
    .exit {
        margin-top: 10px;
    }
    .bg-404{
        font-size: 260px;
    }
    /*Проекты*/
    #project{
        padding-top: 71px;
    }
    #project .container{
        padding-right: 0;
    }
    #project .slick-slide {
        padding: 0 5px;
    }
    #project .slider-projects{
        margin: 0px;
        margin-bottom: 30px;
    }
    #project .slick-next{
        margin-right: 0;
        right: 0px;
    }
    #project .slick-slide:before{
        left: -5px;
    }
    /**/
    .bx-catalog-element .manager-block__description-buttons span{
        margin-bottom: 0px;
    }
    .manager-block__description-buttons .wh-chat{
        margin-top: 8px;
    }
    .bx-catalog-element{
        margin-top: 6px;
    }
    /*Новый футер*/
    .line-footer{
        display: flex;
        justify-content: space-between;
    }
    .footer-value a{
        margin-bottom: 0;
    }
    .line-footer p:first-child{
        margin-top: 0;
        margin-bottom: 0;
    }
    .line-footer .footer-address{
        margin-top: 0;
    }

    .footer-view-map{
        justify-content: end;
    }
    .footer-ur-address{
        margin-top: 8px;
        margin-bottom: 0;
    }
    .footer-form__title{
        margin-top: 27px;
    }

    /**/
    /*Видео*/
    .video-section{
        height: 292px;
    }
    .video-section video{
        height: auto;
    }
    .video-section.video img{
        display: none;
    }
    /*Плашка куки*/
    .cookie-modal{
        width: 95%;
    }
    .cookie-modal .close{
        right: 10px;
        top:10px;
    }
    /*Контакты*/
    .contact-page input#politika-contacts{
        opacity: 1;
    }

    /**/
    /*Партнерам*/
    .one-block p{
        font-size: 12px;
    }
    /**/
    .bx-breadcrumb-item, .bx-breadcrumb-item a{
        font-size: 12px;
    }
    /*Личные данные в ЛК*/
    .bx_profile .main-profile-submit, .bx_profile .main-profile-submit + input {
        width: 227px !important;
        display: block;
        margin-bottom: 10px;
    }
    /*Корзина*/

    .basket-item-block-info{
        padding-left: 0px;
    }
    .basket-item-info-name, .basket-item-info-name-link{
        padding-right: 0;
    }
    .basket-item-block-properties{
        display: none;
    }
    .basket-item-block-info{
        display: flex;
        align-items: center;
    }
    h2.basket-item-info-name{
        margin-bottom: 0;
        margin-top: -21px;
    }

    /**/
    .bx-catalog-element .prop-line,.bx-catalog-element .prop-line span{
        display: block;
        border:none;
    }
    .options-block__info div dl:first-child{
        display: none;
    }
    .bx-catalog-element .options-block__info{
        padding-top: 0px;
    }
    .bx-catalog-element .manager-block__description-info{
        margin-top: 10px;
    }
    .block-tags-product {
        margin-top: 0;
    }
    .block-tags-product  ul{
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .title-recomendation{
        margin-top: 42px;
    }
    /*Страница дизайнеров*/
    .dizayner-link {
        margin-top: 20px;
        display: block;
    }
    .bx-catalog-element .manager-block__description-buttons a, .bx-catalog-element .manager-block__description-buttons span{
        width: 140px;
        font-size: 14px;
    }
    .bx-catalog-element .manager-block__description-buttons .tg-chat:before {
        left: 5px;
    }
    /**/
    /*Каталог*/
    .pagination-catalog{
        display: none !important;
    }
    .count-models{
        font-size: 16px;
    }
    .tags-list{
        margin-right: -10px;
    }
    .product-item-image-wrapper {
        padding-top: 794px;
    }
    .view-button {
        top: auto;
        bottom: 35px;
    }
    /**/
    /*Мобильное меню*/
    .mobile-menu nav,.mobile-menu .phone-menu-mobile,.mobile-menu .time-mobile{
        padding-left: 30px;
    }
    .logo-menu-mobile svg{
        object-position: center;
        margin-left: 17px;
    }
    /**/
    /*Главная страница*/
    *{
        box-sizing: border-box;
    }
    #one h2 {
        margin-bottom: 22px;
    }
    #five h2{
        font-size: 36px;
        line-height: 1.5;
    }
    #two-mobile .slider-block-mobile{
        margin-right: -10px;
    }
    #five .bg-block{
        padding-left: 20px;
    }
    #six .desc-item.two .image {
        margin-top: 0px;
        height: 220px;
    }
    #six .desc-item.one .image, #six .desc-item.three .image {
        height: 286px;
    }

    section.sthree .title-three {
        font-size: 40px;
        margin-top: 21px;
        margin-bottom: 44px;
    }
    section.sthree .more-three{
        margin-top: 0;
    }
    section.sthree .descripton-slider{
        top: 88px;
    }
    section.sthree .slider-float__item{
        height: 100%;
    }

    #two-mobile .slider-cover__btns.mobile{
        width: 251px !important;
    }
    #two-mobile .slick-dotted.slick-slider{
        margin-bottom: 0;
    }
    #two-mobile .slider-cover__btns .slick-dots {
        position: absolute;
        right: 0;
        bottom: -19px;
        left: 0;
        z-index: 15;
        display: block;
        padding: 0;
        text-align: center;
        opacity: 1;
    }
    #two-mobile .btns__left.slick-arrow{
        left: 65px;
    }
    #two-mobile .btns__right.slick-arrow{
        right: 69px;
    }
    #two-mobile .slider-cover__btns .slick-dots li.slick-active {
        width: 10px;
        background: #3F2429;
    }
    #slider-home .text {
        font-size: 55px;
        padding-right: 70px;
    }
    .slideshow .slide .caption{
        width: 90% !important;
        left: 9px !important;
        margin-left: 0 !important;
    }
    .slideshow .arrows .arrow {
        top: auto !important;
        bottom: 168px;
    }
    #slider-home .btn{
        bottom: 39px;
        display: block;
        z-index: 9;
        left: 10px;
    }
    #slider-home .text{
        width: 100% !important;
    }

    section#one {
        padding-top: 44px;
    }
    #two-mobile {
        margin-top: 0px;
        padding-top: 15px;
    }
    section.sthree .slider-float__item{
        margin-top: 44px;
        margin-bottom: 44px;
    }



    /*Слайдер помещений*/
    section.sthree .image-one{
        width: 263px !important;
        height: 215px !important;
        right: 0 !important;
    }
    section.sthree .image-two{
        width: 255px !important;
        height: 210px !important;
        left: 0 !important;
        bottom: auto !important;
        top: 286px !important;
    }
    section.sthree .image-three{
        width: 180px !important;
        height: 166px !important;
        bottom: auto !important;
        right: 0 !important;
        top: 370px !important;
    }
    section.sthree .slider-float{
        height: 673px !important;
    }

    /**/




    #five{
        margin-top: 71px;
    }


    /*Слайдер помещений*/

    /**/
}
@media (max-width:540px) {
    /*Новый слайдер на главной*/
    #slider-top .bottom.caption .left-block{
        width: 100%;
    }
    #slider-home .arrows.new-arr{
        width: 100%;
        padding-left: 7px;
    }
    #slider-home #slider-top .text {
        font-size: 36px;
    }
    #slider-home .arrows.new-arr {
        bottom: -28px;
    }

    /**/
}
@media (max-width:490px){
    .product-item-image-wrapper {
        padding-top: 670px;
    }
    .modal.getPrice{
        width: 90%;
    }
    .modal .politika-line label{
        font-size:12px;
    }

}
@media (max-width:480px){

    /*Новый слайдер на главной*/
    #slider-home #slider-top .text {
        font-size: 35px;
    }
    #slider-home .arrows.new-arr {
        bottom: -30px;
    }

    /**/

    .bg-404{

        background-size: 550px;
        background-position: -60px 0;
    }
    .bg-404 span{
        margin-top:10px;
        font-size: 240px;
        padding-top: 70px;
    }
    .page404 .bottom-text{
        margin-top: -95px;
    }

    .services-page .title-catalog,.company-page .title-catalog,.services-page .item-services__title{
        font-size: 24px;
    }

    /*Шапка*/
    .logo-header svg{
        width: 100%;
    }
    .header-right__search-icon, .header-right__wish,.personal-link,.header-right__cart a{
        width: 18px;
        height: 18px;
        background-size: contain;
    }
    /**/
    /*Корзина*/
    .basket-items-list-item-amount {
        padding-right: 15px;
    }
    /**/
    /*Слайдер детальной карточки товара*/
    .slider-element-mobile__item img{
        width: 100% !important;
        height: 108px !important;
        object-fit: cover;
        opacity: 0.5;
        cursor: pointer;
    }
    .slider-element-mobile{
        margin: 0 -2px;
        margin-top: 4px;
    }
    .slider-element-mobile .slick-slide {
        padding: 0 2px;
        height: 117px;
    }
    /**/
    .mobile-menu #horizontal-multilevel-menu {
        margin-top: 50px;
    }
    .product-item-image-wrapper {
        padding-top: 660px;
    }
}
@media (max-width:520px){
    section.sthree div[data-slick-index="3"] .image-three {
        width: 226px !important;
        height: 200px !important;
        top: auto !important;
        right: 0 !important;
        bottom: 43px !important;
    }
}
@media (max-width:460px){
    /*Новый слайдер на главной*/
    #slider-home #slider-top .text {
        font-size: 32px;
    }
    #slider-home .arrows.new-arr {
        bottom: -38px;
    }

    /**/
    /*Проекты*/
    #project .slick-next {
        right: 0px;
        width: 70px;
        margin-top: 64px;
    }
    /*Проекты*/
    /*Видео*/
    .video-section{
        height: 243px;
    }
    /**/
    /*Корзина*/
    .basket-items-list-item-amount{
        display: none;
    }
    h2.basket-item-info-name{
        margin-top: 0;
        padding-top: 0;
    }
    .basket-items-list-item-descriptions{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .basket-item-block-image{
        padding-bottom: 0;
    }
    .basket-item-amount-field-description{
        display: none;
    }
    .basket-item-block-amount{
        margin-bottom: 0;
    }
    /**/
    /*Пресса о нас*/
    .slider-logo{
        height: 28px;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .slider-logo .slick-prev,.slider-logo .slick-next{
        display: none;
    }
    .slider-logo .slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    /**/


    /*Слайдер помещений, 1 слайд*/

    section.sthree .descripton-slider {
        top: 120px !important;
    }
    section.sthree .image-one{
        width: 200px !important;
        height: 190px !important;
        top: -16px !important;
        margin: 0 !important;
    }
    section.sthree .image-two{
        width: 223px !important;
        height: 184px !important;
        background-size: cover !important;
        left: 0 !important;
        bottom: auto !important;
        top: 241px !important;
    }
    section.sthree .image-three{
        width: 170px !important;
        height: 157px !important;
        background-size: cover !important;
        bottom: auto !important;
        right: 0 !important;
        top: 344px !important;
    }

    /*2 слайд помещений*/
    section.sthree div[data-slick-index="1"] .image-one{
        width: 161px !important;
        height: 148px !important;
        top: -16px !important;
        margin: 0 !important;
    }
    section.sthree div[data-slick-index="1"] .image-two{
        width: 193px !important;
        height: 157px !important;
        left: 0px !important;
        margin-top: 103px !important;
        bottom: 0 !important;

    }
    section.sthree div[data-slick-index="1"] .image-three{
        width: 149px !important;
        height: 200px !important;
        top: 102px !important;
        right: 0 !important;
    }
    /**/

    /*3 слайд помещений*/
    section.sthree div[data-slick-index="2"] .image-one{
        width: 127px !important;
        height: 136px !important;
        top: 0px !important;
        margin: 0 auto !important;
        left: 0;
        right: 0 !important;
    }
    section.sthree div[data-slick-index="2"] .image-two{
        width: 124px !important;
        height: 150px !important;
        left: 0px !important;
        margin-top: 0 !important;
        bottom: 29px !important;

    }
    section.sthree div[data-slick-index="2"] .image-three{
        width: 203px !important;
        height: 136px !important;
        top: 301px !important;
        right: 0 !important;
        bottom:auto !important;
    }
    /*4 слайд*/
    section.sthree div[data-slick-index="3"] .image-one{
        width: 140px !important;
        height: 162px !important;
        top: -16px !important;
        right: 0 !important;
    }
    section.sthree div[data-slick-index="3"] .image-two{
        width: 145px !important;
        height: 155px !important;
        left: 0px !important;
        margin-top: 0 !important;
        bottom: 29px !important;

    }
    section.sthree div[data-slick-index="3"] .image-three{
        width: 192px !important;
        height: 110px !important;
        top: 336px !important;
        right: 0 !important;
        bottom: 0px !important;
    }


}
@media (max-width:440px){
    section.sthree .image-one {
        width: 210px !important;
        height: 155px !important;
        top: -16px !important;
        margin: 0 !important;
    }
    section.sthree .image-two {
        width: 185px !important;
        height: 153px !important;
    }
    section.sthree .slider-float {
        height: 490px !important;
    }
    section.sthree .image-three {
        width: 132px !important;
        height: 122px !important;
        top: 324px !important;
    }
    section.sthree div[data-slick-index="1"] .image-two {
        width: 193px !important;
        height: 157px !important;
        left: 0px !important;
        margin-top: 83px !important;
        bottom: 0 !important;
    }
    section.sthree{
        height: auto !important;
    }

    /*Новый слайдер на главной*/
    #slider-home #slider-top .text {
        font-size: 30px;
    }
    #slider-home .arrows.new-arr {
        bottom: -42px;
    }

    /**/
    /*Проекты*/
    #project .slick-next {
        right: 0px;
        width: 70px;
        margin-top: 64px;
    }
    /*Проекты*/
    /*Видео*/
    .video-section{
        height: 236px;
    }
    /**/
    /*ЛК*/

    .main-profile-block-shown .form-group input,.exit{
        width: 100%;
    }

    .bx_profile .main-profile-submit, .bx_profile .main-profile-submit + input{
        width: 100% !important;
    }
    .data-table.bx-registration-table td{
        display: block;
    }
    .data-table.bx-registration-table tbody{
        margin-top: 15px;
        display: block;
    }
    /**/
    /*FAQ*/
    .faq-page .title-catalog{
        margin-bottom: 40px;
        font-size: 24px;
    }
    /**/
    /*О компании*/
    .company-page .bg-company-top {
        height: 400px;
        background-size: cover;
        background-position: center;
    }
    .company-page .three-block{
        margin-top: 60px;
    }
    .company-page .four-block{
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .company-page .after-two:before {
        height: 63px;
        margin-right: 13px;
    }
    /**/
    /*Корзина*/

    /**/
    .bg-block-company{
        height: 420px;
    }
    section.sthree .title-three{
        letter-spacing: 5px;
        padding-left: 0;
    }
    #six .desc-item.one .image, #six .desc-item.three .image {
        height: 260px;
    }
    section h2,#five h2{
        font-size: 24px;
    }
    #five .bg-block__desc{
        padding-right: 70px;
    }
    .product-item-image-wrapper {
        padding-top: 597px;
    }

    .title-catalog{
        font-size: 36px;
    }

    .modal .politika-line label{
        font-size:11px;
    }

}
@media (max-width:420px) {
    .phone-line-menu .wh-menu{
        max-width:24px;
    }
    /*Новый слайдер на главной*/
    #slider-home #slider-top .text {
        font-size: 30px;
        padding-right: 10px;
    }
    .mobile-menu.new .kontakty-link, .mobile-menu.new .phone-line-menu{
        padding-left: 30px;
    }
    .mobile-menu.new{
        padding-left: 0 !important;
    }
    #slider-home .arrows.new-arr {
        bottom: -41px;
    }
    .bg-404{
        background-position: center 0;

        background-size: 500px;
    }
    .bg-404 span{
        font-size: 200px;
    }
    .page404 .bottom-text {
        margin-top: -130px;
    }
    .page404 .button-404{
        flex-direction: column;
        align-items: center;
        z-index: 55;
        position: relative;
    }
    .page404 .button-404 a{
        width: 249px;
    }
    .page404 .home-btn{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .page404 .bottom-text {
        font-size: 18px;
    }
    /*Меню моб.версии*/
    .mobile-menu nav, .mobile-menu .phone-menu-mobile, .mobile-menu .time-mobile{
        /*padding-left: 0px;*/
    }
    /**/
    /*Видео*/
    .video-section{
        height: 225px;
    }
    /**/
    /*FAQ*/
    .cn_faq_el_title{
        font-size: 18px;
    }
    .cn_faq_el_header{
        padding: 15px 20px;
    }
    .cn_faq_el_info{
        padding: 10px 20px;
        font-size: 16px;
    }
    /**/
    .bx-catalog-element .manager-block__description-buttons{
        margin-left: 0;
    }
    .bx-catalog-element .manager-block__description-buttons a, .bx-catalog-element .manager-block__description-buttons span{
        display: block;
    }
    .bx-catalog-element .manager-block__description-buttons span{
        margin-bottom: 8px;
    }
    .title-recomendation{
        font-size: 36px;
    }
    /*Сдайдер детальной карточки товара*/
    .bx-catalog-element .first-image,.first-element-slider{
        height: 517px;
    }
    .slider-element-mobile__item img{
        height: 97px !important;
    }
    .slider-element-mobile .slick-slide.point .slider-element-mobile__item:after{
        margin-top: 3px;
    }
    /**/
    #six .desc-item.one .image, #six .desc-item.three .image {
        height: 250px;
    }
    #six .desc-item.two .image{
        height: 190px;
    }
    #two-mobile .slider-cover{
        margin-top: 56px;
    }
    #six .desc-item.four .image{
        height: 190px;
    }
    #two-mobile .bg-block{
        height: 375px;
    }
    .product-item-image-wrapper {
        padding-top: 466px;
    }
}
@media (max-width: 414px) {
    .mobile-top .text-collection {
        font-size: 18px;
        margin-top: 10px;
    }
}
@media (max-width:430px) {
    /*Корзина*/
    .basket-item-block-image {
        width: 80px;
        height: 100px;
        margin-right: 10px;
        padding-right: 0;
        min-width: auto;
        max-width: none;
        flex: none;
    }
    .basket-item-block-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /*Главная страница*/
    #two-mobile .slider-cover {
        margin-top: 66px;
        width: 220px;
        height: 260px;
    }
    #two-mobile .slider-cover__btns.mobile {
        width: 150px !important;
    }

    /**/
    /*Оформление заказа*/
    #bx-soa-orderSave .pull-right{
        width: 100%;
    }
    .bx-soa-cart-total-button-container.lic_condition .btn-order-save{
        display: none;
    }
    .form-group[data-property-id-row="6"], .form-group[data-property-id-row="7"] {
        width: calc(50% - 7.5px);
    }
    #two-mobile .bg-block{
        right: -140px;
    }
    #two-mobile .slider-cover{
        margin-top: 53px;
    }
    .slider-cover__btns.mobile.one{
        width: 190px;
    }
    #two-mobile .btns__left.slick-arrow {
        left: 0px;
    }
    #two-mobile .btns__right.slick-arrow {
        right: 7px;
    }
    #two-mobile .bg-block.ims-one img{
        object-position: -90px 0;
    }
    #two-mobile .bg-block.ims-two img{
        object-position: -221px 0;
    }
    #two-mobile .bg-block.ims-three img{
        object-position: -150px 0;
    }
    #two-mobile .slider-block-mobile{
        height: 491px;
    }
    #two-mobile h2>br{
        display: none;
    }
    #two-mobile{
        margin-bottom: 30px;
    }
    #six .desc-item.two{
        margin-top: 94px;
    }
    #six .desc-item.four .image {
        margin-top: 0;
    }
    .desc-item.four{
        margin-top: 60px;
    }
    .footer-value{
        font-size: 16px;
    }
    .footer-value a{
        margin-bottom: 15px;
    }
    footer{
        margin-top: 45px;
        padding: 20px 0;
        padding-bottom: 51px;
    }
    .footer-title{
        font-size: 16px;
        margin: 10px 0;
    }
    /**/
}

@media (max-width:414px) {

    /*Видео*/
    .video-section{
        height: 222px;
    }


}
@media (max-width:400px) {
    section.sthree div[data-slick-index="3"] .image-three {
        top: 323px !important;
    }
    section.sthree div[data-slick-index="3"] .image-one {
        top: -28px !important;
    }

    /*Видео*/
    .video-section{
        height: 214px;
    }
    /**/
    /*Форма модального окна*/
    .modal .name{
        font-size: 16px;
    }
    .modal .right-block-tovar{
        margin-left: 10px;
    }
    .modal .politika-line label {
        font-size: 9px;
    }
    /**/
    section.sthree .descripton-slider {
        top: 108px !important;
    }
    section.sthree .image-one {
        width: 210px !important;
        height: 155px !important;
        background-size: cover !important;
        right: 0px !important;
        top:0 !important;
    }
    section.sthree{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    section.sthree .slider-float__item{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    section.sthree .image-two {
        width: 185px !important;
        height: 153px !important;
        background-size: cover !important;
        left: 0 !important;
        bottom: 45px !important;
        top: auto !important;
    }
    section.sthree .slider-float {
        height: 435px !important;
    }
    section.sthree {
        height: auto;
    }
    section.sthree .image-three {
        width: 132px !important;
        height: 122px !important;
        top: auto !important;
        bottom: 0 !important;
    }
    #five .bg-block__desc{
        padding-right: 30px;
    }
    #five .bg-block__title{
        padding-right: 20px;
    }
    .phone-menu-mobile{
        margin-top: 70px;
    }

    /*2 слайд помещений*/
    section.sthree div[data-slick-index="1"] .image-one{
        width: 168px !important;
        height: 155px !important;
        top: 0px !important;
        margin: 0 !important;
    }
    section.sthree div[data-slick-index="1"] .image-two{
        width: 173px !important;
        height: 143px !important;
        left: 0px !important;
        margin-top: 103px !important;
        bottom: 0 !important;

    }
    section.sthree div[data-slick-index="1"] .image-three{
        width: 127px !important;
        height: 167px !important;
        top: 102px !important;
        right: 0 !important;
    }


}


@media (max-width:390px){


    .line-footer{
        margin-bottom: 9px !important;
    }
    .footer-view-map{
        margin-top: 0;
        margin-bottom: 9px !important;
    }

    /*Видео*/
    .video-section{
        height: 214px;
    }
    /*Контакты*/
    .contact-page .title-catalog{
        font-size: 24px;
    }
    .contact-page .title-line a{
        margin-top: 8px;
    }
    .contact-page .two-block{
        margin-top: 35px;
    }
    .contact-page .contact-block__line{
        margin-bottom: 12px;
        font-size: 16px;
    }
    .contact-page .button-parkovka__img{
        height: 80px;
    }
    .contact-page .button-parkovka__right p:first-child{
        padding-top: 0;
    }
    .contact-page .map-block{
        height: 420px;
        overflow: hidden;
    }
    .contact-page{
        padding-bottom: 0;
    }
    /**/
    .company-page .after-two{
        font-size: 16px;
    }
    .company-page .after-two:before {
        height: 48px;
        margin-right: 10px;
    }

}

@media (max-width:380px) {
    /*Меню моб.версии*/
    nav ul#horizontal-multilevel-menu-mobile ul>li>a{
        font-size: 18px;
    }
    nav ul#horizontal-multilevel-menu-mobile ul>li {
        margin-bottom: 20px;
    }
    /**/
    /*Проекты*/
    #project .slick-slide {
        height: 280px;
    }

    /*Видео*/
    .video-section{
        height: 203px;
    }
    /**/
    .title-recomendation{
        font-size: 24px;
    }
    /*Сдайдер детальной карточки товара*/
    .bx-catalog-element .first-image,.first-element-slider{
        height: 490px;
    }
    .slider-element-mobile__item img{
        height: 90px !important;
    }
    /**/
    .product-item-image-wrapper {
        padding-top: 410px;
    }
    .count-models{
        font-size: 14px;
    }
    .title-catalog{
        font-size: 24px;
    }
    #preimushestva .desc-block{
        font-size: 15px;
    }
    /**/
    /*О компании*/
    .bg-block-company{
        height: 360px;
    }
    /**/
    /*Главная страница*/
    #slider-home  #slider-top .title{
        font-size: 12px;
    }
    #slider-home .arrows.new-arr {
        bottom: 18px;
    }
    #slider-home #slider-top .text{
        font-size: 40px;
    }

    #slider-home .text{
        padding-right: 0;
    }
    #one h2{
        font-size: 24px;
    }
    #two-mobile .slider-cover{
        width: 200px;
        height: 240px;
    }
    #two-mobile .bg-block {
        height: 345px;
    }
    #two-mobile .slider-block-mobile {
        height: 462px;
    }
    #two-mobile .slider-dots-two{
        margin-right: -10px;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }



    section.sthree .text{
        padding: 0 15px;
    }
    #six .desc-item p{
        font-size: 16px;
        margin-top: 12px;
    }
    #six .desc-item.one .image, #six .desc-item.three .image {
        height: 220px;
    }
    #six .desc-item.two .image {
        height: 169px;
    }
    #six .desc-item.two p, #six .desc-item.four p{
        margin-top: 12px;
    }
    #six .desc-item.four .image {
        height: 169px;
    }
    .desc-item.four {
        margin-top: 50px;
    }


}
@media (max-width: 375px) {
    .mobile-top .text-collection {
        font-size: 16px;
    }
}
@media (max-width:375px) {

    /*Видео*/
    .video-section{
        height: 200px;
    }

}
@media (max-width:370px) {

    /*Новый футер*/

    /**/
    /*Сдайдер детальной карточки товара*/
    .bx-catalog-element .first-image,.first-element-slider{
        height: 440px;
    }
    .slider-element-mobile__item img{
        height: 80px !important;
    }
    /**/
    .footer-title,.footer-value a,.footer-address,.footer-view-map span{
        font-size: 14px;
    }
    .line-footer{
        align-items: center;
    }
    .footer-value a{
        margin-bottom: 0;
    }

    .footer-view-map:before{
        height: 21px;
        margin-right: 4px;
    }
    .product-item-image-wrapper {
        padding-top: 400px;
    }
    .bx-catalog-element .primerka-description{
        margin-top: 20px;
    }
}
@media (max-width:360px) {
    /**/
    #slider-home .arrows.new-arr {
        bottom: 73px;
    }
    #slider-home {
        height: 700px;
    }
    #slider-home .btn{
        font-size: 12px;
    }
    #slider-home .btn:after {
        content: '';
        width: 26px;
        height: 18px;
        margin-left: 10px;
        float: right;
        background-position: 0px -2px;
        background-size: contain;
}
    /**/
    .page404 .first{
        font-size: 12px;
    }
    .bg-404 {

        background-size: 440px;
    }
    .bg-404 span{
        font-size: 190px;
        padding-top: 60px;
    }
    .page404 .bottom-text{
        margin-top: -160px;
    }
    /*Меню моб.версии*/
    nav ul#horizontal-multilevel-menu-mobile ul {
        padding-left: 15px;
    }
    /**/
    /*Проекты*/
    #project .slider-projects .slick-list {
        padding: 0 15% 0 0;
    }


    /*Видео*/
    .video-section{
        height: 192px;
    }
    /**/
    /*FAQ*/
    .cn_faq_el_title{
        font-size: 15px;
    }
    .cn_faq_el_icon span{
        width: 20px;
    }
    .cn_faq_el_icon span:last-child{
        margin-top: -2px;
    }
    /**/
    /*Корзина*/
    .basket-item-name{
        font-size: 14px;
    }
    /*Мобильное меню*/
    .mobile-menu nav,.mobile-menu .phone-menu-mobile,.mobile-menu .time-mobile{
        padding-left: 0px;
    }
    .phone-menu-mobile {
        margin-top: 45px;
    }
    #horizontal-multilevel-menu-mobile {
        padding-top: 40px;
    }
    nav ul#horizontal-multilevel-menu-mobile>li {
        margin-bottom: 30px;
    }
    /*Партнерам*/
    .one-block p{
        font-size: 11px;
    }
    .one-block p:before{
        margin-right: 7px;
    }
    /*Карточка товара*/
    .bx-catalog-element .addCart svg{
        left: 20%;
    }
    .title-recomendation {
        font-size: 22px;
    }
    /*Мобильное меню*/
    .mobile-menu {
        padding-left: 30px;
    }
    .mobile-menu.new{
        padding-left: 0;
    }
    .mobile-menu.new #horizontal-multilevel-menu-mobile{
        margin-top: 0px;
        padding-left: 30px;
    }
    /**/
    /*О компании*/
    .bg-block-company{
        height: 340px;
    }
    /**/
    #five .bg-block__desc {
        padding-right: 10px;
    }

    #slider-home .text{
        font-size: 46px;
    }
    .slider-index{
        height: 700px;
    }
    #one h2 {
        font-size: 22px;
        line-height: 1.4;
    }
    #six .desc-item.one .image, #six .desc-item.three .image {
        height: 207px;
    }
    #six .desc-item.two {
        margin-top: 55px;
    }
    .desc-item.four {
        margin-top: 40px;
    }
}

@media (max-width:340px) {
    .bg-404 {

        background-size: 440px;
    }
    .bg-404 span{
        font-size: 180px;
    }
    /*Меню моб.версии*/
    .mobile-menu{
        padding-left: 10px;
    }
    /**/


    /*Видео*/
    .video-section{
        height: 180px;
    }
    /**/
    /*Днтальная карточка товара*/
    .bx-catalog-element .manager-block__description-title {
        font-size: 15px;
    }
    /*Сдайдер детальной карточки товара*/
    .bx-catalog-element .first-image,.first-element-slider{
        height: 414px;
    }
    .slider-element-mobile__item img{
        height: 75px !important;
    }
    /**/
    /*Пресса о нас*/
    .slider-logo{
        margin-bottom: 20px;
    }
    /**/

    /*О компании*/
    .bg-block-company{
        height: 320px;
    }
    /**/
    section.sthree .title-three {
        letter-spacing: 3px;
    }
    #five .bg-block {
        padding-left: 15px;
    }

}

@media (max-width: 330px) {
    .mobile-top .text-collection {
        font-size: 15px;
    }
}

@media (max-width:330px) {
    /*Слайдер помещений*/
    section.sthree .image-two {
        width: 174px !important;
        height: 144px !important;
    }
    section.sthree .text {
        padding: 0 13px;
    }
    section.sthree div[data-slick-index="3"] .image-three {
        width: 166px !important;
        height: 96px !important;
    }
    section.sthree div[data-slick-index="2"] .image-three {
        width: 180px !important;
        height: 126px !important;
    }

    /**/




    /*Видео*/
    .video-section{
        height: 175px;
    }
    /**/
    .modal .politika-line label {
        font-size: 8px;
    }
    .footer-title, .footer-value a, .footer-address, .footer-view-map span {
        font-size: 13px;
    }
    .footer-title p:last-child,.footer-address {
        margin-top: 20px;
    }
    .footer-form label[for='politika'] i{
        margin-right: 5px;
    }
}
@media (max-width:320px) {

    /*Видео*/
    .video-section{
        height: 169px;
    }
    /**/
}
/*Стили при отправке на печать карточки ковра*/
@media print {
    header,footer,#bx-panel,.print,.bx-breadcrumb,#preimushestva,.button-block,.primerka-description,.manager-block__photo,.price-block__info,.manager-block__description-title,.manager-block__description--after-title,.manager-block__description-buttons,.block-tags-product,.bx-catalog-element + .row{
        display: none;
    }
    .bx-catalog-element .manager-block__description,.bx-catalog-element .manager-block__description-info{
        margin-left: 0;
        padding-left: 0;
    }
    .bx-catalog-element .manager-block{
        padding: 0;
    }
    .bx-catalog-element .gamma{
        padding: 0;
        margin-left: 0;
        text-align: left;
        display: block;
    }
    .bx-catalog-element .properties-top__gamma{
        margin-top: 20px;
    }
}


/*Адаптив слайдера типов помощений по вертикали 1 слайд*/










/*Быстрый просмотр*/
@media (max-height:1080px) {
    .modal-view{
        top:20px;
    }
}
@media (max-height:1000px) {
    .modal-view .bx-catalog-element {
        margin-top: 10px;
    }
    .modal-view .left-view-block{
        padding-left: 20px;
    }
    .modal-view   .slider-view {
        height: 665px !important;
        width: 570px !important;
        margin-bottom: 17px;
    }
    .modal-view .btn-more-view{
        top: 5px;
    }
    .modal-view .close-modal{
        top:17px;
    }
    .modal-view{
        padding-bottom: 20px;
        top:calc(50% - 854px/2);
    }
}
@media (max-height:900px) {
    .modal-view .slider-view{
        height: 570px !important;
    }
    .modal-view .bx-catalog-element .properties-top {
        border-top: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
        margin-top: 10px;
        padding-top: 8px;
        padding-bottom: 9px;
    }
    .modal-view .bx-catalog-element .primerka-description {
        margin-top: 20px;
        padding: 0 20px;
        padding-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 14px;
    }
    .modal-view{
        top:calc(50% - 759px/2);
    }
}
@media (max-height:768px) {
    /*ЛК*/
    .mobile-menu.new , .phone-menu-mobile{
       /* padding-left: 29px !important;*/
    }
    .exit{
        width: 100%;
    }
    /**/
    .modal-view .bx-catalog-element .product-title-prop{
        margin-bottom: 5px;
    }
    .modal-view .bx-catalog-element .properties-top .line{
        margin-bottom: 10px;
    }
    .modal-view .slider-view {
        height: 500px !important;
    }
    .modal-view .bx-catalog-element .right-view-block .manager-block__photo{
        width: 93px;
        height: 120px;
        background-size: cover;
    }
    .modal-view .bx-catalog-element .manager-block__description{
        margin-top: 0;
    }
    .modal-view .bx-catalog-element .manager-block__description-info {
        margin-top: 10px;
    }
    .modal-view .bx-catalog-element .manager-block{
        padding: 10px;
    }
    .modal-view .bx-catalog-element .primerka-description{
        margin-top: 10px;
    }
    .modal-view .bx-catalog-element .product-title h1{
        font-size: 36px;
    }
    .modal-view{
        top:20px;
    }
}
@media (max-height:700px) {

}
/* End */


/* Start:/local/templates/main/assets/css/fancybox.css?175801047612795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/main/assets/css/twin.css?17580104761976*/


.slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
    display: block;
}
.slideshow .slide.is-loaded {
    opacity: 1;
}
.slideshow .slide .caption {
    width: 1302px;
    padding-top: 211px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: calc(100% - 211px);
}
.slideshow .slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;

}
.slideshow .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slideshow .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #000000;
    margin: 0 auto;

}



.slideshow .arrows .arrow {
    position: absolute;
    top: 297px;
    cursor: pointer;
    z-index: 3;
}
.slideshow .arrows .next{
    right: 11px;
}

.slideshow .arrows .next:hover .svg {
    left: 10px;
}
.slideshow .arrows .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #fff;
    transition: left 0.2s ease;
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/nav-header-new/style.css?17658844131826*/
/**Top menu**/




/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	text-decoration:none;
	text-align:center;
}
/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	top: 35px;
	display: none;
	z-index: 500;
	left: -26px;
	height: auto;
	/* width: 12em; */
	width: 200px;
	background: #ffffff;
	box-shadow: 0px 3px 15px 0px rgb(62 65 67 / 20%);
	padding-left: 27px;
	padding-top: 21px;
	box-sizing: border-box;
	padding-bottom: 11px;
}
#horizontal-multilevel-menu li{
	height: 35px;
}
#horizontal-multilevel-menu li ul>li{
	margin-bottom: 14px;
}
/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;

}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}




#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/local/templates/main/components/bitrix/search.title/search-top/style.css?17580104762108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/main/components/bitrix/search.title/search-top/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */
/* /local/templates/main/assets/css/bootstrap-grid.css?175801047670331 */
/* /local/templates/main/assets/css/style.css?177884072585916 */
/* /local/templates/main/assets/css/fonts/fonts.css?17580104768555 */
/* /local/templates/main/assets/css/slick.css?17580104761776 */
/* /local/templates/main/assets/css/slick-theme.css?17580104763145 */
/* /local/templates/main/assets/css/media.css?177816187788441 */
/* /local/templates/main/assets/css/fancybox.css?175801047612795 */
/* /local/templates/main/assets/css/twin.css?17580104761976 */
/* /local/templates/main/components/bitrix/menu/nav-header-new/style.css?17658844131826 */
/* /local/templates/main/components/bitrix/search.title/search-top/style.css?17580104762108 */
