.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;touch-action:none;-moz-user-select:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{transform:translate(0,-18px);top:auto;right:28px}
@charset "UTF-8";
/*!
 * Bootstrap Grid v5.1.3 (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)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: "lg";
  src: url(/fonts/vendor/lightgallery/lg.woff2?64b800aa30714fd916dce5018ba7ad76) format("woff2"), url(/fonts/vendor/lightgallery/lg.ttf?747d038541bfc6bb8ea9118bed9c160e) format("truetype"), url(/fonts/vendor/lightgallery/lg.woff?356a0e9cb064c7a196c612ebf7523686) format("woff"), url(/fonts/vendor/lightgallery/lg.svg?09cd8e9be7081f2166444cce393fe968#lg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(/images/vendor/lightgallery/loading.gif?fcba57cdb89652f9bb54271cc5a9cc0e) no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

body {
  padding: 0;
  margin: 0;
  font-family: "SF Pro Display", sans-serif;
  overflow-x: hidden;
}
body[class*=modal] {
  overflow: hidden;
}
body a {
  text-decoration: none !important;
}
body.modal header {
  z-index: 999;
}
body.modal header.show {
  z-index: 9999 !important;
}
body.bg-image {
  background-image: url("/assets/bg/bg-main.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
  background-color: #f8f8f8;
  height: 100vh;
}
body.bg-image main {
  padding-top: calc(105px + 80px);
}
body.bg-image header a, body.bg-image header span {
  color: #2c2c2c;
}
body.bg-image header .header-utilities__search--icon:after {
  border-color: #2c2c2c;
}
body.bg-image header .header-utilities__search--icon:before {
  background-color: #2c2c2c;
}
body.bg-image header .header-utilities__mobile--menu {
  color: white;
}
body.bg-image header .header-utilities svg {
  color: #2c2c2c;
}
body:not(.bg-image) {
  background-color: #FEFEFE;
}
body.bg-other {
  background-color: #FAFAFA;
}
body.bg-other header {
  background-color: #FAFAFA;
}

header {
  height: 100px;
}
header .header__container {
  max-width: 1560px;
  margin: 0 auto 0 auto;
  padding: 1.5rem 15px 0.625rem;
}
header .header__img img {
  width: 60px;
  height: 72px;
}
header .header-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .header-menu ul {
  display: none;
}
header .header-menu svg {
  transition: transform 0.3s;
}
header .header-menu__li {
  position: relative;
  transition: color 0.3s, border 0.3s;
}
header .header-menu__li a {
  color: #4F4F4F;
}
header .header-menu__li a:hover {
  color: #000;
}
header .header-menu__li:before {
  content: "";
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  position: absolute;
}
header .header-menu__li:before:hover ~ ul {
  display: block;
}
header .header-menu__li ul {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  z-index: 999;
  list-style: none;
  margin: 0;
  border-radius: 20px;
  background: #fff !important;
  padding: 0.375rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.0784313725);
}
header .header-menu__li ul > li {
  width: 180px;
  min-height: 50px;
  display: flex;
  align-items: center;
}
header .header-menu__li ul > li a {
  color: #6F6E72 !important;
  padding: 10px 20px;
  border: 2px solid transparent;
  width: 100%;
  border-radius: 20px;
  transition: color 0.3s, border 0.3s;
}
header .header-menu__li ul > li a:hover {
  color: #323035 !important;
  border: 2px solid #FFD2A4;
}
header .header-menu__li:hover svg {
  transform: rotate(90deg);
}
header .header-menu__li:hover ul {
  display: block;
}
header .header-menu__li--title {
  display: flex;
  align-items: end;
}
header .header-menu__li--title svg {
  height: 16px;
}
header .header__language {
  cursor: pointer;
  margin-right: 2.5rem;
}
header .header__language img {
  width: 30px;
}
header .header__bookmarks {
  cursor: pointer;
  width: 1rem;
}
header .header__bookmarks:hover svg path {
  stroke: #FFD2A4;
}
header .header__menu {
  margin-left: 1.5rem;
}
header .header__menu button {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #323035;
  border: none;
  border-radius: 20px;
  color: #F3F0FF;
  transition: 0.3s;
}
header .header__menu button:hover {
  background-color: #464449;
  border-radius: 10px;
}
header .header__menu button:focus {
  color: #6F6E72;
  border-radius: 30px;
}
header .header__menu button:focus svg path {
  stroke: #6F6E72;
}
header .header__menu button span {
  margin-left: 0.875rem;
}
header .header__menu button > * {
  transition: 0.3s;
}
header .header__mobile {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  background-color: #fff;
  z-index: 999999;
  overflow-y: visible;
}
header .header__mobile-body {
  width: 95%;
  margin: auto;
  overflow-y: visible;
}
header .header__mobile.active {
  transform: translateX(-100%);
}
header .header__mobile--header {
  margin: 0 auto;
}
header .header__mobile--header button {
  height: 56px;
  width: 56px;
}
header .header__mobile--block {
  display: grid;
  grid-template-columns: repeat(var(--grid-cols), 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 10px;
}
header .header__mobile--block-title {
  grid-column: 1/-1;
  color: #0D0B0F;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  margin-top: 2.75rem;
  margin-bottom: 1.25rem;
}
header .header__mobile--block-item {
  background-color: #f9f9f9;
  padding: 0.875rem 0.75rem;
  border-radius: 10px;
  line-height: 30px;
}
header .header__mobile--block-item a {
  color: #000;
}
header .header__mobile--block-item p {
  margin: 0;
}

/*header {
    height: 105px;
    position: fixed;
    width: 100%;
    z-index: 99999;
    padding: 20px 0;
    background-color: white;

    .header {
        &-menu__container {
            .page-title {
                display: none;
            }
        }

        &-main {
            &__mobile {
                display: none;
            }

            .mobile-title {
                display: none;
            }
        }
    }

    .mobile-close {
        display: none;
    }

    .header {
        &-logo {
            img {
                height: 105px;
            }
        }

        &-utilities {
            display: flex;
            height: 100%;
            align-items: center;
            justify-content: flex-end;

            &__search {
                position: relative;

                &--icon {
                    position: relative;
                    width: 20px;
                    height: 25px;
                    margin-left: auto;

                    &:after, &:before {
                        content: '';
                        position: absolute;
                        margin: auto;
                    }

                    &:after {
                        width: 20px;
                        height: 20px;
                        top: 0;
                        left: 0;
                        border: 1px solid #2c2c2c;
                        border-radius: 50%;
                    }

                    &:before {
                        width: 1px;
                        height: 4px;
                        bottom: 0;
                        right: 0;
                        background-color: #2c2c2c;
                        border-radius: 10px;
                        transform: rotate(-45deg);
                    }
                }

                &--form {
                    width: 0;
                    background-color: white;
                    right: -5px;
                    z-index: 1;
                    height: 45px;
                    position: absolute;
                    top: -10px;
                    border: 1px solid silver;
                    display: none;
                    transition: .3s;

                    .search-input {
                        padding: 5px 10px;
                        display: flex;
                        align-items: center;
                        border-radius: 10px;

                        input {
                            outline: none;
                            width: 100%;
                            border: none;
                            height: 35px;
                            border-radius: 10px;
                        }

                        span {
                            font-size: 0;
                        }
                    }
                }


                &:hover .header-utilities__search--form {
                    width: 270px;
                    display: block;
                }
            }

            &__lang {
                margin-left: 30px;

                img {
                    width: 36px;
                    height: 24px;
                    border-radius: 5px;
                }
            }
        }

        &-menu {
            display: flex;
            list-style: none;
            justify-content: space-between;
            align-items: center;
            height: 100%;
            margin: 0;
            padding: 0;
            position: relative;

            &__li {
                font-weight: 600;
                letter-spacing: 1px;
                position: relative;

                &:last-child {
                    ul {
                        left: -100px;
                        max-width: 300px;

                        li {
                            font-size: 18px;
                            margin-bottom: 10px;

                            &:not(:first-child) {

                            }

                            span {
                                display: block;
                                margin-bottom: 20px;
                                color: #6c757d;
                                font-size: 12px;
                            }
                        }

                        img {
                            width: 18px;
                            margin-right: 10px;
                        }

                        padding: 5px;
                    }
                }

                a, span {
                    color: #2c2c2c;
                    text-decoration: none;
                }

                &:before {
                    content: '';
                    position: absolute;
                    top: -100%;
                    width: 0;
                    height: 2px;
                    background-color: #d6a771;
                    transition: width .3s;
                    transition-delay: .15s;
                }

                &:after {
                    content: "";
                    bottom: -15px;
                    left: 0;
                    width: 100%;
                    height: 15px;
                    position: absolute;
                }

                &:hover {
                    & > a, & > span {
                        color: #d6a771;
                    }

                    &:before {
                        width: 100%;
                    }
                }

                ul {
                    display: none;
                    position: absolute;
                    top: calc(100% + 15px);
                    min-width: 100%;
                    width: max-content;
                    list-style: none;
                    margin: 0;
                    background-color: white;
                    border-radius: 10px;
                    padding: 10px 10px;
                    max-width: 260px;

                    &:hover {
                        display: block;
                    }

                    li {
                        padding: 10px;

                        a {
                            color: #2c2c2c;
                            transition: .3s;
                        }

                        &:hover {
                            a {
                                color: #D6A771;
                            }
                        }
                    }
                }

                &--title {
                    position: relative;

                    svg {
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 95%;
                        margin: auto;
                        height: 15px;
                        transition: .3s;
                        transition-delay: .15s;
                    }
                }

                &:hover {
                    svg {
                        transform: rotate(90deg);
                    }

                    ul {
                        display: block;
                    }
                }
            }
        }
    }
}*/
main {
  position: relative;
}
main .search-card {
  background-color: transparent;
  padding: 35px;
  position: relative;
  border-radius: 38px;
  height: 370px;
  z-index: 999;
}
main .search-card .loading-filters .nouislider {
  background-color: white !important;
}
main .search-card:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  z-index: -1;
  border-radius: 38px;
}
main .search-card__filter {
  position: relative;
}
main .search-card__filter:not(:last-child) {
  margin-bottom: 45px;
}
main .search-card__filter--title {
  font-size: 16px;
  opacity: 0.5;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
main .search-card__filter--select {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 22px;
  padding: 0;
  background-color: transparent;
  color: #2c2c2c;
}
main .search-card__filter .nouislider .select-dropdown__label {
  color: white;
}
main .search-card__filter .select-dropdown__label {
  color: #2c2c2c;
  font-size: 18px;
}
main .search-card__filter--input {
  border: none;
  font-size: 22px;
  padding: 0;
  background-color: transparent;
  color: #2c2c2c;
}
main .search-card .cities-menu {
  overflow: auto;
  position: absolute;
  width: 70%;
  height: 90%;
  opacity: 0;
  left: 100%;
  display: none;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: white;
  border-radius: 37px;
  transition: 0.3s;
  transition-delay: 0.15s;
  z-index: -1;
  padding: 15px 0;
}
main .search-card .cities-menu:hover {
  opacity: 1;
  z-index: 1;
  display: block;
}
main .search-card .cities-menu:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  height: 100%;
  width: 5px;
}
main .search-card .cities-menu ul {
  list-style: none;
  color: #2c2c2c;
  opacity: 0.59;
  position: absolute;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 70%;
}
main .search-card .cities-menu ul li {
  padding: 20px 35px;
  transition: 0.15s;
  border-radius: 10px;
}
main .search-card .cities-menu ul li.city-selected {
  position: relative;
  background-color: rgb(250, 250, 250);
  color: #1f1f1f;
}
main .search-card .cities-menu ul li.city-selected:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 15px;
  height: 15px;
  background-size: 100%;
  background-image: url("/assets/icons/check.svg");
  background-position: center;
  background-repeat: no-repeat;
}
main .search-card .cities-menu ul li:hover {
  background-color: rgb(250, 250, 250);
}
main .search-card__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 105px;
  border-radius: 37px;
  border: none;
  background-position: 100% 0;
  background-color: #D6A771;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
