

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

@media (min-width: 576px) {
  .container-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: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-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-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-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-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-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-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.css.map */
/* End */


/* Start:/for-partners/files/css/style.css?170609282972591*/
/* ОБНУЛЕНИЕ */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Убираем внутренние отступы */

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

div {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Fira Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: #32373E;
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}

.page-line .container {
    width: 100%;
    max-width: 1320px !important;
    padding-left: 15px;
    padding-right: 15px;
}

h1,
h1.strong {
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 53px;
    color: #1D3A86;
    margin-bottom: 20px;
}

.advantages__row {
    margin-top: 63px;
    margin-bottom: -30px;
}

.col {
    padding-left: 15px;
    padding-right: 15px;
}

.advantages__col {
    width: 16.666666%;
    margin-bottom: 30px;
}

.advantages__item {
    text-align: center;
}

.advantages__sub {
    margin-top: 43px;
    line-height: 19px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    /* Black */
    color: #32373E;
}

.advantages__icon svg {
    margin: 0 auto;
    max-width: 100%;
}

.advantages_block {
    padding: 85px 0 76px 0;
}

.title {
    text-align: center;
}

.photo_wrapper {
    display: flex;
    justify-content: space-between;
}

.photo_item {
    border-radius: 20px;
    max-width: 630px;
    width: 100%;
    max-height: 350px;
    height: 100%;
    overflow: hidden;
}

.photo_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.photo_block {
    margin: 0 0 95px 0;
}

.about_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_left,
.about_right {
    flex: 0 0 calc(50% - 15px);
}

.about_photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}

.about_photo_item {
    flex: 0 0 calc(50% - 5px);
    border-radius: 16px;
    overflow: hidden;
    max-height: 290px;
    height: 100%;
}

.about_photo_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about_photo_item:nth-of-type(3) {
    flex: 0 0 100%;
}

.hostel .about_photo_item {
    flex: 0 0 calc(67% - 5px);
}

.hostel .about_photo_item:nth-of-type(2),
.hostel .about_photo_item:nth-of-type(3) {
    flex: 0 0 calc(33% - 5px);
}

.list {
    padding: 0;
    margin: 0 0 0 35px;
    list-style-type: none;
}

.list li {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #32373E;
    margin: 0 0 10px 0px;
    position: relative;
}

.list li::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    max-width: 18px;
    max-height: 18px;
    background-image: url('/for-partners/files/css/../../image/correct 7.png');
    position: absolute;
    left: -35px;
    top: 5px;
}

.list li:last-of-type {
    margin: 0 0 0 0px;
}

.about_block {
    margin: 0 0 180px 0;
    width: 100% !important;
}

.range_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.range_item {
    flex: 0 0 calc(33.3333% - 15px);
    background: #FFFFFF;
    box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.05);
    border-radius: 10px;
    transition: .3s;
}

.range_item a {
    display: block;
}

.range_item .on_top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s;
}

.range_item .on_top img {}

.range_item:hover .on_top {
    opacity: 1;
}

.range_item .hider {
    transition: .5s;
}

.range_item:hover .hider {
    opacity: 0;
}

.range_content {
    padding: 45px 40px;
}

.range_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 110%;
    color: #19398B;
    margin: 0 0 14px 0;
}

.range_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #32373E;
}

.range_image {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-height: 350px;
    position: relative;
    height: 100%;
}

.range_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .8s;
}

.range_block {
    margin: 0 0 70px 0;
}

.popular_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}

.shop_item {
    flex: 0 0 calc(25% - 15px);
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    transition: .3s;
}

.shop_item:hover {
    box-shadow: 0px 0px 20px rgb(25 57 139 / 10%);
}

.shop_item a {
    display: block;
}

.shop_image {
    padding: 7px 7px 0px 7px;
    display: flex;
    justify-content: center;
    width: 100%;
    max-height: 213px;
    height: 213px;
    padding-left: 0;
}

.shop_image img {
    object-position: center;
}

.shop_content {
    padding: 28px 30px 40px 28px;
}

.shop_item_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    color: #32373E;
    margin: 0 0 3px 0;
}

.shop_item_subtitle {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    color: #19398B;
}

.popular_block {
    margin: 0 0 105px 0;
}

.not_only_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.not_only_left {
    flex: 0 0 530px;
}

.not_only_right {
    max-width: 573px;
    width: 100%;
    max-height: 363px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.not_only_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.not_only_left h1 {
    text-align: left;
    font-weight: 500;
}

.not_only {
    margin: 0 0 45px 0;
}

.related_block {
    margin: 0 0 110px 0;
}

.big_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
    color: #1D3A86;
    margin: 0 0 21px 0;
}

.non_standart_text p {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #32373E;
    margin: 0 0 10px 0;
}

.non_standart_text p:last-of-type {
    margin: 0;
}

.about_two_left .big_title {
    margin: 0 0 40px 0;
}

.about_two_text p {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #32373E;
    margin: 0 0 10px 0;
}

.about_two_text p:last-of-type {
    margin: 0;
}

.non_standard_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.non_standard_left {
    flex: 0 0 calc(50% - 95px);
    max-height: 363px;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.non_standard_left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.non_standard_right {
    flex: 0 0 50%;
}

.non_standard {
    margin: 0 0 95px 0;
}

.about_two_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.about_two_left {
    flex: 0 0 50%;
}

.about_two_right {
    flex: 0 0 calc(50% - 90px);
    max-height: 363px;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.about_two_right .home-about__video {
    width: 100%;
}

.about_two_right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.about_two {
    margin: 0 0 110px 0;
}

.stat_item_num {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 110%;
    color: #19398B;
    margin: 0 0 5px 0;
}

.stat_item_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 130%;
    color: #32373E;
}

.stat_about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.stat_about_item {
    flex: 0 0 calc(25% - 15px);
    background: #FFFFFF;
    box-shadow: 0px 0px 84px rgba(25, 57, 139, 0.08);
    border-radius: 20px;
    padding: 14px 30px 24px 30px;
}

.faq {
    background: #FAFAFA;
    padding: 92px 0 100px 0;
    margin: 0 0 85px 0;
}

.faq .big_title {
    margin: 0 0 39px 0;
}

.faq_wrapper {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 50px 50px 43px 50px;
}

.faq_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: #19398B;
    margin: 0 0 5px 0;
    transition: .3s;
    padding: 0 20px 0 0;
}

.faq_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #32373E;
    max-width: 868px;
    display: none;
}

.faq_item {
    position: relative;
    padding: 0px 0 30px 0;
    margin: 0 0 19px 0;
    border-bottom: 1px solid #F2F2F2;
    cursor: pointer;
}

.faq_item:hover .faq_title {
    color: #345fcc;
}

.faq_icon {
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s;
}

.faq_item.open .faq_icon {
    transform: rotate(-180deg);
}

.history_partner .big_title {
    margin: 0 0 39px 0;
}

.history_partner_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.history_partner_item {
    flex: 0 0 calc(33.333% - 20px);
    background: #FFFFFF;
    box-shadow: 0px 0px 84px rgba(25, 57, 139, 0.08);
    border-radius: 20px;
    padding: 39px 22px 47px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.history_partner_item.item_img {
    padding-left: 50px;
    padding-right: 50px;
}

.history_partner_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 26px;
    color: #19398B;
    margin: 0 0 25px 0;
}

.history_partner_text .readmore {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #19398B;
    margin-top: 15px;
    display: block;
    text-decoration: underline;
}

.history_partner_text .hided {
    display: none;
}

.history_partner_name {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #19398B;
}

.history_partner {
    margin: 0 0 92px 0;
    position: relative;
}

.sertificat .big_title {
    margin: 0 0 29px 0;
}

.sertificat_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #32373E;
    margin: 19px 0 0 0;
}

.sertificat_item {
    display: flex;
    justify-content: center;
    padding: 34px 30px 15px 30px;
    background: #FFFFFF;
    box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.05);
    border-radius: 5px;
}

.sertificat_item a {
    display: block;
}

.sertificat_image {
    width: 100%;
    max-height: 224px;
    height: 224px;
    overflow: hidden;
}

.sertificat_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.sertificat_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sertificat_item {
    flex: 0 0 calc(20% - 10px);
    cursor: pointer;
}

.sertificat {
    margin: 0 0 110px 0;
}

.product-tag {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    white-space: nowrap;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    background-color: #19398B;
    border-radius: 3px;
    padding: 5px 9px 3px;
}

.form_order_block .product-tag {
    margin: 0 0 15px 0;
}