main .search-card__button:hover + .cities-menu {
  opacity: 1;
  z-index: 1;
  display: block;
}
main .search-card__button .icon-search {
  transition: 0.3s;
}
main .search-card__button .icon-search:after {
  border-color: white;
}
main .search-card__button .icon-search:before {
  background-color: white;
}
main .search-card__button:hover {
  background-color: #F0C491;
}
main .search-card__button:hover .icon-search {
  transform: scale(1.3);
}
main .search-card__button:focus {
  background-image: linear-gradient(180deg, rgb(214, 167, 113) 0%, rgb(255, 184, 100) 100%);
}
main .search-card__button:focus .icon-search {
  transform: scale(1.3);
}
main .feedback-image {
  width: 100%;
  border-radius: 35px;
}
main .feedback-inline {
  padding: 20px 35px;
  border-radius: 35px;
  box-shadow: 5px 5px 27px -5px rgba(34, 60, 80, 0.1);
}
main .feedback-inline input, main .feedback-inline textarea {
  border: 1px solid #ddd !important;
  box-shadow: 5px 5px 27px -5px rgba(34, 60, 80, 0.1);
}
main .contacts {
  display: flex;
  flex-wrap: wrap;
  height: 50%;
  margin-top: 0;
  margin-bottom: 30px;
}
main .contacts__title {
  font-size: 60px;
  width: 90%;
  margin-bottom: 40px;
  color: #2c2c2c;
}
main .contacts__title p {
  margin: 0;
}
main .contacts-grid > div {
  margin-bottom: 45px;
}
main .contacts .row {
  width: 100%;
}
main .contacts-phone, main .contacts-email {
  margin-top: 80px;
}
main .contacts-phone__title, main .contacts-email__title {
  font-size: 16px;
  color: #2c2c2c;
  margin-bottom: 20px;
}
main .contacts-phone__value a, main .contacts-email__value a {
  color: #2c2c2c;
  text-decoration: none;
  font-size: 24px;
}
main .contacts .show-all {
  color: white;
  text-decoration: none;
}
main .advantages {
  margin-top: 100px;
}
main .advantage-item {
  text-align: center;
}
main .advantage-item__title {
  font-size: 32px;
  color: white;
}
main .advantage-item__text {
  font-size: 18px;
  color: white;
  opacity: 65%;
  margin-top: 20px;
}
main .show-by-grid .catalog-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
main .show-by-grid .catalog-list .list-item {
  width: calc(25% - 60px);
  padding: 15px;
  margin: 0 15px 15px;
}
main .show-by-grid .catalog-list .list-item .grid-view {
  display: block;
}
main .show-by-grid .catalog-list .list-item .grid-view .catalog-list__item--main {
  margin-top: 20px;
  margin-bottom: 20px;
}
main .show-by-grid .catalog-list .list-item .grid-view .catalog-list__item--main .main-info {
  height: 150px;
}
main .show-by-grid .catalog-list .list-item .grid-view .catalog-list__item--additional {
  width: 100%;
  height: auto;
  display: block;
}
main .show-by-grid .catalog-list .list-item .list-view {
  display: none !important;
}
main .catalog-filters {
  height: 50px;
  background-color: #F9F9F9;
  margin-bottom: 40px;
  position: relative;
  z-index: 99;
}
main .catalog-filters > .container {
  max-width: 1200px;
}
main .catalog-filters .cities-dropdowns {
  background-color: #d6a771 !important;
  left: -180px !important;
}
main .catalog-filters .cities-dropdowns > li > label {
  color: white;
}
main .catalog-filters .cities-dropdowns .cities-menu__item {
  max-width: 240px;
  padding: 0 !important;
}
main .catalog-filters .cities-dropdowns .cities-menu__item:before {
  left: 0;
  bottom: -25px !important;
  height: 25px;
  content: "";
  position: absolute;
  width: 100%;
}
main .catalog-filters .cities-dropdowns .cities-menu__item:before:hover ul {
  display: block;
}
main .catalog-filters .cities-dropdowns .cities-menu__item ul {
  left: 0 !important;
  margin-top: 0;
  width: calc(100% - 10px);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  top: calc(100% + 10px);
  max-height: 240px;
  overflow: auto;
  overflow-x: hidden;
}
main .catalog-filters .cities-dropdowns .cities-menu__item ul:not(.show) {
  display: none !important;
}
main .catalog-filters .cities-dropdowns .cities-menu__item:hover ul {
  display: block;
}
main .catalog-filters ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  background-color: #F9F9F9;
}
main .catalog-filters ul li:last-child a {
  color: #2c2c2c;
  transition: 0.3s;
}
main .catalog-filters ul li:last-child a:hover {
  color: #d6a771;
}
main .catalog-filters__item {
  position: relative;
  cursor: pointer;
}
main .catalog-filters__item:hover .cities-dropdowns {
  display: flex !important;
}
main .catalog-filters__item:nth-last-child(2) .dropdown-filter {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
main .catalog-filters__item:nth-last-child(2) .dropdown-filter .select-dropdown__scroll {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
main .catalog-filters__item span {
  font-weight: 300;
}
main .catalog-filters__item a {
  color: #2c2c2c;
}
main .catalog-filters__item ul.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: white;
  height: auto;
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
  box-shadow: 0 0 15px 0 rgba(34, 60, 80, 0.05);
  border-radius: 15px;
}
main .catalog-filters__item ul.dropdown-menu li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
  text-align: center;
}
main .catalog-filters__item ul.dropdown-menu li:first-child {
  padding-top: 10px;
}
main .catalog-filters__item ul.dropdown-menu li:last-child {
  padding-bottom: 10px;
}
main .catalog-filters__item ul.dropdown-menu li label {
  padding: 20px 40px 20px 30px;
  border-radius: 5px;
  width: 100%;
  position: relative;
}
main .catalog-filters__item ul.dropdown-menu li label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  background-size: 100%;
  background-image: url(/assets/icons/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  display: none;
}
main .catalog-filters__item ul.dropdown-menu li input {
  display: none;
}
main .catalog-filters__item ul.dropdown-menu li input:checked + label {
  color: #D6A771;
  background-color: rgba(128, 128, 128, 0.03);
}
main .catalog-filters__item ul.dropdown-menu li input:checked + label:after {
  display: block;
}
main .catalog-filters__item ul.dropdown-menu:hover {
  display: block;
}
main .catalog-filters__item ul.dropdown-menu:before {
  content: "";
  position: absolute;
  top: -20px;
  height: 20px;
  width: 100%;
}
main .catalog-filters__item .dropdown-filter {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: white;
  height: auto;
  width: 280px;
  margin-top: 20px;
  box-shadow: 0 0 15px 0 rgba(34, 60, 80, 0.05);
  z-index: 999;
  padding: 20px 30px;
}
main .catalog-filters__item .dropdown-filter.show {
  display: block !important;
}
main .catalog-filters__item .dropdown-filter:hover {
  display: block;
}
main .catalog-filters__item .dropdown-filter:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  height: 40px;
  width: 100%;
}
main .catalog-filters__item .dropdown-filter .nouislider {
  width: 100%;
  display: block !important;
  position: relative !important;
  height: auto;
  padding: 0;
  overflow: visible;
  text-align: center;
}
main .catalog-filters__item .dropdown-filter .nouislider input {
  height: 20px;
  padding: 10px;
  box-shadow: 0px 0px 20px -4px rgba(64, 64, 64, 0.1411764706);
}
main .catalog-filters__item .dropdown-filter input {
  background-color: white;
  border: none;
  width: 100%;
  height: 40px;
  font-size: 18px;
}
main .catalog-filters__item svg {
  width: 16px;
  height: 16px;
  transition: 0.3s;
  margin-bottom: -3px;
  margin-left: 10px;
}
main .catalog-filters__item:hover svg {
  transform: rotate(90deg);
}
main .catalog-filters__item:hover ul.dropdown-menu, main .catalog-filters__item:hover .dropdown-filter {
  display: block;
}
main .catalog-info {
  display: flex;
  justify-content: space-between;
  color: #ACACAC;
  font-size: 12px;
  margin-bottom: 40px;
}
main .catalog-info__options {
  display: flex;
  align-items: center;
}
main .catalog-info__options--view {
  margin-right: 10px;
}
main .catalog-info__options--view [class^=view-].active {
  color: #2c2c2c;
}
main .catalog-info__options--view svg {
  width: 24px;
}
main .catalog-list .list-item {
  border: 1px solid rgba(192, 192, 192, 0.2196078431);
  box-shadow: 0 0 15px 0 rgba(34, 60, 80, 0.05);
  margin-bottom: 15px;
  padding: 10px 0px 10px 15px;
}
main .catalog-list .grid-view {
  display: none;
}
main .catalog-list .grid-view .catalog-list__item.preview img {
  height: 230px;
}
main .catalog-list__item {
  background-color: white;
  border-radius: 10px;
}
main .catalog-list__item.disabled .preview {
  filter: grayscale(1) brightness(100%);
}
main .catalog-list__item.preview {
  font-size: 0;
}
main .catalog-list__item.preview img {
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
main .catalog-list__item.characters ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
main .catalog-list__item.characters ul li {
  font-weight: 300;
  display: grid;
  align-items: center;
  font-size: 12px;
  grid-template-areas: "icon title" "icon value";
}
main .catalog-list__item.characters ul li:not(:last-child) {
  margin-right: 25px;
}
main .catalog-list__item.characters ul li img {
  grid-area: icon;
}
main .catalog-list__item.characters ul li span:first-child {
  grid-area: title;
}
main .catalog-list__item.characters ul li span:last-child {
  grid-area: value;
}
main .catalog-list__item.characters ul li img {
  margin-right: 10px;
  max-width: 32px;
  filter: invert(100%) sepia(20%) saturate(7208%) hue-rotate(308deg) brightness(87%) contrast(90%);
}
main .catalog-list__item.address, main .catalog-list__item.price {
  width: 100%;
}
main .catalog-list__item.address .city {
  font-size: 22px;
  color: #2c2c2c;
  margin-bottom: 20px;
}
main .catalog-list__item.address .address {
  color: #b0b0b0;
  font-size: 12px;
}
main .catalog-list__item.price {
  font-size: 22px;
  font-weight: 500;
}
main .catalog-list__item--main {
  display: flex;
  align-items: center;
  height: 100%;
}
main .catalog-list__item--main .main-info {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  height: 90%;
}
main .catalog-list__item--additional {
  height: 170px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  margin: auto 0;
  padding-right: 25px;
}
main .catalog-list__item--additional .href {
  width: 100%;
  text-align: right;
}
main .catalog-list__item--additional .status {
  padding: 0 15px;
  height: 40px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-size: 12px;
}
main .catalog-list__item--additional .favorite {
  width: 40px;
  height: 40px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-size: 12px;
  background-color: #D6A771;
  cursor: pointer;
}
main .catalog-list__item--additional .favorite svg {
  width: 20px;
  height: 20px;
}
main .catalog-list__item--additional .favorite.bookmarks svg {
  fill: white;
}
main .catalog-list__item--additional .href a {
  color: #2c2c2c;
  text-decoration: none;
}
main .catalog-list__item--additional .href a span {
  margin-right: 10px;
  border-bottom: 1px solid #2c2c2c;
}
main .catalog-text {
  padding: 80px 85px;
  background-color: white;
  border-radius: 37px;
  color: #8B8B8C;
  line-height: 16px;
  box-shadow: 0 0 15px 0 rgba(34, 60, 80, 0.05);
}
main .catalog-text p {
  font-family: "SF Pro Display", sans-serif !important;
  margin: 0;
}
main .locations-map.fixed {
  position: fixed;
}
main .locations-map.absolute {
  position: absolute;
}
main .locations-map img {
  width: 100%;
}
main .pagination {
  list-style: none;
  padding: 0;
  display: flex;
  max-width: 50%;
  margin: 60px auto;
  justify-content: space-between;
}
main .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
main .pagination-item.active a {
  color: #d6a771 !important;
}
main .pagination-item a {
  color: #2c2c2c;
  text-decoration: none;
  width: 35px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .pagination-item__button {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .pagination-item__button a {
  color: #2c2c2c;
}
main .pagination-item:hover a {
  color: rgba(214, 167, 113, 0.66);
}
main .social-media {
  display: flex;
  justify-content: right;
}
main .social-media > a {
  background-color: #BABABA;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
main .social-media > a:not(:last-child) {
  margin-right: 20px;
}
main .social-media > a img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
main .social-media > a:hover img {
  filter: brightness(1) invert(0);
}
main .object-header {
  color: #2c2c2c;
  margin-bottom: 55px;
}
main .object-header__title {
  font-size: 32px;
  margin-bottom: 10px;
}
main .object-header__views {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #A8A8A8;
}
main .object-header__views svg {
  width: 20px;
  margin-right: 10px;
}
main .object-header__amount {
  display: flex;
  align-items: center;
  justify-content: right;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  flex-wrap: wrap;
}
main .object-header__amount--price {
  font-size: 52px;
  margin-right: 25px;
}
main .object-header__amount--mortgage {
  font-size: 14px;
}
main .object-header__amount--mortgage p {
  margin: 0;
}
main .object-header__amount--mortgage p:first-child {
  margin-bottom: 10px;
}
main .object-gallery {
  margin-bottom: 100px;
}
main .object-gallery__big {
  position: relative;
  margin-bottom: 20px;
}
main .object-gallery__big--item {
  width: 60%;
  display: block;
}
main .object-gallery__big--item img {
  height: 615px;
  font-size: 0;
  width: 100%;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
main .object-gallery__big--map {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
}
main .object-gallery__big--map #detail-map {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  overflow: hidden;
}
main .object-gallery__big--controls {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  justify-content: space-between;
}
main .object-gallery__big--controls img {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 45px;
  width: 45px;
  margin: auto;
}
main .object-gallery__big--controls img.disabled {
  opacity: 0.5;
}
main .object-gallery__big--controls img.forward {
  right: 20px;
}
main .object-gallery__big--controls img.backward {
  left: 20px;
}
main .object-gallery__small {
  position: relative;
}
main .object-gallery__small--container {
  display: flex;
  overflow: hidden;
  position: relative;
}
main .object-gallery__small--item:not(:first-child) {
  margin-left: 5px;
}
main .object-gallery__small--item img {
  width: 335px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
main .object-gallery__small--controls {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  justify-content: space-between;
}
main .object-gallery__small--controls img {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 45px;
  width: 45px;
  margin: auto;
}
main .object-gallery__small--controls img.disabled {
  opacity: 0.5;
}
main .object-gallery__small--controls img.forward {
  right: 20px;
}
main .object-gallery__small--controls img.backward {
  left: 20px;
}
main .object-characters.big-img {
  margin-top: 40px;
}
main .object-characters.big-img .object-characters__item {
  padding: 10px;
}
main .object-characters.big-img .object-characters__item--icon {
  max-height: 100%;
  height: 90%;
  border-radius: 25px;
  width: 100%;
}
main .object-characters__item {
  background-color: white;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px;
  box-shadow: 5px 5px 27px -5px rgba(34, 60, 80, 0.1);
  margin-bottom: 20px;
  border-radius: 30px;
}
main .object-characters__item--icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  margin-bottom: 30px;
}
main .object-characters__item--title {
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #2c2c2c;
}
main .object-manager .manager-info {
  padding: 0;
}
main .object-manager__header {
  border-radius: 30px;
  padding: 0 50px 0px;
  margin-bottom: 20px;
}
main .object-manager__header--position {
  color: #808080;
  font-size: 18px;
  margin-bottom: 15px;
}
main .object-manager__header--name {
  display: flex;
  margin-bottom: 30px;
}
main .object-manager__header--name span {
  font-size: 28px;
  font-weight: 400;
  margin-right: 30px;
}
main .object-manager__header--phone {
  display: block;
  font-size: 24px;
  background-color: #efc491;
  text-align: center;
  padding: 1rem 0;
  color: white;
  border-radius: 20px;
  font-weight: bold;
}
main .object-manager__header--phone a {
  color: white;
}
main .object-manager__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 35px;
  height: 250px;
}
main .object-manager__advantage {
  padding: 55px 45px;
  border-radius: 35px;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: 5px 5px 27px -5px rgba(34, 60, 80, 0.1);
}
main .object-manager__advantage--icon {
  margin-bottom: 30px;
}
main .object-manager__advantage--icon img {
  width: 70px;
  height: 70px;
}
main .object-manager__advantage--title {
  font-size: 18px;
  margin-bottom: 20px;
}
main .object-manager__advantage--short {
  font-size: 14px;
}
main .object-description {
  margin-bottom: 115px;
}
main .object-description__title {
  font-size: 28px;
  margin-bottom: 50px;
}
main .object-description__text h1 {
  color: #d6a771 !important;
}
main .object-description__text p, main .object-description__text span {
  font-size: 18px !important;
  line-height: 20px !important;
  color: #8B8B8C !important;
  font-family: "SF Pro Display", sans-serif !important;
  white-space: pre-wrap !important;
  background-color: transparent !important;
}
main .object-description__text ul {
  list-style: none; /* Remove default bullets */
}
main .object-description__text ul li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #D6A771; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
main .object-description__characters {
  padding: 0;
  margin: 0 0 40px 0;
  list-style: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
main .object-description__characters li {
  position: relative;
  font-size: 22px;
  color: #8B8B8C;
  padding-left: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
main .object-description__characters li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 15px;
  height: 15px;
  background-size: 100%;
  background-image: url(/assets/icons/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}
main .object-description__pdf {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}
main .object-description__pdf--icon {
  background-color: #D6A771;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 10px;
}
main .object-description__pdf--title {
  margin-bottom: 10px;
}
main .object-description__pdf--actions .size {
  color: #ccc;
  margin-right: 20px;
}
main .object-description__pdf--actions .download {
  color: #0D8E35;
  text-decoration: none;
}
main .object-description__pdf--info {
  width: calc(100% - 80px);
}
main .calculator {
  background-color: white;
  box-shadow: 5px 5px 27px -5px rgba(34, 60, 80, 0.1);
  padding: 90px 220px;
  border-radius: 35px;
}
main .calculator-title {
  font-size: 54px;
  font-weight: lighter;
  margin-bottom: 100px;
}
main .calculator-body__select {
  margin-bottom: 40px;
}
main .calculator-body__select .select-dropdown__label {
  height: 60px;
  display: flex;
  align-items: center;
  box-shadow: 5px 5px 27px -5px rgba(34, 60, 80, 0.1);
  color: #2c2c2c;
  padding-left: 30px;
}
main .calculator-body__select label {
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px;
  display: block;
}
main .calculator-body__select select {
  width: 100%;
  border: none;
  border-radius: 10px;
  height: 60px;
  background-color: white;
  box-shadow: 5px 5px 27px -5px rgba(34, 60, 80, 0.1);
  padding: 0 30px;
  font-size: 18px;
}
main .calculator-body__input {
  margin-bottom: 40px;
}
main .calculator-body__input label {
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px;
  display: block;
}
main .calculator-body__input input {
  width: calc(100% - 60px);
  border: none;
  border-radius: 10px;
  height: 60px;
  background-color: white;
  box-shadow: 5px 5px 27px -5px rgba(34, 60, 80, 0.1);
  padding: 0 30px;
  font-size: 18px;
}
main .about {
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
}
main .about-container {
  background-color: white;
  padding: 0;
  box-shadow: 0px 19px 29px 4px rgba(34, 60, 80, 0.13);
  margin-bottom: 140px;
}
main .about-description {
  width: 80%;
  margin: auto;
  color: #2c2c2c;
  background-position: center;
  background-size: 100% 200px;
}
main .about-description__title {
  font-size: 66px;
  font-weight: lighter;
}
main .about-description__title.blog {
  margin-bottom: 140px;
  display: flex;
  align-items: flex-end;
  height: 60vh;
  padding: 60px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 25px;
  color: white;
}
main .about-description__text {
  line-height: 24px !important;
  font-size: 18px !important;
  padding-bottom: 80px;
  padding-top: 40px;
}
main .about-description__text.blog {
  padding: 0 60px;
}
main .about-team > .row {
  justify-content: space-between;
  align-items: center;
}
main .about-team > .row:first-child {
  margin-bottom: 80px;
}
main .about-team__card {
  position: relative;
  margin-bottom: 20px;
}
main .about-team__card--photo {
  font-size: 0;
}
main .about-team__card--photo img {
  border-radius: 40px;
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
main .about-team__card--photo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 5%, rgba(179, 182, 255, 0) 35%);
  z-index: 1;
}
main .about-team__card--info {
  position: absolute;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding: 55px;
}
main .about-team__card--info .name {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 25px;
}
main .about-team__card--info .desc {
  line-height: 24px;
}
main .cv-form {
  padding-top: 150px;
  margin-bottom: 240px;
  background-image: url("/assets/bg/cv-form.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 50%;
}
main .cv-form__header {
  margin-bottom: 70px;
}
main .cv-form__header--title {
  color: #2c2c2c;
  font-size: 46px;
  font-weight: lighter;
  margin-bottom: 50px;
}
main .cv-form__header--text {
  color: #747474;
  font-size: 18px;
  line-height: 20px;
}
main .cv-form__body--input {
  margin-bottom: 30px;
}
main .cv-form__body--input label {
  color: #2c2c2c;
  margin-bottom: 20px;
  display: block;
}
main .cv-form__body--input input {
  background-color: white;
  border: none;
  width: calc(100% - 60px);
  height: 60px;
  padding: 0 30px;
  border-radius: 15px;
  box-shadow: 5px 5px 27px -5px rgba(34, 60, 80, 0.1);
}
main .cv-form__body--checkbox {
  position: relative;
}
main .cv-form__body--checkbox:not(:last-child) {
  margin-bottom: 30px;
}
main .cv-form__body--checkbox input[type=checkbox] {
  display: none;
}
main .cv-form__body--checkbox input[type=checkbox]:checked + label:after {
  display: block;
}
main .cv-form__body--checkbox label {
  padding-left: 35px;
  color: #646464;
  line-height: 24px;
}
main .cv-form__body--checkbox label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #909093;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
main .cv-form__body--checkbox label:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #D6A771;
  position: absolute;
  left: 4px;
  top: 4px;
  display: none;
  margin: auto;
  border-radius: 50%;
}
main .cv-form__body--button.filled button {
  background-color: #F0C491;
  color: white;
}
main .cv-form__body--button:not(.filled) button {
  border: 2px solid #D6A771;
  color: #D6A771;
}
main .cv-form__body--button button {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 18px;
  background-color: white;
  font-weight: bold;
  font-size: 16px;
}
main .faq {
  background-color: white;
  padding: 140px;
  background-image: url("/assets/bg/faq-bg.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
main .faq-title {
  font-size: 62px;
  font-weight: lighter;
  color: #2c2c2c;
  margin-bottom: 115px;
}
main .faq-list__item {
  color: #2c2c2c;
}
main .faq-list__item:not(:last-child) {
  border-bottom: 1px solid #F0F0F0;
}
main .faq-list__item.show .collapse-icon:before {
  border-color: #d6a771;
}
main .faq-list__item.show .collapse-icon svg {
  transform: rotate(45deg);
  color: #D6A771;
}
main .faq-list__item--title {
  font-size: 20px;
  margin: 45px 0;
  position: relative;
  transition: 0.3s;
}
main .faq-list__item--title .collapse-icon {
  transition: 0.3s;
}
main .faq-list__item--title .collapse-icon:before {
  content: "";
  position: absolute;
  right: 5px;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  transition: 0.3s;
}
main .faq-list__item--title .collapse-icon svg {
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 24px;
  width: 24px;
  transition: 0.3s;
  color: #000;
}
main .faq-list__item--title:hover {
  color: #d6a771;
}
main .faq-list__item--title:hover .collapse-icon:before {
  border-color: #d6a771;
}
main .faq-list__item--title:hover .collapse-icon svg {
  color: #D6A771;
}
main .faq-list__item--text {
  display: none;
  overflow: hidden;
  line-height: 24px;
  transition: 0.3s;
  margin-bottom: 45px;
}
main .faq-list__item.show .faq-list__item--text {
  display: block;
}
main .career {
  position: relative;
  height: 575px;
  display: flex;
  align-items: center;
}
main .career:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  margin: auto;
  background-image: url("/assets/bg/career-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 140%;
}
main .career-header {
  width: 100%;
  background-color: white;
  height: 415px;
  display: flex;
  align-items: center;
}
main .career-header__title {
  font-size: 42px;
  font-weight: lighter;
  margin-bottom: 40px;
}
main .career-header__short {
  font-size: 18px;
}
main .career-page .about-team > .row:first-child > div:first-child {
  font-size: 52px;
  font-weight: lighter;
}
main .career-page .about-team .desc {
  font-size: 16px;
}
main .blog {
  margin-bottom: 100px;
}
main .blog-title {
  padding: 70px 0;
}
main .blog-title .row {
  align-items: center;
}
main .blog-title .row > div:first-child {
  font-size: 54px;
  font-weight: lighter;
}
main .blog-list__item {
  border-radius: 38px;
  position: relative;
  margin-bottom: 20px;
}
main .blog-list__item--img {
  font-size: 0;
}
main .blog-list__item--img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 2%, rgba(179, 182, 255, 0) 50%);
  z-index: 1;
}
main .blog-list__item--img img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 38px;
}
main .blog-list__item--header {
  color: white;
}
main .blog-list__item--header.block {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 60px;
  width: calc(100% - 120px);
}
main .blog-list__item--header.title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
main .blog-list__item--header.short {
  font-size: 12px;
  line-height: 14px;
}
main .social-media.main-page {
  flex-wrap: wrap;
  align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
main .social-media.main-page a {
  margin-bottom: 10px;
  margin-right: 0;
}
main .social-media.main-page a:hover img {
  filter: brightness(0) invert(1);
}
main .social-media.main-page .social-media__facebook {
  background-color: #3B5998;
}
main .social-media.main-page .social-media__google {
  background-color: #DB4A39;
}
main .social-media.main-page .social-media__instagram {
  background-color: #eaeaea;
}
main .social-media.main-page .social-media__instagram:hover img {
  filter: none;
}
main .social-media.main-page .social-media__instagram img {
  filter: none;
}

footer {
  background-color: rgba(249, 249, 249, 0.5882352941);
  padding: 5rem 1.25rem 0.85rem;
  margin-top: 5rem;
}
footer .footer-container {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 15.5% repeat(3, 1fr);
  grid-gap: 4rem;
  padding-bottom: 5rem;
}
footer .footer__logo {
  width: 5rem;
  margin-bottom: 1.25rem;
}
footer .footer__copyright {
  color: #4F4F4F;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 22px;
}
footer .footer__copyright:last-child {
  margin-bottom: 2.5rem;
}
footer .footer__blocks {
  display: flex;
  margin-top: 2.5rem;
}
footer .footer__blocks-item {
  height: 2.5rem;
  width: 2.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.625rem;
}
footer .footer__blocks-item img, footer .footer__blocks-item svg {
  width: 1rem;
  height: 1rem;
  filter: grayscale(1);
  transition: filter 0.3s;
}
footer .footer__blocks-item:hover img, footer .footer__blocks-item:hover svg {
  filter: grayscale(0);
}
footer .footer__block-title {
  font-size: 1.125rem;
  color: #4F4F4F;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
footer .footer__block-content {
  display: grid;
  grid-gap: 1.25rem;
  list-style: none;
  padding-left: 0;
}
footer .footer__block-content li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 1.125rem;
}
footer .footer__block-content li svg {
  width: 1.25rem;
  margin-right: 0.625rem;
}
footer .footer__block-content li a {
  color: #0D0B0F;
  letter-spacing: -0.03em;
  transition: color 0.3s;
}
footer .footer__block-content li:hover a {
  color: #FFD2A4;
}
footer .footer__designer {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
footer .footer__designer > a {
  display: flex;
  align-items: center;
  color: #6F6E72;
  position: relative;
}
footer .footer__designer > a svg {
  margin-left: 0.5rem;
  margin-right: 0.25rem;
}
footer .footer__designer > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -0.25rem;
  background: linear-gradient(90deg, rgba(255, 43, 86, 0), rgb(255, 43, 86));
}

.callback-modal {
  bottom: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
  transition: 0.3s;
  display: none;
  left: 0;
  margin: auto;
  width: 35%;
  height: 83%;
  right: 0;
}
.callback-modal.show {
  display: block;
}
.callback-modal__body {
  border-radius: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #F6F7F9;
  overflow-y: auto;
  overflow-x: hidden;
}
.callback-modal__close {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 9999;
  cursor: pointer;
}
.callback-modal__close svg {
  width: 30px;
  height: 30px;
  color: #2c2c2c;
}
.callback-modal--img {
  position: relative;
}
.callback-modal--img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.callback-modal__form {
  padding: 40px;
  color: #2c2c2c;
}
.callback-modal__form--title {
  font-size: 48px;
  margin-bottom: 15px;
  text-align: center;
}
.callback-modal__form--text {
  font-size: 14px;
  margin-bottom: 45px;
  text-align: center;
}
.callback-modal__form .callback-form__group {
  margin-bottom: 40px;
}
.callback-modal__form .callback-form__group label {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
.callback-modal__form .callback-form__group label .red {
  color: red;
}
.callback-modal__form .callback-form__group input, .callback-modal__form .callback-form__group textarea {
  height: 50px;
  padding: 0 15px;
  width: calc(100% - 30px);
  border: none;
  border-radius: 10px;
}
.callback-modal__form .callback-form__group input#agree, .callback-modal__form .callback-form__group textarea#agree {
  display: none;
}
.callback-modal__form .callback-form__group input#agree + label, .callback-modal__form .callback-form__group textarea#agree + label {
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: center;
  height: 20px;
}
.callback-modal__form .callback-form__group input#agree + label:before, .callback-modal__form .callback-form__group textarea#agree + label:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid silver;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.callback-modal__form .callback-form__group input#agree:checked + label:after, .callback-modal__form .callback-form__group textarea#agree:checked + label:after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 4px;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #D6A771;
  border-radius: 50%;
}
.callback-modal__form .callback-form__group textarea {
  resize: none;
  height: 120px;
  padding: 15px;
}
.callback-modal__form button.btn {
  font-size: 18px;
  width: 100%;
  height: 60px;
  border-radius: 20px;
}
.callback-modal__form button.btn.btn-primary-alt {
  background-color: transparent;
  color: #D6A771;
  border: 1px solid #D6A771;
}

.success-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 25%;
  background-color: white;
  margin: auto;
  display: none;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  z-index: 999999;
  border-radius: 35px;
  padding: 20px 30px;
  min-height: 40%;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.success-modal.show {
  display: flex;
}
.success-modal__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #D6A771;
  color: white;
  border-radius: 50%;
  margin-bottom: 40px;
}
.success-modal__icon svg {
  width: 35px;
  height: 35px;
}
.success-modal__title {
  font-size: 46px;
  width: 100%;
  margin-bottom: 20px;
}
.success-modal__text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
}
.success-modal__close {
  color: #C5C5C5;
  cursor: pointer;
}
.success-modal__close svg {
  margin-left: 10px;
}