.form_order_block .big_title {
    margin: 0 0 17px 0;
}

.form_order_block .form_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 150%;
    color: #213886;
    margin: 0 0 31px 0;
}

.form_left {
    flex: 0 0 50%;
}

.form_left form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}

.form_right {
    flex: 0 0 calc(50% - 120px);
    margin: 50px 0 0 0;
    max-height: 373px;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.form_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.form_order_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form_left form input {
    flex: 0 0 calc(50% - 5px);
    border: 1px solid #E3E5E8;
    border-radius: 4px;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #6D7686;
    outline: none;
}

.form_left form .btn_sub {
    justify-content: center;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: #19398B;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s;
}

.form_left form .btn_sub:hover {
    background: #345fcc;
}

.form_order_block {
    margin: 0 0 90px 0;
}

.footer_menu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 30px;
}

.footer_menu ul li a {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #A9B1BE;
    transition: .3s;
}

.footer_menu ul li a:hover {
    color: #345fcc;
    opacity: .7;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px 0;
}

.footer_right {
    display: flex;
    flex-direction: column;
}

.footer_right .tel {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    color: #19398B;
    margin: 0 0 20px 0;
}

.btn_send {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    background: #19398B;
    border-radius: 4px;
    height: 36px;
    margin: 0 0 12px 0;
    transition: .3s;
}

.btn_send:hover {
    background: #345fcc;
}

.btn_consult {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #6D7686;
    border: 1px solid #D4D6DB;
    border-radius: 4px;
    gap: 6px;
    height: 36px;
    transition: .3s;
}

.btn_consult:hover {
    background: #345fcc;
    color: #fff;
}

.btn_consult svg path {
    transition: .3s;
}

.btn_consult:hover svg path {
    fill: #fff;
}

.btn_consult .icon_consult {
    height: 100%;
    display: flex;
    align-items: center;
}

.footer_social {
    margin: 24px 0 0 0;
}

.social_item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(25, 57, 139, 0.05);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transition: .3s;
}

.footer_social {
    display: flex;
    gap: 8px;
}

.social_item:hover {
    background: #19398B;
    box-shadow: 0px 4px 10px rgba(25, 57, 139, 0.05);
}

.social_item svg path {
    transition: .3s;
}

.social_item:hover svg path {
    fill: #fff;
}

.policy_item {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #6D7686;
}

.policy_left {
    display: flex;
    gap: 68px;
}

.policy_block {
    padding: 25px 0;
    background: #F5F7FA;
}

.policy_wrapper {
    display: flex;
    justify-content: space-between;
}

.policy_right,
.policy_right a {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #6D7686;
}

.advantages_block.opt .advantages__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(191, 228, 235, .3);
    width: 124px;
    height: 124px;
    border-radius: 50%;
}

.advantages_block.opt .advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_block .big_title {
    margin: 0 0 45px 0;
    text-align: center;
}

.range_block .big_title {
    margin: 0 0 50px 0;
    text-align: center;
}

.middle_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #1D3A86;
    margin: 0 0 35px 0;
    text-align: center;
}

.top_banner_opt_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 110%;
    color: #19398B;
    margin: 0 0 16px 0;
    max-width: 575px;
}

.top_banner_opt_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #19398B;
    margin: 0 0 32px 0;
    max-width: 575px;
}

.top_banner_opt_btn {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    background: #19398B;
    color: #fff !important;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 34px;
    transition: .3s;
    width: 268px;
}

.hostel .top_banner_opt_btn {
    background: #FFFFFF;
    /* Strong Shadow */
    box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.15);
    border-radius: 8px;
    color: #1D3A86 !important;
}

.top_banner_opt_btn .top_banner_opt_btn:hover,
.hostel .top_banner_opt_btn:hover {
    background: #19398B !important;
    color: #fff !important;
}

.top_banner_opt_btn.white {
    color: #1D3A86 !important;
    background: #FFFFFF !important;
}

.top_banner_opt_btn.white:hover {
    background: #19398B !important;
    color: #fff !important;
}

.top_banner_opt_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    max-height: 520px;
    width: 100%;
    height: 520px;
    padding: 0 0 0 72px;
    border-radius: 16px;
    overflow: hidden;
}

.top_banner_opt_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hostel .top_banner_opt_image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(226.6deg, rgba(3, 3, 3, 0) 31.23%, #000000 101.61%);
    opacity: 0.67;
    position: absolute;
    top: 0;
    right: 0;
}

.top_banner_opt_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.top_banner_opt_wrapper {
    width: 100%;
}

.advantages_block.opt .advantages__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advantages_block.opt .advantages__col {
    flex: 0 0 calc(16.6666%);
}

footer {
    background: #FBFCFD;
    padding: 67px 0 0 0;
}

.top_banner_opt.hostel .top_banner_opt_title {
    max-width: 630px;
    color: #FFFFFF;
}

.top_banner_opt_title.white {
    color: #fff;
}

.top_banner_opt.hostel .top_banner_opt_text {
    max-width: 450px;
    color: #FFFFFF;
}

.top_banner_opt_text.white {
    color: #fff;
}

.stat_block {
    margin: 30px 0 85px 0;
}

.stat_block .stat_about_item {
    flex: 0 0 calc(33.3333% - 15px);
}

.about_block.hostel ul {
    margin: 0 0 0 80px;
}

.about_block.hostel ul li {
    font-size: 20px;
}

.popular_block.hostel .big_title {
    margin: 0 0 50px 0;
    text-align: center;
    margin: 0 auto 50px auto;
    max-width: 600px;
}

.popular_block.hostel {
    background: #FAFAFA;
    margin: 0 0 100px 0;
    padding: 83px 0 110px 0;
}

.hostel_one .big_title {
    margin: 0 0 20px 0;
}

.hostel_one .about_two_text p {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #32373E;
}

.hostel_one {
    margin: 0 0 65px 0;
}

.hostel_one .about_two_left {
    flex: 0 0 calc(50% - 50px);
}

.hostel_two {
    background: #FAFAFA;
    padding: 103px 0 100px 0;
    margin: 0 0 118px 0;
}

.hostel_two .non_standard_right {
    flex: 0 0 calc(50% - 70px);
}

.down_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #19398B;
    margin: 0 0 9px 0;
    max-width: 600px;
}

.down_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #32373E;
    margin: 0 0 23px 0;
    max-width: 600px;
}

.hostel_two_down_block {
    margin: 50px 0 0 0;
}

.down_block_image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.down_image_item {
    flex: 0 0 calc(33.3333% - 15px);
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    max-height: 309px;
    height: 309px;
}

.down_image_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.create_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.create_left {
    flex: 0 0 calc(50% - 90px);
    width: 100%;
    max-height: 363px;
    height: 363px;
    border-radius: 16px;
    overflow: hidden;
}

.create_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.create_right {
    flex: 0 0 50%;
}

.create {
    margin: 0 0 82px 0;
}

.history_partner_text p {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 26px;
    color: #19398B;
    margin: 0 0 15px 0;
}

.history_partner_text p:last-of-type {
    margin: 0;
}

.history_partner_text p a {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 26px;
    color: #19398B;
}

.working .big_title {
    margin: 0 0 40px 0;
}

.working_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #19398B;
    margin: 0 0 15px 0;
    max-width: 400px;
}

.working_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #32373E;
}

.working_item {
    background: #FFFFFF;
    box-shadow: 0px 15px 60px rgba(25, 57, 139, 0.08);
    border-radius: 20px;
    padding: 50px 123px 50px 50px;
    flex: 0 0 calc(50% - 15px);
}

.working_top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 124px;
    border: 1px solid rgba(25, 57, 139, 0.1);
    border-radius: 10px;
    margin: 0 0 31px 0;
}

.working_title span {
    font-weight: 300;
}

.working_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}

.working {
    margin: 0 0 92px 0;
}

.form_order_block.hostel .form_left {
    flex: 0 0 100%;
}

.form_order_block.hostel .big_title {
    max-width: 790px;
}

.form_order_block.hostel form {
    max-width: 650px;
    width: 650px;
}

.sleep .big_title {
    text-align: center;
    margin: 0 0 37px 0;
}

.sleep {
    background-image: url('/for-partners/files/css/../image/hostle/bg.png');
    padding: 79px 0 100px 0;
    /*margin: 0 0 83px 0; */
}

.sleep_wrapper {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 15px 60px rgba(25, 57, 139, 0.08);
    border-radius: 20px;
    padding: 50px;
}

.sleep_image {
    max-width: 355px;
    min-width: 355px;
    width: 355px;
    max-height: 318px;
    min-height: 318px;
    height: 318px;
    border-radius: 10px;
    overflow: hidden;
}

.sleep_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sleep_center {
    max-width: 390px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

.smart {
    background: #19398B;
    padding: 85px 0;
}

.smart_subtitle {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}

.smart_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 110%;
    color: #FFFFFF;
    margin: 0 0 18px 0;
}

.smart_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0 0 34px 0;
}

.quote_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 26px;
    color: #19398B;
    margin: 0 0 15px 0;
}

.quote_text:last-of-type {
    margin: 0;
}

.quote_name {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #19398B;
    margin: 0 0 10px 0;
}

.quote_block {
    background: #FFFFFF;
    box-shadow: 0px 0px 84px rgba(25, 57, 139, 0.08);
    border-radius: 20px;
    padding: 32px 31px 22px 63px;
    position: relative;
}

.quote_block .icon {
    position: absolute;
    top: 39px;
    left: 25px;
}

.smart_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.smart_left {
    flex: 0 0 calc(50% - 95px);
}

.smart_right {
    flex: 0 0 50%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}

.smart_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fancy_list {
    display: none;
}

.compensate-for-scrollbar {
    padding: 0 !important;
}

.page-line {
    max-width: inherit !important;
    padding: 0 !important;
}

.reviews_slider {
    max-width: 100%;
    width: 100%;
}

.history_partner_img {
    margin-bottom: 35px;
    max-height: 420px;
    display: block;
}

.history_partner_img img {
    width: 100%;
    object-fit: cover;
}

.reviews_slider .history_partner_item {
    height: 100%;
    justify-content: space-between;
}

.history_partner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -36px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgb(25 57 139);
    opacity: .3;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(25 57 139);
    opacity: 1;
    transform: scale(1.334);
}



.swiper-button-prev.reviews-button-prev {
    width: 40px;
    height: 40px;
    background: #19398B;
    border-radius: 50%;
    left: -20px;
    transition: .5s;
}

.swiper-button-prev.reviews-button-prev:after {
    display: none;
}

.swiper-button-prev.reviews-button-prev svg {}

.swiper-button-next.reviews-button-next {
    width: 40px;
    height: 40px;
    background: #19398B;
    border-radius: 50%;
    right: -20px;
    transition: .5s;
}

.swiper-button-next.reviews-button-next:after {
    display: none;
}

.swiper-button-next.reviews-button-next svg {}


.overlay .modals .content .reviews__author {
    margin-bottom: 0 !important;
    margin-top: 25px !important;
}

.link_block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.link_block a {
    background: #19398B;
    border-radius: 8px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF !important;
    height: 50px;
    display: flex;
    align-items: center;
    width: 384px;
    justify-content: center;
}

main .b24-form-padding-side {
    padding: 0;
}

main .b24-form-padding-side form {
    flex-direction: column;
}

main .b24-form-padding-side form .b24-form-control-container input[type="checkbox"] {
    /* display: flex; */
    display: inline-block;
    flex: inherit;
    margin-right: 15px;
}

main .b24-form-padding-side form label.b24-form-control-container {
    display: flex;
    align-items: center;
    height: auto;
    height: 16px;
}

main .b24-form-padding-side form div:first-of-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}

main .b24-form-padding-side form div:first-of-type div {
    flex: 0 0 calc(50% - 5px);
    margin: 0;
    display: flex;
    gap: 0;
}

main .b24-form-padding-side form div:first-of-type div div {
    /* width:100%; */
    flex: 0 0 100%;
    margin: 0;
    display: flex;
    row-gap: 0;
    gap: 0;
    height: auto;
    gap: 0;
}

main .b24-form-padding-side form div:first-of-type div div input {
    width: 100%;
    flex: 0 0 100%;
    border: 1px solid #E3E5E8;
    border-radius: 4px;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #6D7686;
    outline: none;
    background: transparent;
}

main .b24-form-padding-side form div:first-of-type div div .b24-form-control-select-label,
main .b24-form-padding-side form div:first-of-type div div .b24-form-control:focus+.b24-form-control-label,
main .b24-form-padding-side form div:first-of-type div div .b24-form-control-not-empty+.b24-form-control-label {
    top: 2px;
    font-size: 11px;
}

main .b24-form-padding-side form div:first-of-type div div.b24-form-control-alert-message {
    position: absolute;
    display: none;
}

main .b24-form-padding-side form div:first-of-type div.b24-form-control-alert {
    margin: 0 !important;
}

main .b24-form-padding-side form div:first-of-type.b24-form-btn-block {
    flex: 0 0 calc(50% - 5px);
    flex: auto;
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
    flex-direction: row;
}

main .b24-form-padding-side form div.b24-form-btn-container {
    height: 52px;
}


.form_order_block.hostel .form_left .b24-form-wrapper {
    margin: 0;
}

.breadcrumbs-wrapper {
    display: none !important;
}



/* Под лендинг */
/* Под лендинг */
/* Под лендинг */
/* Под лендинг */
/* Под лендинг */
/* Под лендинг */

.advantages_block.design .advantages__row {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.advantages_block.design .advantages__col {
    width: 15%;
    max-width: 15%;
}

.advantages_block.design .advantages__icon {
    width: 124px;
    height: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(191, 228, 235, .3);
    border-radius: 50%;
}

.advantages_block.design .advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.work_wrraper_image {
    background: #BA4265;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.work_wrraper_image img {
    width: 100%;
    height: auto;
}

.work_wrraper {
    row-gap: 80px;
    margin-top: 45px;
}

.work {
    margin: 0 0 80px 0;
}

.range_block h1 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 47px;
}

.desing_slider .text_des {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #32373E;
    margin: 0 0 30px 0;
}

.swiper_deisng {
    overflow: visible;
}

.swiper_deisng .swiper-slide {
    width: 900px;
    max-width: 900px;
}

.swiper_deisng_item {
    display: block;
}

.swiper_deisng_item_image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 520px;
    background: linear-gradient(180deg, #C0E5EC 0%, rgba(192, 229, 236, 0.25) 100%);
    border-radius: 20px;
    overflow: hidden;
}

.swiper_deisng_item_image img {
    width: 75%;
    height: auto;
    transition: .8s;
}

.swiper_deisng_item_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #32373E;
    margin: 21px 0 0 0;
    transition: .3s;
}

.swiper_deisng_item:hover .swiper_deisng_item_image img {
    transform: scale(1.1);
}

.swiper_deisng_item:hover .swiper_deisng_item_title {
    color: #1D3A86;
}

.desing_slider {
    margin: 0 0 100px 0;
}

.design_review h1,
.non_standard h1,
.desing_slider h1,
.work h1,
.range_block h1,
.advantages_block.design h1,
.sertificat h1 {
    font-weight: 500;
}

.history_partner_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.reviews_slider {
    max-width: 100%;
    width: 100%;
}

.reviews_slider .history_partner_item {
    height: 100%;
    justify-content: space-between;
}

.history_partner_item.item_img {
    padding-left: 50px;
    padding-right: 50px;
}

.history_partner_img {
    margin-bottom: 35px;
    max-height: 420px;
    display: block;
}

.history_partner_name {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #19398B;
}

.reviews_slider {
    overflow: visible;
}

.swiper-button-next.reviews-button-next {
    width: 40px;
    height: 40px;
    background: #19398B;
    border-radius: 50%;
    right: -20px;
    transition: .5s;
}

.swiper-button-prev.reviews-button-prev {
    width: 40px;
    height: 40px;
    background: #19398B;
    border-radius: 50%;
    left: -20px;
    transition: .5s;
}

.swiper-button-next.reviews-button-next::after,
.swiper-button-prev.reviews-button-prev::after {
    display: none;
}

.history_partner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -36px;
}

@media(max-width:1200px) {

    .swiper-button-next.reviews-button-next {
        right: 0;
    }

    .swiper-button-prev.reviews-button-prev {
        left: 0;
    }
}