#map {
  border-radius: 35px;
  overflow: hidden;
}
#map [class*=placemark_theme_darkorange]:not([class*=placemark_state_active]) {
  display: none;
}
#map [class*=placemark_theme_darkorange][class*=placemark_state_active] {
  background: none;
}
#map [class*=placemark__content-inner] {
  background-color: #D6A770;
  font-size: 14px;
  padding: 15px;
  border-radius: 15px;
  color: white;
  position: relative;
  overflow: visible;
}
#map [class*=placemark__content-inner]:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #D6A771 transparent transparent transparent;
}

.icon.icon-search {
  position: relative;
  width: 20px;
  height: 25px;
  display: block;
}
.icon.icon-search:after, .icon.icon-search:before {
  content: "";
  position: absolute;
  margin: auto;
}
.icon.icon-search:after {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border: 1px solid #2c2c2c;
  border-radius: 50%;
}
.icon.icon-search:before {
  width: 1px;
  height: 4px;
  bottom: 0;
  right: 0;
  background-color: #2c2c2c;
  border-radius: 10px;
  transform: rotate(-45deg);
}

.btn {
  cursor: pointer;
  height: 60px;
  padding: 0 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none;
  border-radius: 20px;
  font-size: 18px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-primary {
  background-color: #D6A771;
  color: white;
}
.btn.btn-primary:hover {
  background-image: linear-gradient(90deg, #d6a771 0%, #ffb864 100%);
}
.btn.btn-primary:hover {
  background-image: linear-gradient(90deg, rgb(214, 167, 113) 0%, rgb(255, 184, 100) 100%);
}
.btn.btn-primary-alt {
  background-color: transparent;
  color: #D6A771;
  border: 1px solid #D6A771;
}

button, [data-href], .header-menu__li--title, .header-utilities__lang img, [onclick^=location], label {
  cursor: pointer;
}

.title-bg {
  background-size: 30%;
  background-position: bottom;
  background-repeat: no-repeat;
}

.switch {
  display: inline-block;
}
.switch input {
  display: none;
}
.switch input + label {
  width: 40px;
  height: 20px;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  background-color: rgba(151, 151, 151, 0.2);
}
.switch input + label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  height: 16px;
  width: 16px;
  margin: auto;
  background-color: rgb(214, 167, 113);
  border-radius: 50%;
  transition: all 0.3s;
}
.switch input:checked + label:after {
  right: 2px;
  left: auto;
}

.text-right {
  text-align: right;
}

.bg-white {
  background-color: white;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
}

.close-popup {
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 999999;
  display: flex;
}
.close-popup:after, .close-popup:before {
  content: "";
  width: 3px;
  height: 24px;
  display: block;
  background-color: white;
}
.close-popup:after {
  transform: rotate(45deg);
  margin-left: -3px;
}
.close-popup:before {
  transform: rotate(-45deg);
}

.nouislider .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: -6px;
  right: -8px;
  background-color: #D6A771;
  opacity: 1;
  border: none;
  box-shadow: none;
}
.nouislider .noUi-handle:before, .nouislider .noUi-handle:after {
  display: none;
}
.nouislider .noUi-base {
  background-color: #D6A771;
}
.nouislider .noUi-target {
  height: 2px;
  border: none;
}
.nouislider-input {
  background-color: white;
  border-radius: 10px;
  width: calc(100% - 20px);
  border: none;
  padding: 10px;
  font-size: 18px;
  color: #2c2c2c;
  box-shadow: 5px 3px 20px -4px rgba(0, 0, 0, 0.2588235294);
  margin-bottom: 20px;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group span.fixed {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 18px;
  margin: auto;
  right: 0;
}

input, select {
  outline: none;
}
input:hover + .nouislider, select:hover + .nouislider {
  height: auto;
  padding: 20px;
  overflow: visible;
  background-color: #D6A771;
}
input + .nouislider, select + .nouislider {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: -35px;
  padding: 0;
  background-color: #D6A771;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
input + .nouislider:hover, select + .nouislider:hover {
  padding: 20px;
  height: auto;
  overflow: visible;
}

.select-dropdown {
  position: relative;
}
.select-dropdown:hover .select-dropdown__scroll {
  display: block !important;
}
.select-dropdown:after {
  content: "";
  height: 20px;
  bottom: -20px;
  width: 100%;
  position: absolute;
  left: 0;
}
.select-dropdown__label {
  font-size: 18px;
  color: white;
  height: 20px;
}
.select-dropdown__scroll {
  max-height: 240px;
  border-radius: 20px;
  padding: 20px;
  overflow: auto;
  top: calc(100% + 20px);
  position: absolute;
  width: calc(100% + 32px);
  left: -20px;
  background-color: white;
  margin-top: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 9999;
  display: none;
  box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
}
.select-dropdown__container--item {
  color: #2c2c2c;
  padding: 15px;
  display: block;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.select-dropdown__container--item.selected:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  width: 15px;
  height: 15px;
  background-size: 100%;
  background-image: url("/assets/icons/check.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.select-dropdown__container--item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.catalog-info__options--perpage {
  font-size: 16px;
}

select.select-initialized {
  display: none;
}

.login-container {
  position: relative;
}
.login-container:hover:before {
  content: "";
}
.login-container:before {
  position: absolute;
  bottom: 100%;
  width: 210px;
  left: -20px;
  height: 90px;
}
.login-container:hover .login-container__form {
  display: block;
}
.login-container__form {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
}
.login-container__form .form-group {
  margin-bottom: 0;
}
.login-container__form .form-group input {
  height: 20px;
  padding: 10px 5px;
}

.manager-edit input {
  margin-bottom: 20px;
}
.manager-edit input:not([type=file]):not([type=checkbox]) {
  height: 40px;
  background-color: transparent;
  border: 1px solid silver;
  font-size: 24px;
  padding-left: 20px;
  width: calc(100% - 20px);
}
.manager-edit input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 16px;
  height: 16px;
}
.manager-edit .select-dropdown__label {
  color: black !important;
  border: 1px solid silver;
  padding: 10px 20px;
  margin-top: 5px;
  display: block;
}
.manager-edit .object-characters__item input {
  width: calc(100% - 20px);
}
.manager-edit .categories-pills {
  margin: 20px 0 40px;
}
.manager-edit .categories-pills a {
  display: block;
  padding: 10px 20px;
  background-color: transparent;
  text-align: center;
  color: #d6a771;
  border: 1px solid #d6a771;
}
.manager-edit .categories-pills a:first-child {
  margin-bottom: 20px;
}
.manager-edit .object-header {
  max-width: 98%;
  margin: auto;
}

@media (max-width: 1520px) {
  .container {
    width: 95%;
  }
  main .faq {
    background-image: none;
  }
  main .cv-form {
    background-image: none;
  }
  main .career::after {
    background-size: 100%;
  }
}
@media (max-width: 1200px) {
  main .search-card .cities-menu {
    left: 0;
    right: auto;
    width: 100%;
  }
  .close-search-modal {
    right: 20px !important;
    top: 20px !important;
  }
  .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 90%;
  }
  .callback-modal__body {
    width: 95%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  body.bg-image {
    background-image: none;
    height: auto;
  }
  body.bg-image header.show .show-bookmarks {
    top: 53px;
  }
  body.bg-image .header-main {
    padding: 5px 10px;
  }
  body.filters-modal header {
    display: none !important;
  }
  body.filters-modal main {
    padding-top: 0 !important;
  }
  header {
    z-index: 9999;
    height: 80px;
    padding: 5px 0 0 0;
  }
  header .header-utilities__search {
    display: none;
  }
  header .header-utilities .show-bookmarks {
    display: none;
  }
  header .header-utilities__lang {
    display: none;
  }
  header .header-utilities__mobile--menu {
    display: block;
  }
  header.show {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: white !important;
    z-index: 9999;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  header.show:after {
    position: absolute;
    height: 120px;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    background-color: white;
    z-index: -1;
  }
  header.show .header-main {
    height: 100%;
    width: 100%;
    display: flex;
  }
  header.show .header-main > .row {
    width: 100%;
  }
  header.show .container {
    width: calc(100% - 40px);
  }
  header.show .mobile-close {
    display: flex;
  }
  header.show .header-logo {
    height: 120px;
  }
  header.show .header-logo > img {
    display: none;
  }
  header.show .header-logo .mobile-title {
    display: flex;
    height: 100%;
    align-items: center;
  }
  header.show .header-logo .mobile-title > .row {
    width: 100%;
    text-align: left;
    margin-right: 0;
    --bs-gutter-x: 0;
  }
  header.show .header-logo .mobile-title img {
    height: auto;
    margin-left: auto;
    margin-right: 0;
    display: block;
    border-radius: 5px;
  }
  header.show .header-logo .mobile-title span {
    font-weight: 600;
    font-size: 24px;
  }
  header.show .header-utilities__search {
    display: block;
  }
  header.show .header-utilities__lang {
    display: block;
  }
  header.show .header-utilities__mobile--menu {
    display: none !important;
  }
  header.show .container {
    height: 100%;
  }
  header.show .container > .row {
    width: 100%;
    margin: auto;
    height: 100%;
  }
  header.show .header-logo {
    width: 100%;
    text-align: right;
  }
  header.show .header-menu__container {
    width: 100%;
  }
  header.show .header-menu__container .page-title {
    display: none;
  }
  header.show .header-utilities {
    justify-content: right;
  }
  header.show .header-utilities__container {
    width: 100%;
  }
  header.show .header-utilities__mobile--menu {
    display: none !important;
    margin-left: 20px;
  }
  header.show .header-menu {
    display: block;
  }
  header.show .header-menu li a {
    text-align: left;
    padding-left: 15px;
    width: calc(100% - 15px);
    min-height: 40px;
    font-weight: 400;
    background-color: white;
    border-radius: 5px;
    display: flex;
    font-size: 12px;
    align-items: center;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
  }
  header.show .header-menu li:after, header.show .header-menu li:before {
    display: none;
  }
  header.show .header-menu li:hover a {
    color: #d6a771;
  }
  header.show .header-menu li:not(:last-child) {
    margin-bottom: 10px;
  }
  header .header-menu {
    display: none;
  }
  header .header-logo img {
    height: 80px;
  }
  header .header-menu__li {
    flex-wrap: wrap;
  }
  header .header-menu__li a svg {
    display: none;
  }
  header .header-menu__li ul {
    display: none !important;
  }
  header .header-menu__container .page-title {
    display: none;
  }
  header .header-menu__container .header-main__mobile {
    height: 100%;
  }
  header .header-utilities > div:not(.mobile-close):not(.header-utilities__mobile--menu):not(.header-main__mobile):not(.show-bookmarks), header .header-utilities > a:not(:last-child):not(.show-bookmarks) {
    display: none !important;
  }
  header .header-utilities .mobile-close {
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    position: absolute;
    bottom: 0;
    height: 80px;
    left: 0;
    right: 0;
  }
  header .header-utilities .mobile-close > div:first-child {
    margin: auto;
    display: flex;
  }
  header .header-utilities .mobile-close .copyright {
    font-size: 8px;
  }
  header .header-utilities .mobile-close span {
    margin-right: 10px;
  }
  header .header-utilities__mobile--menu {
    display: flex !important;
    align-items: center;
    padding: 6px 8px;
    border-radius: 10px;
    margin-left: auto;
  }
  header .header-utilities__mobile--menu img {
    cursor: pointer;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.07);
  }
  .btn {
    justify-content: center;
    padding: 0;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
  }
  main .contacts {
    text-align: center;
    justify-content: center;
  }
  main .contacts-phone, main .contacts-email {
    margin-right: 0;
    margin-top: 20px;
  }
  main .contacts > div {
    margin-bottom: 20px;
  }
  main .contacts-grid > div {
    margin-bottom: 20px;
  }
  main .contacts-footer {
    margin-top: 0;
    padding-top: 60px !important;
  }
  main .contacts-footer__label:empty {
    margin: 0;
  }
  main .contacts-footer__map {
    margin: 30px 0;
  }
  main .advantage-item {
    margin-bottom: 40px;
  }
  main .faq {
    padding: 0;
    background-image: none;
  }
  main .faq-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  main .faq-list__item--title {
    font-size: 14px;
  }
  main .faq-list__item--title .collapse-icon:before {
    width: 16px;
    height: 16px;
    border: 1px solid #000;
  }
  main .faq-list__item--title .collapse-icon svg {
    width: 10px;
    height: 10px;
  }
  main .cv-form {
    background-image: none;
    margin-bottom: 40px;
    padding-top: 40px;
  }
  main .cv-form__header--title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }
  main .cv-form__header--text {
    margin-bottom: 40px;
    text-align: center;
  }
  main .cv-form__body--input {
    margin-bottom: 20px;
  }
  main .cv-form__body--input label {
    font-size: 12px;
    margin-bottom: 10px;
  }
  main .cv-form__body--input input {
    font-size: 12px;
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
  }
  main .cv-form__body--checkbox label {
    font-size: 12px;
  }
  main .about {
    padding-bottom: 0;
  }
  main .about-container {
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
    box-shadow: 2px 1px 8px 4px rgba(34, 60, 80, 0.13);
  }
  main .about-description {
    max-width: 960px;
    width: 95%;
  }
  main .about-description__title {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
  }
  main .about-description__text {
    font-size: 14px;
  }
  main .about-team__card {
    margin-bottom: 20px;
  }
  main .about-team > .row > div:first-child {
    font-size: 18px;
    font-weight: 300;
  }
  main .career {
    height: 180px;
    margin-bottom: 60px;
  }
  main .career:after {
    height: 100%;
    background-size: 100%;
  }
  main .career-header {
    height: 180px;
  }
  main .footer-menu {
    display: none;
  }
  main .blog-title {
    padding: 20px 0;
    font-size: 18px;
  }
  main .blog-title .row > div:first-child {
    font-size: 24px;
  }
  main .blog-list__item {
    margin-bottom: 20px;
  }
  main .catalog-text {
    padding: 15px;
    width: 95%;
  }
  main .object-gallery {
    margin-bottom: 40px;
    margin-top: 30px;
  }
  main .object-gallery__big--item img {
    border-radius: 10px !important;
  }
  main .object-gallery__small--container {
    overflow: auto;
  }
  main .object-gallery__small--controls {
    display: none;
  }
  main .object-gallery__small--item img {
    width: 128px;
    height: 100px;
    border-radius: 10px;
  }
  main .calculator {
    padding: 15px;
    box-shadow: none;
  }
  main .calculator-title {
    font-size: 38px;
    margin-bottom: 20px;
    text-align: center;
  }
  main .calculator .select-dropdown__scroll {
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
  }
  main .search-card .cities-menu ul {
    height: 90%;
    overflow: auto;
    max-width: 100%;
  }
  footer > .container {
    padding: 0;
  }
  footer .copyright {
    margin-top: 0;
    text-align: center;
  }
  main .search-card {
    height: auto;
    padding: 20px;
  }
  main .search-card__filter:not(:last-child) {
    margin-bottom: 30px;
  }
  main .search-card__button {
    width: 75px;
  }
  main .search-card__filter--title {
    font-size: 12px;
  }
  main .contacts-phone__title, main .contacts-email__title {
    font-size: 14px;
  }
  main .contacts-phone__value a, main .contacts-email__value a {
    font-size: 14px;
  }
  main .search-card__filter--input {
    font-size: 14px;
  }
  main .search-card__filter .select-dropdown__label {
    font-size: 14px;
  }
  main .search-card .cities-menu ul li {
    padding: 10px 15px;
  }
  main .search-card .cities-menu ul li label {
    font-size: 14px;
  }
  .search-card .select-dropdown__scroll {
    width: 80%;
    left: -10px;
  }
  .select-dropdown__container--item {
    font-size: 16px;
  }
  main .catalog-filters__item .dropdown-filter {
    left: 0 !important;
  }
}
#dropdown-map {
  width: 240px;
  height: 200px;
  border-radius: 20px;
  overflow: auto;
}