@media(max-width:1200px) {

    .swiper-button-next.reviews-button-next {
        right: -10px;
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev.reviews-button-prev {
        left: -10px;
        width: 30px;
        height: 30px;
    }

    .swiper-button-next.reviews-button-next svg,
    .swiper-button-prev.reviews-button-prev svg {
        width: 20%;
        height: auto;
    }

    .history_partner_img {
        max-height: 100%;
    }

    .history_partner_img img {
        width: 100%;
        height: auto;
    }
}

@media(max-width:992px) {
    .history_partner_text p {
        font-size: 15px;
    }

    .history_partner_item.item_img {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        height: auto;
    }

    .history_partner_img {
        width: 100%;
        height: auto;
        max-height: 100%;
    }

    .history_partner_img img {
        width: 100%;
        height: auto;
    }
}


/* Изменения в стилях */
/* Изменения в стилях */
/* Изменения в стилях */

.swiper_deisng .swiper-button-prev::after,
.swiper_deisng .swiper-button-next::after {
    display: none;
}

.swiper_deisng .design_btn_prev,
.swiper_deisng .design_btn_next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #19398B;
    border-radius: 50%;
    top: calc(50% - 51px);
    margin: 0;
}

.swiper_deisng {
    clip-path: inset(0 -22px 0 -22px);
    position: relative;
}

.swiper_deisng .swiper-button-prev {
    left: -20px;
}

.swiper_deisng .design_btn_next {
    right: -20px;
}

.swiper_deisng_item_image {
    height: 340px;
}

.swiper_deisng_item_image img {
    width: 90%;
}

@media screen and (max-width:1350px) {
    .swiper_deisng .swiper-button-prev {
        left: 10px;
    }

    .swiper_deisng .design_btn_next {
        right: 10px;
    }
}

@media screen and (max-width:992px) {
    .swiper_deisng .swiper-button-prev {
        display: none;
    }

    .swiper_deisng .design_btn_next {
        display: none;
    }
}



/* Кровати на заказ */
/* Кровати на заказ */
/* Кровати на заказ */
/* Кровати на заказ */

.first_custom_bed {
    margin-top: 20px;
}

.first_custom_bed_wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/.40311;
    padding: 30px 72px;
}

#wrapper .page-new .first_custom_bed_wrap h1 {
    color: #FFF;
    font-family: Fira Sans;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 68.2px */
    margin-bottom: 0px;
}

#wrapper .page-new .first_custom_bed_wrap p {
    color: #FFF;
    font-family: Fira Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 33px */
    margin-top: 16px;
    margin-bottom: 0px;
}

.first_custom_bed_wrap_image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.first_custom_bed_wrap_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first_custom_bed_wrap .bed_btn_blue {
    margin-top: 32px;
}

#wrapper .page-new .bed_btn_blue {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #19398B;
    padding: 13px 34px;

    color: #FFF;
    text-align: center;
    font-family: Fira Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
    transition: .3s;
}

.bed_btn_blue:hover {
    opacity: .8;
}

.first_custom_bed_benefits {
    margin-top: 32px;
}

.first_custom_bed_benefit_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 25px;
    padding: 30px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 84px 0px rgba(25, 57, 139, 0.08);
}

.first_custom_bed_benefit_icon {
    display: flex;
    width: 100%;
    aspect-ratio: 1/1;
    max-width: 92px;
    max-height: 92px;
}

.first_custom_bed_benefit_icon svg {
    width: 100%;
    height: auto;
}

.first_custom_bed_benefit_content {
    width: 100%;
    max-width: calc(100% - 117px);
}

.first_custom_bed_benefit_title {
    color: #1D3A86;
    font-family: Fira Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}

#wrapper .page-new .first_custom_bed_benefit_text p {
    color: #19398B;
    font-family: Fira Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */

}

#wrapper .page-new .first_custom_bed_benefit_text p:last-of-type {
    margin-bottom: 0px;
}

.our_offers {
    margin-top: 92px;
    padding: 72px 0 80px 0;
    border-radius: 32px;
    background: #ECF6F8;
}

#wrapper .our_offers h2 {
    color: #19398B;

    font-family: Fira Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 52.8px */
    margin-bottom: 40px;
}

.our_offers_wrap_custom {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    margin: 40px 0;
}

.our_offers_wrap_custom.single {
    margin-top: 80px;
}

.custom_bed_item {
    display: flex;
    border-radius: 16px;
    background: #fff;
    min-height: 424px;
}

.custom_bed_item_left {
    width: 100%;
    max-width: 50%;
    border-radius: 12px;
    overflow: hidden;
}

.custom_bed_item_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom_bed_item_right {
    width: 100%;
    max-width: 50%;
    padding: 56px 60px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.custom_bed_item_right h3 {
    color: #19398B;
    font-family: Fira Sans;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 110% !important;
    /* 35.2px */
    margin-bottom: 0px !important;
}

.custom_bed_item_text {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

#wrapper .page-new .custom_bed_item_text p {
    color: #32373E;
    font-family: Fira Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 25.5px */
}

#wrapper .page-new .custom_bed_item_text p:last-of-type {
    margin-bottom: 0px;
}

.custom_bed_item_cloud {
    display: flex;
    align-items: center;
    padding: 14px 24px;

    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.06);
    column-gap: 16px;
}

.custom_bed_item_cloud .icon {
    display: flex;
    width: 100%;
    max-width: 42px;
}

.custom_bed_item_cloud_text {
    width: 100%;
    max-width: calc(100% - 42px - 16px);
    color: #6D7686;
    font-family: Fira Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

#wrapper .page-new .custom_bed_item_text ul {
    padding: 0 0 0 10px;
    margin: 0px 0 0 0;
    list-style: none;
}

#wrapper .page-new .custom_bed_item_text ul li {
    display: flex;
    column-gap: 10px;

    color: #32373E;
    font-family: Fira Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 25.5px */
}

#wrapper .page-new .custom_bed_item_text ul li::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    min-width: 3px;
    min-height: 3px;
    border-radius: 50%;
    background: #32373E;
    margin-top: 11px;
    position: relative;
    top: auto;
    left: auto;
}

.our_offers_wrap_other_product {
    margin-top: 56px;
}

#wrapper .page-new .our_offers_wrap_other_product h2 {
    color: #19398B;
    font-family: Fira Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 35.2px */
    margin-bottom: 0px;
}

.our_offers_wrap_other_product .row {
    margin-top: 30px;
    row-gap: 30px;
}

.offers_other_item {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 24px 84px 0px rgba(25, 57, 139, 0.05);
    overflow: hidden;
    height: 100%;
}

.offers_other_item_image {
    width: 100%;
    aspect-ratio: 1/.61836;
    overflow: hidden;
}

.offers_other_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.offers_other_item_content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 14px;
    padding: 32px 20px 32px 32px;
    flex: 1 1 auto;
}

#wrapper .page-new .offers_other_item_content h3 {
    color: var(--Blue, #19398B);
    font-family: Fira Sans;
    font-size: 21px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 114.286% */
    transition: .3s;
    margin-bottom: 0;
}

.offers_other_item_content_cost {
    color: #32373E;
    text-align: left;
    font-family: Fira Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#wrapper .offers_other_item_content_cost span {
    color: var(--Black, #32373E);
    font-family: Fira Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.offers_other_item:hover .offers_other_item_image img {
    transform: scale(1.03);
}

.offers_other_item:hover h3 {
    opacity: .8;
}

.our_offers_wrap_other_product .col-12 {
    display: flex;
    justify-content: center;
}

.custom_bed_form {
    padding: 80px 0;
}

.custom_bed_form_wrap_left .custom_bed_form_wrap_left_top {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

#wrapper .page-new .custom_bed_form_wrap_left_top h2 {
    color: #19398B;
    font-family: Fira Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 52.8px */
    margin: 0px;
}

#wrapper .page-new .custom_bed_form_wrap_left_top p {
    color: #213886;
    font-family: Fira Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 33px */
    margin: 0px;
}

.custom_bed_form_wrap_left_form {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.custom_bed_form_wrap_left_form_item {
    width: 100%;
}

.custom_bed_form_wrap_left_form_item input {
    padding: 21px 15px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #E3E5E8;
    background: #FFF;
    color: #32373E;

    /* Desktop / TextMiddleRegular */
    font-family: Fira Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    outline: none;
    /* 18px */
    transition: .3s;
}

.custom_bed_form_wrap_left_form_item input:focus {
    border: 1px solid #b7b9bb;
}

.custom_bed_form_wrap_left_form_item input::placeholder {
    color: #6D7686;

    /* Desktop / TextMiddleRegular */
    font-family: Fira Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 18px */
}

.custom_bed_form_wrap_left_form_btn {
    width: 100%;
}

.custom_bed_form_wrap_left_form_btn input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    border-radius: 4px;
    background: #19398B;

    color: #FFF;
    text-align: center;
    font-family: Fira Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
    cursor: pointer;
    outline: none;
    box-shadow: none;
    border: none;
    transition: .3s;
}

.custom_bed_form_wrap_left_form_btn input:hover {
    opacity: .9;
}

.custom_bed_form_wrap_left_form_text {
    margin-top: 18px;
    color: #32373E;
    font-family: Fira Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    /* 18px */
}

.custom_bed_form_wrap_left_form_text a {
    color: #19398B;
    font-family: Fira Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}

.custom_bed_form_wrap_left_form_text a:hover {
    opacity: .8;
}

.custom_bed_form_wrap_image {
    width: 100%;
    max-width: 654px;
    border-radius: 16px;
    overflow: hidden;
    margin-left: auto;
    aspect-ratio: 1/.7309;

}

.custom_bed_form_wrap_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our_offers_wrap_calc {
    margin-top: 80px;
}

.our_offers_wrap_calc_top {
    display: flex;
    flex-direction: column;
    max-width: 630px;
    row-gap: 8px;
    padding-left: 45px;
}

.our_offers_wrap_calc {
    border-radius: 16px;
    background: #19398B;
    overflow: hidden;
    padding: 90px 24px 14px 24px;
}

#wrapper .page-new .our_offers_wrap_calc_top h2 {
    color: #FFF;
    font-family: Fira Sans;
    font-size: 82px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 82px */
    margin: 0 !important;
}

#wrapper .page-new .our_offers_wrap_calc_top p {
    color: #FFF;
    font-family: Fira Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 33px */
    margin-bottom: 0px;
}

.our_offers_wrap_calc_bot {
    margin-top: 45px;
    padding: 48px 48px 40px 48px;
    border-radius: 16px;
    background: #FFF;
    position: relative;
}

.our_offers_wrap_calc_bot .calc_img {
    position: absolute;
    bottom: 100%;
    right: 37px;
    width: 100%;
    max-width: 536px;
    overflow: hidden;
}

.our_offers_wrap_calc_bot_form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    margin: 0 -5px;
}

.calc_input {
    width: 100%;
    padding: 0 5px;
    max-width: 33.333333%;
}

#wrapper .page-new .calc_input input {
    width: 100%;
    padding: 21px 15px;
    border-radius: 4px;
    border: 1px solid #E3E5E8;
    background: #FFF;
    outline: none;
    box-shadow: none;

    color: #32373E;

    /* Desktop / TextMiddleRegular */
    font-family: Fira Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 18px */
    transition: .3s;
}

#wrapper .page-new .calc_input input:focus {
    border: 1px solid #b7b9bb;
}

#wrapper .page-new .calc_input input::placeholder {
    color: #6D7686;

    /* Desktop / TextMiddleRegular */
    font-family: Fira Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 18px */
}

.calc_input_btn {
    width: 100%;
    padding: 0 5px;
    max-width: 33.333333%;
}

.calc_input_btn input {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #BA4265;
    outline: none;
    border: none;

    color: #FFF;
    text-align: center;
    font-family: Fira Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */

    cursor: pointer;
    transition: .3s;
}

.calc_input_btn input:hover {
    opacity: .85;
}

#wrapper .page-new .calc_input_text {
    width: 100%;
    padding: 0 5px;
    max-width: 100%;

    color: #32373E;
    font-family: Fira Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    /* 18px */
}

#wrapper .page-new .calc_input_text a {
    color: #19398B;
    font-family: Fira Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    transition: .3s;
}

.calc_input_text a:hover {
    opacity: .8;
}

.first_custom_bed .row,
.our_offers .row,
.custom_bed_form .row {
    --bs-gutter-x: 30px;
}

.first_custom_bed_benefits {
    row-gap: 30px;
}

main .b24-form-padding-side form div:first-of-type div {
    flex: 0 0 100%;

    color: #6D7686;

    /* Desktop / TextMiddleRegular */
    font-family: "Fira Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 18px */
}

.custom_bed_form_wrap .b24-form-header {
    border: none;
}

.custom_bed_form_wrap .b24-form-header.b24-form-padding-side {
    display: none;
}

.custom_bed_form_wrap .b24-form-sign {
    display: none;
}

main .custom_bed_form_wrap .b24-form-padding-side form div:first-of-type.b24-form-btn-block {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    padding: 0px 5px;
    height: 60px;
}