.lg-thumb-item img {
  width: 100%;
}

@media (max-width: 986px) {
  .filters-mobile__collapse {
    width: 100%;
    background-color: #fff;
    margin-top: 1.5rem;
    border: 1px solid rgba(192, 192, 192, 0.4196078431);
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    color: #000;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .filters-mobile__collapse svg {
    width: 14px;
    transform: rotate(90deg);
    margin-left: 15px;
  }
  .filters-mobile__collapse.active svg {
    transform: rotate(-90deg);
  }
  main .catalog-filters__item ul.dropdown-menu:before, main .catalog-filters__item .dropdown-filter:before {
    display: none !important;
  }
  .catalog-filters {
    height: auto !important;
    background-color: transparent !important;
    margin-bottom: 20px !important;
  }
  .catalog-filters .cities-dropdowns {
    background-color: #D9D4DD !important;
    border-radius: 10px !important;
  }
  .catalog-filters .cities-dropdowns > li > label {
    color: #6F6E72 !important;
    padding: 18px 20px !important;
    background-color: #F3F0FF;
    border-radius: 20px !important;
    display: flex !important;
    height: 28px;
    align-items: center;
    justify-content: space-between;
  }
  .catalog-filters .cities-dropdowns > li > ul {
    margin-top: 10px !important;
    left: 0 !important;
  }
  .catalog-filters__block {
    display: none;
  }
  .catalog-filters__block.active {
    display: block;
  }
  .catalog-filters__block .filters-mobile__collapse {
    background-color: #464449;
  }
  .catalog-filters__block > ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    background-color: #323035;
    height: auto !important;
    border-radius: 10px;
    grid-gap: 10px;
    padding: 10px !important;
  }
  .catalog-filters__block > ul ul.dropdown-menu:not(.show) {
    display: none !important;
  }
  .catalog-filters__block > ul .dropdown-menu.cities-dropdowns:not(.show), .catalog-filters__block > ul .dropdown-filter.price-dropdown:not(.show) {
    display: none !important;
  }
  .catalog-filters__block > ul > li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
    justify-content: space-between;
    background-color: #fff;
  }
  .catalog-filters__block > ul > li span {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
  .catalog-filters__block > ul > li svg {
    transform: rotate(90deg);
  }
  .catalog-filters__block > ul > li .dropdown-filter {
    background-color: #e8e8e8;
    margin-top: 10px;
    border-radius: 10px;
  }
  .catalog-filters__block > ul > li:hover .dropdown-filter {
    display: none;
  }
  .catalog-filters__block > ul > li:nth-child(odd):not(:first-child) > .dropdown-filter, .catalog-filters__block > ul > li:nth-child(odd):not(:first-child) > .dropdown-menu {
    right: 0 !important;
    left: auto !important;
  }
  .catalog-filters__block > ul > li ul.dropdown-menu:not(.cities-dropdowns) {
    display: block;
    width: 100%;
    top: calc(100% + 10px);
    margin-top: 0;
    padding: 0;
    border-radius: 10px;
    background-color: #fff;
  }
  .catalog-filters__block > ul .price-dropdown.show {
    display: block !important;
  }
  .catalog-filters__block > ul .price-dropdown.show:focus {
    display: block;
  }
  .catalog-filters__block > ul .price-dropdown.show .select-dropdown:before {
    content: "";
    bottom: -56px;
    height: 56px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 99999;
  }
  .catalog-filters__block > ul .price-dropdown.show .select-dropdown__scroll {
    left: 0 !important;
    top: calc(100% + 15px) !important;
    border-radius: 20px;
    width: calc(100% - 24px);
    padding: 6px;
    margin: 0 6px;
  }
  .catalog-filters__block > ul .price-dropdown.show .select-dropdown__container--item {
    color: #F3F0FF !important;
    padding: 10px 20px !important;
    background-color: transparent;
    border-radius: 10px !important;
    display: flex !important;
    height: 22px;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
  }
  .catalog-filters__block > ul .price-dropdown.show .select-dropdown__container--item.selected {
    background-color: rgba(255, 210, 164, 0.2);
  }
  .catalog-filters__block > ul .price-dropdown.show .select-dropdown__container--item.selected:after {
    display: none;
  }
  .catalog-filters__block > ul .price-dropdown.show .select-dropdown__container--item:first-child {
    margin-top: 10px;
  }
  .catalog-filters__block > ul .price-dropdown.show .select-dropdown > .select-dropdown__scroll {
    background-color: #6F6E72;
    top: calc(100% + 10px);
  }
  .catalog-filters__block > ul .catalog-filters__item.active svg {
    transform: rotate(-90deg);
    transition: rotate 0.3s;
  }
  .catalog-filters__block > ul .catalog-filters__item.active > ul:not(.cities-dropdowns) {
    display: block !important;
  }
  .catalog-filters__block > ul .catalog-filters__item > ul {
    display: none;
  }
  .catalog-filters__block > ul .catalog-filters__item:first-child {
    grid-column: 1/-1;
  }
  .catalog-filters__block > ul .cities-dropdowns {
    width: 197% !important;
    left: 0 !important;
    display: flex !important;
    margin-top: 10px !important;
    background-color: #6F6E72 !important;
    justify-content: space-between;
  }
  .catalog-filters__block > ul .cities-dropdowns > li {
    width: 45%;
  }
  .catalog-filters__block > ul .cities-dropdowns > li > ul {
    width: 100% !important;
    left: 0 !important;
    border-radius: 10px !important;
  }
  .catalog-filters__block > ul .price-dropdown {
    background-color: #6F6E72 !important;
    width: 195%;
    padding: 10px;
  }
  .catalog-filters__block > ul .price-dropdown .select-dropdown__label {
    color: #6F6E72 !important;
    padding: 18px 20px !important;
    background-color: #F3F0FF;
    border-radius: 20px !important;
    display: flex !important;
    height: 28px;
    align-items: center;
    justify-content: space-between;
  }
  .catalog-filters__block > ul .price-dropdown .nouislider.range {
    left: 0;
  }
  .catalog-filters__block > ul .price-dropdown .nouislider.range .noUi-connect {
    background-color: #FFD2A4;
  }
  .catalog-filters__block__item {
    width: 100%;
  }
  header .header__container {
    width: 100%;
    padding: 20px;
  }
  .manager-edit input[type=checkbox] {
    width: 14px;
    height: 14px;
    -webkit-appearance: checkbox;
  }
  footer .footer-container {
    grid-template-columns: 1fr 1fr;
  }
  .callback-modal {
    width: 100%;
    height: 100%;
  }
  main .catalog-filters__item ul.dropdown-menu.show {
    display: block;
    border-radius: 10px !important;
  }
  main .catalog-filters.show .catalog-filters__block .cities-dropdowns {
    padding-bottom: 0;
    left: 0;
  }
  main .catalog-filters.show .catalog-filters__block .cities-dropdowns li.cities-menu__item {
    display: block;
  }
  main .object-gallery__big--map {
    display: none;
  }
  main .show-by-grid .catalog-list .list-item {
    width: 39%;
  }
  .success-modal {
    width: 80%;
    border-radius: 0;
    height: 100%;
    align-items: center;
  }
  .success-modal__title {
    font-size: 24px;
  }
  .success-modal__text {
    font-size: 14px;
  }
  .container {
    width: 95%;
  }
  main .about-team > .row:first-child {
    margin-bottom: 0;
  }
  main .about-team__card--info .desc {
    display: none;
  }
  main .catalog-filters {
    margin-bottom: 0;
    position: relative;
    z-index: 9998;
  }
  main .catalog-filters__mobile .title {
    display: none;
  }
  main .catalog-filters__mobile .desc {
    display: none;
    color: rgba(44, 44, 44, 0.51);
  }
  main .catalog-filters__item ul.dropdown-menu {
    padding: 10px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    z-index: 9999;
  }
  main .catalog-filters__item ul.dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
    margin-left: 5px;
    margin-right: 5px;
    color: #a8a8a8;
    text-align: left;
  }
  main .catalog-filters__item ul.dropdown-menu li input:checked ~ label {
    color: #2c2c2c;
    background-color: rgba(255, 210, 164, 0.2);
  }
  main .catalog-filters__item ul.dropdown-menu li label {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    max-width: calc(100% - 5px);
    height: 22px;
    border-radius: 10px !important;
    margin-bottom: 6px;
  }
  main .catalog-filters__item ul.dropdown-menu li label:after {
    display: none !important;
  }
  main .catalog-filters.show:before {
    position: absolute;
    top: 0;
    height: 160px;
    content: "";
    width: 100%;
    left: 0;
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.4901960784);
  }
  main .catalog-filters.show .catalog-filters__mobile {
    flex-wrap: wrap;
  }
  main .catalog-filters.show .catalog-filters__mobile .title, main .catalog-filters.show .catalog-filters__mobile .desc {
    width: 100%;
    display: block;
  }
  main .catalog-filters.show .catalog-filters__mobile .desc:empty {
    display: none;
  }
  main .catalog-filters.show > .container {
    max-height: 100%;
    overflow: auto;
  }
  main .catalog-filters.show .catalog-filters__block {
    left: 0;
    background-color: #eaeaea;
    padding-top: 130px;
  }
  main .catalog-filters.show .catalog-filters__block ul {
    width: 100%;
    overflow: auto;
    padding-left: 0;
    padding-bottom: 40px;
    height: 65%;
    flex-wrap: wrap;
  }
  main .catalog-filters.show .catalog-filters__block ul li {
    width: 85%;
    margin: 10px auto;
  }
  main .catalog-filters.show .catalog-filters__block ul li > span {
    box-shadow: 0px 4px 11px -2px rgba(34, 60, 80, 0.1);
  }
  main .catalog-filters.show .catalog-filters__block ul li span {
    display: flex;
    width: 80%;
    margin: auto;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
  }
  main .catalog-filters.show .catalog-filters__block ul li span button {
    width: 60%;
    border-radius: 10px;
  }
  main .catalog-filters.show .catalog-filters__block ul li span + svg {
    position: absolute;
    top: 15px;
    right: 40px;
  }
  main .catalog-filters.show .catalog-filters__block ul li:last-child span {
    width: 90%;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  main .catalog-filters.show .catalog-filters__block ul li:last-child span button {
    width: 45%;
  }
  main .catalog-filters.show .catalog-filters__block ul li ul {
    display: none !important;
  }
  main .catalog-filters.show .catalog-filters__block ul li ul.show {
    display: block !important;
  }
  main .catalog-filters.show .catalog-filters__block ul li .dropdown-filter {
    right: 0;
    margin: auto;
    margin-top: 10px;
    padding: 20px 0;
    position: absolute;
    width: 90%;
    background-color: #fff !important;
    border-radius: 10px;
  }
  main .catalog-filters.show .catalog-filters__block ul li .dropdown-filter #filter_price {
    text-align: center;
  }
  main .catalog-filters.show .catalog-filters__block ul li .dropdown-filter .nouislider {
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
  }
  main .catalog-filters.show .catalog-filters__block ul li .dropdown-filter .select-dropdown__scroll {
    left: -30px;
    width: calc(100% + 20px);
  }
  main .catalog-filters.show .catalog-filters__block ul li .dropdown-filter span {
    background-color: transparent;
    justify-content: center;
  }
  main .catalog-filters.show .catalog-filters__block ul li ul {
    display: none;
    position: relative;
    left: 0 !important;
    max-width: 86%;
    min-width: 0;
    right: 0;
    margin: auto;
  }
  main .catalog-filters.show .catalog-filters__block ul li ul li {
    margin-top: 0 !important;
    padding-top: 0;
    font-size: 12px;
  }
  main .catalog-filters.show #close-filters {
    position: fixed;
    top: 95%;
    left: 0;
    right: 0;
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
  }
  main .catalog-filters.show #close-filters span {
    margin-right: 10px;
    background-color: transparent;
    display: inline;
  }
  main .catalog-filters.show .catalog-filters__mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    z-index: 9999;
    height: 80px;
    align-items: center;
    color: #2c2c2c;
    padding: 20px;
    background-color: white;
  }
  main .catalog-filters.show .catalog-filters__mobile .title {
    font-size: 24px;
  }
  main .catalog-list__item.list-item {
    padding: 5px;
  }
  main .catalog-list__item .main-info {
    height: 80%;
  }
  main .catalog-list__item .main-info .address .city {
    font-size: 14px;
    margin-bottom: 10px;
  }
  main .catalog-list__item .main-info .price {
    font-size: 18px;
  }
  main .catalog-list__item--additional {
    height: 80%;
  }
  main .catalog-list__item--additional .href a span {
    margin-right: 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
  main .catalog-list__item--additional .href a svg {
    display: none;
  }
  main .object-manager .manager-info {
    padding: 0 15px;
  }
  main .object-manager__header {
    padding: 0;
    margin-bottom: 0;
  }
  main .object-manager__img {
    font-size: 0;
    height: 100%;
  }
  main .object-manager__img img {
    height: 100%;
  }
  main .object-manager__advantage {
    width: calc(35% + 5px);
    display: grid;
    align-items: center;
    grid-column-gap: 20px;
    grid-template-areas: "icon title" "icon text";
  }
  main .object-manager__advantage--icon {
    grid-area: icon;
    margin-bottom: 0;
  }
  main .object-manager__advantage--title {
    grid-area: title;
    margin: 0;
  }
  main .object-manager__advantage--short {
    grid-area: text;
  }
}
@media (max-width: 768px) {
  main .about-description__text.blog {
    padding: 0;
  }
  main .faq-list__item--title .collapse-icon {
    display: none;
  }
  main .about-description__title.blog {
    height: 300px;
    background-size: cover;
  }
  main .search-card .loading-filters .nouislider {
    left: 0;
    width: 80%;
  }
  main .object-header__amount {
    width: 100%;
  }
  .search-card__filter #price {
    width: 100%;
  }
  .search-card__filter #price:hover .nouislider {
    display: block;
  }
  .search-card__filter #price + .nouislider {
    background-color: white;
    left: -15px;
  }
  .search-card__filter #price + .nouislider .nouislider {
    background-color: white;
    left: 0;
    width: 89%;
  }
  .search-card__filter #price + .nouislider input {
    height: 40px;
    font-size: 24px;
    text-align: center;
    border: none;
  }
  main .object-description__characters li {
    font-size: 14px;
  }
  .callback-modal__form--title {
    font-size: 24px;
  }
  .callback-modal .callback-modal__form .callback-form__group label {
    font-size: 12px;
  }
  .callback-modal .callback-modal__form .callback-form__group input, .callback-modal .callback-modal__form .callback-form__group textarea {
    height: 40px;
  }
  .callback-modal__body {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .callback-modal__form {
    padding: 20px;
  }
  body.bg-image {
    background-image: none;
    background-color: #f8f8f8;
  }
  body:not(.bg-image) header {
    box-shadow: 0px 8px 11px -2px rgba(34, 60, 80, 0.1);
    display: flex;
    align-items: center;
  }
  body:not(.bg-image) header.show .header-main__mobile {
    display: none;
  }
  body:not(.bg-image) header:not(.show) {
    height: 90px;
    padding: 0;
  }
  body:not(.bg-image) header:not(.show) .header-main__mobile .header-back img {
    height: 80px;
  }
  body:not(.bg-image) .header-sliders, body:not(.bg-image) .header-menu-icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.1);
    border-radius: 10px;
  }
  body:not(.bg-image) .header-sliders svg, body:not(.bg-image) .header-menu-icon svg {
    color: rgb(168, 168, 168);
  }
  body:not(.bg-image) .header-sliders {
    margin-left: auto;
    margin-right: 0;
  }
  body:not(.bg-image) .header-menu-icon {
    background-color: #d6a771;
  }
  body:not(.bg-image) .header-menu-icon svg {
    color: white;
  }
  body:not(.bg-image) .header-main__mobile {
    display: flex;
    position: relative;
    align-items: center;
  }
  body:not(.bg-image) .header-main__mobile > .row {
    margin: auto;
    align-items: center;
    width: 100%;
  }
  body:not(.bg-image) .header-main__mobile .search-item {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
  }
  body:not(.bg-image) .header-main__mobile input {
    border: 1px solid #f8f8f8;
    width: calc(100% - 35px);
    height: 40px;
    padding-left: 35px;
    border-radius: 10px;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.1);
  }
  main .object-header__amount--price {
    margin-right: 0;
  }
  main .object-header__amount--mortgage {
    display: flex;
    font-size: 10px;
  }
  main .contacts {
    margin-top: 20px;
  }
  main .contacts__title {
    font-size: 38px;
    margin-bottom: 20px !important;
  }
  main .object-description {
    margin-bottom: 20px;
  }
  main .object-description__text p {
    font-size: 12px !important;
    text-align: center;
  }
  main .object-description__characters {
    margin-bottom: 20px;
  }
  main .object-description__characters li {
    margin-bottom: 5px;
    height: 30px;
  }
  main .object-description__title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
  main .object-header > .row {
    align-items: center;
  }
  main .object-header__title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  main .object-header__views {
    font-size: 12px;
  }
  main .object-header__views svg {
    width: 16px;
  }
  main .object-header__amount--price {
    font-size: 24px;
  }
  main .object-gallery__big--controls {
    width: 100%;
  }
  main .object-gallery__big--item {
    width: 100%;
  }
  main .object-gallery__big--item img {
    height: 280px;
    border-radius: 35px;
  }
  main .object-manager {
    position: relative;
  }
  main .object-manager__header--name {
    margin-bottom: 10px;
  }
  main .object-manager__header--name span {
    font-size: 16px;
  }
  main .object-manager__header--position {
    font-size: 12px;
    margin-bottom: 10px;
  }
  main .object-manager__header--phone {
    font-size: 14px;
  }
  main .object-manager__header--phone a {
    color: #323035;
  }
  main .object-manager__header .social-networks img {
    width: 16px;
  }
  main .object-manager__img {
    display: flex;
    justify-content: right;
    width: 100%;
  }
  main .object-manager__img img {
    border-radius: 10px;
    width: 83px;
    height: 83px;
  }
  main .object-manager__advantage {
    padding: 30px 30px;
  }
  main .object-characters__item {
    padding: 10px;
  }
  main .object-characters__item--title {
    font-size: 12px;
  }
  main .object-characters__item img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  main .catalog-info {
    display: none;
  }
  main .catalog-text {
    padding: 40px;
    width: calc(100% - 80px);
  }
  main .catalog-list__item {
    position: relative;
  }
  main .catalog-list__item.preview {
    height: 130px;
  }
  main .catalog-list__item--additional {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  main .catalog-list__item--additional .status {
    position: absolute;
    bottom: 10px;
    right: 5px;
    height: 30px;
    font-size: 10px;
  }
  main .catalog-list__item--additional .favorite {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  main .catalog-list__item--additional .href {
    background-color: transparent;
    margin-top: -35px;
    margin-right: 5px;
  }
  main .pagination {
    max-width: 100%;
  }
  main .blog {
    margin-bottom: 20px;
  }
  main .blog-list__item--img {
    height: 180px;
  }
  main .blog-list__item--img img {
    height: 180px;
  }
  main .blog-list__item--header.block {
    padding: 10px;
    width: 100%;
  }
  main .blog-list__item--header.title {
    font-size: 12px;
  }
  main .contacts-footer__label {
    font-size: 12px;
    margin-bottom: 20px;
  }
  main .contacts-footer__value {
    font-size: 14px;
  }
  main .contacts-footer__title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  main .contacts-footer .social-media {
    justify-content: end;
    align-items: center;
  }
  main .contacts-footer .social-media > a {
    width: 24px;
    height: 24px;
    border-radius: 3px;
  }
  main .contacts-footer .social-media img {
    width: 16px;
    height: 16px;
  }
  main .contacts-footer .links-card {
    padding: 20px;
  }
}
.nouislider > .row > .col-6:last-child .select-dropdown__scroll {
  left: 0;
}

.catalog-filters__block .nouislider > .row > .col-6 .select-dropdown__scroll {
  left: -30px;
}
.catalog-filters__block .nouislider > .row > .col-6:last-child .select-dropdown__scroll {
  left: -42px;
}

@media (max-width: 576px) {
  main .catalog-filters__item .dropdown-filter .nouislider .select-dropdown__scroll {
    top: 100%;
  }
  footer .footer-container {
    grid-template-columns: 1fr;
  }
  main .show-by-grid .catalog-list .list-item {
    width: 100%;
  }
  main .career-page .about-team > .row:first-child > div:first-child {
    font-size: 32px;
  }
  main .career-page .about-team .desc {
    display: none;
  }
  main .about-team__card--photo img {
    height: 240px;
  }
  main .show-by-grid .catalog-list .list-item .grid-view .catalog-list__item--main .main-info {
    height: auto;
  }
  main .about-team__card--info .name {
    font-size: 18px;
    margin-bottom: 20px;
  }
  main .about-team__card--info {
    padding: 10px 20px;
  }
  main .catalog-list__item.preview {
    height: auto;
  }
  main .catalog-list__item.preview img {
    height: 125px;
  }
  main .social-media {
    justify-content: left;
  }
  main .catalog-list__item .main-info {
    height: 85%;
    width: 100%;
    padding: 0;
    display: flex;
  }
  main .catalog-list__item .main-info .characters {
    display: none;
    position: absolute;
    top: 20px;
    left: 5px;
    width: 20px;
    background-color: transparent;
  }
  main .catalog-list__item .main-info .characters:hover img, main .catalog-list__item .main-info .characters:focus img {
    margin-right: 10px;
  }
  main .catalog-list__item .main-info .characters:hover span, main .catalog-list__item .main-info .characters:focus span {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  main .catalog-list__item .main-info .characters ul {
    flex-wrap: wrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  main .catalog-list__item .main-info .characters ul li {
    display: flex;
    margin-right: 0;
    text-align: right;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 0 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 40px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #D6A771;
    border-left: 0;
  }
  main .catalog-list__item .main-info .characters ul li img {
    margin-right: 0;
    width: 24px;
  }
  main .catalog-list__item .main-info .characters ul li span {
    display: none;
  }
  main .catalog-list__item .main-info .price {
    text-align: left;
    font-size: 16px;
    margin-top: 10px;
  }
  main .catalog-list__item--additional .href {
    display: none;
    margin-top: 0;
  }
  main .catalog-list__item--additional .favorite {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  main .object-manager__advantage {
    width: 100%;
  }
  main .object-manager__advantages {
    width: 100%;
    flex-wrap: wrap;
  }
  main .career {
    display: none;
  }
}
.lg-thumb-item img {
  width: 100%;
}

.show-bookmarks {
  margin-left: 15px;
}
.show-bookmarks svg {
  width: 28px;
  height: 28px;
  stroke-width: 1;
  transition: 0.3s;
  color: #2c2c2c;
}
.show-bookmarks svg:hover {
  color: #d6a771;
}

[class*=copyrights-promo] {
  display: none;
}

.search-card__filter:last-child .select-dropdown__label {
  text-align: center;
  width: 100%;
  display: block;
}
.search-card__filter:last-child .select-dropdown__scroll {
  width: calc(100% + 20px);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
  padding: 10px;
}
.search-card__filter:last-child .select-dropdown__container {
  overflow: auto;
  max-height: 240px;
}
.search-card__filter:last-child .nouislider > .row > .col-md-6:first-child .select-dropdown__scroll {
  left: -20px;
}
.search-card__filter:last-child .nouislider > .row > .col-md-6:last-child .select-dropdown__scroll {
  right: -20px;
  left: auto;
}

.lg-backdrop {
  z-index: 999999;
}
.lg-backdrop + .lg-outer {
  z-index: 10000000;
}

main .contacts-footer {
  margin-top: 140px;
  font-weight: lighter;
}

main .contacts-footer__title {
  font-size: 34px;
}

main .contacts-footer__label {
  color: #6f6f6f;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 400;
}

main .contacts-footer__value {
  font-size: 18px;
}

main .contacts-footer__value:not(:last-child) {
  margin-bottom: 40px;
}

main .contacts-footer__value:last-child {
  margin-bottom: 20px;
}

main .contacts-footer__value a {
  color: #2c2c2c;
}

main .contacts-footer__map {
  margin-bottom: 40px;
  border-radius: 35px;
  overflow: hidden;
}

main .contacts-footer__map img {
  width: 100%;
}

main .contacts-footer .links-card {
  padding: 40px;
  display: block;
  color: #2c2c2c;
  text-decoration: none;
  box-shadow: 5px 5px 27px -5px rgba(34, 60, 80, 0.37);
  border-radius: 35px;
  margin-bottom: 20px;
}

main .contacts-footer .links-card__img {
  margin-bottom: 20px;
}

main .contacts-footer .links-card__img img {
  width: 54px;
}

main .contacts-footer .links-card__title {
  font-size: 18px;
  margin-bottom: 10px;
}

main .contacts-footer .links-card__text {
  font-size: 14px;
}

main .contacts-footer .mobile__center {
  width: 80%;
  margin: 10px auto;
  justify-content: space-between;
}

main .contacts-footer .theme {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

main .contacts-footer .theme span {
  font-size: 12px;
}

main .contacts-footer .theme span:first-child {
  margin-right: 10px;
}

main .contacts-footer .theme span:last-child {
  margin-left: 10px;
}

main .contacts-footer .copyright {
  font-size: 12px;
  text-align: right;
}

main .contacts-footer .copyright a {
  color: #2c2c2c;
  text-decoration: none;
}

main .contacts-footer .copyright a:hover {
  text-decoration: underline;
}

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 6, 6, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 99999;
}
.search-modal form {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 500px;
  border-bottom: 1px solid rgb(190, 187, 199);
  display: flex;
  align-items: center;
  padding: 30px 0;
  height: 40px;
}
.search-modal form button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 30px;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /*&:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: -30px;
      height: 28px;
      width: 1px;
      background-color: white;
      margin: auto 0;
  }*/
}
.search-modal form input {
  padding-left: 100px;
  width: 100%;
  font-size: 20px;
  line-height: 38px;
  background: transparent;
  border: 0;
  color: rgb(190, 187, 199);
}

.overflow-y-hidden {
  overflow-y: hidden;
}

@media (max-width: 550px) {
  .search-modal form {
    width: 95%;
    height: 33px;
    padding: 13px 0 13px 50px;
  }
  .search-modal form button {
    left: 12px;
  }
  .search-modal form input {
    padding-left: 15px;
    font-size: 16px;
  }
  main .contacts-footer {
    margin-top: 0;
  }
}
.close-search-modal {
  width: 52px;
  height: 52px;
  top: 80px;
  right: 180px;
  position: absolute;
  background-color: #141117;
  border-radius: 20px;
}
.close-search-modal:before, .close-search-modal:after {
  width: 14px;
  height: 1px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: white;
}
.close-search-modal:before {
  transform: rotate(45deg);
}
.close-search-modal:after {
  transform: rotate(-45deg);
}

/*# sourceMappingURL=app.css.map*/