.custom_bed_form_wrap_left {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

main .custom_bed_form_wrap .b24-form-padding-side form label.b24-form-control-container {
    height: auto;
    margin-top: 15px;
    margin-bottom: 0px;

    /* 18px */
}

main .custom_bed_form_wrap .b24-form-padding-side form label.b24-form-control-container span {
    color: #32373E;
    font-family: "Fira Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}

main .custom_bed_form_wrap .b24-form-padding-side form .b24-form-control-container input[type="checkbox"] {
    margin-right: 10px;
}

.custom_bed_form_wrap .b24-form-control-alert {
    margin-bottom: 0px !important;
}

.custom_bed_form_wrap .b24-form-field {
    margin-bottom: 0px !important;
}

.custom_bed_form_wrap .b24-form-btn-container {
    margin-top: 30px;
}

.custom_bed_form_wrap .b24-form-wrapper {
    min-height: auto;
}

.our_offers_wrap_calc_bot .b24-form-header.b24-form-padding-side {
    display: none;
}

.our_offers_wrap_calc_bot .b24-form-wrapper {
    margin: 0;
    min-height: auto;
    max-width: 100%;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type {
    max-width: 66.6666666%;
    width: 100%;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type .b24-form-field {
    max-width: 50%;
    padding: 0 5px;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type .b24-form-field div {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.our_offers_wrap_calc_bot .b24-form-control-container {
    padding: 0 5px;
}

.our_offers_wrap_calc_bot .b24-form-content.b24-form-padding-side {
    margin: 0 -5px;
    width: auto;
    max-width: none;
}


.our_offers_wrap_calc_bot .b24-form-control-string .b24-form-control-label {
    padding: 0 20px !important;
    left: 0px;
}


main .our_offers_wrap_calc_bot .b24-form-padding-side form div.b24-form-btn-container {
    height: 60px;
    width: 100%;
    max-width: 33.33333%;
    padding: 0 5px;
    margin: 0;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type.b24-form-btn-block {
    max-width: 100%;
    padding: 0;
    height: 100%;
}

.our_offers_wrap_calc_bot .b24-form-btn {
    color: #FFF;
    text-align: center;
    font-family: "Fira Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
    height: 100%;
    box-shadow: none;
    min-height: auto;
}


main .our_offers_wrap_calc_bot .b24-form-padding-side form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(1) {
    order: 1;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(2) {
    order: 3;
    width: 100%;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(2) label {
    margin-top: 15px;
    margin-bottom: 0px;
    height: auto;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(2) label span {
    color: #32373E;
    font-family: "Fira Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    /* 18px */
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(3) {
    order: 2;
}

.our_offers_wrap_calc_bot .b24-form-sign {
    display: none;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type div div input {
    height: 60px;
}

.custom_bed_form_wrap .b24-form-btn {
    color: #FFF;
    text-align: center;
    font-family: "Fira Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(2) .b24-form-control-agreement {
    margin-bottom: 0px !important;
    max-width: 100%;
    width: 100%;
}

main .custom_bed_form_wrap .b24-form-padding-side form div:first-of-type div div input {
    height: 60px;
}

main .our_offers_wrap_calc form div:first-of-type div div .b24-form-control:focus+.b24-form-control-label,
main .custom_bed_form_wrap form div:first-of-type div div .b24-form-control:focus+.b24-form-control-label {
    opacity: 0;
    top: 50%;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(2) label .b24-form-control-required,
main .custom_bed_form_wrap .b24-form-padding-side form div:nth-of-type(2) label .b24-form-control-required {
    display: none;
}





/* Медиа кровати на заказ */
/* Медиа кровати на заказ */
/* Медиа кровати на заказ */

@media screen and (max-width: 1199px) {

    .first_custom_bed .container,
    .our_offers .container,
    .custom_bed_form .container {
        max-width: 768px;
    }

    .first_custom_bed .row,
    .our_offers .row,
    .custom_bed_form .row {
        --bs-gutter-x: 20px;
    }

    .first_custom_bed_wrap {
        aspect-ratio: 1/.5;
        border-radius: 10px;
    }

    .first_custom_bed_wrap {
        padding: 30px 40px;
    }

    #wrapper .page-new .first_custom_bed_wrap h1 {
        font-size: 40px;
    }

    #wrapper .page-new .first_custom_bed_wrap p {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .first_custom_bed_wrap .bed_btn_blue {
        margin-top: 24px;
    }

    .bed_btn_blue {
        font-size: 15px;
        padding: 12px 24px;
    }

    .first_custom_bed_benefits {
        row-gap: 20px;
    }

    .first_custom_bed_benefit_item {
        padding: 20px;
        border-radius: 10px;
        column-gap: 15px;
    }

    #wrapper .page-new .first_custom_bed_benefit_text p {
        font-size: 16px;
    }

    .first_custom_bed_benefit_icon {
        max-width: 80px;
        max-height: 80px;
    }

    #wrapper .page-new .first_custom_bed_benefit_title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .our_offers {
        margin-top: 60px;
        padding: 60px 0;
    }

    #wrapper .page-new .our_offers h2 {
        font-size: 36px;
    }

    .our_offers_wrap_custom {
        margin: 30px 0;
        row-gap: 30px;
    }

    .custom_bed_item_left {
        max-width: 100%;
        aspect-ratio: 1/.65;
        border-radius: 10px;
    }

    .custom_bed_item_right {
        max-width: 100%;
        padding: 30px;
        row-gap: 12px;
    }

    .custom_bed_item {
        flex-wrap: wrap;
        min-height: auto;
        border-radius: 10px;
    }

    #wrapper .page-new .custom_bed_item_right h3 {
        font-size: 24px !important;
    }

    #wrapper .page-new .custom_bed_item_text p {
        font-size: 15px;
    }

    #wrapper .page-new .custom_bed_item_text ul li {
        font-size: 15px;
    }

    .custom_bed_item_text {
        row-gap: 12px;
    }

    .custom_bed_item_cloud {
        margin-top: 5px;
    }

    .our_offers_wrap_calc {
        margin-top: 60px;
        border-radius: 10px;
    }

    .our_offers_wrap_custom.single {
        margin-top: 60px;
    }

    .offers_other_item_content {
        padding: 16px;
        row-gap: 10px;
    }

    #wrapper .page-new .offers_other_item_content h3 {
        font-size: 16px !important;
        line-height: 120%;
    }

    #wrapper .page-new .offers_other_item_content_cost {
        font-size: 15px;
    }

    #wrapper .page-new .offers_other_item_content_cost span {
        font-size: 15px;
    }

    .our_offers_wrap_other_product .row {
        row-gap: 20px;
    }

    .our_offers_wrap_other_product .bed_btn_blue {
        margin-top: 10px;
    }

    .our_offers_wrap_other_product {
        margin-top: 60px;
    }

    .custom_bed_form {
        padding: 60px 0;
    }

    #wrapper .our_offers_wrap_other_product h2 {
        font-size: 24px;
    }

    #wrapper .custom_bed_form_wrap_left_top h2 {
        font-size: 36px;
        max-width: 480px;
    }

    #wrapper .custom_bed_form_wrap_left_top p {
        font-size: 18px;
    }

    .custom_bed_form_wrap_left .custom_bed_form_wrap_left_top {
        row-gap: 10px;
    }

    .custom_bed_form_wrap_left_form {
        flex-wrap: wrap;
    }

    .custom_bed_form_wrap_left_form_btn {
        max-width: 75%;
    }

    .custom_bed_form_wrap_left_form_item {
        max-width: 75%;
    }

    .custom_bed_form_wrap_image {
        margin-top: 30px;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        aspect-ratio: 1/.65;
        border-radius: 10px;
    }

    .first_custom_bed_benefit_content {
        max-width: calc(100% - 80px - 15px);
    }

    .our_offers {
        border-radius: 20px;
    }

    .our_offers_wrap_calc_bot .calc_img {
        max-width: 320px;
    }

    .our_offers_wrap_calc_bot .calc_img img {
        height: auto;
    }

    .our_offers_wrap_calc_top {
        padding-left: 30px;
        max-width: 370px;
    }

    .our_offers_wrap_calc_bot {
        padding: 30px;
        border-radius: 10px;
        margin-top: 30px;
    }

    #wrapper .page-new .our_offers_wrap_calc_top h2 {
        font-size: 24px;
    }

    #wrapper .page-new .our_offers_wrap_calc_top p {
        font-size: 18px;
        line-height: 135%;
    }

    .calc_input input {
        padding: 15px;
    }

    #wrapper .page-new.calc_input_btn input {
        font-size: 16px;
    }

    #wrapper .page-new .calc_input_text {
        font-size: 14px;
    }

    #wrapper .page-new .calc_input_text a {
        font-size: 14px;
    }

    #wrapper .page-new .custom_bed_form_wrap_left_form_text {
        font-size: 14px;
    }

    #wrapper .page-new .custom_bed_form_wrap_left_form_text a {
        font-size: 14px;
    }

    #wrapper .page-new .our_offers h2 {
        margin-bottom: 30px;
    }

    .custom_bed_form_wrap .b24-form-wrapper {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }


    .custom_bed_form_wrap_left {
        row-gap: 30px;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type div div input {
        height: 100%;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type div div input:focus+label {
        opacity: 0;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div.b24-form-btn-container {
        height: 50px;
    }

    .our_offers_wrap_calc_bot .b24-form-btn {
        font-size: 16px;
    }

    .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type div div .b24-form-control-not-empty+.b24-form-control-label {
        opacity: 0;
        visibility: hidden;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(2) label span {
        font-size: 14px;
    }

    main .b24-form-padding-side form div:first-of-type div div input {
        padding: 0 15px;
    }

    .our_offers_wrap_calc_bot .b24-form-control-string .b24-form-control-label {
        padding: 0 15px !important;
    }

    main .custom_bed_form_wrap .b24-form-padding-side form div:first-of-type div div input {
        height: 50px;
    }

    .custom_bed_form_wrap .b24-form-control-label {
        padding: 0 15px;
        font-size: 14px;
    }

    main .custom_bed_form_wrap .b24-form-padding-side form div:first-of-type.b24-form-btn-block {
        height: 50px;
    }

    .custom_bed_form_wrap .b24-form-btn {
        font-size: 14px;
    }

    .custom_bed_form_wrap .b24-form-btn-container {
        height: auto;
        margin-top: 20px;
    }



}

@media screen and (max-width: 767px) {

    .first_custom_bed .container,
    .our_offers .container,
    .custom_bed_form .container {
        max-width: 450px;
    }

    .first_custom_bed_wrap {
        aspect-ratio: 1/.9;
    }

    .first_custom_bed_wrap {
        padding: 20px;
    }

    #wrapper .page-new .first_custom_bed_wrap h1 {
        font-size: 28px;
    }

    #wrapper .page-new .first_custom_bed_wrap p {
        font-size: 15px;
        max-width: 300px;
    }

    #wrapper .page-new .first_custom_bed_wrap p br {
        display: none;
    }

    .first_custom_bed_wrap .bed_btn_blue {
        margin-top: 20px;
    }

    .bed_btn_blue {
        font-size: 14px;
        padding: 10px 20px;
    }

    .first_custom_bed_benefit_item {
        padding: 15px;
    }

    .first_custom_bed_benefits {
        row-gap: 15px;
        margin-top: 25px;
    }

    .first_custom_bed_benefit_text p {
        font-size: 14px;
    }

    .first_custom_bed_benefit_title {
        font-size: 16px;
    }

    .our_offers {
        margin-top: 50px;
        padding: 50px 0;
    }

    #wrapper .page-new .our_offers h2 {
        font-size: 28px;
    }

    .our_offers_wrap_custom {
        margin: 20px 0;
        row-gap: 20px;
    }

    .custom_bed_item_left {
        border-radius: 6px;
    }

    .custom_bed_item_right {
        padding: 20px;
    }

    .custom_bed_item_cloud {
        border-radius: 6px;
    }

    #wrapper .page-new .custom_bed_item_right h3 {
        font-size: 22px !important;
    }

    #wrapper .page-new .custom_bed_item_text p {
        font-size: 14px;
    }

    #wrapper .page-new .custom_bed_item_text ul {
        padding-left: 7px;
    }

    #wrapper .page-new .custom_bed_item_text ul li {
        font-size: 14px;
        color-scheme: 7px;
    }

    #wrapper .page-new .custom_bed_item_text ul li::before {
        margin-top: 8px;
    }

    .custom_bed_item_cloud {
        padding: 10px 16px;
    }

    .custom_bed_item_cloud_text {
        font-size: 12px;
    }

    .our_offers_wrap_other_product {
        margin-top: 50px;
    }

    .our_offers_wrap_custom.single {
        margin-top: 50px;
    }

    #wrapper .page-new .our_offers_wrap_other_product h2 {
        font-size: 24px;
    }

    .our_offers_wrap_other_product .row {
        row-gap: 15px;
        margin-top: 20px;
    }

    #wrapper .page-new .offers_other_item_content h3 {
        font-size: 18px !important;
    }

    #wrapper .page-new .offers_other_item_content_cost {
        font-size: 16px;
    }

    #wrapper .page-new .offers_other_item_content_cost span {
        font-size: 16px;
    }

    #wrapper .page-newr .custom_bed_form_wrap_left_top h2 {
        font-size: 24px;
    }

    #wrapper .page-new .custom_bed_form_wrap_left_top p {
        font-size: 14px;
    }

    .custom_bed_form_wrap_left_form {
        margin-top: 20px;
    }

    .custom_bed_form_wrap_left_form_item {
        max-width: 100%;
    }

    .custom_bed_form_wrap_left_form_item input {
        padding: 15px;
    }

    .custom_bed_form_wrap_left_form_btn {
        max-width: 100%;
    }

    .custom_bed_form_wrap_left_form_btn input {
        height: 50px;
        max-width: 100%;
        width: 100%;
        font-size: 16px;
    }

    .custom_bed_form_wrap_left_form_text {
        font-size: 14px;
    }

    .custom_bed_form_wrap_left_form_text a {
        font-size: 14px;
    }

    .our_offers_wrap_calc {
        margin-top: 50px;
        padding: 20px;
    }

    .our_offers_wrap_calc_bot {
        padding: 30px 20px;
    }

    .calc_input {
        max-width: 100%;
    }

    .calc_input_btn {
        max-width: 100%;
    }

    .our_offers_wrap_calc_bot_form {
        row-gap: 10px;
    }

    .calc_input_btn input {
        height: 50px;
        font-size: 14px;
    }

    .calc_input_text {
        margin-top: 5px;
    }

    .our_offers_wrap_calc_top {
        max-width: 100%;
        padding-left: 0px;
    }

    #wrapper .page-new .our_offers_wrap_calc_top p {
        font-size: 16px;
    }

    #wrapper .page-new .our_offers_wrap_calc_top h2 {
        font-size: 28px;
    }

    .our_offers_wrap_calc_bot .calc_img {
        display: none;
    }

    .our_offers_wrap_calc_bot {
        margin-top: 20px;
    }

    #wrapper .page-new .our_offers h2 {
        margin-bottom: 30px;
    }

    .custom_bed_form {
        padding: 50px 0;
    }

    .custom_bed_form_wrap_left {
        row-gap: 20px;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type {
        max-width: 100%;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type .b24-form-field {
        max-width: 100%;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div.b24-form-btn-container {
        max-width: 100%;
        margin-top: 20px;
    }

    .our_offers_wrap_calc_bot .b24-form-btn {
        padding: 15px;
        font-size: 15px;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type .b24-form-field {
        height: 50px;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(1) {
        order: 1;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(2) {
        order: 2;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(3) {
        order: 3;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(2) label span {
        font-size: 11px;
    }

    main .b24-form-padding-side form .b24-form-control-container input[type="checkbox"] {
        margin-right: 10px;
    }
}
/* End */


/* Start:/for-partners/files/css/media.css?167514901611428*/
@media(max-width:1200px) {
   .photo_item { max-width: 475px; }
   .range_image { max-height: 300px; }
   .shop_item { flex: 0 0 calc(33.333% - 15px); }
   .popular_wrapper { justify-content: flex-start; column-gap: 22px; }
   .not_only_right, .not_only_left { flex: 0 0 50%; }
   .history_partner_item { flex: 0 0 calc(50% - 15px); }
   .history_partner_wrapper { row-gap: 30px; }
   .sertificat_item { flex: 0 0 calc(25% - 10px); }
   .sertificat_wrapper { row-gap: 10px; }
   .form_right { flex: 0 0 calc(50% - 30px); }
   .footer_menu ul { gap: 15px; }
}
@media(max-width:992px) {
   .top_banner_opt_item { padding: 0 0 0 30px; }
   .top_banner_opt_title { font-size: 45px; max-width: 465px; }
   .advantages_block.opt .advantages__col { flex: 0 0 33%; }
   .advantages_block { padding: 40px 0 45px 0; }
   .photo_item { max-width: 350px; }
   .photo_block { margin: 0 0 45px 0; }
   .about_left, .about_right { flex: 0 0 100%; }
   .about_wrapper { row-gap: 15px; }
   .about_block { margin: 0 0 65px 0; }
   .range_item { flex: 0 0 calc(50% - 15px); }
   .range_wrapper { row-gap: 30px; }
   .range_content { padding: 28px 26px; }
   .range_block { margin: 0 0 65px 0; }
   .not_only_right, .not_only_left { flex: 0 0 100%; }
   .not_only_wrapper { row-gap: 15px; }
   .not_only_right { max-width: 100%; }
   .not_only { margin: 0 0 65px 0; }
   .shop_image img { object-fit: contain; }
   .shop_image { height: 200px; max-height: 200px; }
   .related_block { margin: 0 0 65px 0; }
   .non_standard_left, .non_standard_right { flex: 0 0 100%; max-height: 290px; }
   .non_standard_wrapper { row-gap: 15px; }
   .non_standard { margin: 0 0 65px 0; }
   .about_two_left, .about_two_right { flex: 0 0 100%; }
   .about_two_wrapper { row-gap: 15px; }
   .about_two_left .big_title { margin: 0 0 15px 0; }
   .big_title { margin: 0 0 15px 0; }
   .stat_about_item { flex: 0 0 calc(50% - 7px); }
   .stat_about { row-gap: 15px; }
   .about_two { margin: 0 0 65px 0; }
   .faq { padding: 50px 0 70px 0; margin: 0 0 65px 0; }
   .faq_wrapper { padding: 45px 35px 40px 45px; }
   .history_partner { margin: 0 0 65px 0; }
   .sertificat .big_title { margin: 0 0 20px 0; }
   .sertificat_item { display: block; }
   .sertificat { margin: 0 0 65px 0; }
   .form_left, .form_right { flex: 0 0 100%; }
   .form_right { margin: 25px 0 0 0; height: 300px; max-height: 300px; }
   .footer_wrapper { flex-direction: column; gap: 30px; }
   .footer_right { max-width: 300px; }
   .policy_left { gap: 0; justify-content: space-between; }
   .policy_wrapper { flex-direction: column; gap: 20px; }
   .policy_right, .policy_right a { text-align: right; }
   .stat_block .stat_item_num { font-size: 35px; }
   .stat_block .stat_item_text { font-size: 15px; }
   .stat_block { margin-bottom: 65px; }
   .smart_left, .smart_right { flex: 0 0 100%; }
   .smart_wrapper { row-gap: 30px; }
   .sleep_wrapper { justify-content: center; flex-wrap: wrap; row-gap: 30px; }
   .sleep_image { width: 100%; max-width: 100%; min-width: 1px; }
   .sleep { margin: 0 0 65px 0; }
   .popular_block.hostel { margin: 0 0 65px 0; }
   .hostel_one .about_two_left { flex: 0 0 100%; }
   .hostel_two { padding: 65px 0 70px 0; margin: 0 0 65px 0; }
   .hostel_two .non_standard_right { flex: 0 0 100%; }
   .create_left, .create_right { flex: 0 0 100%; }
   .create_wrapper { row-gap: 15px; }
   .create { margin: 0 0 65px 0; }
   .working_item { flex: 0 0 100%; }
   .working { margin: 0 0 65px 0; }
   .form_order_block.hostel form { max-width: 100%; width: 100%; }
   .form_order_block.hostel .big_title { max-width: 100%; font-size: 35px; }
}

/* 992 end */
@media(max-width:650px) {
   .top_banner_opt_item { max-height: 320px; height: 320px; }
   .top_banner_opt_title { font-size: 22px; max-width: 100%; margin: 0 0 10px 0; }
   .top_banner_opt_text { font-size: 16px; max-width: 100%; margin: 0 0 20px 0; }
   .top_banner_opt_image::after { background: linear-gradient(226.6deg, rgba(3, 3, 3, 0) 1.23%, #000000 101.61%); }
   .top_banner_opt_item { padding: 0 20px 0 20px; }
   .top_banner_opt_btn { width: 100%; font-size: 16px; padding: 0; height: 45px; }
   .advantages_block.opt h1 { font-size: 25px; line-height: 30px; }
   .advantages_block.opt .advantages__row { margin: 30px 0 0 0; }
   .advantages_block.opt .advantages__col { flex: 0 0 26%; }
   .advantages_block.opt .advantages__icon { height: 90px; width: 90px; }
   .advantages_block.opt .advantages__icon svg { width: 70%; height: auto; }
   .advantages_block.opt .advantages__sub { margin: 25px 0 0 0; font-size: 13px; }
   .photo_item { max-width: 100%; }
   .photo_wrapper { flex-direction: column; gap: 15px; }
   .advantages_block { padding: 40px 0 10px 0; }
   .big_title { font-size: 30px; margin: 0 0 25px 0; }
   .about_block .big_title { margin: 0 0 25px 0; }
   .list li { font-size: 14px; }
   .about_block { margin: 0 0 45px 0; }
   .range_block .big_title { margin: 0 0 25px 0; }
   .range_item { flex: 0 0 100%; }
   .range_image { max-height: 220px; height: 220px; }
   .range_content { padding: 25px 20px; }
   .range_text { font-size: 15px; }
   .range_block { margin: 0 0 45px 0; }
   .shop_item { flex: 0 0 100%; }
   .popular_wrapper { column-gap: 0px; justify-content: space-between; row-gap: 15px; }
   .popular_block { margin: 0 0 45px 0; }
   .middle_title { font-size: 25px; margin: 0 0 25px 0; }
   .not_only_left h1 { font-size: 25px; line-height: 30px; margin: 0 0 25px 0; }
   .list li::before { left: -25px; background-size: 75% 75%; background-repeat: no-repeat; background-position: center; }
   .list { margin: 0 0 0 25px; }
   .not_only { margin: 0 0 45px 0; }
   .shop_image img { object-fit: cover; }
   .related_block { margin: 0 0 45px 0; }
   .non_standard_right .big_title, .about_two_left .big_title { font-size: 25px; margin: 0 0 10px 0; }
   .non_standard { margin: 0 0 30px 0; }
   .about_two_text p, .non_standart_text p { font-size: 16px; }
   .stat_about_item { flex: 0 0 100%; }
   .stat_about_item { padding: 14px 20px 24px 20px; }
   .stat_item_num { font-size: 35px; }
   .about_two { margin: 0 0 45px 0; }
   .faq .big_title { margin: 0 0 20px 0; }
   .faq_wrapper { padding: 20px 20px 30px 20px; }
   .faq_item { padding: 0 0 15px 0; }
   .faq_title, .faq_text { font-size: 15px; line-height: 20px; }
   .faq { padding: 30px 0 50px 0; margin: 0 0 45px 0; }
   .history_partner_item { flex: 0 0 100%; padding: 30px 20px 35px 30px; }
   .history_partner_text { font-size: 15px; }
   .history_partner_text p { font-size: 14px; line-height: 1.2; }
   .link_block a { font-size: 14px; }
   .history_partner { margin: 0 0 45px 0; }
   .sertificat_item { flex: 0 0 calc(50% - 10px); }
   .form_order_block .form_text { font-size: 18px; margin: 0 0 15px 0; }
   .form_order_block .big_title { margin: 0 0 13px 0; }
   .form_left form input { flex: 0 0 100%; }
   .form_order_block { margin: 0 0 45px 0; }
   footer { padding: 32px 0 0 0; }
   .footer_menu ul { display: block; }
   .footer_wrapper { gap: 20px; }
   .policy_left { flex-direction: column; gap: 15px; }
   .policy_right, .policy_right a { text-align: left; }
   .policy_wrapper { gap: 30px; }
   .stat_block .stat_about_item { flex: 0 0 100%; }
   .stat_block { margin: 25px 0 45px 0; }
   .smart { padding: 45px 0; }
   .quote_block { padding-left: 30px; }
   .quote_text { font-size: 15px; }
   .quote_block .icon { position: absolute; top: 12px; left: 30px; }
   .sleep { padding: 45px 0; }
   .sleep .big_title { margin: 0 0 25px 0; font-size: 25px; }
   .sleep_wrapper { padding: 30px 20px; }
   .sleep_center { max-width: 100%; width: 100%; }
   .working_top { width: 100%; margin: 0 0 15px 0; }
   .working_top img { width: 80%; height: 80%; }
   .working_top .working_logo { display: flex; justify-content: center; }
   .center_text { font-size: 15px; }
   .sleep { margin: 0 0 45px 0; }
   .about_block.hostel ul { margin: 0 0 0 25px; }
   .about_block.hostel ul li { font-size: 14px; }
   .popular_block.hostel { padding: 50px 0; }
   .popular_block.hostel .big_title { font-size: 25px; margin: 0 0 25px 0; }
   .popular_block.hostel { margin: 0 0 45px 0; }
   .hostel_one .about_two_text p { font-size: 16px; }
   .hostel_two { padding: 50px 0; }
   .down_title { font-size: 25px; }
   .down_image_item { flex: 0 0 100%; }
   .down_block_image { row-gap: 15px; }
   .hostel_two { margin: 0 0 45px 0; }
   .create_right .big_title { margin: 0 0 15px 0; }
   .create { margin: 0 0 45px 0; }
   .working .big_title { margin: 0 0 25px 0; text-align: center; }
   .working_item { padding: 30px 20px; }
   .working_title { font-size: 16px; line-height: 18px; margin: 0 0 10px 0; }
   .working_text { font-size: 15px; }
   .working_wrapper { gap: 15px; }
   .working { margin: 0 0 45px 0; }
   .history_partner .big_title { margin: 0 0 25px 0; }
   .form_order_block.hostel .big_title { font-size: 25px; }
main .b24-form-padding-side form div:first-of-type div{
   flex: 0 0 100%;
}
main .b24-form-padding-side form div:first-of-type.b24-form-btn-block{
   width: 100%;
   max-width: 100%;
}

}
@media(max-width:424px) {
   .sertificat_item { flex: 0 0 100%; }
}



/* Для дизайнеров */
/* Для дизайнеров */
/* Для дизайнеров */
/* Для дизайнеров */
/* Для дизайнеров */
/* Для дизайнеров */

@media(max-width:992px) {

   .design_review h1,
   .non_standard h1,
   .desing_slider h1,
   .work h1,
   .range_block h1,
   .advantages_block.design h1,
   .sertificat h1,
   .non_standard h1 {
      font-size: 32px;
      line-height: 40px;
      margin: 0 0 25px 0;
   }

   .advantages_block.design .advantages__col {
      width: 33.33333%;
      max-width: 33.33333%;
   }

   .advantages_block.design .advantages__row {
      flex-wrap: wrap;
      column-gap: 0;
      row-gap: 20px;
   }

   .work_wrraper {
      row-gap: 20px;
      margin-top: 0;
      margin-bottom: 0;
   }

   .work {
      margin-bottom: 60px;
   }

   .swiper_deisng_item_image {
      height: 400px;
   }

   .swiper_deisng .swiper-slide {
      width: 550px;
      max-width: 550px;
   }

   .non_standard_left,
   .non_standard_right {
      height: auto;
      max-height: 100%;
      flex: 0 0 100%;
   }

   .desing_slider {
      margin: 0 0 60px 0;
   }
}

@media(max-width:767px) {

   .design_review h1,
   .non_standard h1,
   .desing_slider h1,
   .work h1,
   .range_block h1,
   .advantages_block.design h1,
   .sertificat h1,
   .non_standard h1 {
      font-size: 24px;
      line-height: 30px;
      margin: 0 0 20px 0;
   }

   .desing_slider .text_des {
      font-size: 16px;
      margin: 0 0 20px 0;
   }

   .swiper_deisng .swiper-slide {
      width: 100%;
      max-width: 100%;
   }

   .swiper_deisng_item_image {
      height: auto;
   }

   .swiper_deisng_item_image img {
      width: 100%;
      height: auto;
   }

   .swiper_deisng_item_title {
      margin: 10px 0 0 0;
      font-size: 16px;
      line-height: 24px;
   }

   .advantages_block.design .advantages__col {
      width: 50%;
      max-width: 50%;
   }

   .advantages_block.design {
      padding-bottom: 40px;
   }
}
/* End */


/* Start:/for-partners/files/css/fancybox.css?166693722815598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */
/* /for-partners/files/library/bootstrap-grid.css?166693722870685 */
/* /for-partners/files/css/style.css?170609282972591 */
/* /for-partners/files/css/media.css?167514901611428 */
/* /for-partners/files/css/fancybox.css?166693722815598 */
