/* Resets */
@import '../fonts/circe/stylesheet.css';
@import './fancybox.css';
@import './swiper-bundle.min.css';

body {
  font-family: 'Circe';
  color: #000;
  margin: 0px;
  background: #6a6a6a;
}

.grecaptcha-badge {
  visibility: hidden;
}

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

a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 0px;
}

form {
  margin: 0px;
}

button {
  cursor: pointer;
  background: transparent;
  border: 0px;
  padding: 0px;
  font-family: 'Circe';
}

input:focus {
  outline: none;
}

h1 {
  margin: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 65px;
  line-height: 83px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
}

h2 {
  margin: 0px;
}

/* System adaptive */
@media (min-width: 1400px) and (max-width: 1649px) {
  h1 {
    font-size: 55px;
    line-height: 73px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  h1 {
    font-size: 46px;
    line-height: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 55px;
  }
}

/* Fonts */
/* Bootstrap */
/*!
 * Bootstrap Grid v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 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-black: #000;
  --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: #252525;
  --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: 37, 37, 37;
  --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', 'Noto Sans', 'Liberation Sans', Arial, 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;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

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

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: '';
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

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

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

.modal.show .modal-dialog {
  transform: none;
}

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

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

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

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

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

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* Fancybox */
/* Swiper JS */
/* Custom Container Width */
@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0px;
  }

  .row {
    margin: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding: 0px;
  }

  .row {
    margin: 0px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 85%;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 85%;
  }
}

@media (min-width: 1650px) {
  .container {
    max-width: 85%;
  }
}

/* Blocks */
.body-borders {
  margin-left: auto;
  width: 85%;
  height: 100%;
  /* border-left: 1px solid rgba(126, 126, 126, 0.4);
  border-right: 1px solid rgba(126, 126, 126, 0.4); */
  border-left: 1px solid rgba(246, 246, 246, 0.5);
  border-right: 1px solid rgba(246, 246, 246, 0.5);
  position: fixed;
  left: 7.45%;
  z-index: 0;
}

.single-doma .body-borders,
.single-lounge .body-borders {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .body-borders {
    display: none;
  }
}

@media (max-width: 991px) {
  .body-borders {
    display: none;
  }
}

.header {
  position: relative;
  z-index: 2;
}

.header .serie-menu {
  position: absolute;
  width: 100%;
  /* z-index: 1; */
  top: 152px;
  border-top: 1px solid rgba(217, 217, 217, 0.5);
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}

.header .serie-menu ul {
  display: flex;
  justify-content: space-between;
  background: #252525;
  padding: 0px 35px;
  overflow: hidden;
}

.header .serie-menu ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  display: flex;
  height: 50px;
  align-items: center;
  position: relative;
}

.header .serie-menu ul li.divider {
  position: relative;
}

.header .serie-menu ul li.divider:after {
  content: '';
  position: absolute;
  border-left: 1px solid rgba(217, 217, 217, 0.5);
  height: 100%;
  width: 1px;
  top: 0;
  right: 0px;
}

.header .serie-menu ul li a:hover {
  color: #c8b197;
}

.header .serie-menu ul li:first-child {
  border-left: 0px;
}

.header .serie-menu ul li a span {
  position: relative;
  font-size: 10px;
  margin-top: -8px;
}

.header .serie-menu ul li a b {
  font-weight: 700;
  text-transform: uppercase;
}

.header .serie-menu ul.desktop {
  display: flex;
}

.header .serie-menu ul.mobile {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header .serie-menu ul {
    padding: 0px 15px;
  }

  .header .serie-menu ul li a {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header .serie-menu ul.desktop {
    display: none;
  }

  .header .serie-menu ul.mobile {
    display: flex;
  }

  .header .serie-menu ul li {
    width: 25%;
    border-right: 1px solid #e5e5e5;
  }

  .header .serie-menu ul li.lounge a {
    flex-direction: column;
    line-height: 13px;
  }

  .header .serie-menu ul li.lounge a .big {
    font-size: 12px;
  }

  .header .serie-menu ul li.lounge a .small {
    font-size: 8px;
  }

  .header .serie-menu ul li.tel {
    width: 15%;
    background: #c8b197;
  }

  .header .serie-menu ul li a {
    font-size: 24px;
    justify-content: center;
  }

  .header .serie-menu {
    top: 102px;
  }

  .header .serie-menu ul {
    padding: 0px 0px;
    justify-content: start;
  }
}

@media (max-width: 991px) {
  .header .serie-menu ul.desktop {
    display: none;
  }

  .header .serie-menu ul.mobile {
    display: flex;
  }

  .header .serie-menu {
    /* display: none; */
  }

  .header .serie-menu ul li {
    /* width: 13%; */
    width: 12.3%;
    border-right: 1px solid #e5e5e5;
  }

  .header .serie-menu ul li.lounge a {
    flex-direction: column;
    line-height: 10px;
  }

  .header .serie-menu ul li.lounge a .big {
    font-size: 10px;
  }

  .header .serie-menu ul li.lounge a .small {
    font-size: 7px;
  }

  .header .serie-menu ul li.tel {
    width: 12%;
    background: #c8b197;
  }

  .header .serie-menu ul li.tel a svg {
    width: 25px;
    height: 25px;
  }

  .header .serie-menu ul li a {
    font-size: 18px;
    justify-content: center;
  }

  .header .serie-menu {
    top: 99px;
  }

  .header .serie-menu ul {
    padding: 0px 0px;
    justify-content: start;
  }
}

.header:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  z-index: 0;
  height: 152px;
  /* border-bottom: 1px solid rgba(126, 126, 126, 0.4); */
  border-bottom: 1px solid rgba(246, 246, 246, 0.5);
  background-color: rgba(0, 0, 0, 0.7);
}

.header .container {
  position: relative;
  padding: 0px;
}

.single-doma .header .container {
  max-width: 100%;
}

.single-doma .header .header__inner .content .logo {
  width: 25%;
}

.single-doma .header .header__inner .content .logo a {
  text-align: center;
}

.single-doma .header .header__inner .content .trigger {
  position: relative;
  right: 0%;
  margin-right: 20px;
}

.single-doma .header .header__inner {
  background: #252525;
  border-left: 0px;
  border-right: 0px;
  margin: 0px 0px;
}

.header__inner {
  position: absolute;
  width: 100%;
  z-index: 1;
  /* border-left: 1px solid rgba(126, 126, 126, 0.2);
  border-right: 1px solid rgba(126, 126, 126, 0.2); */
  border-left: 1px solid rgba(246, 246, 246, 0.5);
  border-right: 1px solid rgba(246, 246, 246, 0.5);
  margin: 0px -1px;
}

.header__inner .content {
  display: flex;
}

.header__inner .logo a {
  display: block;
  padding: 50px 40px;
  /* border-right: 1px solid rgba(126, 126, 126, 0.4); */
  border-right: 1px solid rgba(246, 246, 246, 0.5);
}

.header__inner .logo a img {
  width: 327px;
}

.header__inner .menu {
  display: flex;
  align-items: end;
  margin-left: auto;
  flex-direction: column;
  margin-top: 18px;
}

.header__inner .menu ul:first-child {
  margin: 0px 0px 10px;
}

.header__inner .menu ul {
  display: flex;
}

.header__inner .menu ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px 25px 0px 0px;
}

.header__inner .menu ul li:last-child {
  margin: 0px 40px 0px 0px;
}

.header__inner .menu ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
}

.header__inner .menu ul li a:hover {
  color: #c8b197;
}

.header__inner .menu ul li.tel a {
  font-size: 30px;
  line-height: 44px;
}

.header__inner .menu ul li.city {
  position: relative;
}

.header__inner .menu ul li.city > button span {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #c8b197;
  position: relative;
}

.header__inner .menu ul li.city > button span:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #c8b197;
}

.header__inner .menu ul li.city > button svg {
  margin: 0px 5px -7px 0px;
  width: 17px;
  height: 24px;
}

.header__inner .menu ul li.city .city-list {
  position: absolute;
  background: #fff;
  top: 39px;
  z-index: 1;
  padding: 20px 20px 15px;
  width: 200px;
  display: none;
}

.header__inner .menu ul li.city .city-list p {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  margin: 0px 0px 10px;
}

.header__inner .menu ul li.city .city-list button {
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #252525;
  margin: 0px 0px 15px;
  transition: all 0.3s ease;
}

.header__inner .menu ul li.city .city-list button:hover {
  color: #c8b197;
}

.header__inner .menu ul li.city .city-list button span {
  position: relative;
}

.header__inner .menu ul li.city .city-list button span:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #252525;
  transition: all 0.3s ease;
}

.header__inner .menu ul li.city .city-list button:hover span:after {
  border-bottom: 1px solid #c8b197;
}

.header__inner .menu ul li.city .city-list button.msk svg {
  width: 31px;
  height: 42px;
  margin: 0px 7px -14px 0px;
}

.header__inner .menu ul li.city .city-list button.spb svg {
  width: 31px;
  height: 44px;
  margin: 0px 9px -14px 0px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header__inner .menu {
    margin-top: 24px;
  }

  .header__inner .menu ul li.city .city-list {
    width: 180px;
  }

  .header__inner .menu ul li.city > button svg {
    width: 15px;
    height: 22px;
  }

  .header__inner .menu ul li.city > button span {
    font-size: 16px;
    line-height: 27px;
  }

  .header__inner .menu ul li.city .city-list p {
    font-size: 18px;
    line-height: 25px;
  }

  .header__inner .menu ul li.city .city-list button {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header__inner .menu {
    margin-top: 33px;
  }

  .header__inner .menu ul li.city .city-list {
    width: 180px;
  }

  .header__inner .menu ul li.city > button svg {
    width: 15px;
    height: 22px;
  }

  .header__inner .menu ul li.city > button span {
    font-size: 16px;
    line-height: 27px;
  }

  .header__inner .menu ul li.city .city-list p {
    font-size: 18px;
    line-height: 25px;
  }

  .header__inner .menu ul li.city .city-list button {
    font-size: 16px;
    line-height: 28px;
  }
}

.header__inner .trigger {
  position: absolute;
  right: -6.5%;
  top: 63px;
}

@media (max-width: 991px) {
  .header__inner .menu {
    margin-top: 33px;
  }

  .header__inner .menu ul li.city .city-list {
    width: 180px;
    top: 31px;
  }

  .header__inner .menu ul li.city > button svg {
    width: 11px;
    height: 18px;
    margin: 0px 3px -4px 0px;
  }

  .header__inner .menu ul li.dop-tel {
    display: none;
  }

  .header__inner .menu ul li.city > button span {
    font-size: 14px;
    line-height: 26px;
  }

  .header__inner .menu ul li.city .city-list p {
    font-size: 18px;
    line-height: 25px;
  }

  .header__inner .menu ul li.city .city-list button {
    font-size: 16px;
    line-height: 28px;
  }

  .header__inner .menu ul li.city > button span:after {
    display: none;
  }

  #mobileTelModal p {
    text-align: center;
    font-size: 22px;
    margin: 0px 0px 20px;
  }

  #mobileTelModal.modal .get-consult__inner {
    padding: 30px 30px 10px;
  }
}

/* Menu Wide */
.header .menu-wide {
  display: none;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
}

.header .menu-wide.active {
  display: block;
}

.header .menu-wide .close {
  position: absolute;
  right: 40px;
  top: 55px;
  cursor: pointer;
}

.header .menu-wide .logotype {
  margin: 170px 0px 85px;
  text-align: center;
}

.header .menu-wide .search-box {
  margin-bottom: 75px;
}

.header .menu-wide .search-box .form-group {
  position: relative;
}

.header .menu-wide .search-box .form-group input[type='text'] {
  border: 1px solid rgba(217, 217, 217, 0.5);
  color: #000;
  font-weight: 300;
  font-size: 18px;
  line-height: 40px;
  height: 80px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

.header .menu-wide .search-box .form-group input[type='text']::-moz-placeholder {
  color: #d9d9d9;
}

.header .menu-wide .search-box .form-group input[type='text']:-ms-input-placeholder {
  color: #d9d9d9;
}

.header .menu-wide .search-box .form-group input[type='text']::placeholder {
  color: #d9d9d9;
}

.header .menu-wide .search-box .form-group input[type='submit'] {
  background: url('../img/icons/search-gold.svg') center no-repeat;
  background-size: 25px;
  width: 25px;
  height: 29px;
  border: 0px;
  padding: 0px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 26px;
}

.header .menu-wide .row {
  margin: 0px;
  padding-bottom: 120px;
}

.header .menu-wide .links a {
  color: #000;
}

.header .menu-wide .links .block:first-child {
  margin-bottom: 40px;
}

.header .menu-wide .links .block > a,
.header .menu-wide .links .block > p > a {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 7px;
  display: inline-block;
}

.header .menu-wide .links .block > a:hover,
.header .menu-wide .links .block > p > a:hover {
  color: #c8b197;
}

.header .menu-wide .links .block ul li {
  padding-bottom: 14px;
}

.header .menu-wide .links .block ul li:last-child {
  padding-bottom: 0px;
}

.header .menu-wide .links .block ul li a {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
}

.header .menu-wide .links .block ul li a:hover {
  color: #c8b197;
}

.header .menu-wide .text-block {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 45px;
}

.header .menu-wide .text-block:last-child {
  margin-bottom: 0px;
}

.header .menu-wide .text-block a {
  color: #000;
  font-weight: 700;
  margin-top: 3px;
  display: inline-block;
}

.header .menu-wide .text-block a:hover {
  color: #c8b197;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .header .serie-menu ul {
    padding: 0px 20px;
  }

  .header .serie-menu ul li a {
    font-size: 16px;
    line-height: 30px;
  }

  .header__inner .menu ul li {
    margin: 0px 20px 0px 0px;
  }

  .header__inner .menu ul li:last-child {
    margin: 0px 35px 0px 0px;
  }

  .header__inner .menu ul li a {
    font-size: 18px;
    line-height: 29px;
  }

  .header__inner .menu ul li.tel a {
    font-size: 24px;
  }

  .header__inner .trigger {
    right: -6%;
  }

  .header__inner .trigger button svg {
    width: 37px;
  }

  .header__inner .logo a {
    padding: 61px 20px 50px;
  }

  .header__inner .logo a svg,
  .header__inner .logo a img {
    width: 230px;
  }

  .header .menu-wide .logotype {
    margin: 110px 0px 55px;
  }

  .header .menu-wide .logotype a svg,
  .header .menu-wide .logotype a img {
    width: 700px;
  }

  .header .menu-wide .close {
    right: 35px;
  }

  .header .menu-wide .close svg {
    width: 35px;
  }

  .header .menu-wide .search-box {
    margin-bottom: 60px;
  }

  .header .menu-wide .row {
    padding-bottom: 100px;
  }

  .header .menu-wide .links .block:first-child {
    margin-bottom: 30px;
  }

  .header .menu-wide .links .block > a,
  .header .menu-wide .links .block > p > a {
    font-size: 22px;
    line-height: 37px;
    padding-bottom: 8px;
  }

  .header .menu-wide .links .block ul li a {
    font-size: 22px;
    line-height: 26px;
  }

  .header .menu-wide .text-block {
    margin-bottom: 35px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header__inner .menu ul li {
    margin: 0px 20px 0px 0px;
  }

  .header__inner .menu ul li:last-child {
    margin: 0px 35px 0px 0px;
  }

  .header__inner .menu ul li.tel {
    display: none;
  }

  .header__inner .menu ul li a {
    font-size: 18px;
    line-height: 29px;
  }

  .header__inner .menu ul li.tel a {
    font-size: 24px;
  }

  .header__inner .trigger {
    right: -6%;
  }

  .header__inner .trigger button svg {
    width: 37px;
  }

  .header__inner .logo a {
    padding: 61px 33px 50px;
  }

  .header__inner .logo a svg,
  .header__inner .logo a img {
    width: 240px;
  }

  .header .menu-wide .logotype {
    margin: 90px 0px 45px;
  }

  .header .menu-wide .logotype a svg,
  .header .menu-wide .logotype a img {
    width: 600px;
  }

  .header .menu-wide .close {
    right: 35px;
  }

  .header .menu-wide .close svg {
    width: 35px;
  }

  .header .menu-wide .search-box {
    margin-bottom: 50px;
  }

  .header .menu-wide .row {
    padding-bottom: 60px;
  }

  .header .menu-wide .links .block:first-child {
    margin-bottom: 15px;
  }

  .header .menu-wide .links .block > a,
  .header .menu-wide .links .block > p > a {
    font-size: 18px;
    line-height: 31px;
    padding-bottom: 8px;
  }

  .header .menu-wide .links .block ul li a {
    font-size: 18px;
    line-height: 23px;
  }

  .header .menu-wide .text-block {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header:after {
    height: 103px;
    border-bottom: 1px solid rgba(126, 126, 126, 0.4);
  }

  .header__inner {
    border-left: 0px;
    border-right: 0px;
    margin: 0px 0px;
  }

  .header__inner .logo a {
    display: block;
    padding: 25px 40px;
    border-right: 0px;
  }

  .header__inner .logo a svg,
  .header__inner .logo a img {
    width: 290px;
  }

  .header__inner .menu ul:last-child {
    display: none;
  }

  .header__inner .trigger {
    position: relative;
    right: auto;
    top: auto;
    display: flex;
    /* margin-left: auto; */
  }

  .header__inner .trigger button {
    background: #000;
    padding: 0px 25px;
  }

  .header .menu-wide .logotype {
    margin: 0px 50px 85px;
    text-align: left;
  }

  .header .menu-wide .logotype a svg,
  .header .menu-wide .logotype a img {
    width: 300px;
  }

  .header .menu-wide .search-box {
    margin-bottom: 75px;
    margin: 0px 45px 75px;
  }

  .header .menu-wide .close {
    right: 45px;
    top: 30px;
    z-index: 2;
  }

  .header .menu-wide .close svg {
    width: 35px;
  }

  .header .menu-wide .row {
    margin: 0px;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
  }

  .header .menu-wide .row .col-3 {
    width: 100%;
  }

  .header .menu-wide .row .col-3:last-child {
    display: none;
  }

  .header .menu-wide .row .col-3 .block {
    text-align: center;
    margin-bottom: 45px;
  }
}

@media (max-width: 991px) {
  .header:after {
    height: 98px;
    border-bottom: 1px solid rgba(126, 126, 126, 0.4);
  }

  .header__inner {
    border-left: 0px;
    border-right: 0px;
    margin: 0px 0px;
  }

  .header__inner .logo a {
    display: block;
    padding: 25px 30px 20px;
    border-right: 0px;
  }

  .header__inner .logo a svg,
  .header__inner .logo a img {
    width: 230px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header__inner .content {
    position: relative;
  }

  .header__inner .menu {
    position: absolute;
    top: -25px;
    left: 25px;
  }

  .header__inner .menu ul:last-child {
    display: none;
  }

  .header__inner .trigger {
    position: relative;
    right: auto;
    top: auto;
    display: flex;
    margin-left: auto;
    margin-bottom: 10px;
  }

  .header__inner .trigger button {
    background: #000;
    padding: 0px 25px;
  }

  .header__inner .trigger button svg {
    width: 40px;
  }

  .header .menu-wide .logotype {
    margin: 35px 30px 15px;
    text-align: left;
  }

  .header .menu-wide .logotype a svg,
  .header .menu-wide .logotype a img {
    width: 270px;
  }

  .header .menu-wide .search-box {
    margin: 0px 30px 45px;
  }

  .header .menu-wide .close {
    right: 30px;
    top: 27px;
    z-index: 2;
  }

  .header .menu-wide .close svg {
    width: 28px;
  }

  .header .menu-wide .row {
    margin: 0px;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
  }

  .header .menu-wide .row .col-3 {
    width: 100%;
  }

  .header .menu-wide .row .col-3:last-child {
    display: none;
  }

  .header .menu-wide .row .col-3 .block {
    text-align: center;
    margin-bottom: 25px;
  }

  .header .menu-wide .links .block ul li a {
    font-size: 22px;
    line-height: 26px;
  }

  .header .menu-wide .links .block > a,
  .header .menu-wide .links .block > p > a {
    font-size: 22px;
    line-height: 37px;
    padding-bottom: 11px;
  }
}

.jumbotron {
  height: 1010px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.jumbotron.empty {
  height: 180px;
}

.jumbotron.video #videoJumb {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

@media (max-width: 991px) {
  .jumbotron.video {
    /* height: 400px; */
    height: auto;
  }
}

.jumbotron .container {
  height: 100%;
  padding: 0px;
  /* border-left: 1px solid rgba(126, 126, 126, 0.4);
  border-right: 1px solid rgba(126, 126, 126, 0.4); */
  border-left: 1px solid rgba(246, 246, 246, 0.5);
  border-right: 1px solid rgba(246, 246, 246, 0.5);
}

.jumbotron .dark {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.jumbotron .dark.right {
  margin-left: auto;
}

.jumbotron .jumbotron__inner .empty {
  margin-top: 171px;
}

.jumbotron .dark .content {
  height: 543px;
  padding: 114px 80px 150px 100px;
  background-color: rgba(0, 0, 0, 0.7);
  /* border-right: 1px solid rgba(126, 126, 126, 0.4); */
  border-right: 1px solid rgba(246, 246, 246, 0.5);
  position: relative;
}

.jumbotron.video .dark .content {
  height: 573px;
  padding: 84px 80px 150px 100px;
}

.jumbotron .dark .content a.to-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.jumbotron .dark.right .content {
  border-right: 0px;
  border-left: 1px solid rgba(126, 126, 126, 0.4);
}

.jumbotron h1 {
  color: #fff;
}

.jumbotron h1.divider {
  margin: 0px 0px 60px;
}

.jumbotron h1.divider:after {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  border-bottom: 3px solid #c8b197;
  margin-top: 65px;
}

.jumbotron .dark p {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  height: 160px;
}

.jumbotron.video .dark p {
  height: auto;
}

.jumbotron.video .dark .action {
  margin-top: 35px;
}

.jumbotron .dark .action {
  margin-top: 85px;
}

.jumbotron.video .dark .action {
  margin-top: 35px;
}

.jumbotron .dark .action a {
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 80px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: block;
  max-width: 500px;
  height: 80px;
  border: 3px solid #c8b197;
}

.jumbotron .dark .action a:hover {
  color: #c8b197;
  border: 3px solid #c8b197;
}

.jumbotron .dark .action a.gold {
  border: 3px solid #c8b197;
}

.jumbotron .dark .action a.gold:hover {
  color: #c8b197;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .jumbotron {
    height: 910px;
  }

  .jumbotron .dark .action {
    margin-top: 65px;
  }

  .jumbotron .dark .action a {
    font-size: 22px;
  }

  .jumbotron .dark .content {
    height: 493px;
    padding: 104px 70px 110px 70px;
  }

  .jumbotron .dark p {
    height: auto;
    font-size: 26px;
    line-height: 35px;
  }

  .jumbotron .jumbotron__inner .empty {
    margin-top: 88px;
  }

  .jumbotron h1.divider:after {
    margin-top: 55px;
  }

  .jumbotron h1.divider {
    margin: 0px 0px 50px;
  }

  .jumbotron.video .dark .content {
    height: 578px;
    padding: 50px 70px 80px 70px;
  }

  .jumbotron.video .dark .action {
    margin-top: 35px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .jumbotron {
    height: 860px;
  }

  .jumbotron.empty {
    height: 120px;
  }

  .jumbotron h1.divider:after {
    margin-top: 45px;
  }

  .jumbotron .dark .content {
    height: 443px;
    padding: 104px 60px 110px 60px;
  }

  .jumbotron .dark .action {
    margin-top: 30px;
  }

  .jumbotron .dark .action a {
    font-size: 18px;
  }

  .jumbotron .dark p {
    height: auto;
    font-size: 22px;
    line-height: 32px;
  }

  .jumbotron .jumbotron__inner .empty {
    margin-top: 88px;
  }

  .jumbotron.video .dark .content {
    height: 498px;
    padding: 80px 70px 80px 70px;
  }

  .jumbotron.video .dark .action {
    margin-top: 35px;
  }

  .jumbotron.video .dark p {
    height: auto;
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .jumbotron {
    height: 800px;
  }

  .jumbotron .container {
    border-left: 0px;
    border-right: 0px;
  }

  .jumbotron .dark .content,
  .jumbotron.video .dark .content {
    height: 433px;
    padding: 84px 60px 130px 80px;
  }

  .jumbotron .dark p {
    font-size: 20px;
    line-height: 27px;
    height: auto;
  }

  .jumbotron .dark .action a {
    font-size: 18px;
    line-height: 74px;
    max-width: 100%;
    height: 74px;
    border: 2px solid #c8b197;
  }

  .jumbotron .dark .action a:hover {
    border: 2px solid #c8b197;
  }

  .jumbotron .dark .action a.gold {
    border: 2px solid #c8b197;
  }

  /* .jumbotron.video .dark .content {
    height: 498px;
    padding: 80px 70px 80px 70px;
  } */
  .jumbotron.video .dark .action {
    margin-top: 35px;
  }

  .jumbotron.video .dark p {
    height: auto;
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .jumbotron {
    height: 850px;
  }

  .jumbotron.about-page {
    height: 470px;
  }

  .jumbotron .dark {
    width: 100%;
    justify-content: start;
  }

  .jumbotron h1 {
    text-align: center;
  }

  .jumbotron h1.divider:after {
    width: 100px;
    border-bottom: 2px solid #c8b197;
    margin: 65px auto 0;
  }

  .jumbotron .container {
    border-left: 0px;
    border-right: 0px;
  }

  .jumbotron .dark .content,
  .jumbotron.video .dark .content {
    height: 100%;
    padding: 152px 20px 77px 20px;
    margin-top: 98px;
    border-bottom: 1px solid rgba(126, 126, 126, 0.4);
  }

  .jumbotron .dark p {
    font-size: 20px;
    line-height: 27px;
    height: auto;
    text-align: center;
  }

  .jumbotron .dark .action a {
    font-size: 18px;
    line-height: 74px;
    max-width: 100%;
    height: 74px;
    border: 2px solid #c8b197;
  }

  .jumbotron .dark .action a:hover {
    border: 2px solid #c8b197;
  }

  .jumbotron .dark .action a.gold {
    border: 2px solid #c8b197;
  }
}

.model-rows {
  margin: 20px 0px 0px;
  padding: 60px 0px 100px;
  position: relative;
  background: #6a6a6a;
}

.model-rows__inner .top-filter h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 83px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
}

.model-rows__inner .top-filter {
  padding: 0px 20px 50px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.model-rows__inner .top-filter .triggers {
  position: relative;
}

.model-rows__inner .top-filter .triggers > button {
  color: #000;
  background: #c8b197;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 21px 45px 18px 45px;
  border-bottom: 0px;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
  height: 80px;
}

.model-rows__inner .top-filter .triggers > button.by-params svg {
  margin: 0px 0px -3px 8px;
  width: 20px;
  height: 20px;
}

.model-rows__inner .top-filter .triggers > button:first-child {
  margin-left: 0px;
}

.model-rows__inner .top-filter .triggers > button:hover,
.model-rows__inner .top-filter .triggers > button.active {
  /* color: #FFFFFF;
  border: 1px solid #9b8975; */
}

.model-rows__inner .top-filter .triggers .params-popup {
  background: #252525;
  padding: 25px 30px;
  position: absolute;
  z-index: 5;
  top: 95px;
  right: 0;
  display: none;
  border-radius: 15px;
}

.model-rows__inner .top-filter .triggers .params-popup.show {
  display: block;
}

.model-rows__inner .top-filter .triggers .params-popup .group {
  margin: 0px 0px 17px;
}

.model-rows__inner .top-filter .triggers .params-popup .group .inputs {
  display: flex;
  align-items: start;
}

.model-rows__inner .top-filter .triggers .params-popup .group .name {
  margin: 0px 0px -2px;
  color: #fff;
}

.model-rows__inner .top-filter .triggers .params-popup .group .name small {
  font-size: 10px;
  display: inline-block;
  margin-top: 3px;
  position: absolute;
}

.model-rows__inner .top-filter .triggers .params-popup .group .input-group label {
  color: #b7b7b7;
}

.model-rows__inner .top-filter .triggers .params-popup .group .input-group label.error {
  color: red;
}

.model-rows__inner .top-filter .triggers .params-popup .group .input-group:first-child {
  margin-right: 15px;
}

.model-rows__inner .top-filter .triggers .params-popup .group .input-group input {
  /* background: #252525;
  padding: 5px 0px;
  border:0px;
  border-bottom: 1px solid #505050;
  border-right: 0px;
  color: #C8B197;
  font-size: 34px;
  width: 200px;
  box-sizing: border-box; */
}

.model-rows__inner .top-filter .triggers .params-popup .group .input-group div {
  font-size: 30px;
  color: #c8b197;
}

.model-rows__inner .top-filter .triggers .params-popup .group .input-group input[type='range'] {
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px/100%;
  /* background-color: #BABABA; */
}

.model-rows__inner .top-filter .triggers .params-popup .group .input-group input[type='range'] {
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.model-rows__inner .top-filter .triggers .params-popup .group .input-group input[type='range']::-webkit-slider-runnable-track {
  border-radius: 10px/100%;
  height: 7px;
  background-color: #bababa;
}

.model-rows__inner .top-filter .triggers .params-popup .group .input-group input[type='range']::-webkit-slider-thumb {
  background: #c8b197;
  border-radius: 15px/100%;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
}

.model-rows__inner .top-filter .triggers .params-popup .group .input-group input[type='range']::-moz-range-track {
  border-radius: 10px/100%;
  height: 5px;
  background-color: #bababa;
}

.model-rows__inner .top-filter .triggers .params-popup .group .input-group input[type='range']::-moz-range-thumb {
  background: #c8b197;
  border-radius: 10px/100%;
  cursor: pointer;
}

.model-rows__inner .top-filter .triggers .params-popup .group .action {
  margin: 20px 0px 0px;
}

.model-rows__inner .top-filter .triggers .params-popup .action {
  margin: 20px 0px 0px;
}

.model-rows__inner .top-filter .triggers .params-popup .action button {
  width: 100%;
  background: #c8b197;
  padding: 20px 0px 18px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 30px;
  font-size: 16px;
}

.model-rows__inner .top-filter .triggers .params-popup .reset {
  width: 100%;
  padding: 5px 0px 0px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0px 0px;
  display: none;
  color: #fff;
}

.model-rows__inner .top-filter .triggers .params-popup .reset.show {
  display: block;
}

.model-rows__inner .top-filter .triggers .params-popup .close-popup {
  text-align: right;
  position: relative;
}

.model-rows__inner .top-filter .triggers .params-popup .close-popup button {
  border-radius: 40px;
  padding: 2px 2px;
  position: absolute;
  top: -19px;
  right: -23px;
}

.model-rows__inner .top-filter .triggers .params-popup .close-popup svg {
  width: 12px;
  height: 11px;
  margin: 0px 4px -2px;
}

.model-rows__inner .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 25px;
  margin: 0px 0px 30px;
}

.model-rows__inner .items .item {
  width: 32%;
  position: relative;
  border-bottom: 0px;
}

.model-rows__inner .items .item:after {
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  border-right: 1px solid rgba(246, 246, 246, 0.5);
  right: 0;
  top: 0;
  content: '';
  display: none;
}

.model-rows__inner .items .item:nth-child(3n):after {
  border-right: 0px;
}

.model-rows__inner .items .item .details {
  padding: 40px 40px 40px;
  background: #252525;
}

.model-rows__inner .items .item .image {
  height: 340px;
  margin: 0px 0px 0px;
  position: relative;
}

.model-rows__inner .items .item .image .badge {
  text-align: right;
  padding: 25px 40px 0px 0px;
}

.model-rows__inner .items .item .image a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.model-rows__inner .items .item .image .zaglushka {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.model-rows__inner .items .item .title {
  font-weight: 400;
  font-size: 32px;
  line-height: 49px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
}

.model-rows__inner .items .item .title a:hover {
  color: #c8b197;
}

.model-rows__inner .items .item .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.model-rows__inner .items .item .info .price {
  font-weight: 700;
  font-size: 36px;
  line-height: 75px;
  color: #ffffff;
}

.model-rows__inner .items .item .info .square {
  font-weight: 700;
  font-size: 36px;
  line-height: 78px;
  color: #ff6c6c;
}

.model-rows__inner .items .item .action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  /* changes */
  margin-top: 10px;
}

.model-rows__inner .items .item .action .detail {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  border: 3px solid #c8b197;
  display: block;
  text-align: center;
  padding: 20px 25px 19px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.model-rows__inner .items .item .action .detail:hover {
  color: #252525;
  background: #c8b197;
}

.model-rows__inner .items .item .action .presentation {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #252525;
  background: #c8b197;
  display: flex;
  padding: 10px 22px 9px;
  align-items: center;
}

.model-rows__inner .items .item .action .presentation span {
  margin-right: 15px;
}

.model-rows__inner .show-all {
  text-align: center;
  padding: 30px 0px 60px;
  border-top: 0px;
}

.model-rows__inner .show-all button {
  color: #000;
  background: #c8b197;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 25px 45px 21px 45px;
  border-bottom: 0px;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
}

.model-rows__inner .show-all button:hover {
  background: #000;
  color: #c8b197;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .model-rows__inner .top-filter {
    padding: 0px 0px 50px 0px;
  }

  .model-rows__inner .top-filter h2 {
    font-size: 38px;
  }

  .model-rows__inner .items {
    gap: 20px;
  }

  .model-rows__inner .items .item .image {
    margin: 0px 0px 0px;
  }

  .model-rows__inner .items .item .details {
    padding: 30px 30px 30px;
  }

  .model-rows__inner .items .item .title {
    font-size: 28px;
    line-height: 37px;
  }

  .model-rows__inner .items .item .info .square {
    font-size: 26px;
    line-height: 58px;
  }

  .model-rows__inner .items .item .info .price {
    font-size: 26px;
    line-height: 55px;
  }

  .model-rows__inner .items .item .action .detail {
    font-size: 14px;
    line-height: 15px;
    padding: 20px 20px 19px;
  }

  .model-rows__inner .items .item .action .presentation {
    font-size: 14px;
    line-height: 24px;
    padding: 6px 20px 6px;
  }

  .model-rows__inner .items .item .action .presentation span {
    margin-right: 10px;
  }

  .model-rows__inner .items .item .action .presentation svg {
    width: 25px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .model-rows {
    margin: 60px 0px 0px;
    padding: 60px 0px 40px;
  }

  .model-rows__inner .top-filter {
    padding: 0px 0px 30px 0px;
  }

  .model-rows__inner .top-filter h2 {
    font-size: 28px;
  }

  .model-rows__inner .items {
    gap: 20px;
  }

  .model-rows__inner .items .item .image {
    height: 250px;
    margin: 0px;
  }

  .model-rows__inner .items .item .image .badge {
    padding: 10px 20px 0px 0px;
  }

  .model-rows__inner .items .item .image .badge svg {
    width: 80px;
  }

  .model-rows__inner .items .item .details {
    padding: 30px 30px 30px;
  }

  .model-rows__inner .items .item .title {
    font-size: 26px;
    line-height: 35px;
  }

  .model-rows__inner .items .item .info .square {
    font-size: 26px;
    line-height: 58px;
  }

  .model-rows__inner .items .item .info .price {
    font-size: 26px;
    line-height: 55px;
  }

  .model-rows__inner .items .item .action .detail {
    font-size: 12px;
    line-height: 15px;
    padding: 17px 15px 16px;
  }

  .model-rows__inner .items .item .action .presentation {
    font-size: 12px;
    line-height: 24px;
    padding: 2px 13px 3px;
  }

  .model-rows__inner .items .item .action .presentation span {
    margin-right: 10px;
  }

  .model-rows__inner .items .item .action .presentation svg {
    width: 21px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .model-rows {
    margin: 0px 0px 0px;
    padding: 0px 0px 40px;
  }

  .model-rows__inner .top-filter {
    padding: 0px 15px 30px 15px;
  }

  .model-rows__inner .top-filter h2 {
    font-size: 28px;
  }

  .model-rows__inner .items {
    gap: 15px;
  }

  .model-rows__inner .items .item .image {
    height: 250px;
    margin: 0px 0px 0px;
  }

  .model-rows__inner .items .item .image .badge {
    padding: 10px 20px 0px 0px;
  }

  .model-rows__inner .items .item .image .badge svg {
    width: 80px;
  }

  .model-rows__inner .items .item .details {
    padding: 30px 30px 30px;
  }

  .model-rows__inner .items .item .title {
    font-size: 24px;
    line-height: 33px;
  }

  .model-rows__inner .items .item .info .square {
    font-size: 24px;
    line-height: 55px;
  }

  .model-rows__inner .items .item .info .price {
    font-size: 24px;
    line-height: 50px;
  }

  .model-rows__inner .items .item .action .detail {
    font-size: 12px;
    line-height: 15px;
    padding: 17px 15px 16px;
  }

  .model-rows__inner .items .item .action .presentation {
    font-size: 12px;
    line-height: 24px;
    padding: 2px 13px 3px;
  }

  .model-rows__inner .items .item .action .presentation span {
    margin-right: 10px;
  }

  .model-rows__inner .items .item .action .presentation svg {
    width: 21px;
  }
}

@media (max-width: 991px) {
  .model-rows {
    margin: 0px 0px 0px;
    padding: 0px 0px 0px;
  }

  .model-rows__inner .top-filter {
    padding: 0px 20px 30px 20px;
    display: block;
  }

  .model-rows__inner .top-filter .triggers > button:first-child {
    margin-left: 0px;
    padding: 0px 40px;
    height: 60px;
  }

  .model-rows__inner .top-filter .triggers .params-popup .group .input-group div {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .model-rows__inner .top-filter .triggers > button {
    font-size: 16px;
    line-height: 28px;
    padding: 0px 25px;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
  }

  .model-rows__inner .top-filter .triggers > button.by-params svg {
    margin: 0px 0px -3px 8px;
    width: 13px;
    height: 15px;
  }

  .model-rows__inner .top-filter h2 {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 20px;
  }

  .model-rows__inner .top-filter .triggers .params-popup.show {
    display: block;
    right: auto;
    left: 0;
    height: auto;
    top: 75px;
  }

  .model-rows__inner .top-filter .triggers .params-popup .group .input-group label.error {
    font-size: 12px;
  }

  .model-rows__inner .top-filter .triggers .params-popup .action button {
    color: #000;
    font-size: 14px;
  }

  .model-rows__inner .top-filter .triggers .params-popup .group .input-group input {
    max-width: 115px;
    display: block;
    font-size: 17px;
    border: 0px;
    border-bottom: 1px solid #505050;
  }

  .model-rows__inner .items .item {
    width: 100%;
  }

  .model-rows__inner .items .item .image {
    height: 250px;
    margin: 0px 0px 0px;
  }

  .model-rows__inner .items .item .image .badge {
    padding: 10px 20px 0px 0px;
  }

  .model-rows__inner .items .item .image .badge svg {
    width: 60px;
  }

  .model-rows__inner .items .item .details {
    padding: 30px 20px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .model-rows__inner .items .item .title {
    font-size: 24px;
    line-height: 33px;
    width: 100%;
  }

  .model-rows__inner .items .item .details .info {
    width: 57%;
  }

  .model-rows__inner .items .item .details .action {
    width: 33%;
    margin-top: -5px;
  }

  .model-rows__inner .items .item .info .square {
    font-size: 22px;
    line-height: 55px;
  }

  .model-rows__inner .items .item .info .price {
    font-size: 22px;
    line-height: 50px;
  }

  .model-rows__inner .items .item .action .detail {
    font-size: 12px;
    line-height: 15px;
    padding: 12px 15px 11px;
    margin-right: 15px;
  }

  .model-rows__inner .items .item .action .presentation {
    font-size: 12px;
    line-height: 24px;
    padding: 2px 13px 3px;
  }

  .model-rows__inner .items .item .action .presentation span {
    margin-right: 10px;
  }

  .model-rows__inner .items .item .action .presentation svg {
    width: 21px;
  }

  .model-rows__inner .items .item .action {
    justify-content: start;
  }

  .model-rows__inner .items .item:after {
    display: none;
  }
}

.doma {
  margin: 150px 0px 150px;
  position: relative;
}

.doma__inner .dom {
  display: flex;
}

.doma__inner .dom:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  border-top: 1px solid rgba(126, 126, 126, 0.4);
}

.doma__inner .dom:last-child:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(126, 126, 126, 0.4);
}

.doma__inner .image {
  height: auto;
  width: 50%;
  border-left: 1px solid rgba(126, 126, 126, 0.4);
  border-right: 0px;
}

.doma__inner .image.left {
  border-right: 1px solid rgba(126, 126, 126, 0.4);
  border-left: 0px;
}

.doma__inner .info {
  width: 50%;
}

.doma__inner .content {
  padding: 70px 60px 70px 60px;
}

.doma__inner .content.right {
  padding: 70px 60px 70px 60px;
}

.doma__inner .title {
  margin-bottom: 45px;
}

.doma__inner .title h2 {
  display: block;
  max-width: 670px;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
  border: 3px solid #c8b197;
  padding: 25px 0px;
}

.doma__inner .title h2 span {
  font-weight: 800;
}

.doma__inner .sub-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  margin: 0px 0px 20px;
}

.doma__inner p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding: 0px 0px 0px 0px;
}

.doma__inner .action {
  margin: 40px 0px 0px;
}

.doma__inner .action a {
  display: block;
  width: 375px;
  height: 74px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 74px;
  text-transform: uppercase;
  border: 3px solid #c8b197;
  color: #fff;
}

.doma__inner .action a:hover {
  color: #c8b197;
}

/* For Mobile */
.doma__inner .title.mobile {
  display: none;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .doma__inner .content.right {
    padding: 50px;
  }

  .doma__inner .content {
    padding: 50px;
  }

  .doma__inner .title h2 {
    max-width: 470px;
    font-size: 28px;
  }

  .doma__inner .sub-title {
    font-size: 28px;
    padding: 0px 50px 0px 0px;
  }

  .doma__inner p {
    font-size: 18px;
    line-height: 27px;
    padding: 0px 0px 0px 0px;
  }

  .doma__inner .image {
    width: 50%;
    height: auto;
  }

  .doma__inner .action a {
    width: 325px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .doma {
    margin: 100px 0px 100px;
  }

  .doma__inner .title h2 {
    max-width: 100%;
    font-size: 24px;
    letter-spacing: 0.25em;
    line-height: 28px;
  }

  .doma__inner .content.right {
    padding: 40px;
  }

  .doma__inner .content {
    padding: 40px;
  }

  .doma__inner .title {
    margin-bottom: 30px;
  }

  .doma__inner .sub-title {
    font-size: 22px;
    line-height: 28px;
  }

  .doma__inner p {
    font-size: 16px;
    line-height: 25px;
    padding: 0px 0px 0px 0px;
  }

  .doma__inner .action a {
    width: 260px;
    height: 54px;
    font-size: 15px;
    line-height: 54px;
  }

  .doma__inner .image {
    height: auto;
  }

  .doma__inner .action {
    margin: 25px 0px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .doma {
    margin: 0px 0px 0px;
  }

  .doma__inner .dom {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .doma__inner .image {
    order: 2;
    height: 540px;
    width: 100%;
    border-left: 0px;
  }

  .doma__inner .image.left {
    border-right: 0px;
    border-left: 0px;
  }

  .doma__inner .info {
    order: 3;
    width: 100%;
  }

  .doma__inner .content {
    padding: 70px 40px 70px 40px;
    text-align: center;
  }

  .doma__inner .content.right {
    padding: 70px 40px 70px 40px;
  }

  .doma__inner .title {
    display: none;
  }

  .doma__inner .title.mobile {
    order: 1;
    display: block;
    margin: 0px;
  }

  .doma__inner .title h2 {
    font-size: 40px;
    line-height: 40px;
    max-width: 100%;
  }

  .doma__inner .sub-title {
    margin: 0px 0px 30px;
  }

  .doma__inner .action {
    margin: 50px 0px 0px;
  }

  .doma__inner .action a {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .doma {
    margin: 0px 0px 0px;
  }

  .doma__inner .dom {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .doma__inner .image {
    order: 2;
    height: 390px;
    width: 100%;
    border-left: 0px;
  }

  .doma__inner .image.left {
    border-right: 0px;
    border-left: 0px;
  }

  .doma__inner .info {
    order: 3;
    width: 100%;
  }

  .doma__inner .content {
    padding: 70px 20px 70px 20px;
    text-align: center;
  }

  .doma__inner .content.right {
    padding: 70px 20px 70px 20px;
  }

  .doma__inner .title {
    display: none;
  }

  .doma__inner .title.mobile {
    order: 1;
    display: block;
    margin: 0px;
  }

  .doma__inner .title h2 {
    font-size: 26px;
    line-height: 34px;
    max-width: 100%;
  }

  .doma__inner .sub-title {
    margin: 0px 0px 30px;
  }

  .doma__inner .action {
    margin: 50px 0px 0px;
  }

  .doma__inner .action a {
    margin: 0 auto;
    width: 300px;
  }
}

.wide-benefits {
  margin: 0px 0px 0px;
  z-index: 1;
  position: relative;
}

.wide-benefits__item {
  height: 810px;
}

.wide-benefits__item .container {
  height: 100%;
}

.wide-benefits__item .row {
  height: 100%;
  margin: 0px;
}

.wide-benefits__item .col-6 {
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.wide-benefits__item h2 {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 65px;
  line-height: 83px;
  text-transform: uppercase;
  margin: 0px 0px 60px;
  letter-spacing: 0.15em;
}

.wide-benefits__item h2:after {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  border-bottom: 3px solid #c8b197;
  margin-top: 65px;
}

.wide-benefits__item p {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
}

.wide-benefits__item .action {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 80px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: block;
  max-width: 400px;
  height: 80px;
  margin-top: 80px;
  border: 3px solid #c8b197;
}

.wide-benefits__item .action:hover {
  color: #c8b197;
}

.wide-benefits__item .content {
  padding: 0px 140px;
}

.detail-dom-flex {
  display: flex;
}

.detail-dom-flex > .left {
  width: 25%;
  background: #252525;
  padding: 70px 50px 70px;
  border-right: 1px solid rgba(217, 217, 217, 0.5);
  position: relative;
  transition: all 0.3s ease;
}

.detail-dom-flex > .left .menu-content.fixed {
  position: fixed;
  top: 60px;
}

.detail-dom-flex > .left .menu-content.fixed .trigger-left-menu {
  right: -10px;
  top: -10px;
}

.detail-dom-flex > .left .menu-content.fixed .trigger-left-menu.closed {
  right: -25px;
  top: -10px;
}

.detail-dom-flex > .left.closed {
  width: 2%;
}

.detail-dom-flex > .left.closed .menu {
  display: none;
}

.detail-dom-flex > .left .trigger-left-menu {
  position: absolute;
  right: 50px;
  top: 30px;
  transform: scaleX(1);
  transition: transform 0.3s ease;
}

.detail-dom-flex > .left .trigger-left-menu.closed {
  right: 35px;
}

.detail-dom-flex > .left .trigger-left-menu.closed {
  transform: scaleX(-1);
}

.detail-dom-flex > .left .menu {
}

.detail-dom-flex > .left .menu > ul > li {
  margin: 0px 0px 15px;
}

.detail-dom-flex > .left .menu a {
  font-weight: 400;
  font-size: 20px;
  color: #6a6a6a;
  padding-left: 30px;
  position: relative;
}

.detail-dom-flex > .left .menu li.active a {
  color: #fff;
}

.detail-dom-flex > .left .menu a:hover {
  color: #fff;
}

.detail-dom-flex > .left .menu .has-child > a {
  font-weight: bold;
  text-transform: uppercase;
}

.detail-dom-flex > .left .menu .has-child > .parent-link.active {
  color: #fff;
}

.detail-dom-flex > .left .menu .has-child > .parent-link.active:before {
  /* content: '-'; */
  transform: rotate(135deg);
  top: -2px;
  left: -1px;
}

.detail-dom-flex > .left .menu .has-child > a:before {
  content: '+';
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.detail-dom-flex > .left .menu .has-child ul.child {
  margin: 15px 0px 0px;
  /* display: none; */
}

.detail-dom-flex > .left .menu .has-child ul.child li {
  margin: 0px 0px 15px;
}

.detail-dom-flex > .right {
  width: 100%;
  transition: all 0.3s ease;
}

.detail-dom-flex > .right.closed {
  width: 94%;
}

.detail-dom-flex > .right .detail-doma-serie-menu {
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}

.detail-dom-flex > .right .detail-doma-serie-menu ul {
  display: flex;
  justify-content: space-between;
  background: #252525;
  padding: 0px 35px;
  overflow: hidden;
}

.detail-dom-flex > .right .detail-doma-serie-menu ul li {
}

.detail-dom-flex > .right .detail-doma-serie-menu ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  display: flex;
  height: 50px;
  align-items: center;
  position: relative;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .detail-dom-flex > .right.closed {
    width: 92%;
  }

  .wide-benefits__item h2 {
    font-size: 55px;
    line-height: 73px;
  }

  .wide-benefits__item .content {
    padding: 0px 70px;
  }

  .wide-benefits__item p {
    font-size: 26px;
    line-height: 37px;
  }

  .wide-benefits__item {
    height: 760px;
  }

  .wide-benefits__item .action {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .wide-benefits {
    margin: 0px 0px 0px;
  }

  .wide-benefits__item .content {
    padding: 0px 50px;
  }

  .wide-benefits__item h2 {
    font-size: 46px;
    line-height: 60px;
  }

  .wide-benefits__item h2:after {
    margin-top: 45px;
  }

  .wide-benefits__item p {
    font-size: 22px;
    line-height: 32px;
  }

  .wide-benefits__item {
    height: 730px;
  }

  .wide-benefits__item .action {
    font-size: 16px;
    line-height: 70px;
    max-width: 330px;
    height: 70px;
    margin-top: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wide-benefits {
    margin: 0px 0px 0px;
  }

  .wide-benefits__item {
    height: 540px;
  }

  .wide-benefits__item h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 55px;
    margin: 0px 0px 40px;
    letter-spacing: 0em;
  }

  .wide-benefits__item h2:after {
    width: 100px;
    height: 1px;
    border-bottom: 2px solid #c8b197;
    margin-top: 40px;
  }

  .wide-benefits__item .action {
    line-height: 74px;
    height: 74px;
    margin-top: 50px;
    border: 2px solid #c8b197;
  }

  .wide-benefits__item p {
    font-size: 20px;
    line-height: 25px;
  }

  .wide-benefits__item .content {
    padding: 0px 80px;
  }
}

@media (max-width: 991px) {
  .wide-benefits {
    margin: 0px 0px 0px;
  }

  .wide-benefits__item {
    height: 640px;
  }

  .wide-benefits__item h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 55px;
    margin: 0px 0px 40px;
    letter-spacing: 0em;
  }

  .wide-benefits__item h2:after {
    width: 100px;
    height: 1px;
    border-bottom: 2px solid #c8b197;
    margin: 40px auto 0px;
  }

  .wide-benefits__item .action {
    line-height: 74px;
    height: 74px;
    border: 2px solid #c8b197;
    margin: 50px auto 0;
    max-width: 300px;
  }

  .wide-benefits__item p {
    font-size: 20px;
    line-height: 25px;
  }

  .wide-benefits__item .content {
    padding: 0px 40px;
    text-align: center;
  }

  .wide-benefits__item .col-6 {
    width: 100%;
    height: 100%;
  }

  .wide-benefits__item .offset-col-6.col-6 {
    margin-left: 0px;
  }
}

.call-to-action {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  padding: 120px 300px 140px;
  background: #6a6a6a;
  z-index: 1;
  position: relative;
}

.call-to-action__inner .action {
  margin: 90px auto 0px;
  display: block;
  width: 500px;
  height: 80px;
  border: 3px solid #c8b197;
  font-weight: 700;
  font-size: 23px;
  line-height: 80px;
  text-transform: uppercase;
  color: #fff;
}

.call-to-action__inner .action:hover {
  color: #c8b197;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .call-to-action {
    padding: 120px 120px 140px;
  }

  .call-to-action__inner .action {
    margin: 60px auto 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .call-to-action {
    font-size: 26px;
    line-height: 36px;
    padding: 70px 70px 70px;
  }

  .call-to-action__inner .action {
    margin: 40px auto 0px;
    width: 380px;
    height: 70px;
    font-size: 16px;
    line-height: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .call-to-action {
    font-size: 20px;
    line-height: 30px;
    padding: 65px 50px 100px;
  }

  .call-to-action__inner .action {
    margin: 70px auto 0px;
    height: 80px;
    border: 3px solid #c8b197;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .call-to-action {
    font-size: 20px;
    line-height: 30px;
    padding: 65px 20px 100px;
  }

  .call-to-action__inner .action {
    margin: 70px auto 0px;
    height: 80px;
    border: 3px solid #c8b197;
    font-size: 18px;
    width: 300px;
  }
}

.get-consult {
  height: 650px;
  z-index: 1;
  position: relative;
}

.home .get-consult {
  height: auto;
}

.get-consult .row {
  margin: 0px;
}

.home .get-consult .row .col-6 {
  margin: 100px auto;
}

.get-consult .row .col-6 {
  padding-left: 0px;
}

.get-consult .container {
  height: 100%;
}

.get-consult .row {
  height: 100%;
}

.get-consult__inner {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(126, 126, 126, 0.5);
  padding: 0px 95px 0px;
  margin: 0px 0px 0px;
  height: 100%;
}

.single-doma .get-consult__inner {
  height: 99.9%;
  border-left: 0px;
  border-bottom: 0px;
}

.get-consult__inner h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  margin: 95px 0px 60px;
  color: #fff;
}

.get-consult__inner .form-request {
  margin: 0px 0px 25px;
}

.form-group {
  margin: 0px 0px 20px;
}

.form-request br {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  padding: 10px 20px;
  text-align: center;
  color: #fff;
}

.form-group input {
  background: transparent;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  border: 0px;
  border-bottom: 0.5px solid #c8b197;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px 20px;
}

.form-group input::-moz-placeholder {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

.form-group input:-ms-input-placeholder {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

.form-group input::placeholder {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

.form-action {
  margin: 60px 0px 0px;
}

.form-action input {
  background: transparent;
  font-weight: 700;
  font-size: 23px;
  line-height: 75px;
  text-transform: uppercase;
  color: #fff;
  border: 3px solid #c8b197;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  cursor: pointer;
}

.form-action input:hover {
  color: #c8b197;
}

.form-notice {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin: 45px 0px 0px;
  color: #fff;
}

.get-consult.mobile {
  display: none;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .get-consult__inner h3 {
    font-size: 34px;
    line-height: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .get-consult {
    height: 730px;
  }

  .get-consult__inner {
    height: 729px;
    padding: 0px 65px 0px;
    margin: 0px 0px 0px;
  }

  .home .get-consult .get-consult__inner {
    height: auto;
    padding: 0px 65px 20px;
    margin: 0px 0px 0px;
  }

  .home .get-consult .get-consult__inner h3 {
    margin: 65px 0px 50px;
  }

  .get-consult__inner h3 {
    font-size: 36px;
    line-height: 37px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .get-consult.mobile {
    display: block;
  }

  .get-consult {
    background: #6a6a6a !important;
    height: auto;
  }

  .get-consult__inner {
    background: transparent;
    border: 0px;
    padding: 0px 55px 85px;
    margin: 0px 0px 0px;
  }

  .get-consult .offset-col-6.col-6 {
    width: 100%;
    margin-left: 0px;
  }

  .get-consult__inner h3 {
    text-align: center;
    font-size: 30px;
    line-height: 33px;
    margin: 0px 0px 50px;
  }

  .form-group input {
    font-size: 16px;
    line-height: 23px;
    padding: 0px 0px 15px;
  }

  .form-action {
    margin: 50px 0px 0px;
  }

  .form-action input {
    font-size: 18px;
    line-height: 64px;
    height: 74px;
  }

  .form-notice {
    margin: 30px 0px 0px;
  }
}

@media (max-width: 991px) {
  .get-consult.mobile {
    display: block;
  }

  .get-consult {
    background: #6a6a6a !important;
    height: auto;
  }

  .get-consult__inner {
    background: transparent;
    border: 0px;
    padding: 0px 25px 85px;
    margin: 0px 0px 0px;
  }

  .get-consult .offset-col-6.col-6 {
    width: 100%;
    margin-left: 0px;
  }

  .get-consult__inner h3 {
    text-align: center;
    font-size: 30px;
    line-height: 33px;
    margin: 0px 0px 50px;
  }

  .form-group input {
    font-size: 16px;
    line-height: 23px;
    padding: 0px 0px 15px;
  }

  .form-action {
    margin: 50px 0px 0px;
  }

  .form-action input {
    font-size: 18px;
    line-height: 64px;
    height: 74px;
  }

  .form-notice {
    margin: 30px 0px 0px;
  }
}

.get-consult-black {
  position: relative;
  z-index: 1;
  background: #252525;
  color: #fff;
  border-bottom: 1px solid rgba(126, 126, 126, 0.4);
}

.get-consult-black .row {
  margin: 0px -1px;
  border-left: 1px solid rgba(126, 126, 126, 0.4);
  border-right: 1px solid rgba(126, 126, 126, 0.4);
  padding: 195px 0px 145px;
}

.get-consult-black .info {
  padding: 0px 0px 0px 125px;
}

.get-consult-black .info h3 {
  font-weight: 400;
  font-size: 65px;
  line-height: 83px;
  text-transform: uppercase;
  position: relative;
  margin-top: 0px;
}

.get-consult-black .info h3:after {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  border-bottom: 3px solid #c8b197;
  margin-top: 55px;
}

.get-consult-black .info p {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 25px;
}

.get-consult-black .info p:last-child {
  margin-bottom: 0px;
}

.get-consult-black .get-consult__inner {
  background: #252525;
  border: 0px;
  padding: 0px 95px 0px;
  margin: 0px 0px 0px;
}

.get-consult-black .get-consult__inner h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  margin: 0px 0px 45px;
}

.get-consult-black .get-consult__inner p {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 45px;
}

.get-consult-black .form-group input {
  color: #fff;
}

.get-consult-black .form-group input::-moz-placeholder {
  color: #fff;
}

.get-consult-black .form-group input:-ms-input-placeholder {
  color: #fff;
}

.get-consult-black .form-group input::placeholder {
  color: #fff;
}

.get-consult-black .form-action input {
  color: #fff;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .get-consult-black .info {
    padding: 0px 0px 0px 100px;
  }

  .get-consult-black .row {
    padding: 120px 0px 110px;
  }

  .get-consult-black .get-consult__inner {
    padding: 10px 75px 0px;
  }

  .get-consult-black .info h3 {
    font-size: 50px;
    line-height: 67px;
  }

  .get-consult-black .info h3:after {
    margin-top: 45px;
  }

  .get-consult-black .info p {
    font-size: 24px;
    line-height: 33px;
  }

  .get-consult-black .get-consult__inner h3 {
    font-size: 28px;
    line-height: 36px;
    margin: 0px 0px 20px;
  }

  .get-consult-black .get-consult__inner p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .get-consult-black .info {
    padding: 0px 0px 0px 70px;
  }

  .get-consult-black .row {
    padding: 80px 0px 80px;
  }

  .get-consult-black .get-consult__inner {
    padding: 10px 65px 0px;
  }

  .get-consult-black .info h3 {
    font-size: 50px;
    line-height: 67px;
  }

  .get-consult-black .info h3:after {
    margin-top: 45px;
  }

  .get-consult-black .info p {
    font-size: 24px;
    line-height: 33px;
  }

  .get-consult-black .get-consult__inner h3 {
    font-size: 28px;
    line-height: 36px;
    margin: 0px 0px 20px;
  }

  .get-consult-black .get-consult__inner p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .get-consult-black .row {
    margin: 0px 0px;
    padding: 75px 0px 85px;
  }

  .get-consult-black .row .col-6 {
    width: 100%;
    padding: 0px 55px;
  }

  .get-consult-black .info {
    padding: 0px;
  }

  .get-consult-black .info h3 {
    font-weight: 300;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
  }

  .get-consult-black .info h3:after {
    margin: 55px auto 0px;
  }

  .get-consult-black .info p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .get-consult-black .get-consult__inner {
    padding: 0px 50px 0px;
    margin: 90px 0px 0px;
  }

  .get-consult-black .get-consult__inner h3 {
    font-size: 30px;
    line-height: 37px;
    margin: 0px 0px 20px;
  }

  .get-consult-black .get-consult__inner p {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 40px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .get-consult-black .row {
    margin: 0px 0px;
    padding: 75px 0px 85px;
  }

  .get-consult-black .row .col-6 {
    width: 100%;
    padding: 0px 15px;
  }

  .get-consult-black .info {
    padding: 0px;
  }

  .get-consult-black .info h3 {
    font-weight: 300;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
    margin-bottom: 50px;
  }

  .get-consult-black .info h3:after {
    margin: 40px auto 0px;
  }

  .get-consult-black .info p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .get-consult-black .get-consult__inner {
    padding: 0px 20px 0px;
    margin: 60px 0px 0px;
  }

  .get-consult-black .get-consult__inner h3 {
    font-size: 30px;
    line-height: 37px;
    margin: 0px 0px 20px;
  }

  .get-consult-black .get-consult__inner p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
    text-align: center;
  }
}

.single-doma .footer {
  border-top: 1px solid rgba(246, 246, 246, 0.5);
}

.footer {
  background: #252525;
  color: #fff;
  padding: 145px 0px 45px;
  position: relative;
}

.footer a {
  color: #fff;
}

.footer .top {
  padding: 0px 0px 135px;
}

.footer .top:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 0.5px solid #7e7e7e;
  margin-top: 135px;
}

.footer .logo a {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.5);
  justify-content: center;
  align-items: center;
  height: 150px;
}

.footer .logo a svg,
.footer .logo a img {
  width: 290px;
}

.footer .requisites {
  margin: 40px 0px 0px;
}

.footer .requisites a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-decoration: underline;
}

.footer .requisites a:hover {
  text-decoration: none;
}

.footer .requisites a i {
  margin-right: 20px;
}

.footer .blocks {
  display: flex;
  margin-left: 140px;
}

.footer .blocks .f-menu {
  margin-right: 100px;
}

.footer .blocks .f-menu ul li {
  padding: 0px 0px 30px;
}

.footer .blocks .f-menu ul li:last-child {
  padding: 0px;
}

.footer .blocks .f-menu a {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
}

.footer .blocks .f-menu a:hover {
  color: #c8b197;
}

.footer .blocks .info-block {
  width: 300px;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
}

.footer .blocks .info-block:last-child {
  margin-right: 0px;
}

.footer .blocks .info-block .title {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

.footer .blocks .info-block .link {
  margin: auto 0px 45px;
}

.footer .blocks .info-block.first .link:last-child {
  margin: 0px 0px 0px;
}

.footer .blocks .info-block .link a {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-transform: uppercase;
}

.footer .blocks .info-block .link a:hover {
  color: #c8b197;
}

.footer .blocks .info-block .action button {
  font-weight: 700;
  font-size: 23px;
  line-height: 18px;
  text-transform: uppercase;
  width: 100%;
  height: 80px;
  color: #fff;
  background: transparent;
  border: 3px solid #c8b197;
}

.footer .blocks .info-block .action button:hover {
  color: #c8b197;
}

.footer .blocks .info-block .tg-chat-action a {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-top: 20px;
  padding: 20px 10px;
  color: #fff;
  display: block;
  width: auto;
  max-width: 510px;
  height: auto;
  text-transform: uppercase;
  border: 3px solid #c8b197;
}

.footer .blocks .info-block .tg-chat-action a:hover {
  color: #c8b197;
}

.footer .bottom {
  padding: 50px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .bottom .left {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}

.footer .bottom .right a {
  margin-left: 30px;
}

.footer .bottom .right a:first-child {
  margin-left: 0px;
}

.footer .info-mob {
  display: none;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .footer .blocks .info-block {
    margin-right: 50px;
  }

  .footer .logo a svg,
  .footer .logo a img {
    width: 240px;
  }

  .footer .blocks {
    margin-left: 70px;
  }

  .footer .blocks .info-block .link {
    margin: auto 0px 15px;
  }

  .footer .blocks .info-block.first .link {
    margin: 5px 0px 45px;
  }

  .footer .blocks .info-block.first .link:last-child {
    margin: 5px 0px 0px;
  }

  .footer .blocks .info-block .link a {
    font-size: 18px;
    line-height: 27px;
  }

  .footer .requisites {
    margin: 40px 0px 0px;
  }

  .footer .bottom .right a {
    margin-left: 20px;
  }

  .footer .bottom .right a svg {
    width: 35px;
  }

  .footer .blocks .info-block .action button {
    font-size: 18px;
    line-height: 18px;
    height: 70px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .footer {
    padding: 105px 0px 20px;
  }

  .footer .logo a svg,
  .footer .logo a img {
    width: 200px;
  }

  .footer .blocks {
    margin-left: 55px;
  }

  .footer .blocks .f-menu {
    margin-right: 70px;
  }

  .footer .blocks .info-block {
    margin-right: 40px;
  }

  .footer .blocks .info-block .link a {
    font-size: 16px;
    line-height: 24px;
  }

  .footer .blocks .info-block .title {
    font-size: 16px;
    line-height: 24px;
  }

  .footer .blocks .info-block .link {
    margin: auto 0px 20px;
  }

  .footer .blocks .info-block.first .link {
    margin: 5px 0px 50px;
  }

  .footer .blocks .info-block.first .link:last-child {
    margin: 5px 0px 0px;
  }

  .footer .blocks .info-block .action button {
    font-size: 16px;
    line-height: 18px;
    height: 65px;
  }

  .footer .requisites {
    margin: 40px 0px 0px;
  }

  .footer .bottom .right a {
    margin-left: 20px;
  }

  .footer .bottom .right a svg {
    width: 30px;
  }

  .footer .bottom {
    padding: 30px 0px 0px;
  }

  .footer .bottom .left {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer {
    padding: 0px 0px 45px;
  }

  .footer .logo {
    margin: 0px 0px 85px;
  }

  .footer .logo a {
    border-top: 1px solid rgba(126, 126, 126, 0.4);
    border-bottom: 1px solid rgba(126, 126, 126, 0.4);
    border-left: 0px;
    border-right: 0px;
  }

  .footer .top .row .col-3,
  .footer .top .row .col-9 {
    width: 100%;
    padding: 0px;
  }

  .footer .requisites {
    display: none;
  }

  .footer .blocks {
    margin-left: 0px;
    flex-direction: column;
    align-items: center;
  }

  .footer .blocks .f-menu {
    margin: 0px 0px 85px;
    text-align: center;
  }

  .footer .blocks .f-menu ul li {
    padding: 0px 0px 35px;
  }

  .footer .bottom .right {
    display: none;
  }

  .footer .blocks .info-block {
    margin: 0px 0px 110px;
    text-align: center;
  }

  .footer .blocks .info-block + .info-block {
    margin: 0px 0px 75px;
  }

  .footer .blocks .info-block .title {
    margin: 0px 0px 45px;
  }

  .footer .blocks .info-block .action button {
    font-size: 18px;
  }

  .footer .bottom {
    border-top: 1px solid rgba(126, 126, 126, 0.4);
  }

  .footer .bottom .left {
    width: 100%;
    text-align: center;
  }

  .footer .info-mob {
    display: flex;
  }

  .footer .info-mob .requisites {
    margin: 0px 55px 0px 0px;
    display: block;
  }

  .footer .info-mob .socials a:first-child {
    margin-right: 20px;
  }

  .footer .top {
    padding: 0px 0px 55px;
  }

  .footer .top::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .footer {
    padding: 0px 0px 45px;
  }

  .footer .logo {
    margin: 0px 0px 85px;
  }

  .footer .logo a {
    border-top: 1px solid rgba(126, 126, 126, 0.4);
    border-bottom: 1px solid rgba(126, 126, 126, 0.4);
    border-left: 0px;
    border-right: 0px;
  }

  .footer .top .row .col-3,
  .footer .top .row .col-9 {
    width: 100%;
    padding: 0px;
  }

  .footer .requisites {
    display: none;
  }

  .footer .blocks {
    margin-left: 0px;
    flex-direction: column;
    align-items: center;
  }

  .footer .blocks .f-menu {
    margin: 0px 0px 85px;
    text-align: center;
  }

  .footer .blocks .f-menu ul li {
    padding: 0px 0px 35px;
  }

  .footer .bottom .right {
    display: none;
  }

  .footer .blocks .info-block {
    margin: 0px 0px 110px;
    text-align: center;
  }

  .footer .blocks .info-block + .info-block {
    margin: 0px 0px 75px;
  }

  .footer .blocks .info-block .title {
    margin: 0px 0px 45px;
  }

  .footer .blocks .info-block.first .title {
    margin: 0px 0px 15px;
  }

  .footer .blocks .info-block.first .link {
    margin: auto 0px 35px;
  }

  .footer .blocks .info-block .action button {
    font-size: 18px;
  }

  .footer .bottom {
    border-top: 1px solid rgba(126, 126, 126, 0.4);
  }

  .footer .bottom .left {
    width: 100%;
    text-align: center;
  }

  .footer .info-mob {
    display: flex;
  }

  .footer .info-mob .requisites {
    margin: 0px 25px 0px 0px;
    display: block;
  }

  .footer .info-mob .socials a:first-child {
    margin-right: 20px;
  }

  .footer .top {
    padding: 0px 0px 55px;
  }

  .footer .top::after {
    display: none;
  }
}

.modal-dialog {
  margin-top: 100px;
}

.modal-content {
  border: 0px;
}

.modal-body {
  padding: 0px;
}

.modal .get-consult__inner {
  margin: 0px;
  padding: 30px 65px 40px;
  border: 0px;
  border-radius: 7px;
  position: relative;
}

.modal .get-consult__inner button.close {
  position: absolute;
  right: 4%;
  top: 3%;
  transform: rotate(45deg);
}

.modal .get-consult__inner h3 {
  font-size: 34px;
  line-height: 37px;
  margin: 20px 0px 45px;
}

.modal .form-action {
  margin: 40px 0px 0px;
}

.modal .form-action input {
  font-size: 18px;
  line-height: 65px;
  height: 70px;
}

.modal .form-notice {
  margin: 0px 0px 0px;
}

.modal .form-notice p {
  margin-bottom: 20px;
}

.modal .form-notice p br {
  display: block;
}

.modal .form-notice p a {
  text-decoration: underline;
}

.modal .form-action button.buy-sumbit {
  background: transparent;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  padding: 20px 20px 18px 20px;
  margin: 0px 0px 20px;
  color: #fff;
  border: 3px solid #c8b197;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}

.modal .form-action .loading {
  color: #fff;
  text-align: center;
  margin: 10px 0px 15px;
}

.modal .form-group label.error {
  color: red;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .modal .get-consult__inner {
    background: rgba(0, 0, 0, 0.8);
  }
}

@media (max-width: 991px) {
  .modal .get-consult__inner {
    background: rgba(0, 0, 0, 0.8);
    padding: 30px 45px 50px;
  }
}

.project-intro {
  position: relative;
  z-index: 1;
  padding: 110px 0px 95px;
}

.project-intro:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: 1px solid rgba(126, 126, 126, 0.4);
}

.project-intro h1 {
  position: relative;
  margin: 0px 0px 60px;
}

.project-intro h1:after {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  border-bottom: 3px solid #c8b197;
  margin-top: 65px;
}

.project-intro .content {
  padding: 0px 0px 0px 150px;
}

.project-intro p {
  font-weight: 300;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin: 0px 0px 25px;
}

.project-intro p:last-of-type {
  margin: 0px;
}

.project-intro .action {
  margin: 90px 0px 0px;
}

.project-intro .action a {
  font-weight: 700;
  font-size: 18px;
  line-height: 80px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  width: 100%;
  height: 80px;
  text-align: center;
  border: 3px solid #c8b197;
}

.project-intro .action a:hover {
  color: #c8b197;
}

.project-intro .image {
  text-align: center;
  margin: 120px 0px 0px;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .project-intro .content {
    padding: 0px 0px 0px 80px;
  }

  .project-intro p {
    font-weight: 300;
    font-size: 26px;
    line-height: 37px;
    margin: 0px 0px 25px;
  }

  .project-intro .action {
    margin: 60px 0px 0px;
  }

  .project-intro .image {
    margin: 180px 50px 0px;
  }

  .project-intro .image img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .project-intro {
    padding: 80px 0px 95px;
  }

  .project-intro .content {
    padding: 0px 0px 0px 70px;
  }

  .project-intro h1:after {
    margin-top: 45px;
  }

  .project-intro p {
    font-size: 24px;
    line-height: 33px;
  }

  .project-intro .action {
    margin: 50px 0px 0px;
  }

  .project-intro .action a {
    font-size: 14px;
    line-height: 70px;
    height: 70px;
  }

  .project-intro .image {
    margin: 180px 50px 0px;
  }

  .project-intro .image img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .project-intro {
    padding: 100px 0px 65px;
  }

  .project-intro:after {
    display: none;
  }

  .project-intro .image {
    display: none;
  }

  .project-intro .col-6 {
    width: 100%;
  }

  .project-intro .content {
    padding: 0px 45px 0px;
  }

  .project-intro h1 {
    text-align: center;
  }

  .project-intro h1:after {
    margin: 65px auto 0px;
  }

  .project-intro p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .project-intro {
    padding: 100px 0px 65px;
  }

  .project-intro:after {
    display: none;
  }

  .project-intro .image {
    display: none;
  }

  .project-intro .col-6 {
    width: 100%;
  }

  .project-intro .content {
    padding: 0px 15px 0px;
  }

  .project-intro h1 {
    text-align: center;
  }

  .project-intro h1:after {
    margin: 65px auto 0px;
  }

  .project-intro p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .project-intro .action a {
    padding: 20px 0px;
    line-height: 27px;
    height: auto;
  }

  .project-intro .action {
    margin: 50px 0px 0px;
  }
}

.project-sostav {
  position: relative;
  z-index: 1;
  margin: 110px 0px 0px;
}

.project-sostav:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: 1px solid rgba(246, 246, 246, 0.5);
}

.project-sostav h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  color: #fff;
  padding: 0px 0px 90px;
}

.project-sostav h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: 1px solid rgba(246, 246, 246, 0.5);
}

.project-sostav .info {
  padding: 120px 80px 110px 110px;
}

.project-sostav .info h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  margin: 10px 0px 35px 45px;
  color: #fff;
}

.list-marked {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
}

.list-marked li {
  position: relative;
  padding-left: 45px;
  padding-bottom: 30px;
  color: #fff;
}

.list-marked li:before {
  /* background: url("../img/icons/list-gold.svg") center no-repeat; */
  background: url('/wp-content/uploads/2024/02/mark-icon.svg') center no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
}

.list-marked.grey li:before {
  /* background: url("../img/icons/list.svg") center no-repeat; */
  background: url('/wp-content/uploads/2024/02/mark-icon.svg') center no-repeat;
}

.project-sostav .form-request {
  background: #6a6a6a;
  height: 100%;
  padding: 0px 110px;
  border-left: 1px solid rgba(246, 246, 246, 0.5);
}

.project-sostav .form-request h4 {
  color: #fff;
  margin: 0px;
  padding: 120px 0px 50px;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}

.project-sostav .form-request p {
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  margin: 0px 0px 55px;
}

.project-sostav .form-request .form-action input {
  font-size: 18px;
  height: auto;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .project-sostav .info {
    padding: 100px 80px 100px 80px;
  }

  .project-sostav .form-request {
    padding: 0px 80px;
  }

  .project-sostav .form-request h4 {
    padding: 90px 0px 50px;
    font-size: 36px;
    line-height: 40px;
  }

  .project-sostav .form-request p {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .project-sostav {
    margin: 75px 0px 0px;
  }

  .project-sostav .info {
    padding: 70px 60px;
  }

  .project-sostav .form-request {
    padding: 0px 70px;
  }

  .project-sostav .form-request p {
    font-size: 22px;
    line-height: 29px;
  }

  .project-sostav .form-request h4 {
    padding: 70px 0px 40px;
    font-size: 32px;
    line-height: 37px;
  }

  .list-marked {
    font-size: 18px;
    line-height: 27px;
  }

  .list-marked li:before {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }

  .list-marked li {
    padding-left: 40px;
    padding-bottom: 25px;
  }

  .project-sostav .info h3 {
    font-size: 18px;
    line-height: 27px;
    margin: 10px 0px 25px 40px;
  }

  .project-sostav h2 {
    font-size: 36px;
    line-height: 39px;
    padding: 0px 0px 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .project-sostav {
    margin: 30px 0px 0px;
  }

  .project-sostav:after {
    display: none;
  }

  .project-sostav .info {
    padding: 0px 45px 0px;
  }

  .project-sostav h2 {
    font-size: 25px;
    padding: 0px 0px 60px;
  }

  .project-sostav h2:after {
    display: none;
  }

  .project-sostav .col-6,
  .project-sostav .col-5,
  .project-sostav .col-7 {
    width: 100%;
  }

  .project-sostav .form-request {
    display: none;
  }
}

@media (max-width: 991px) {
  .project-sostav {
    margin: 30px 0px 0px;
  }

  .project-sostav:after {
    display: none;
  }

  .project-sostav .info {
    padding: 0px 15px 0px;
  }

  .project-sostav h2 {
    font-size: 25px;
    padding: 0px 10px 50px;
  }

  .project-sostav h2:after {
    display: none;
  }

  .project-sostav .col-6,
  .project-sostav .col-5,
  .project-sostav .col-7 {
    width: 100%;
  }

  .project-sostav .form-request {
    display: none;
  }
}

.project-oplata-title {
  padding: 100px 0px 0px;
  border-bottom: 1px solid rgba(246, 246, 246, 0.5);
}

.project-oplata-title h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  color: #fff;
  padding: 0px 0px 90px;
}

.project-oplata-title h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: 0px;
}

.project-oplata {
  background-size: 60% !important;
  background-position-x: -23% !important;
  position: relative;
}

.project-oplata .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-position: 95% 50% !important;
}

.project-oplata .content {
  padding: 100px 80px 84px 110px;
}

.project-oplata .content ul {
  margin: 0px 0px 35px;
}

.project-oplata .content p {
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .project-oplata .content {
    padding: 100px 80px 84px 100px;
  }

  .project-oplata {
    background-size: 80% !important;
    background-position-x: -146% !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .project-oplata {
    background-size: 82% !important;
    background-position-x: -173% !important;
  }

  .project-oplata .content {
    padding: 70px;
  }

  .project-oplata .content ul {
    margin: 0px 0px 20px;
  }

  .project-oplata .content p {
    font-size: 20px;
    line-height: 28px;
  }

  .project-oplata-title {
    padding: 75px 0px 0px;
  }

  .project-oplata-title h2 {
    font-size: 36px;
    line-height: 39px;
    padding: 0px 0px 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .project-oplata {
    background: transparent !important;
  }

  .project-oplata .bg-image {
    display: none;
  }

  .project-oplata-title {
    padding: 50px 0px 0px;
    border-bottom: 0px;
  }

  .project-oplata-title h2 {
    font-size: 25px;
    line-height: 40px;
    padding: 0px 0px 60px;
  }

  .project-oplata-title h2:after {
    display: none;
  }

  .project-oplata .offset-col-6.col-6 {
    margin-left: 0px;
    width: 100%;
  }

  .project-oplata .content {
    padding: 0px 45px 0px;
  }
}

@media (max-width: 991px) {
  .project-oplata {
    background: transparent !important;
  }

  .project-oplata .bg-image {
    display: none;
  }

  .project-oplata-title {
    padding: 50px 0px 0px;
    border-bottom: 0px;
  }

  .project-oplata-title h2 {
    font-size: 25px;
    line-height: 40px;
    padding: 0px 0px 60px;
  }

  .project-oplata-title h2:after {
    display: none;
  }

  .project-oplata .offset-col-6.col-6 {
    margin-left: 0px;
    width: 100%;
  }

  .project-oplata .content {
    padding: 0px 15px 0px;
  }
}

.project-slider {
  position: relative;
  z-index: 1;
  padding: 0px 0px 0px;
}

.project-slider:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  border-top: 1px solid rgba(126, 126, 126, 0.4);
}

.project-slider .image {
  height: 810px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  height: 832px;
  top: 0;
  width: 9%;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-button-next {
  right: -1.5%;
}

.swiper-button-prev {
  left: -1.5%;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next:before,
.swiper-rtl .swiper-button-prev:before {
  content: '';
  display: block;
  background: url('../img/icons/right-arrow.svg') center no-repeat;
  background-size: 100%;
  width: 27.5px;
  height: 55px;
}

.swiper-button-prev:before,
.swiper-rtl .swiper-button-next:before {
  content: '';
  display: block;
  background: url('../img/icons/left-arrow.svg') center no-repeat;
  background-size: 100%;
  width: 27.5px;
  height: 55px;
}

.swiper-button-next.gold:before,
.swiper-rtl .swiper-button-prev.gold:before {
  content: '';
  display: block;
  background: url('../img/icons/slider-right-gold.svg') center no-repeat;
  background-size: 100%;
  width: 27.5px;
  height: 55px;
}

.swiper-button-prev.gold:before,
.swiper-rtl .swiper-button-next.gold:before {
  content: '';
  display: block;
  background: url('../img/icons/slider-left-gold.svg') center no-repeat;
  background-size: 100%;
  width: 27.5px;
  height: 55px;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .project-slider .image {
    height: 760px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .project-slider {
    padding: 0px 0px 0px;
  }

  .project-slider .image {
    height: 730px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    height: 762px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .project-slider {
    position: relative;
    z-index: 1;
    padding: 90px 0px 100px;
  }

  .project-slider:after {
    display: none;
  }

  .project-slider .swiper {
    padding-bottom: 55px;
  }

  .project-slider .image {
    height: 540px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    position: relative;
    color: #c8b197;
    height: 55px;
    top: 70px;
    width: 33px;
    background: transparent;
  }

  .swiper-button-next {
    right: -54%;
    top: 87px;
  }

  .swiper-button-prev {
    left: 44%;
    top: 55px;
  }

  .swiper-button-next:before,
  .swiper-rtl .swiper-button-prev:before {
    content: '';
    display: block;
    background: url('../img/icons/slider-right-gold.svg') center no-repeat;
    background-size: 100%;
    width: 27.5px;
    height: 55px;
  }

  .swiper-button-prev:before,
  .swiper-rtl .swiper-button-next:before {
    content: '';
    display: block;
    background: url('../img/icons/slider-left-gold.svg') center no-repeat;
    background-size: 100%;
    width: 27.5px;
    height: 55px;
  }
}

@media (max-width: 991px) {
  .project-slider {
    position: relative;
    z-index: 1;
    padding: 90px 0px 100px;
  }

  .project-slider:after {
    display: none;
  }

  .project-slider .swiper {
    padding-bottom: 55px;
  }

  .project-slider .image {
    height: 300px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    position: relative;
    color: #c8b197;
    height: 55px;
    top: 70px;
    width: 33px;
    background: transparent;
  }

  .swiper-button-next {
    right: -56%;
    top: 67px;
  }

  .swiper-button-prev {
    left: 42%;
    top: 34px;
  }

  .swiper-button-next:before,
  .swiper-rtl .swiper-button-prev:before {
    content: '';
    display: block;
    background: url('../img/icons/slider-right-gold.svg') center no-repeat;
    background-size: 100%;
    width: 27.5px;
    height: 55px;
  }

  .swiper-button-prev:before,
  .swiper-rtl .swiper-button-next:before {
    content: '';
    display: block;
    background: url('../img/icons/slider-left-gold.svg') center no-repeat;
    background-size: 100%;
    width: 27.5px;
    height: 55px;
  }
}

.jumbotron .detail-dom {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.jumbotron .detail-dom h1 {
  font-weight: 800;
  font-size: 100px;
  line-height: 83px;
  text-transform: uppercase;
  margin-top: 240px;
}

.jumbotron .detail-dom .action {
  margin: 90px 0px 0px;
}

.jumbotron .detail-dom .action a {
  background: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 20px 25px 18px 30px;
  border: 3px solid #c8b197;
}

.jumbotron .detail-dom .action a:hover {
  color: #c8b197;
}

.jumbotron .detail-dom .action a i {
  margin-left: 28px;
}

.detail-complectation {
  position: relative;
  z-index: 1;
  padding: 100px 0px 150px;
}

.detail-complectation:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 140px;
  border-top: 1px solid rgba(126, 126, 126, 0.4);
}

.detail-complectation .container > h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  border-bottom: 3px solid #c8b197;
  padding-left: 150px;
  padding-bottom: 10px;
}

.accordion .accordion-item {
  background: transparent;
}

.accordion .accordion-item:last-child .accordion-button {
  border-bottom: 1px solid rgba(126, 126, 126, 0.4);
  background-color: transparent;
}

.accordion .accordion-item:last-child .accordion-button:not(.collapsed) {
  border-bottom: 0px;
  background-color: transparent;
}

.accordion-item .accordion-button {
  box-shadow: none !important;
  transition: none;
  padding: 55px 60px 55px 60px;
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  background-color: transparent;
  justify-content: space-between;
}

/* .accordion-item .accordion-button:after {
  background-image: url("../img/icons/plus.svg");
  background-size: 20px 36px;
  width: 20px;
  height: 36px;
  content: "";
} */
.accordion-item .accordion-button .full-button {
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  line-height: 1.1em;
}

.accordion-item .accordion-button:after {
  display: none;
}

.accordion-item .accordion-button strong {
  font-weight: 700;
}

.accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: 0px;
  background-color: transparent;
  color: #fff;
}

.accordion-item .accordion-button:not(.collapsed):after {
  background-image: url('../img/icons/minus.svg');
  background-size: 20px 36px;
  width: 20px;
  height: 36px;
  content: '';
}

.accordion-body {
  padding: 0px 0px 55px 65px;
}

.accordion-body ul li {
  font-weight: 300;
  font-size: 24px;
  line-height: 50px;
  position: relative;
  padding-left: 52px;
  padding-bottom: 10px;
}

.accordion-body ul li:before {
  background: url('../img/icons/dash.svg') center no-repeat;
  background-size: 30px;
  width: 30px;
  height: 3px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 21px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .accordion-item .accordion-button {
    padding: 55px 60px 55px 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .accordion-body ul li {
    padding-left: 42px;
  }

  .accordion-body ul li:before {
    background: url('../img/icons/dash.svg') center no-repeat;
    background-size: 25px;
    width: 25px;
    height: 2px;
    top: 21px;
  }
}

@media (max-width: 991px) {
  .accordion-body ul li {
    padding-left: 42px;
  }

  .accordion-body ul li:before {
    background: url('../img/icons/dash.svg') center no-repeat;
    background-size: 25px;
    width: 25px;
    height: 2px;
    top: 21px;
  }
}

.detail-slider-outdoor .image {
  height: 810px;
}

.detail-plans {
  position: relative;
  z-index: 1;
  padding: 105px 0px 0px;
}

.detail-plans:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 144px;
  border-top: 1px solid rgba(126, 126, 126, 0.4);
}

.detail-plans:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
  border-top: 1px solid rgba(126, 126, 126, 0.4);
}

.detail-plans .container > h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  border-bottom: 3px solid #c8b197;
  padding-left: 150px;
  padding-bottom: 10px;
}

.detail-plans .image {
  text-align: center;
  height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 90px 0px 90px;
}

.detail-plans .image img {
  width: 100%;
  height: auto;
}

.detail-plans .row .col-6:nth-child(even) {
  border-left: 1px solid rgba(126, 126, 126, 0.4);
}

.detail-slider-interior {
  position: relative;
  z-index: 1;
  padding: 105px 0px 0px;
}

.detail-slider-interior .image {
  height: 810px;
}

.detail-slider-interior h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  border-bottom: 3px solid #c8b197;
  padding-left: 150px;
  padding-bottom: 10px;
}

.detail-bank {
  position: relative;
  z-index: 1;
  padding: 125px 0px 155px;
}

.detail-bank .content {
  padding: 0px 80px 0px 110px;
}

.detail-bank h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
  margin: 0px 0px 100px;
}

.detail-bank .action {
  margin: 30px 0px 0px;
}

.detail-bank .action a {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  padding: 30px 80px 30px;
  color: #fff;
  display: block;
  width: auto;
  max-width: 510px;
  height: auto;
  text-transform: uppercase;
  border: 3px solid #c8b197;
}

.detail-bank .action a:hover {
  color: #c8b197;
}

.detail-bank .logo-bank {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  height: 100%;
}

.detail-bank .bank-partners {
  padding-top: 102px;
}

.detail-bank .bank-partners .two-logos {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 60px 0px 0px;
  gap: 45px;
}

.detail-bank .bank-partners .two-logos .banks-ra .rosbank {
  display: block;
  margin: 0px 0px 40px;
}

.detail-bank .bank-partners .two-logos .i-logo {
  margin: 0px 5px;
}

.detail-bank .bank-partners .two-logos .i-logo.dom-rf img {
  width: 140px;
}

.detail-bank .bank-partners .two-logos .i-logo.sber img {
  width: 125px;
}

.detail-bank .bank-partners p {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  color: #fff;
}

.detail-bank.about-page .bank-partners p {
  margin-right: 30px;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .detail-bank .content {
    padding: 0px 80px 0px 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .detail-bank.about-page {
    padding: 70px 0px 70px;
  }

  .detail-bank .content {
    padding: 0px 70px 0px 70px;
  }

  .detail-bank .action a {
    font-size: 16px;
    line-height: 27px;
    width: auto;
    max-width: 380px;
    height: auto;
    padding: 20px 20px 20px;
  }

  .detail-bank .action {
    margin: 20px 0px 0px;
  }

  .detail-bank .logo-bank {
    align-items: start;
    justify-content: start;
  }

  .detail-bank.about-page .logo-bank svg {
    width: 510px;
    margin-top: -15px;
  }

  .detail-bank .logo-bank svg {
    width: 440px;
    margin-top: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-bank h2 {
    font-size: 25px;
    text-align: center;
  }

  .detail-bank .col-6 {
    width: 100%;
    padding: 0px;
  }

  .detail-bank .logo-bank {
    align-items: end;
  }

  .detail-bank .row .col-6:first-child {
    z-index: 1;
  }

  .detail-bank.about-page .bank-partners p {
    margin-right: 0px;
  }

  .detail-bank .logo-bank svg {
    width: 480px;
  }

  .detail-bank .action a {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .detail-bank h2 {
    font-size: 25px;
    text-align: center;
  }

  .detail-bank .col-6 {
    width: 100%;
    padding: 0px;
  }

  .detail-bank .logo-bank {
    align-items: end;
  }

  .detail-bank .content {
    padding: 0px 20px 0px 20px;
  }

  .detail-bank .row .col-6:first-child {
    z-index: 1;
  }

  .detail-bank.about-page .bank-partners p {
    margin-right: 0px;
  }

  .detail-bank .logo-bank svg {
    width: 390px;
  }

  .detail-bank .bank-partners {
    padding-top: 52px;
  }

  .detail-bank .action a {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    padding: 30px 20px 30px;
  }

  .get-consult .row .col-6 {
    padding-left: 0px;
    width: 100%;
  }

  .get-consult__inner .form-request {
    margin: 0px 0px 0px;
  }
}

.detail-breadcrumbs {
  padding-top: 154px;
  background: hsl(0, 0%, 0%);
  position: relative;
  z-index: 1;
}

.single-doma .detail-breadcrumbs.content,
.single-doma .detail-breadcrumbs.content {
  padding-top: 0px;
  /* display: none; */
}

.single-doma .detail-breadcrumbs.content .navigation {
  display: none;
}

.detail-breadcrumbs .container {
  position: relative;
  padding: 0px;
}

.detail-breadcrumbs .container .back-page {
  position: absolute;
  left: -95px;
  top: 43px;
}

.single-lounge .detail-breadcrumbs .container .back-page {
  position: relative;
  left: -108px;
  top: 37px;
  display: block;
  height: 100px;
}

@media (max-width: 600px) {
  .single-lounge .detail-breadcrumbs .container .back-page {
    position: relative;
    left: 10px;
    top: 0px;
    display: block;
    height: 60px;
  }

  .single-lounge .detail-breadcrumbs .container .back-page svg {
    width: 30px;
    margin-top: 17px;
  }
}

.detail-breadcrumbs .container .serie-logo {
  width: 200px;
  height: 112px;
  position: absolute;
  left: 0;
  top: 0;
}

.detail-breadcrumbs .links ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100px;
}

.detail-breadcrumbs .links ul li {
  height: 100%;
  width: 100%;
  text-align: center;
}

.detail-breadcrumbs .links ul li a {
  font-weight: 400;
  font-size: 40px;
  line-height: 102px;
  letter-spacing: 0.15em;
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.detail-breadcrumbs .links ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  border-bottom: 10px solid #c8b197;
  transition: all 0.3s ease;
  display: none;
}

.detail-breadcrumbs .links ul li a:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  border-left: 1px solid rgba(126, 126, 126, 0.4);
}

.detail-breadcrumbs .links ul li.scroll-link a {
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 0px;
}

.detail-breadcrumbs .links ul li a:hover {
  color: #252525;
  background: #fff;
}

.detail-breadcrumbs .links ul li a:hover::after {
  border-bottom: 10px solid #fff;
}

.detail-breadcrumbs .links ul li a span {
  padding: 0px 50px;
}

.detail-breadcrumbs .links ul li.active a {
  color: #252525;
  background: #fff;
}

.detail-breadcrumbs .links ul li.active a:after {
  border-bottom: 10px solid #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-breadcrumbs {
    padding-top: 154px;
  }

  .detail-breadcrumbs .links ul {
    height: 93px;
  }

  .detail-breadcrumbs .links ul li a {
    line-height: 93px;
  }

  .detail-breadcrumbs .container .serie-logo {
    display: none;
  }

  .detail-breadcrumbs .links ul li a span {
    padding: 0px 40px;
  }
}

@media (max-width: 991px) {
  .detail-breadcrumbs {
    padding-top: 150px;
  }

  .single-doma .detail-breadcrumbs.content .navigation {
    display: block;
  }

  .detail-breadcrumbs .links ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 0;
    left: 0;
    border-bottom: 5px solid #c8b197;
    transition: all 0.3s ease;
  }

  .detail-breadcrumbs .links {
    overflow-x: scroll;
    /* display: none; */
  }

  .detail-breadcrumbs .links .scroll-link {
    /* display: none; */
  }

  .detail-breadcrumbs .links ul {
    height: 63px;
    min-width: 100%;
    justify-content: start;
  }

  .detail-breadcrumbs .links ul li a {
    line-height: 63px;
    font-size: 24px;
  }

  .detail-breadcrumbs .links ul li.scroll-link a {
    font-size: 22px;
  }

  .detail-breadcrumbs .links ul li a:after {
    height: 5px;
    border-bottom: 5px solid #c8b197;
  }

  .detail-breadcrumbs .links ul li.active a:after {
    border-bottom: 5px solid #fff;
  }

  .detail-breadcrumbs .container .serie-logo {
    display: none;
  }

  .detail-breadcrumbs .links ul li a span {
    padding: 0px 20px;
  }
}

.detail-dom {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  background: #6a6a6a;
  border-top: 1px solid rgba(246, 246, 246, 0.5);
  border-bottom: 1px solid rgba(246, 246, 246, 0.5);
  margin: 0px 0px 55px;
}

#interior.detail-dom {
  border-top: 0px;
}

.detail-dom > .title-block {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 0px;
}

.detail-dom > .title-block .left {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail-dom > .title-block .right {
  width: 40%;
}

.detail-dom > .title-block .right .price {
  padding: 0px 70px 0px 50px;
}

.detail-dom > .title-block .right .price .count {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
}

.detail-dom > .title-block .right .price .count .symbol,
.detail-dom > .title-block .right .price .notice .symbol {
  font-family: 'Arial';
}

.detail-dom > .title-block .right .price .notice {
  font-size: 12px;
  color: #fff;
}

.detail-dom > .title-block .left h1 {
  font-size: 40px;
  margin-left: 70px;
}

.detail-dom.first {
  border-top: 0px;
  margin: 0px 0px 0px;
}

.detail-dom .images-block {
  width: 60%;
  border-right: 1px solid rgba(217, 217, 217, 0.5);
}

.detail-dom .images-block .mySwiper2 .swiper-slide {
  height: 680px;
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
}

.detail-plan .col-8 > .image .myPlanSwiper2 {
  width: 100%;
  background: #fff;
  margin: 0px 0px 0px;
  padding: 50px 0px 50px;
}

.detail-plan .col-8 > .image .myPlanSwiper,
.detail-plan .col-4 .myPlanSwiper {
  width: 100%;
}

.detail-plan .col-8 > .image .myPlanSwiper2 .swiper-slide {
  height: 680px;
  background-size: contain !important;
}

.detail-plan .col-8 > .image .myPlanSwiper2 .swiper-slide a {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.detail-dom .images-block .mySwiper2 .swiper-slide {
  display: none;
}

.detail-dom .images-block .mySwiper2 .swiper-slide.act {
  display: block;
}

.detail-dom .images-block .mySwiper2 .swiper-slide a {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.detail-dom .images-block .mySwiper2 .swiper-slide .zaglushka {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 30px;
  font-size: 22px;
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.thumb-zaglushka {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.detail-dom .images-block .mySwiper2 {
  margin-bottom: 0px;
  border: 0px;
  border-top: 0px;
  border-bottom: 0px;
  position: relative;
}

.detail-plan .col-8 > .image {
  margin-bottom: 0px;
  position: relative;
}

.detail-dom .images-block .mySwiper2 .color-choice {
  position: absolute;
  bottom: 23px;
  right: 30px;
  z-index: 2;
  display: none;
  align-items: center;
}

.detail-dom .title-block .color-choice {
  position: relative;
  bottom: auto;
  right: 0;
  margin-right: 30px;
  z-index: 2;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .detail-dom .images-block .mySwiper2 .color-choice {
    display: flex;
  }

  .detail-dom .title-block .color-choice {
    display: none;
  }
}

.detail-dom .images-block .mySwiper2 .color-choice button,
.detail-dom .title-block .color-choice button {
  width: 43px;
  height: 43px;
  border-radius: 25px;
  border: 1px solid #000;
  cursor: pointer;
  margin-left: 12px;
}

.detail-dom .images-block .mySwiper2 .color-choice button.active,
.detail-dom .title-block .color-choice button.active {
  border: 1px solid #000;
}

.detail-dom .images-block .mySwiper2 .color-choice .type,
.detail-dom .title-block .color-choice .type {
  width: auto;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 0px 15px;
  background-color: #919191;
  color: #000;
}

.detail-dom .images-block .mySwiper2 .color-choice .type.active,
.detail-dom .title-block .color-choice .type.active {
  background-color: #fff;
}

.detail-dom .images-block .mySwiper .swiper-slide {
  display: none;
}

.detail-dom .images-block .mySwiper.thumbs-slider-interior-0 .swiper-slide {
  display: block;
}

.detail-dom .images-block .mySwiper .swiper-slide.act {
  display: block;
}

.detail-dom .images-block .mySwiper .swiper-slide .image {
  height: 180px;
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-right: 0px;
  position: relative;
}

.detail-dom .images-block .mySwiper .swiper-slide .image a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.detail-plan .col-8 > .image .myPlanSwiper .swiper-slide .image,
.detail-plan .col-4 .myPlanSwiper .swiper-slide .image {
  height: 143px;
  border: 1px solid #fff;
  position: relative;
}

/* Мафы */
.mafy {
  border-bottom: 1px solid rgba(246, 246, 246, 0.5);
  display: none;
}

.mafy .title-block {
  margin: 0px 0px 20px;
}

.mafy .title-block h2 {
  font-size: 40px;
  margin-left: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 83px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
}

.mafy .mafy-items {
  display: flex;
  flex-wrap: wrap;
}

.mafy .mafy-items .item {
  width: 33.25%;
  border-top: 1px solid rgba(246, 246, 246, 0.5);
  border-right: 1px solid rgba(246, 246, 246, 0.5);
}

.mafy .mafy-items .item .maff-trigger,
.project-doma-items .item .proj-trigger {
  display: none;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .mafy .mafy-items .item {
    width: 33.2%;
  }

  .mafy .mafy-items .consult .title {
    font-size: 26px;
    line-height: 31px;
    padding: 55px 25px 40px;
  }

  .detail-dom > .title-block .left h1 {
    font-size: 40px;
    margin-left: 40px;
    line-height: 50px;
  }

  .detail-dom > .title-block .right .price {
    padding: 0px 40px 0px 20px;
  }
}

.mafy .mafy-items .item .image {
  height: 330px;
  background-size: cover !important;
}

.mafy .mafy-items .item .slider-image .swiper-slide .content {
  height: 330px;
}

.mafy .mafy-items .item .slider-image .swiper-button-next,
.mafy .mafy-items .item .slider-image .swiper-button-prev {
  color: #fff;
  height: 100%;
  top: 23px;
  width: 4%;
  background: transparent;
}

.mafy .mafy-items .item .slider-image .swiper-button-next {
  right: 3.5%;
}

.mafy .mafy-items .item .slider-image .swiper-button-prev {
  left: 3.5%;
}

.mafy .mafy-items .item .image a {
}

.mafy .mafy-items .item .title {
  font-size: 25px;
  line-height: normal;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 45px 45px 45px 45px;
}

.mafy .mafy-items .item .price {
  padding: 0px 45px 45px 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mafy .mafy-items .item .price .count {
  color: #fff;
  font-size: 35px;
}

.mafy .mafy-items .item .price .count .symbol {
}

.mafy .mafy-items .item .price .square {
  color: #ff6c6c;
  font-size: 35px;
}

.mafy .mafy-items .item .action {
  padding: 0px 45px 45px;
}

.mafy .mafy-items .item .action .detail {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  border: 3px solid #c8b197;
  display: block;
  text-align: center;
  padding: 20px 25px 19px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  width: auto;
}

.mafy .mafy-items .item .action .detail:hover {
  color: #252525;
  background: #c8b197;
}

.mafy .mafy-items .item .consult {
}

.mafy .mafy-items .item .consult .form-consult-mafy {
}

.mafy .mafy-items .consult {
  width: 33.25%;
  background: #252525;
}

.mafy .mafy-items .consult .title {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 95px 55px 60px;
}

.mafy .mafy-items .consult .form-consult-mafy {
  padding: 0px 45px;
  position: relative;
  overflow: hidden;
}

.mafy .mafy-items .consult .form-consult-mafy .wpcf7-spinner {
  position: absolute;
}

.form-notice {
  text-align: center;
}

.mafy-title {
  margin: 0px 0px 20px;
  display: flex;
  align-items: center;
}

.mafy-title .left {
}

.mafy-title .left h2 {
  font-size: 40px;
  margin-left: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 83px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  margin-right: 50px;
}

.mafy-title .right {
}

.mafy-title .right .mafy-choices {
  margin-top: -7px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mafy-title .right .mafy-choices button {
  width: auto;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 0px 15px;
  background-color: #919191;
  color: #000;
  height: 38px;
  border-radius: 25px;
  border: 2px solid #000;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mafy-title .right .mafy-choices a {
  width: auto;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 0px 15px;
  background-color: #919191;
  color: #000;
  height: 34px;
  border-radius: 25px;
  border: 2px solid #000;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mafy-title .right .mafy-choices button:hover,
.mafy-title .right .mafy-choices button.active,
.mafy-title .right .mafy-choices a:hover {
  background: #fff;
}

.detail-dom .info-block .title-area {
  padding: 40px 50px 20px 50px;
}

.detail-dom .info-block .title-area .name {
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
  margin: 0px 0px 20px;
}

.detail-dom .info-block .title-area .bottom {
  display: flex;
  align-items: center;
  gap: 150px;
}

.detail-dom .info-block .title-area .bottom .count {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
}

.detail-dom .info-block .title-area .bottom .count .symbol {
  font-family: 'Arial';
}

.detail-dom .info-block .title-area .bottom .square {
  color: #ff6c6c;
  font-size: 30px;
  margin-bottom: -11px;
}

.detail-dom .info-block .title-area .bottom .square .symbol {
  font-size: 16px;
  position: relative;
}

.detail-dom .info-block .title-area .bottom .square .symbol span {
  font-size: 10px;
  position: absolute;
  bottom: 13px;
}

.mafy-section {
  display: none;
}

.mafy-section.active {
  display: flex;
}

/* Проект дома */
.proect-doma {
  display: flex;
  padding: 80px 70px 70px;
}

.proect-doma > .container {
  display: flex;
  max-width: 93%;
}

.proect-doma .left {
  width: 60%;
  padding-right: 90px;
}

.proect-doma .left h2 {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  margin: 0px 0px 50px;
}

.proect-doma .left .description {
  font-size: 25px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
  margin: 0px 150px 50px 0px;
}

.proect-doma .left .proect-doma-sostav {
  margin: 0px 0px 80px;
}

.proect-doma .left .proect-doma-sostav button {
  font-weight: 700;
  font-size: 25px;
  line-height: 36px;
  color: #fff;
  text-decoration: underline;
  position: relative;
}

.proect-doma .left .proect-doma-sostav button:after {
  background-image: url('../img/icons/plus.svg');
  background-size: 16px 32px;
  width: 15px;
  height: 32px;
  content: '';
  transition: all 0.3s ease;
  position: absolute;
  right: -25px;
  top: 3px;
  transform: rotate(0deg);
}

.proect-doma .left .proect-doma-sostav button.active:after {
  transform: rotate(90deg);
}

.proect-doma .left .proect-doma-sostav ul {
  display: none;
  margin-top: 30px;
}

.proect-doma .left .proect-doma-sostav ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  padding-bottom: 5px;
  position: relative;
  padding-left: 35px;
  color: #fff;
}

.proect-doma .left .proect-doma-sostav ul li:before {
  background: url('../img/icons/dash.svg') center no-repeat;
  background-size: 20px;
  width: 20px;
  height: 3px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
}

.detail-dom .info-block .info-block__inner .proect-doma-sostav {
  margin: 25px 0px 80px 50px;
}

.detail-dom .info-block .info-block__inner .proect-doma-sostav button {
  font-weight: 400;
  font-size: 21px;
  line-height: 31px;
  color: #fff;
  text-decoration: underline;
  position: relative;
}

.detail-dom .info-block .info-block__inner .proect-doma-sostav button:after {
  background-image: url('../img/icons/plus.svg');
  background-size: 16px 32px;
  width: 15px;
  height: 32px;
  content: '';
  transition: all 0.3s ease;
  position: absolute;
  right: -25px;
  top: 0px;
  transform: rotate(0deg);
}

.detail-dom .info-block .info-block__inner .proect-doma-sostav button.active:after {
  transform: rotate(90deg);
}

.detail-dom .info-block .info-block__inner .proect-doma-sostav ul {
  display: none;
  margin-top: 30px;
}

.detail-dom .info-block .info-block__inner .proect-doma-sostav ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  padding-bottom: 5px;
  position: relative;
  padding-left: 35px;
  color: #fff;
}

.detail-dom .info-block .info-block__inner .proect-doma-sostav ul li:before {
  background: url('../img/icons/dash.svg') center no-repeat;
  background-size: 20px;
  width: 20px;
  height: 3px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
}

.detail-dom .images-block .proect-doma-sostav {
  margin: 25px 0px 80px 50px;
}

.detail-dom .images-block .proect-doma-sostav button {
  font-weight: 400;
  font-size: 21px;
  color: #fff;
  position: relative;
  border-bottom: 1px solid #fff;
  line-height: 1.1em;
}

.detail-dom .images-block .proect-doma-sostav ul {
  display: none;
  margin-top: 30px;
  padding: 0px 50px 0px 0px;
}

.detail-dom .images-block .proect-doma-sostav ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  padding-bottom: 5px;
  position: relative;
  padding-left: 35px;
  color: #fff;
}

@media (max-width: 1456px) {
  .detail-dom .images-block .proect-doma-sostav ul li {
    font-size: 16px;
    line-height: 25px;
  }
}

.detail-dom .images-block .proect-doma-sostav ul li:before {
  background: url('../img/icons/dash.svg') center no-repeat;
  background-size: 20px;
  width: 20px;
  height: 3px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
}

.proect-doma .left .action a {
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  color: #ffffff;
  border: 3px solid #c8b197;
  text-align: center;
  padding: 20px 65px 19px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: auto;
}

.proect-doma .left .action a:hover {
  color: #252525;
  background: #c8b197;
}

.proect-doma .right {
  width: 40%;
}

.proect-doma .right .image {
}

.proect-doma .right .image .mobile-title {
  display: none;
}

.proect-doma .right .image img {
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .proect-doma .right .image img {
    max-width: 400px;
  }
}

/* Проекты Купить */
.project-doma-items {
  display: flex;
  flex-wrap: wrap;
}

.project-doma-items > .container {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.project-doma-items .item {
  width: 32%;
  border: 1px solid rgba(246, 246, 246, 0.5);
}

.project-doma-items .item .image {
  height: 300px;
  margin: 60px 0px 0px;
}

.project-doma-items .item .title {
  color: #fff;
  font-size: 25px;
  line-height: normal;
  font-weight: bold;
  padding: 45px 45px 35px 45px;
  text-align: center;
}

.project-doma-items .item .action {
  padding: 0px 45px 45px 45px;
}

.project-doma-items .item .action a {
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  color: #ffffff;
  border: 3px solid #c8b197;
  text-align: center;
  padding: 20px 25px 19px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  display: block;
  width: auto;
}

.project-doma-items .item .action a:hover {
  color: #252525;
  background: #c8b197;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .project-doma-items .item {
    width: 31%;
  }

  .project-doma-items .item .image {
    height: 220px;
    background-size: contain !important;
  }

  .project-doma-items .item .title {
    line-height: 29px;
  }
}

.detail-buy-request {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  background: #6a6a6a;
  margin: 0px 50px 0px;
  justify-content: center;
}

.detail-buy-request .text {
  color: #fff;
  margin-right: 65px;
}

.detail-buy-request .text h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  margin: 0px 0px 20px;
}

.detail-buy-request .text p {
  font-weight: 400;
  font-size: 25px;
  line-height: 34px;
}

.detail-buy-request .text .sostav-group button {
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  text-decoration: underline;
  margin: 10px 0px 10px;
  position: relative;
}

.detail-buy-request .text .sostav-group button:after {
  background-image: url('../img/icons/plus.svg');
  background-size: 16px 32px;
  width: 15px;
  height: 32px;
  content: '';
  transition: all 0.3s ease;
  position: absolute;
  right: -25px;
  top: 3px;
  transform: rotate(0deg);
}

.detail-buy-request .text .sostav-group button.active:after {
  transform: rotate(90deg);
}

.detail-buy-request .text .sostav-group ul {
  display: none;
}

.detail-buy-request .text .sostav-group ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  padding-bottom: 5px;
  position: relative;
  padding-left: 35px;
}

.detail-buy-request .text .sostav-group ul li:before {
  background: url('../img/icons/dash.svg') center no-repeat;
  background-size: 20px;
  width: 20px;
  height: 3px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
}

.detail-buy-request .action {
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-buy-request {
    flex-wrap: wrap;
    margin: 0px 25px 0px;
  }

  .detail-buy-request .text {
    margin: 0px 0px 25px;
  }

  .detail-buy-request .text,
  .detail-buy-request .action {
    width: 100%;
  }

  .detail-buy-request .text h3 {
    font-size: 32px;
    line-height: 32px;
  }

  .detail-buy-request .text p {
    font-size: 18px;
    line-height: 25px;
  }

  .detail-buy-request .action button {
    font-size: 16px;
    line-height: 16px;
    padding: 35px 0px 35px;
    width: 480px;
  }
}

.detail-buy-request .action button {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding: 45px 0px 45px;
  color: #fff;
  display: block;
  width: 590px;
  height: auto;
  text-transform: uppercase;
  border: 3px solid #fff;
}

.detail-buy-request .action button:hover {
  color: #c8b197;
  border: 3px solid #c8b197;
}

.detail-dom .info-block {
  width: 39.9%;
}

.detail-dom .info-block .info-block__inner {
  padding: 0px 0px 0px;
  color: #fff;
}

.detail-dom .info-block .info-block__inner h1 {
  font-weight: 400;
  font-size: 34px;
  line-height: 43px;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
}

.detail-dom .info-block .info-block__inner .price {
  margin-bottom: 15px;
}

.detail-dom .info-block .info-block__inner .price .count {
  font-weight: 700;
  font-size: 50px;
  line-height: 45px;
}

.detail-dom .info-block .info-block__inner .price .notice .symbol,
.detail-dom .info-block .info-block__inner .price .count .symbol {
  font-family: 'Arial';
}

.detail-dom .info-block .info-block__inner .price .notice {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}

.detail-dom.first .info-block .info-block__inner .complectation {
  margin-bottom: 0px;
}

.detail-dom .info-block .info-block__inner .complectation {
  margin-bottom: 30px;
}

.detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item {
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}

.detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item:first-child .accordion-button {
  /* border-top: 1px solid rgba(217, 217, 217, 0.5); */
}

.detail-dom .info-block .info-block__inner .accordion-item .accordion-button {
  font-weight: 700;
  font-size: 25px;
  line-height: 36px;
  padding: 20px 50px 20px 25px;
  border-bottom: 0px;
  /* border-left: 1px solid rgba(217, 217, 217, 0.5); */
  border-right: 1px solid rgba(217, 217, 217, 0.5);
}

.detail-dom.first .info-block .info-block__inner .accordion-item .accordion-button {
  width: auto;
  margin-left: auto;
}

.detail-dom .info-block .info-block__inner .accordion-item .accordion-button:after {
  margin-top: -3px;
}

.detail-dom .info-block .info-block__inner .accordion-item .accordion-button span {
  margin-right: 20px;
}

.detail-dom .info-block .info-block__inner .accordion-item .accordion-button span i {
  font-style: normal;
  color: #ff6c6c;
}

.detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body {
  color: #fff;
  padding: 0px 0px 30px 50px;
  /* border-left: 1px solid rgba(217, 217, 217, 0.5); */
  border-right: 1px solid rgba(217, 217, 217, 0.5);
}

.detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body ul li {
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 10px;
}

.detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body ul li:before {
  top: 11px;
}

.detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body .body-price {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  padding-left: 53px;
  margin-top: 20px;
}

.detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body .body-notice {
  padding-left: 53px;
  padding-right: 10px;
  margin-top: 5px;
}

.detail-dom .info-block .info-block__inner .benef {
  margin-bottom: 10px;
  padding: 0px 0px 0px 50px;
}

.detail-dom .info-block .info-block__inner .benef ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 42px;
}

.detail-dom .info-block .info-block__inner .benef ul li:before {
  /* background: url("../img/icons/dash.svg") center no-repeat; */
  background: url('/wp-content/uploads/2024/02/arrow-icon.svg') center no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
}

.detail-dom .info-block .info-block__inner > .list-marked {
  margin-bottom: 10px;
  padding: 30px 0px 0px 20px;
  border-top: 1px solid rgba(217, 217, 217, 0.5);
}

.detail-dom .info-block .info-block__inner > .list-marked li {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  padding-left: 42px;
  padding-bottom: 20px;
  padding-right: 50px;
  padding-top: 3px;
}

.columns-2 {
  -moz-columns: 2;
  columns: 2;
}

.detail-dom .info-block .info-block__inner .info-notice {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.detail-dom .info-block .info-block__inner .button-buy {
  padding: 0px 0px 0px 50px;
  margin: 30px 0px 0px;
}

.detail-dom .info-block .info-block__inner .button-buy button {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  border: 3px solid #c8b197;
  text-align: center;
  padding: 20px 80px 19px;
  transition: all 0.3s ease-in-out;
  display: block;
  width: auto;
}

.detail-dom .info-block .info-block__inner .button-buy button:hover {
  color: #252525;
  background: #c8b197;
}

.detail-dom .images-block .projects-buy {
  display: flex;
}

.detail-dom .images-block .projects-buy .buy-dom,
.detail-dom .images-block .projects-buy .buy-interior {
  width: 50%;
}

.detail-dom .images-block .button-buy {
  padding: 0px 0px 0px 50px;
  margin: 30px 0px 0px;
}

.detail-dom .images-block .button-buy button,
.detail-dom .images-block .button-buy a {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  border: 3px solid #c8b197;
  text-align: center;
  padding: 20px 80px 19px;
  transition: all 0.3s ease-in-out;
  display: block;
  width: auto;
}

.detail-dom .images-block .button-buy a {
  padding: 20px;
}

.detail-dom .images-block .button-buy button:hover,
.detail-dom .images-block .button-buy a:hover {
  color: #252525;
  background: #c8b197;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .detail-dom .info-block .info-block__inner .benef {
    padding: 0px 0px 0px 30px;
  }

  .detail-dom .info-block .info-block__inner > .list-marked {
    padding: 30px 0px 0px 30px;
  }

  .detail-breadcrumbs .links ul li a {
    font-size: 34px;
    line-height: 102px;
  }

  .detail-breadcrumbs .links ul li a:after {
    height: 8px;
    border-bottom: 8px solid #c8b197;
  }

  .detail-breadcrumbs .links ul li a:hover:after {
    height: 8px;
    border-bottom: 8px solid #fff;
  }

  .detail-breadcrumbs .links ul li.active a:after {
    border-bottom: 8px solid #fff;
  }

  .detail-breadcrumbs .links ul {
    height: 102px;
  }

  .detail-breadcrumbs .container .serie-logo {
    height: 102px;
  }

  .detail-dom .info-block .info-block__inner h1 {
    font-size: 28px;
    margin-bottom: 0px;
    line-height: 31px;
  }

  .detail-dom .info-block .info-block__inner .price {
    margin-bottom: 15px;
  }

  .detail-dom .info-block .info-block__inner .price .count {
    font-size: 28px;
  }

  .detail-dom .info-block .info-block__inner .price .notice {
    font-size: 14px;
    line-height: 17px;
    margin-top: 0px;
  }

  .detail-dom .info-block .info-block__inner .accordion-item .accordion-button {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 20px 15px 20px;
  }

  .detail-dom .info-block .info-block__inner .benef ul li {
    font-size: 18px;
    line-height: 26px;
    padding-left: 39px;
  }

  .detail-dom .info-block .info-block__inner > .list-marked li {
    font-size: 18px;
    line-height: 19px;
    padding-left: 40px;
    padding-top: 7px;
  }

  .detail-dom .info-block .info-block__inner .info-notice {
    font-size: 18px;
    line-height: 23px;
  }

  .detail-dom .info-block .info-block__inner .button-buy {
    padding: 0px 0px 30px 30px;
    margin: 20px 0px 0px;
  }

  .detail-dom .info-block .info-block__inner .proect-doma-sostav {
    margin: 0px 0px 40px 30px;
  }

  .detail-dom .info-block .info-block__inner .proect-doma-sostav ul {
    display: none;
    margin-top: 15px;
  }

  .detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body ul li {
    font-size: 18px;
    line-height: 26px;
    padding-left: 45px;
  }

  .detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body .body-price {
    font-size: 28px;
    line-height: 38px;
    padding-left: 45px;
    margin-top: 15px;
  }

  .detail-dom .images-block .mySwiper2 .swiper-slide {
    height: 440px;
  }

  .detail-dom .images-block .mySwiper .swiper-slide .image {
    height: 130px;
  }

  .detail-dom .info-block .title-area {
    padding: 30px 50px 20px 30px;
  }

  .mafy-title .left h2 {
    margin-left: 40px;
    line-height: 50px;
    padding: 20px 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .detail-dom-flex > .left {
    padding: 50px 20px 50px;
    width: 22%;
  }

  .detail-dom-flex > .left.closed {
    width: 3%;
  }

  .detail-dom-flex > .right.closed {
    width: 94%;
  }

  .detail-dom-flex > .left .trigger-left-menu.closed {
    right: 25px;
  }

  .detail-dom-flex > .left .trigger-left-menu svg {
    width: 28px;
  }

  .detail-dom-flex > .right {
    width: 100%;
  }

  .detail-dom > .title-block .left h1 {
    font-size: 40px;
    margin-left: 40px;
  }

  .detail-dom .images-block {
    width: 60%;
  }

  .detail-dom .info-block {
    width: 39.9%;
  }

  .detail-dom .info-block .info-block__inner {
    padding: 0px 0px 0px;
  }

  .detail-dom .info-block .info-block__inner .benef {
    padding: 0px 0px 0px 20px;
  }

  .detail-plan-links > h2 {
    margin-left: 40px;
  }

  .detail-breadcrumbs .links ul li a {
    font-size: 30px;
    line-height: 92px;
  }

  .detail-breadcrumbs .links ul li a:after {
    height: 8px;
    border-bottom: 8px solid #c8b197;
  }

  .detail-breadcrumbs .links ul li a:hover:after {
    height: 8px;
    border-bottom: 8px solid #fff;
  }

  .detail-breadcrumbs .links ul li.active a:after {
    border-bottom: 8px solid #fff;
  }

  .detail-breadcrumbs .links ul {
    height: 92px;
  }

  .detail-breadcrumbs .container .serie-logo {
    height: 92px;
  }

  .detail-dom .info-block .info-block__inner h1 {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 0px;
  }

  .detail-dom .info-block .info-block__inner .price {
    margin-bottom: 15px;
  }

  .detail-dom .info-block .info-block__inner .price .count {
    font-size: 28px;
  }

  .detail-dom .info-block .info-block__inner .price .notice {
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    margin-top: 0px;
  }

  .detail-dom .info-block .info-block__inner .accordion-item .accordion-button {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 20px 15px 20px;
  }

  .detail-dom .info-block .title-area {
    padding: 30px 40px 20px 30px;
  }

  .detail-dom .info-block .info-block__inner .benef ul li {
    font-size: 18px;
    line-height: 26px;
    padding-left: 49px;
  }

  .detail-dom .info-block .info-block__inner > .list-marked li {
    font-size: 18px;
    line-height: 22px;
    padding-left: 40px;
    padding-top: 4px;
  }

  .detail-dom .info-block .info-block__inner .info-notice {
    font-size: 18px;
    line-height: 23px;
  }

  .detail-dom .info-block .info-block__inner .button-buy {
    padding: 0px 0px 30px 20px;
    margin: 10px 0px 0px;
  }

  .detail-dom .info-block .info-block__inner .proect-doma-sostav {
    margin: 0px 0px 40px 20px;
  }

  .detail-dom .info-block .info-block__inner .proect-doma-sostav ul {
    margin-top: 15px;
  }

  .detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body ul li {
    font-size: 16px;
    line-height: 23px;
    padding-left: 45px;
  }

  .detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body .body-price {
    font-size: 28px;
    line-height: 38px;
    padding-left: 45px;
    margin-top: 15px;
  }

  .detail-dom .images-block .mySwiper2 .swiper-slide {
    height: 500px;
  }

  .detail-dom .images-block .mySwiper .swiper-slide .image {
    height: 103px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-dom {
    flex-wrap: wrap;
    border-top: 0px;
    border-bottom: 0px;
  }

  .detail-dom.first {
    border-bottom: 1px solid rgba(246, 246, 246, 0.5);
    padding-bottom: 70px;
  }

  .detail-dom .images-block {
    width: 100%;
  }

  .detail-dom .info-block {
    width: 100%;
  }

  .detail-dom > .title-block .left {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .detail-dom .title-block .color-choice {
    margin-left: 55px;
    margin-right: auto;
  }

  .detail-dom .images-block .mySwiper2 .swiper-slide {
    height: 570px;
  }

  .proect-doma .right .image {
    text-align: right;
  }

  .proect-doma .right .image img {
    max-width: 320px;
  }

  .detail-dom .images-block .mySwiper .swiper-slide .image {
    height: 150px;
  }

  .detail-dom .info-block .info-block__inner h1 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 30px;
    text-align: center;
  }

  .detail-dom .info-block .info-block__inner .price {
    margin-bottom: 25px;
  }

  .detail-dom .info-block .info-block__inner .price .count {
    font-size: 28px;
    line-height: 33px;
  }

  .detail-dom .info-block .info-block__inner .price .notice {
    font-size: 12px;
    line-height: 15px;
  }

  .detail-dom .info-block .info-block__inner .accordion-item .accordion-button {
    font-size: 14px;
    line-height: 21px;
    padding: 15px 25px 15px 30px;
  }

  .accordion-item .accordion-button:after {
    background-image: url('../img/icons/plus.svg');
    background-size: 19px 40px;
    width: 19px;
    height: 40px;
  }

  .accordion-item .accordion-button:not(.collapsed):after {
    background-image: url('../img/icons/minus.svg');
    background-size: 19px 40px;
    width: 19px;
    height: 40px;
  }

  .detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body ul li {
    font-size: 14px;
    line-height: 21px;
  }

  .detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body ul li:before {
    top: 8px;
  }

  .detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body .body-price {
    font-size: 18px;
    line-height: 30px;
    padding-left: 43px;
    margin-top: 10px;
  }

  .detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body .body-notice {
    padding-left: 43px;
    margin-top: 5px;
  }

  .detail-dom .info-block .info-block__inner .benef ul li {
    font-size: 18px;
    line-height: 24px;
    padding-left: 40px;
  }

  .detail-dom .info-block .info-block__inner .benef ul li:before {
    background: url('../img/icons/dash.svg') center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 3px;
    top: 9px;
  }

  .detail-dom .info-block .info-block__inner > .list-marked li {
    font-size: 14px;
    line-height: 21px;
    padding-left: 40px;
    padding-bottom: 20px;
  }

  .list-marked li:before {
    background: url('../img/icons/list-gold.svg') center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: 3px;
  }

  .detail-dom .info-block .info-block__inner .info-notice {
    font-size: 14px;
    line-height: 17px;
  }

  /* .mafy-title,
  .mafy-section.active,
  .mafy-section {
    display: none;
  }
  .mafy {
    display: block;
  } */
  .mafy-title {
    flex-wrap: wrap;
  }

  .mafy-title .right .mafy-choices {
    margin-left: 70px;
  }
}

@media (max-width: 991px) {
  .detail-plan-links > h2 {
    line-height: 83px;
    font-size: 30px;
    margin-left: 30px;
  }

  .proect-doma {
    flex-direction: column-reverse;
    padding: 50px 30px 50px;
  }

  .proect-doma .right .image img {
    max-width: 250px;
    margin-left: 60px;
  }

  .detail-dom-flex > .left {
    display: none;
  }

  .detail-dom-flex > .right .detail-doma-serie-menu {
    display: none;
  }

  .detail-dom-flex > .right {
    width: 100%;
  }

  .detail-dom {
    flex-wrap: wrap;
    border-top: 0px;
    border-bottom: 0px;
    margin: 0px 0px 5px;
  }

  .detail-dom .images-block {
    width: 100%;
  }

  .detail-dom .info-block {
    width: 100%;
  }

  .detail-dom .images-block .mySwiper2 .swiper-slide {
    height: 260px;
  }

  .detail-dom .images-block .mySwiper2 {
    border: 0px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  }

  .detail-dom .images-block .mySwiper .swiper-slide .image {
    height: 90px;
  }

  .detail-dom .info-block .info-block__inner h1 {
    font-size: 26px;
    line-height: 37px;
    margin-bottom: 20px;
    text-align: left;
  }

  .detail-dom .info-block .info-block__inner .price {
    margin-bottom: 25px;
  }

  .detail-dom .info-block .info-block__inner .price .count {
    font-size: 24px;
    line-height: 27px;
  }

  .detail-dom .info-block .info-block__inner .price .notice {
    font-size: 12px;
    line-height: 15px;
    width: 50%;
  }

  .detail-dom .info-block .info-block__inner .accordion-item .accordion-button {
    font-size: 20px;
    line-height: 23px;
    padding: 15px 20px 15px 20px;
    border-left: 0px;
    border-right: 0px;
  }

  .detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body {
    padding: 0px 0px 30px 20px;
  }

  .accordion-item .accordion-button:after {
    background-image: url('../img/icons/plus.svg');
    background-size: 19px 40px;
    width: 19px;
    height: 40px;
  }

  .accordion-item .accordion-button:not(.collapsed):after {
    background-image: url('../img/icons/minus.svg');
    background-size: 19px 40px;
    width: 19px;
    height: 40px;
  }

  .detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body ul li {
    font-size: 14px;
    line-height: 21px;
  }

  .detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body ul li:before {
    top: 8px;
  }

  .detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body .body-price {
    font-size: 18px;
    line-height: 30px;
    padding-left: 43px;
    margin-top: 10px;
  }

  .detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body .body-notice {
    padding-left: 43px;
    margin-top: 5px;
  }

  .detail-dom .info-block .info-block__inner .benef ul li {
    font-size: 18px;
    line-height: 23px;
    padding-left: 35px;
  }

  .detail-dom .info-block .info-block__inner .benef ul li:before {
    background-size: 20px;
    top: -1px;
  }

  .detail-dom .info-block .info-block__inner > .list-marked li {
    font-size: 18px;
    line-height: 23px;
    padding-left: 35px;
    padding-bottom: 20px;
    font-weight: 400;
  }

  .list-marked li:before {
    /* background: url("../img/icons/list-gold.svg") center no-repeat; */
    background-size: 20px;
    /* width: 20px; */
    /* height: 20px; */
    top: 0px;
  }

  .detail-dom .info-block .info-block__inner .info-notice {
    font-size: 14px;
    line-height: 17px;
  }

  .detail-dom .info-block .info-block__inner .button-buy {
    padding: 0px 0px 0px 20px;
    margin: 40px 0px 20px;
  }

  .detail-dom .info-block .info-block__inner .proect-doma-sostav {
    margin: 0px 0px 40px 20px;
  }

  .detail-dom .info-block .info-block__inner .proect-doma-sostav ul {
    margin-top: 15px;
  }

  .detail-dom .info-block .info-block__inner .button-buy button {
    font-size: 16px;
    line-height: 25px;
    padding: 20px 30px 19px;
  }

  .detail-dom .info-block .info-block__inner {
    padding: 15px 0px 10px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  }

  /* .mafy-title,
  .mafy-section.active,
  .mafy-section {
    display: flex;
    flex-wrap: wrap;
  }
  .mafy {
    display: none;
  } */
  .mafy-title,
  .mafy-section.active,
  .mafy-section {
    flex-wrap: wrap;
  }

  .mafy-title .left h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 40px 10px 30px 10px;
    text-align: center;
  }

  .mafy-title .right .mafy-choices {
    margin: 10px 0px 25px 30px;
  }

  .detail-dom .info-block .title-area {
    padding: 20px 20px 0px 20px;
  }

  .detail-dom .info-block .title-area .name {
    font-size: 22px;
    margin: 0px 0px 10px;
  }

  .detail-dom .info-block .title-area .bottom {
    gap: 0px;
    justify-content: space-between;
  }

  .detail-dom .info-block .title-area .bottom .count {
    font-size: 31px;
  }

  .detail-dom .info-block .title-area .bottom .square {
    font-size: 24px;
    margin-bottom: -6px;
  }
}

.detail-plan-links {
  position: relative;
  z-index: 1;
  background: #6a6a6a;
  display: flex;
  align-items: start;
  padding: 40px 0px 50px;
  flex-direction: column;
}

.detail-plan-new {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 0px 0px 25px;
}

.detail-plan-new .straight {
  width: 50%;
  position: relative;
}

.detail-plan-new .mirrored {
  width: 50%;
  position: relative;
}

.detail-plan-new .mixed {
  width: 100%;
  position: relative;
  display: none;
}

.detail-plan-new .images {
  background: #fff;
  height: 600px;
  padding: 20px 20px 20px;
}

.detail-plan-new .images .plan-img {
  width: 100%;
  height: 100%;
  display: none;
}

.detail-plan-new .images .plan-img a {
  width: 100%;
  height: 100%;
  display: block;
}

.detail-plan-new .images .plan-img.active {
  display: block;
}

.detail-plan-new .buttons {
  /* position: absolute;
  bottom: 30px; */
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-top: 20px;
}

.detail-plan-new .buttons button {
  width: auto;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 0px 15px;
  background-color: #919191;
  color: #000;
  height: 38px;
  border-radius: 25px;
  border: 2px solid #000;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.detail-plan-new .buttons button.active,
.detail-plan-new .buttons button.plan-category,
.detail-plan-new .buttons button:hover {
  background: #fff;
}

.detail-plan-new .buttons .straight-button,
.detail-plan-new .buttons .mirrored-button {
  display: none;
}

.detail-plan-new .buttons .straight-button.show,
.detail-plan-new .buttons .mirrored-button.show {
  display: block;
}

.detail-plan-new .mixed .buttons .plan-category {
  background-color: #919191;
  transition: all 0.3s ease;
}

.detail-plan-new .mixed .buttons .plan-category.active,
.detail-plan-new .mixed .buttons .plan-category:hover {
  background-color: #fff;
}

.detail-plan-new .mixed .buttons .trigger-button,
.detail-plan-new .mixed .buttons .straight-button,
.detail-plan-new .mixed .buttons .mirrored-button {
  display: none;
}

.detail-plan-new .mixed .buttons .trigger-button.show,
.detail-plan-new .mixed .buttons .straight-button.show,
.detail-plan-new .mixed .buttons .mirrored-button.show {
  display: block;
}

.detail-plan-links > p {
  margin-left: 70px;
  font-size: 25px;
  color: #fff;
}

.detail-plan-links > h2 {
  line-height: 83px;
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-left: 70px;
}

.detail-plan-links ul {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  height: auto;
}

.detail-plan-links ul li {
  height: auto;
}

.detail-plan-links ul li.active button,
.detail-plan-links ul li button:hover {
  color: #fff;
}

.detail-plan-links ul li button {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.15em;
  color: #7e7e7e;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.detail-plan-links ul li.active button:after,
.detail-plan-links ul li button:hover:after {
  /* border-bottom: 10px solid #fff; */
}

.detail-plan-links ul li button span {
  padding: 0px 25px;
}

.detail-plan-links ul li button:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 30px;
  top: 7px;
  right: 0;
  border-right: 4px solid rgba(126, 126, 126, 0.4);
}

.detail-plan-links ul li:last-child button:before {
  border-right: 0px;
}

.detail-plan-links ul li button:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}

.detail-plan {
  position: relative;
  z-index: 1;
  /* height: auto; */
  background: #6a6a6a;
  border-bottom: 0px;
  margin-bottom: 0px;
  height: auto;
}

.detail-plan .row {
  display: none;
}

.detail-plan .row.active {
  display: flex;
  margin: 0px;
}

.detail-plan .info-block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 80px;
  margin-bottom: 50px;
}

.detail-plan .info-block ul {
  padding: 50px 50px 40px;
}

.detail-plan .info-block ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 42px;
  color: #fff;
}

.detail-plan .info-block ul li:before {
  background: url('/wp-content/uploads/2024/02/arrow-icon.svg') center no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .detail-plan-links ul {
    height: 92px;
  }

  .detail-plan-links ul li button {
    font-size: 30px;
    line-height: 92px;
  }

  .detail-plan-links ul li button:after {
    height: 0px;
    border-bottom: 0px solid #c8b197;
  }

  .detail-plan-links ul li.active button:after,
  .detail-plan-links ul li button:hover:after {
    border-bottom: 0px solid #fff;
  }
}

.detail-plan .col-4 {
  padding: 0px;
  width: 40%;
}

.detail-plan .col-4 .info-block {
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  padding: 0px 0px;
  height: 100%;
}

.detail-plan .col-8 {
  position: relative;
  right: 0;
  padding-right: 0px;
  padding-left: 0px;
  height: 100%;
  width: 60%;
}

.detail-plan .col-8 > .image {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

/* .detail-plan .image img {
  max-width: 100%;
  max-height: 100%;
} */

@media (min-width: 1400px) and (max-width: 1650px) {
  .detail-dom {
    margin: 0px 0px 25px;
  }

  .detail-plan .info-block ul {
    padding: 40px 40px 40px;
  }

  .detail-plan .col-8 {
    padding-left: 0px;
  }

  .detail-plan .image img {
    max-width: 680px;
  }

  .detail-plan .info-block h2 {
    font-size: 30px;
    line-height: 39px;
  }

  .detail-plan .info-block ul li {
    font-size: 20px;
    line-height: 26px;
    padding-left: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .detail-bank .bank-partners .two-logos .i-logo.dom-rf {
    margin: 0px 0px;
  }

  .detail-bank .bank-partners .two-logos .banks-ra .rosbank {
    width: 100px;
    margin: 0px 0px 20px;
  }

  .detail-bank .bank-partners .two-logos .banks-ra .alfa {
    width: 100px;
  }

  .proect-doma {
    padding: 60px 50px 60px;
  }

  .proect-doma .left .description {
    font-size: 21px;
    line-height: 27px;
    margin: 0px 60px 40px 0px;
  }

  .proect-doma .left .proect-doma-sostav ul li {
    font-size: 18px;
    line-height: 25px;
  }

  .proect-doma .left .proect-doma-sostav ul li:before {
    top: 9px;
  }

  .proect-doma .left .proect-doma-sostav {
    margin: 0px 0px 50px;
  }

  .proect-doma .left .action a {
    font-size: 21px;
  }

  .project-doma-items .item .action a {
    font-size: 21px;
    padding: 15px 25px 9px;
  }

  .detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body {
    padding: 0px 0px 30px 20px;
  }

  .mafy .mafy-items .consult .title {
    font-size: 28px;
    line-height: 28px;
    padding: 55px 15px 50px;
  }

  .mafy .mafy-items .item .title {
    padding: 35px 25px 45px 25px;
  }

  .detail-dom > .title-block .right .price {
    padding: 0px 50px 0px 20px;
  }

  .mafy .mafy-items .item .price .count {
    font-size: 28px;
  }

  .mafy .mafy-items .item .price .square {
    font-size: 28px;
  }

  .detail-dom > .title-block .right .price {
    padding: 0px 50px 0px 20px;
  }

  .detail-plan-links ul li button:before {
    top: 28px;
  }

  .detail-plan-links > h2 {
    margin-left: 50px;
  }

  .detail-plan-links > p {
    margin-left: 50px;
  }

  .detail-plan-new .images {
    padding: 0px 20px 20px;
  }

  .detail-dom {
    margin: 0px 0px 30px;
  }

  .proect-doma .right .image img {
    max-width: 320px;
  }

  .proect-doma > .container {
    max-width: 91%;
  }

  .detail-bank.serie > .container {
    max-width: 91%;
  }

  .project-doma-items .item {
    width: 31%;
  }

  .mafy .mafy-items .item {
    width: 33.2%;
  }

  .project-doma-items .item .image {
    height: 250px;
    background-size: contain !important;
  }

  .detail-plan .col-4 {
    width: 40%;
  }

  .detail-plan .col-8 {
    padding-left: 0px;
  }

  .detail-plan .image img {
    max-width: 520px;
  }

  .detail-plan .info-block h2 {
    font-size: 30px;
    line-height: 39px;
  }

  .detail-plan .info-block ul li {
    font-size: 22px;
    line-height: 27px;
    padding-left: 50px;
  }

  .detail-dom .info-block .info-block__inner > .list-marked {
    padding: 30px 0px 0px 24px;
  }

  .detail-plan {
    height: auto;
  }

  .detail-plan .image {
    height: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-plan-links {
    align-items: center;
    padding: 40px 0px 30px;
  }

  .detail-plan-links > h2 {
    margin-left: 0px;
  }

  .detail-plan-links > p {
    display: none;
  }

  .detail-plan-new {
    flex-direction: column;
  }

  .detail-plan-new .buttons {
    position: relative;
    bottom: auto;
    margin-top: 30px;
  }

  .detail-plan-new .straight,
  .detail-plan-new .mirrored {
    width: 100%;
    display: none;
  }

  .detail-plan-new .mixed {
    display: block;
  }

  .detail-plan-new .buttons {
    position: relative;
    bottom: auto;
    margin-top: 30px;
    display: block;
    margin-left: 30px;
    width: auto;
  }

  .detail-plan-new .buttons .f-cat,
  .detail-plan-new .buttons .f-trig,
  .detail-plan-new .buttons .f-num {
    display: flex;
    gap: 10px;
  }

  .detail-plan-new .buttons button {
    margin-bottom: 10px;
  }

  .detail-plan {
    height: auto;
    border-top: 3px solid #c8b197;
    border-bottom: 0px;
    margin-bottom: 60px;
  }

  .detail-plan .col-4 {
    width: 100%;
  }

  .detail-plan .col-8 {
    position: initial;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
  }

  .detail-plan .info-block h2 {
    font-size: 30px;
    line-height: 53px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
  }

  .detail-plan .info-block ul {
    padding: 0px 0px 0px;
  }

  .detail-plan .info-block ul li {
    font-size: 22px;
    line-height: 25px;
    padding-bottom: 15px;
    padding-left: 42px;
  }

  .detail-plan .info-block ul li:before {
    background: url('../img/icons/dash.svg') center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 3px;
    top: 10px;
    display: none;
  }

  .detail-plan .info-block {
    padding: 0px 50px 35px;
  }

  .detail-plan .image {
    height: auto;
  }
}

@media (max-width: 991px) {
  .detail-plan-links > p {
    display: none;
  }

  .detail-plan-new .images {
    height: 310px;
  }

  .detail-plan-new .straight,
  .detail-plan-new .mirrored {
    display: none;
  }

  .detail-plan-new .mixed {
    display: block;
  }

  .detail-plan-new .buttons {
    position: relative;
    bottom: auto;
    margin-top: 30px;
    display: block;
    margin-left: 30px;
    width: auto;
  }

  .detail-plan-new .buttons .f-cat,
  .detail-plan-new .buttons .f-trig,
  .detail-plan-new .buttons .f-num {
    display: flex;
    gap: 10px;
  }

  .detail-plan-new .buttons button {
    margin-bottom: 10px;
  }

  .detail-dom > .title-block {
    flex-direction: column;
  }

  .detail-dom > .title-block .left,
  .detail-dom > .title-block .right {
    width: 100%;
  }

  .detail-dom > .title-block .right {
    text-align: center;
  }

  .detail-dom > .title-block .right .price {
    padding: 0px 15px 0px 15px;
  }

  .detail-dom > .title-block .left h1 {
    font-size: 30px;
    line-height: normal;
    margin-left: 0px;
    text-align: center;
  }

  .detail-plan-links ul li button {
    font-size: 24px;
    line-height: 63px;
  }

  .detail-plan-links ul {
    height: 63px;
  }

  .detail-plan-links ul li.active button:after,
  .detail-plan-links ul li button:hover:after {
    border-bottom: 5px solid #fff;
  }

  .detail-plan-links ul li button:after {
    height: 5px;
    border-bottom: 5px solid #c8b197;
    display: none;
  }

  .detail-plan .col-8 > .image .myPlanSwiper2 .swiper-slide {
    height: 300px;
  }

  .detail-plan .col-8 > .image .myPlanSwiper .swiper-slide .image {
    height: 83px;
  }

  .detail-dom .images-block .mySwiper2 .color-choice {
    bottom: 13px;
    right: 10px;
  }

  .detail-dom .images-block .mySwiper2 .color-choice button {
    margin-left: 7px;
  }

  .detail-buy-request {
    flex-wrap: wrap;
    margin: 0px 25px 0px;
  }

  .detail-buy-request .text {
    margin: 0px 0px 25px;
  }

  .detail-buy-request .text,
  .detail-buy-request .action {
    width: 100%;
  }

  .detail-buy-request .text h3 {
    font-size: 32px;
    line-height: 32px;
  }

  .detail-buy-request .text p {
    font-size: 18px;
    line-height: 25px;
  }

  .detail-buy-request .action button {
    font-size: 16px;
    line-height: 23px;
    padding: 25px 0px 23px;
    width: 100%;
  }

  .detail-plan-links ul li button span {
    padding: 0px 15px;
  }

  .detail-plan-links ul li button:before {
    top: 14px;
  }

  .detail-plan {
    height: auto;
    border-bottom: 0px;
    margin-bottom: 10px;
  }

  .detail-plan .col-4 {
    width: 100%;
    order: 2;
  }

  .detail-plan .col-8 {
    position: initial;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
  }

  .detail-plan .info-block h2 {
    font-size: 28px;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
  }

  .detail-plan .info-block ul {
    padding: 60px 30px 20px;
  }

  .detail-plan .info-block ul li {
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 15px;
    padding-left: 42px;
  }

  .detail-plan .info-block ul li:before {
    /* background: url("../img/icons/dash.svg") center no-repeat; */
    background-size: 20px;
    /* width: 20px;
    height: 3px; */
    top: -2px;
  }

  .detail-plan .info-block {
    padding: 0px 15px 35px;
    display: none;
  }

  .detail-plan .image {
    height: auto;
  }
}

.detail-razmesh {
  position: relative;
  z-index: 1;
  background-size: 680px !important;
  background-position-x: 96% !important;
  background-position-y: 60% !important;
  border-top: 1px solid rgba(246, 246, 246, 0.5);
  border-bottom: 1px solid rgba(246, 246, 246, 0.5);
  padding-bottom: 50px;
  margin-top: 50px;
}

.single-lounge .detail-razmesh {
  margin-top: 70px;
}

.detail-razmesh .info-block h2 {
  font-weight: 400;
  font-size: 34px;
  line-height: 37px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 50px;
  letter-spacing: 0.15em;
}

.detail-razmesh .info-block ul {
  padding-right: 80px;
}

.detail-razmesh .info-block ul li {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 52px;
  color: #fff;
}

.detail-razmesh .info-block ul li:before {
  background: url('../img/icons/dash.svg') center no-repeat;
  background-size: 30px;
  width: 30px;
  height: 3px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
}

.detail-razmesh .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.detail-bank.serie {
  padding: 50px 0px 95px;
  background: #6a6a6a;
  margin-top: 0px;
}

.detail-bank.serie > .container {
  max-width: 86%;
}

.detail-bank.serie .row {
  margin: 0px;
}

.detail-bank.serie .content {
  padding: 0px 60px 0px 0px;
}

.detail-bank.serie h2 {
  margin: 0px 0px 65px;
}

.detail-razmesh .info-image {
  display: none;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .detail-razmesh {
    background-size: 570px !important;
    background-position-x: 95% !important;
    background-position-y: 40% !important;
    padding-bottom: 35px;
  }

  .detail-razmesh .info-block h2 {
    font-size: 26px;
    line-height: 45px;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .detail-razmesh .info-block ul li {
    font-size: 18px;
    line-height: 24px;
    padding-left: 50px;
  }

  .detail-razmesh .info-block ul {
    padding-right: 40px;
  }

  .detail-bank .bank-partners .two-logos {
    margin: 40px 0px 0px;
    gap: 15px;
  }

  .detail-bank .bank-partners .two-logos .banks-ra {
    margin: 0px 0px 30px;
  }

  .detail-bank .bank-partners .two-logos .banks-ra .alfa,
  .detail-bank .bank-partners .two-logos .banks-ra .rosbank {
    width: 160px;
  }

  .detail-bank .bank-partners .two-logos .i-logo {
    margin: 0px 35px;
  }

  .detail-bank .bank-partners .two-logos .i-logo.sber {
    margin: 0px 0px 30px;
  }

  .detail-bank .bank-partners .two-logos .dom-rf {
    margin: 0px 40px 30px;
  }

  .detail-bank .bank-partners .two-logos .i-logo.dom-rf img {
    width: 100px;
  }

  .detail-bank.serie {
    padding: 100px 0px 95px;
  }

  .single-doma .get-consult__inner {
    height: 649px;
    padding: 0px 55px 0px;
  }

  .single-doma #buyModalDomPlan .get-consult__inner {
    height: 649px;
    padding: 30px 55px 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .detail-razmesh {
    background-size: 450px !important;
    background-position-x: 95% !important;
    background-position-y: 40% !important;
    padding-bottom: 20px;
  }

  .detail-razmesh .info-block h2 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .detail-razmesh .info-block ul li {
    font-size: 18px;
    line-height: 24px;
    padding-left: 45px;
  }

  .detail-razmesh .info-block ul {
    padding-right: 40px;
  }

  .detail-bank.serie .content {
    padding: 0px 60px 0px 0px;
  }

  .detail-bank.serie {
    padding: 90px 30px 85px;
  }

  .detail-bank.serie .logo-bank svg {
    width: 480px;
    margin-top: 0px;
  }

  .detail-bank .bank-partners .two-logos {
    margin: 20px 0px 0px;
  }

  .detail-bank .bank-partners .two-logos .i-logo {
    margin: 0px 25px;
  }

  .detail-bank .bank-partners .two-logos .i-logo.dom-rf img {
    width: 90px;
  }

  .detail-bank .bank-partners .two-logos .i-logo.sber {
    margin: 0px 0px;
  }

  .detail-bank .bank-partners .two-logos .i-logo.sber img {
    width: 90px;
  }

  .detail-bank .bank-partners p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-razmesh {
    background: #6a6a6a !important;
    border-top: 3px solid #c8b197;
    border-bottom: 3px solid #c8b197;
    padding-bottom: 55px;
  }

  .detail-bank.serie {
    padding: 65px 0px 100px;
  }

  .detail-bank.serie h2 {
    margin: 0px 0px 60px;
  }

  .detail-razmesh .col-7,
  .detail-razmesh .col-6 {
    width: 100%;
    padding: 0px;
  }

  .detail-razmesh .info-block {
    padding: 0px 50px 50px;
  }

  .detail-razmesh .info-block h2 {
    font-size: 30px;
    line-height: 41px;
    margin-top: 45px;
    margin-bottom: 65px;
    text-align: center;
  }

  .detail-razmesh .info-block ul {
    padding-right: 0px;
  }

  .detail-razmesh .info-block ul li {
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 20px;
    padding-left: 42px;
  }

  .detail-razmesh .info-block ul li:before {
    background: url('../img/icons/dash.svg') center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 3px;
    top: 10px;
  }

  .detail-razmesh .info-image {
    display: block;
    height: 350px;
    background-size: contain !important;
  }

  .detail-bank.serie .content {
    padding: 0px 50px;
  }

  .detail-razmesh .image {
    display: none;
  }

  .detail-bank .bank-partners .two-logos {
    margin: 50px 0px 45px;
  }

  .detail-bank .bank-partners .two-logos .i-logo {
    margin: 0px 25px;
  }

  .detail-bank .bank-partners .two-logos .i-logo.dom-rf img {
    width: 220px;
  }

  .detail-bank .bank-partners .two-logos .i-logo.sber img {
    width: 230px;
  }

  .detail-bank .bank-partners p {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-bank.serie .row .col-6:last-child {
    position: inherit;
  }
}

@media (max-width: 991px) {
  .detail-razmesh {
    background: #6a6a6a !important;
    border-top: 3px solid #c8b197;
    border-bottom: 3px solid #c8b197;
    padding-bottom: 55px;
  }

  .detail-bank.serie {
    padding: 55px 15px 70px;
  }

  .detail-bank.serie > .container {
    max-width: 100%;
  }

  .detail-bank.serie h2 {
    margin: 0px 0px 60px;
  }

  .detail-razmesh .col-7,
  .detail-razmesh .col-6 {
    width: 100%;
    padding: 0px;
  }

  .detail-razmesh .info-block {
    padding: 0px 15px 0px;
  }

  .detail-razmesh .info-block h2 {
    font-size: 28px;
    line-height: 37px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
  }

  .detail-razmesh .info-block ul {
    padding-right: 0px;
  }

  .detail-razmesh .info-block ul li {
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 20px;
    padding-left: 42px;
  }

  .detail-razmesh .info-block ul li:before {
    background: url('../img/icons/dash.svg') center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 3px;
    top: 10px;
  }

  .detail-razmesh .info-image {
    display: block;
    height: 260px;
    background-size: contain !important;
  }

  .detail-bank.serie .content {
    padding: 0px 15px;
  }

  .detail-razmesh .image {
    display: none;
  }

  .detail-bank .bank-partners .two-logos {
    margin: 30px 0px 0px;
  }

  .detail-bank .bank-partners .two-logos .i-logo {
    margin: 0px 0px;
    width: auto;
  }

  .detail-bank .bank-partners .two-logos .i-logo.dom-rf img {
    width: 80px;
  }

  .detail-bank .bank-partners .two-logos .i-logo.sber img {
    width: 80px;
  }

  .detail-bank .bank-partners p {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-bank.serie .row .col-6:last-child {
    position: inherit;
  }

  .detail-bank .bank-partners .two-logos .banks-ra .rosbank {
    margin: 0px 0px 20px;
    width: 100px;
  }

  .detail-bank .bank-partners .two-logos .banks-ra .alfa {
    width: 100px;
  }
}

.about {
  position: relative;
  z-index: 1;
}

.about:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: 1px solid rgba(246, 246, 246, 0.5);
}

.about h1 {
  position: relative;
  margin: 0px 0px 60px;
}

.about h1:after {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  border-bottom: 3px solid #c8b197;
  margin-top: 65px;
}

.about__inner {
  padding: 110px 150px 95px 150px;
}

.about.oplata-dostavka {
  padding: 242px 0px 0px;
}

.about.oplata-dostavka .about__inner {
  padding: 100px 0px 130px;
  background: #6a6a6a;
}

.about.oplata-dostavka .title-sec {
  border-bottom: 1px solid rgba(246, 246, 246, 0.5);
}

.about.oplata-dostavka .about__inner p {
  font-size: 20px;
  line-height: 30px;
}

.about.oplata-dostavka .about__inner .row .col-6 {
  position: relative;
  padding: 0px 50px;
}

.about.oplata-dostavka .about__inner .row .col-6:before {
  background: url('../img/icons/list-gold.svg') center no-repeat;
  background-size: 20px;
  width: 21px;
  height: 21px;
  display: block;
  content: '';
  position: absolute;
  left: 11px;
  top: 2px;
}

.about.oplata-dostavka h1:after {
  display: none;
}

.about.oplata-dostavka h1 {
  position: relative;
  margin: 0px 0px 40px;
  font-size: 40px;
  line-height: 83px;
  text-align: center;
}

.about.oplata-dostavka h1.status {
  margin: 0px 0px 20px;
}

.about.oplata-dostavka .title-sec .desc-text {
  text-align: center;
  color: #fff;
  margin: 0px 0px 40px;
  font-size: 18px;
}

.about.oplata-dostavka .title-sec .desc-text a,
.about.oplata-dostavka .title-sec .desc-text .email {
  font-weight: 600;
  color: #c8b197;
}

.about.oplata-dostavka .title-sec .desc-text a {
  text-decoration: underline;
}

.about.oplata-dostavka .title-sec .desc-text .action {
  margin: 20px 0px 0px;
}

.about.oplata-dostavka .title-sec .desc-text .action a {
  font-weight: 400;
  text-decoration: none;
}

@media (min-width: 1400px) and (max-width: 1649px) {
  .about.oplata-dostavka h1 {
    line-height: 55px;
  }

  .about.oplata-dostavka .about__inner {
    padding: 80px 0px 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .about.oplata-dostavka h1 {
    line-height: 55px;
  }

  .about.oplata-dostavka .about__inner {
    padding: 80px 0px 100px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about.oplata-dostavka {
    padding: 192px 0px 0px;
  }

  .about.oplata-dostavka h1 {
    line-height: 55px;
    margin: 0px 0px 30px;
  }

  .about.oplata-dostavka .about__inner {
    padding: 50px 0px 40px;
  }

  .about.oplata-dostavka .about__inner p {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }

  .about.oplata-dostavka .about__inner .row .col-6 {
    padding: 0px 45px 30px;
  }
}

@media (max-width: 991px) {
  .about.oplata-dostavka {
    padding: 186px 15px 0px;
  }

  .about.oplata-dostavka h1 {
    line-height: 33px;
    margin: 0px 0px 30px;
    font-size: 26px;
  }

  .about.oplata-dostavka .about__inner {
    padding: 30px 0px 20px;
  }

  .about.oplata-dostavka .about__inner p {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }

  .about.oplata-dostavka .about__inner .row .col-6 {
    padding: 0px 45px 10px;
  }

  .about.oplata-dostavka .about__inner .row .col-6 .wp-image-893 {
    width: 60px;
  }
}

.about__inner p {
  font-weight: 350;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 25px;
  color: #fff;
}

.about__inner .action {
  margin-top: 70px;
  text-align: center;
}

.about__inner .action a {
  font-weight: 700;
  font-size: 18px;
  line-height: 80px;
  text-transform: uppercase;
  display: block;
  width: 510px;
  height: 80px;
  text-align: center;
  border: 3px solid #c8b197;
  color: #fff;
  margin: 0px auto;
}

.about__inner .action a:hover {
  color: #c8b197;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .about__inner {
    padding: 110px 80px 95px 80px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .about__inner {
    padding: 80px 70px 95px 70px;
  }

  .about h1:after {
    margin-top: 45px;
  }

  .about__inner p {
    font-size: 24px;
    line-height: 33px;
  }

  .about__inner .action {
    margin-top: 50px;
  }

  .about__inner .action a {
    font-size: 16px;
    line-height: 70px;
    width: 450px;
    height: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about:after {
    border-top: 0px;
  }

  .about h1 {
    text-align: center;
  }

  .about h1:after {
    margin: 45px auto 0px;
  }

  .about__inner {
    padding: 60px 50px 0px;
  }

  .about .about__inner .row .col-6 {
    width: 100%;
  }

  .about__inner p {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
    text-align: center;
  }

  .about__inner .action {
    margin-top: 45px;
  }
}

@media (max-width: 991px) {
  .about:after {
    border-top: 0px;
  }

  .about h1 {
    font-size: 32px;
    text-align: center;
  }

  .about h1:after {
    margin: 45px auto 0px;
  }

  .about__inner {
    padding: 60px 15px 0px;
  }

  .about .about__inner .row .col-6 {
    width: 100%;
  }

  .about__inner p {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
    text-align: center;
  }

  .about__inner .action {
    margin-top: 25px;
  }

  .about__inner .action a {
    width: 300px;
  }
}

.about-vistavka {
  position: relative;
  z-index: 1;
  padding: 110px 0px 0px;
  border-bottom: 1px solid rgba(246, 246, 246, 0.5);
}

.about-vistavka h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding: 0px 0px 90px;
  color: #fff;
}

.about-vistavka h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: 1px solid rgba(246, 246, 246, 0.5);
}

.about-vistavka .info {
  padding: 120px 90px 110px 110px;
}

.about-vistavka .info p {
  font-weight: 350;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}

.about-vistavka .info .list-marked {
  margin: 75px 0px 100px;
}

.about-vistavka .info .action a {
  font-weight: 700;
  font-size: 18px;
  line-height: 80px;
  text-align: center;
  display: block;
  width: 510px;
  height: 80px;
  text-transform: uppercase;
  border: 3px solid #c8b197;
  color: #fff;
}

.about-vistavka .info .action a:hover {
  color: #c8b197;
}

.about-vistavka .image {
  height: 100%;
}

.about-vistavka .info .image-mobile {
  display: none;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .about-vistavka .info {
    padding: 120px 80px 110px 100px;
  }

  .about-vistavka .info .list-marked {
    margin: 75px 0px 50px;
  }

  .about-vistavka .info .action a {
    width: 410px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .about-vistavka {
    padding: 75px 0px 0px;
  }

  .about-vistavka .info {
    padding: 70px;
  }

  .about-vistavka h2 {
    font-size: 36px;
    line-height: 39px;
    padding: 0px 0px 70px;
  }

  .about-vistavka .info p {
    font-size: 28px;
    line-height: 37px;
  }

  .about-vistavka .info .list-marked {
    margin: 45px 0px 20px;
  }

  .about-vistavka .info .action a {
    font-size: 16px;
    line-height: 70px;
    width: 390px;
    height: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-vistavka {
    padding: 70px 0px 0px;
    border-bottom: 0px;
  }

  .about-vistavka h2 {
    font-size: 25px;
    padding: 0px;
  }

  .about-vistavka h2:after {
    display: none;
  }

  .about-vistavka .row .col-6 {
    width: 100%;
    padding: 0px;
  }

  .about-vistavka .info {
    padding: 55px 0px 55px;
  }

  .about-vistavka .info p {
    font-size: 26px;
    line-height: 29px;
    text-align: center;
  }

  .about-vistavka .info .image-mobile {
    display: block;
    height: 740px;
  }

  .about-vistavka .info .action a {
    margin: 50px auto 0px;
  }

  .about-vistavka .info .list-marked {
    margin: 65px 55px 30px;
  }
}

@media (max-width: 991px) {
  .about-vistavka {
    padding: 70px 0px 0px;
    border-bottom: 0px;
  }

  .about-vistavka h2 {
    font-size: 25px;
    padding: 0px;
  }

  .about-vistavka h2:after {
    display: none;
  }

  .about-vistavka .row .col-6 {
    width: 100%;
    padding: 0px;
  }

  .about-vistavka .info {
    padding: 55px 0px 55px;
  }

  .about-vistavka .info p {
    font-size: 26px;
    line-height: 29px;
    text-align: center;
  }

  .about-vistavka .info .image-mobile {
    display: block;
    height: 540px;
  }

  .about-vistavka .info .action a {
    margin: 50px auto 0px;
    width: 320px;
    font-size: 16px;
  }

  .about-vistavka .info .list-marked {
    margin: 65px 20px 30px;
  }
}

.detail-bank.about-page {
  padding: 110px 0px 130px;
  border-bottom: 1px solid rgba(246, 246, 246, 0.5);
}

.detail-bank > h2 {
  position: relative;
  text-align: center;
  padding: 0px 0px 100px;
}

.detail-bank > h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: 1px solid rgba(246, 246, 246, 0.5);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .detail-bank > h2 {
    padding: 0px 0px 70px;
    font-size: 36px;
    line-height: 39px;
    margin: 0px 0px 80px;
  }

  .detail-bank.about-page {
    padding: 70px 0px 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-bank.about-page {
    padding: 40px 0px 90px;
    border-bottom: 0px;
  }

  .detail-bank > h2 {
    padding: 0px 0px 0px;
  }

  .detail-bank > h2:after {
    display: none;
  }

  .detail-bank h2 {
    margin: 0px 0px 70px;
  }
}

@media (max-width: 991px) {
  .detail-bank.about-page {
    padding: 40px 0px 90px;
    border-bottom: 0px;
  }

  .detail-bank > h2 {
    padding: 0px 0px 0px;
  }

  .detail-bank > h2:after {
    display: none;
  }

  .detail-bank h2 {
    margin: 0px 0px 70px;
  }
}

.contacts {
  position: relative;
  height: 810px;
  padding-top: 204px;
  z-index: 1;
}

.contacts .container,
.contacts .row,
.contacts .info {
  height: 100%;
}

.contacts .info {
  position: relative;
  color: #fff;
  z-index: 2;
  padding: 0px 120px 0px 120px;
}

.contacts .info h2,
.contacts .info ul {
  position: relative;
  z-index: 2;
}

.contacts .info h2 {
  font-weight: 400;
  font-size: 65px;
  line-height: 83px;
  text-transform: uppercase;
  margin: 0px 0px 72px;
  padding: 90px 0px 0px;
}

.contacts .info h2:after {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  border-bottom: 3px solid #c8b197;
  margin-top: 55px;
}

.contacts .info::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.contacts .info ul li,
.contacts .info ul li a {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}

.contacts .info ul li.yandex a {
  color: #c8b197;
  border-bottom: 1px solid #c8b197;
}

.contacts .info ul li a:hover {
  color: #c8b197;
}

.contacts .info ul li {
  margin: 0px 0px 60px;
}

.contacts .info ul li:last-child {
  margin: 0px;
}

.contacts .map {
  position: absolute;
  width: 100%;
  top: 200px;
  z-index: 1;
  height: 810px;
  /* bottom: 0px; */
}

.contacts .map iframe {
  border: 0px;
  height: 814px;
}

.contacts .map iframe .popup:not(._dropdown)._position_top {
  top: 113px !important;
  left: 2569px !important;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .contacts {
    height: 740px;
  }

  .contacts .info {
    padding: 0px 100px 0px 100px;
  }

  .contacts .info h2 {
    padding: 80px 0px 0px;
    font-size: 55px;
    line-height: 73px;
  }

  .contacts .map iframe {
    height: 740px;
  }

  .contacts .info ul li {
    margin: 0px 0px 40px;
  }

  .contacts .info ul li,
  .contacts .info ul li a {
    font-size: 26px;
    line-height: 37px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .contacts {
    height: 730px;
  }

  .contacts .info h2 {
    padding: 60px 0px 0px;
    font-size: 54px;
    line-height: 70px;
  }

  .contacts .info h2:after {
    margin-top: 45px;
  }

  .contacts .info {
    padding: 0px 80px 0px 80px;
  }

  .contacts .map iframe {
    height: 730px;
  }

  .contacts .info ul li {
    margin: 0px 0px 40px;
  }

  .contacts .info ul li,
  .contacts .info ul li a {
    font-size: 26px;
    line-height: 37px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contacts {
    height: 540px;
    padding-top: 154px;
  }

  .contacts .info {
    padding: 0px 30px 0px;
  }

  .contacts .map {
    top: 154px;
  }

  .contacts .info h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 55px;
    margin: 0px 0px 60px;
    padding: 50px 0px 0px;
    text-align: center;
  }

  .contacts .info h2:after {
    width: 100px;
    border-bottom: 2px solid #c8b197;
    margin: 55px auto 0px;
  }

  .contacts .info ul li {
    margin: 0px 0px 35px;
    text-align: center;
  }

  .contacts .info ul li,
  .contacts .info ul li a {
    font-size: 20px;
    line-height: 32px;
  }

  .contacts .map iframe {
    height: 540px;
  }
}

@media (max-width: 991px) {
  .contacts {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-top: 145px;
  }

  .contacts .container {
    order: 2;
  }

  .contacts .map {
    position: relative;
    width: 100%;
    top: 6px;
    z-index: 1;
    height: 100%;
    order: 1;
  }

  .contacts .info {
    padding: 0px 30px 70px;
  }

  .contacts .info h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 55px;
    margin: 0px 0px 60px;
    padding: 80px 0px 0px;
    text-align: center;
  }

  .contacts .info h2:after {
    width: 100px;
    border-bottom: 2px solid #c8b197;
    margin: 55px auto 0px;
  }

  .contacts .info ul li {
    margin: 0px 0px 35px;
    text-align: center;
  }

  .contacts .info ul li,
  .contacts .info ul li a {
    font-size: 20px;
    line-height: 32px;
  }

  .contacts .map iframe {
    height: 400px;
  }

  .contacts .row {
    align-items: end;
    height: auto;
  }

  .contacts .col-6 {
    width: 100%;
    padding: 0px;
  }
}

.image-blocks-row {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(126, 126, 126, 0.4);
}

.image-blocks-row .row {
  margin: 0px;
}

.image-blocks-row .row .col-6:first-child {
  border-right: 1px solid rgba(126, 126, 126, 0.4);
}

.image-blocks-row .col-6 {
  padding: 0px;
}

.image-blocks-row .info {
  height: 810px;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  position: relative;
}

.image-blocks-row .slider-image .swiper-slide .content {
  height: 810px;
  width: 100%;
}

.image-blocks-row .info .swiper-button-next,
.image-blocks-row .info .swiper-button-prev {
  background: transparent;
  height: 55px;
  bottom: 60px;
  width: 27px;
  top: auto;
}

.image-blocks-row .info .swiper-button-next {
  left: 150px;
  right: auto;
}

.image-blocks-row .info .swiper-button-prev {
  left: 70px;
}

.image-blocks-row .info.black {
  background: #6a6a6a;
}

.image-blocks-row .info.black p {
  color: #fff;
}

.image-blocks-row .info.black p.small {
  line-height: 34px;
  text-transform: none;
  font-size: 26px;
}

.image-blocks-row .info.black h3 {
  padding: 0px 0px 0px 60px;
  font-weight: 400;
  font-size: 34px;
  line-height: 43px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  margin: 0px 0px 35px;
}

.image-blocks-row .row .col-8 {
  padding: 0px;
}

.image-blocks-row .order-1 .info.black p {
  padding: 0px 0px 0px 60px;
}

.image-blocks-row .order-2 .info.black p {
  padding: 0px 60px 0px 60px;
}

.image-blocks-row .info.gold {
  background: #c8b197;
}

.image-blocks-row .info.gold p {
  color: #000;
}

.image-blocks-row .image {
  height: 100%;
}

.image-blocks-action {
  background: #252525;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(126, 126, 126, 0.4);
}

.image-blocks-action .container {
  text-align: center;
}

.image-blocks-action .container .row {
  margin: 0px -1px;
  border-left: 1px solid rgba(126, 126, 126, 0.4);
  border-right: 1px solid rgba(126, 126, 126, 0.4);
}

.image-blocks-action .container .row .col-12 {
  padding: 60px 0px;
}

.image-blocks-action a {
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

.image-blocks-action a:hover {
  text-decoration: none;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .image-blocks-row .info {
    height: 650px;
    font-size: 26px;
    line-height: 43px;
  }

  .image-blocks-row .slider-image .swiper-slide .content {
    height: 650px;
  }

  .image-blocks-row .info.black p.small {
    line-height: 30px;
    font-size: 22px;
    padding: 0px 0px 0px 30px;
  }

  .image-blocks-row .order-2 .info.black p {
    padding: 0px 30px 0px 30px;
  }

  .image-blocks-row .info.black p {
    font-size: 24px;
    line-height: 39px;
  }

  .image-blocks-row .order-1 .info.black p {
    padding: 0px 0px 0px 30px;
  }

  .image-blocks-row .info.black h3 {
    font-size: 28px;
    line-height: 37px;
    margin: 0px 0px 20px;
    padding: 0px 0px 0px 30px;
  }

  .image-blocks-row .info .swiper-button-next,
  .image-blocks-row .info .swiper-button-prev {
    height: 50px;
    bottom: 40px;
    width: 22px;
  }

  .image-blocks-row .info .swiper-button-prev {
    left: 40px;
  }

  .image-blocks-row .info .swiper-button-next {
    left: 120px;
    right: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .image-blocks-row .info {
    height: 650px;
    font-size: 18px;
    line-height: 32px;
  }

  .image-blocks-row .slider-image .swiper-slide .content {
    height: 650px;
  }

  .image-blocks-row .info.black p.small {
    line-height: 30px;
    font-size: 22px;
    padding: 0px 0px 0px 30px;
  }

  .image-blocks-row .order-2 .info.black p {
    padding: 0px 30px 0px 30px;
  }

  .image-blocks-row .info.black p {
    font-size: 24px;
    line-height: 39px;
  }

  .image-blocks-row .order-1 .info.black p {
    padding: 0px 0px 0px 30px;
  }

  .image-blocks-row .info.black h3 {
    font-size: 28px;
    line-height: 37px;
    margin: 0px 0px 20px;
    padding: 0px 0px 0px 30px;
  }

  .image-blocks-row .info .swiper-button-next,
  .image-blocks-row .info .swiper-button-prev {
    height: 50px;
    bottom: 40px;
    width: 22px;
  }

  .image-blocks-row .info .swiper-button-prev {
    left: 40px;
  }

  .image-blocks-row .info .swiper-button-next {
    left: 120px;
    right: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .image-blocks-row .info {
    height: auto;
    padding: 100px 0px 70px;
  }

  .image-blocks-action .container .row {
    margin: 0px 0px;
  }

  .image-blocks-row .col-4,
  .image-blocks-row .col-8 {
    width: 100%;
  }

  .image-blocks-row .col-4.order-2 {
    order: 1 !important;
  }

  .image-blocks-row .col-8.order-1 {
    order: 2 !important;
  }

  .image-blocks-row .slider-image .swiper-slide .content {
    height: 510px;
    width: 100%;
  }

  .image-blocks-row .info .swiper-button-next,
  .image-blocks-row .info .swiper-button-prev {
    height: 50px;
    width: 22px;
  }

  .image-blocks-row .info .swiper-button-prev {
    bottom: -36px;
  }

  .image-blocks-row .info .swiper-button-next {
    bottom: -64px;
    left: 130px;
  }
}

@media (max-width: 991px) {
  .image-blocks-row .info {
    height: auto;
    font-size: 22px;
    line-height: 33px;
    padding: 30px 0px 25px;
  }

  .image-blocks-action .container .row {
    margin: 0px 0px;
  }

  .image-blocks-row .col-6 {
    width: 100%;
  }

  .image-blocks-row .col-4,
  .image-blocks-row .col-8 {
    width: 100%;
  }

  .image-blocks-row .col-4.order-2 {
    order: 1 !important;
  }

  .image-blocks-row .col-8.order-1 {
    order: 2 !important;
  }

  .image-blocks-row .slider-image .swiper-slide .content {
    height: 510px;
    width: 100%;
  }

  .image-blocks-row .info .swiper-button-next,
  .image-blocks-row .info .swiper-button-prev {
    height: 45px;
    width: 17px;
  }

  .image-blocks-row .info .swiper-button-prev {
    bottom: -11px;
    left: 0px;
  }

  .image-blocks-row .info .swiper-button-next {
    bottom: -34px;
    left: 40px;
  }

  .image-blocks-row .slider-image .swiper-slide .content {
    height: 290px;
  }

  .image-blocks-row .info.black p.small {
    line-height: 24px;
    font-size: 16px;
    padding: 0px 0px 0px 0px;
  }

  .image-blocks-row .order-2 .info.black p {
    padding: 0px 0px 0px 0px;
  }

  .image-blocks-row .info.black p {
    font-size: 18px;
    line-height: 29px;
  }

  .image-blocks-row .order-1 .info.black p {
    padding: 0px 0px 0px 0px;
  }

  .image-blocks-row .info.black h3 {
    font-size: 24px;
    line-height: 31px;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 0px;
  }
}

.slider-with-text {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.slider-with-text .container {
  position: relative;
  z-index: 1;
}

.slider-with-text .slider-with-text__inner {
  display: flex;
}

.slider-with-text .slider-with-text__inner .slider-text,
.slider-with-text .slider-with-text__inner .slider-image {
  width: 50%;
}

.slider-with-text .slider-with-text__inner .slider-text {
  border-right: 1px solid rgba(126, 126, 126, 0.4);
  position: relative;
}

.slider-with-text .slider-with-text__inner .slider-text.left {
  border-left: 1px solid rgba(126, 126, 126, 0.4);
}

.slider-with-text .slider-with-text__inner .bg-image {
  width: 70%;
  height: 800px;
}

.slider-with-text .swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  opacity: 1;
  margin: 0px 6px !important;
  background: #000;
}

.slider-with-text .swiper-pagination .swiper-pagination-bullet:first-child {
  margin: 0px 6px 0px 0px !important;
}

.slider-with-text .swiper-pagination .swiper-pagination-bullet:last-child {
  margin: 0px 0px 0px 6px !important;
}

.slider-with-text .swiper-pagination {
  text-align: left;
  padding-left: 75px;
  bottom: 140px;
}

.slider-with-text .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c8b197;
}

.slider-with-text .swiper {
  height: 810px;
}

.slider-with-text .swiper .swiper-slide .content {
  display: flex;
}

.slider-with-text .swiper .swiper-slide .content .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.slider-with-text .swiper .swiper-slide .content .text.stroit {
  justify-content: start;
}

.slider-with-text.stroit {
  background: #6a6a6a;
}

.slider-with-text.stroit .content {
  height: 100%;
}

.slider-with-text .swiper .swiper-slide .content .text h3,
.slider-with-text .content .text h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
}

.slider-with-text .swiper .swiper-slide .content .text.stroit h3,
.slider-with-text .content .text.stroit h3,
.slider-with-text .slider-with-text__inner .swiper .swiper-slide .content .text.stroit h3 {
  margin: 65px 0px 0px;
  padding: 0px 30px 0px 90px;
}

.slider-with-text .swiper .swiper-slide .content .text p {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}

.slider-with-text .slider-with-text__inner .swiper .swiper-slide .content .text h3,
.slider-with-text .slider-with-text__inner .swiper .swiper-slide .content .text p {
  padding: 0px 70px 0px 70px;
}

.slider-with-text .swiper .swiper-slide .content .text h3,
.slider-with-text .swiper .swiper-slide .content .text p {
  padding: 0px 70px 0px 100px;
}

.slider-with-text .swiper .swiper-slide .content .text,
.slider-with-text .swiper .swiper-slide .content .image {
  width: 100%;
  height: 810px;
}

.slider-with-text .swiper-button-next,
.slider-with-text .swiper-button-prev {
  height: 814px;
  top: 22px;
}

.slider-with-text .swiper-button-next::after,
.slider-with-text .swiper-button-prev::after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.slider-with-text .swiper-button-next::before,
.slider-with-text .swiper-button-prev::before {
  z-index: 2;
}

.slider-with-text .swiper-button-next.gold,
.slider-with-text .swiper-button-prev.gold {
  background: #6a6a6a;
}

.slider-with-text .swiper-button-next.gold::after,
.slider-with-text .swiper-button-prev.gold::after {
  display: none;
}

.slider-with-text .swiper-button-next {
  right: -8.3%;
}

.slider-with-text .swiper-button-prev {
  left: -8.3%;
}

.slider-with-text .text.stroit .small-note {
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  padding: 10px 95px 0px 95px;
  margin-bottom: 30px;
  color: #fff;
}

.slider-with-text .text .complectations {
  margin-top: 0px;
}

.slider-with-text .text .complectations .item .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin: 0px 0px 10px;
  color: #fff;
}

.slider-with-text .text .complectations .item .price {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}

.slider-with-text .text .complectations .item .price .rub {
  text-transform: uppercase;
}

.slider-with-text .text .complectations .item {
  position: relative;
  margin: 0px 95px;
  padding: 30px 45px 20px;
  border: 1px solid rgba(217, 217, 217, 0.5);
  margin-bottom: 20px;
}

.slider-with-text .text .complectations .item:last-child {
  margin-bottom: 0px;
}

.slider-with-text .text .complectations .item::after {
  background: url('../img/icons/arrow-right-gold.svg') center no-repeat;
  background-size: 17px;
  width: 33px;
  height: 33px;
  display: block;
  content: '';
  position: absolute;
  right: 25px;
  top: 52px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.slider-with-text .text .complectations .item:hover::after {
  transform: rotate(90deg);
}

.positions-in-slider {
  position: absolute;
  display: none;
  background: #6a6a6a;
  z-index: 2;
  padding: 20px 40px 20px 48px;
  width: 550px;
}

.positions-in-slider ul li {
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  position: relative;
  padding-left: 52px;
  padding-bottom: 10px;
  list-style: none;
}

.positions-in-slider ul li:before {
  background: url('../img/icons/dash.svg') center no-repeat;
  background-size: 30px;
  width: 30px;
  height: 3px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 21px;
}

.slider-with-text .text.stroit {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.slider-with-text .text .notes-info {
  font-weight: 300;
  font-size: 27px;
  line-height: 30px;
  color: #fff;
  padding: 0px 95px;
  margin-top: auto;
  margin-bottom: 70px;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .slider-with-text .swiper .swiper-slide .content .text h3,
  .slider-with-text .swiper .swiper-slide .content .text p {
    padding: 0px 45px 0px 45px;
  }

  .slider-with-text .slider-with-text__inner .swiper .swiper-slide .content .text h3,
  .slider-with-text .swiper .swiper-slide .content .text h3 {
    font-size: 36px;
    line-height: 47px;
    margin-top: 0px;
    padding: 0px 45px;
  }

  .slider-with-text .slider-with-text__inner .swiper .swiper-slide .content .text p {
    padding: 0px 45px;
  }

  .slider-with-text .swiper .swiper-slide .content .text.stroit h3,
  .slider-with-text .slider-with-text__inner .swiper .swiper-slide .content .text.stroit h3 {
    margin: 75px 0px 0px;
    font-size: 34px;
    line-height: 43px;
    padding: 0px 45px;
  }

  .slider-with-text .swiper .swiper-slide .content .text p {
    font-size: 26px;
    line-height: 37px;
  }

  .slider-with-text .swiper {
    height: 730px;
  }

  .slider-with-text .swiper .swiper-slide .content .text,
  .slider-with-text .swiper .swiper-slide .content .image {
    height: 730px;
  }

  .slider-with-text .text.stroit .small-note {
    padding: 10px 95px 0px 45px;
  }

  .slider-with-text .text .complectations .item {
    margin: 0px 45px 20px;
  }

  .slider-with-text .text .notes-info,
  .slider-with-text .notes-info {
    padding: 0px 45px;
  }

  .slider-with-text .slider-with-text__inner .bg-image {
    height: 730px;
  }

  .slider-with-text .swiper .swiper-slide .content .text.stroit h3,
  .slider-with-text .content .text.stroit h3,
  .slider-with-text .slider-with-text__inner .swiper .swiper-slide .content .text.stroit h3 {
    margin: 65px 0px 0px;
    padding: 0px 30px 0px 40px;
  }

  .positions-in-slider {
    width: 375px;
  }

  .positions-in-slider ul li {
    font-size: 18px;
    padding-bottom: 5px;
  }

  .slider-with-text .swiper-button-next {
    right: -8.15%;
  }

  .slider-with-text .swiper-button-prev {
    left: -8.15%;
  }

  .slider-with-text .swiper-button-next,
  .slider-with-text .swiper-button-prev {
    height: 730px;
    top: 21.5px;
  }

  .slider-with-text .swiper-pagination {
    padding-left: 45px;
    bottom: 120px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .slider-with-text .swiper .swiper-slide .content .text h3,
  .slider-with-text .swiper .swiper-slide .content .text p {
    padding: 0px 45px 0px 45px;
  }

  .slider-with-text .swiper .swiper-slide .content .text.stroit h3,
  .slider-with-text .content .text.stroit h3,
  .slider-with-text .slider-with-text__inner .swiper .swiper-slide .content .text.stroit h3 {
    margin: 65px 0px 0px;
    padding: 0px 30px 0px 40px;
  }

  .slider-with-text .swiper .swiper-slide .content .text h3 {
    font-size: 28px;
    line-height: 41px;
    margin-top: 0px;
  }

  .slider-with-text .slider-with-text__inner .swiper .swiper-slide .content .text h3,
  .slider-with-text .slider-with-text__inner .swiper .swiper-slide .content .text p {
    padding: 0px 45px;
  }

  .slider-with-text .swiper .swiper-slide .content .text p {
    font-size: 22px;
    line-height: 31px;
  }

  .slider-with-text .swiper {
    height: 580px;
  }

  .slider-with-text .swiper .swiper-slide .content .text,
  .slider-with-text .swiper .swiper-slide .content .image {
    height: 580px;
  }

  .slider-with-text .text.stroit .small-note {
    padding: 5px 95px 0px 45px;
    margin-bottom: 20px;
  }

  .slider-with-text .text .complectations .item {
    margin: 0px 45px 20px;
  }

  .slider-with-text .text .notes-info {
    padding: 0px 45px;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 25px;
  }

  .slider-with-text .slider-with-text__inner .bg-image {
    height: 680px;
  }

  .positions-in-slider {
    width: 350px;
  }

  .positions-in-slider ul li {
    font-size: 18px;
    padding-bottom: 5px;
  }

  .slider-with-text .swiper-button-next {
    right: -8.15%;
  }

  .slider-with-text .swiper-button-prev {
    left: -8.15%;
  }

  .slider-with-text .swiper-button-next,
  .slider-with-text .swiper-button-prev {
    height: 580px;
    top: 21.5px;
  }

  .slider-with-text .swiper .swiper-slide .content .text.stroit h3,
  .slider-with-text .slider-with-text__inner .swiper .swiper-slide .content .text.stroit h3,
  .slider-with-text .swiper .swiper-slide .content .text.stroit h3 {
    margin: 55px 0px 0px;
    padding: 0px 45px;
  }

  .slider-with-text .swiper-pagination {
    padding-left: 45px;
    bottom: 40px;
  }

  .slider-with-text .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0px 5px !important;
  }

  .slider-with-text .swiper-pagination .swiper-pagination-bullet:first-child {
    margin: 0px 5px 0px 0px !important;
  }

  .slider-with-text .swiper-pagination .swiper-pagination-bullet:last-child {
    margin: 0px 0px 0px 5px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .slider-with-text.stroit .slider-with-text__inner .slider-text {
    width: 100%;
  }

  .slider-with-text .slider-with-text__inner .bg-image {
    width: 100%;
    height: 500px;
    max-width: 100%;
  }

  .slider-with-text.stroit .slider-with-text__inner .slider-image {
    display: none;
  }

  .slider-with-text .swiper .swiper-slide .content .text {
    height: auto;
    padding: 50px 0px 0px;
  }

  .slider-with-text .swiper .swiper-slide .content .text.stroit h3,
  .slider-with-text .slider-with-text__inner .swiper .swiper-slide .content .text.stroit h3 {
    margin: 0px 0px 0px;
    padding: 0px 70px 0px 95px;
    text-align: center;
    font-size: 25px;
  }

  .slider-with-text .text.stroit .small-note {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: center;
  }

  .slider-with-text .swiper .swiper-slide .content .text.stroit h3,
  .slider-with-text .content .text.stroit h3,
  .slider-with-text .slider-with-text__inner .swiper .swiper-slide .content .text.stroit h3 {
    margin: 65px 0px 0px;
    padding: 0px 30px 0px 45px;
    text-align: center;
  }

  .slider-with-text .text .notes-info {
    font-size: 20px;
    line-height: 29px;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 100px;
  }

  .slider-with-text.stroit .swiper {
    height: auto;
  }

  .slider-with-text .slider-with-text__inner .slider-text,
  .slider-with-text .slider-with-text__inner .slider-image {
    width: 100%;
  }

  .slider-with-text .swiper {
    height: auto;
    padding: 0px 0px 50px;
  }

  .slider-with-text .swiper-pagination {
    bottom: 0px;
    left: 46%;
    padding-left: 0px;
  }

  .slider-with-text .slider-with-text__inner {
    display: flex;
    flex-wrap: wrap;
  }

  .slider-with-text .swiper .swiper-slide .content .text h3 {
    font-size: 25px;
    line-height: 51px;
    text-align: center;
  }

  .slider-with-text .swiper .swiper-slide .content .text p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }

  .slider-with-text .slider-with-text__inner .slider-image {
    order: 2;
    margin-top: 50px;
  }

  .slider-with-text .swiper .swiper-slide .content .image {
    height: 540px;
  }

  .slider-with-text .swiper-button-next,
  .slider-with-text .swiper-button-prev {
    height: auto;
    top: 22px;
  }

  .slider-with-text .swiper-button-prev {
    left: 44%;
    top: -11px;
  }

  .slider-with-text .swiper-button-next {
    right: -53%;
  }

  .slider-with-text .slider-with-text__inner .slider-text {
    order: 1;
  }

  body .slider-with-text:last-of-type {
    margin: 0px 0px 100px;
  }
}

@media (max-width: 991px) {
  .slider-with-text .slider-with-text__inner .bg-image {
    width: 100%;
    height: 350px;
    max-width: 100%;
  }

  .slider-with-text.stroit .slider-with-text__inner .slider-text {
    width: 100%;
  }

  .slider-with-text.stroit .slider-with-text__inner .slider-image {
    display: none;
  }

  .slider-with-text .swiper .swiper-slide .content .text {
    height: auto;
    padding: 50px 0px 0px;
  }

  .slider-with-text .swiper .swiper-slide .content .text.stroit h3,
  .slider-with-text .slider-with-text__inner .swiper .swiper-slide .content .text.stroit h3 {
    margin: 0px 0px 0px;
    padding: 0px 70px 0px 95px;
    text-align: center;
    font-size: 25px;
  }

  .slider-with-text .text.stroit .small-note {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: center;
  }

  .slider-with-text .text .notes-info {
    font-size: 20px;
    line-height: 29px;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 30px;
    padding: 0px 15px;
  }

  .slider-with-text.stroit .swiper {
    height: auto;
  }

  .slider-with-text .slider-with-text__inner .slider-text,
  .slider-with-text .slider-with-text__inner .slider-image {
    width: 100%;
  }

  .slider-with-text .swiper {
    height: auto;
    padding: 0px 0px 50px;
  }

  .slider-with-text .swiper-pagination {
    bottom: 0px;
    left: 40%;
    padding-left: 0px;
  }

  .slider-with-text .slider-with-text__inner {
    display: flex;
    flex-wrap: wrap;
  }

  .slider-with-text .swiper .swiper-slide .content .text h3 {
    font-size: 25px;
    line-height: 37px;
    text-align: center;
  }

  .slider-with-text .slider-with-text__inner .swiper .swiper-slide .content .text h3,
  .slider-with-text .slider-with-text__inner .swiper .swiper-slide .content .text p {
    padding: 0px 20px 0px 20px;
  }

  .slider-with-text .swiper .swiper-slide .content .text p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }

  .slider-with-text .slider-with-text__inner .slider-image {
    order: 2;
    margin-top: 50px;
  }

  .slider-with-text .swiper .swiper-slide .content .image {
    height: 400px;
  }

  .slider-with-text .swiper-button-next,
  .slider-with-text .swiper-button-prev {
    height: auto;
    top: 22px;
  }

  .slider-with-text .swiper-button-prev {
    left: 39%;
    top: -11px;
  }

  .slider-with-text .swiper-button-next {
    right: -55%;
  }

  .slider-with-text .slider-with-text__inner .slider-text {
    order: 1;
  }

  body .slider-with-text:last-of-type {
    margin: 0px 0px 100px;
  }

  .slider-with-text .text .complectations .item {
    margin: 0px 0px;
    padding: 20px 25px 20px;
    margin-bottom: 0px;
  }

  .slider-with-text .text .complectations .item::after {
    right: 15px;
    top: 34%;
  }
}

.stroy-series {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(126, 126, 126, 0.4);
}

.stroy-series .description {
  padding: 95px 100px;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}

.stroy-series .types .type {
  display: flex;
  align-items: center;
  position: relative;
  background: #c8b197;
  margin-bottom: 15px;
}

.stroy-series .types .type:last-child {
  margin-bottom: 0px;
}

.stroy-series .types .type .icon {
  height: 112px;
  width: 173px;
  padding-right: 27px;
}

.stroy-series .types .type .desc {
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  color: #000;
}

.stroy-series .types .type > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.stroy-series .dop-info {
  padding: 95px 140px;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .stroy-series .types .type .desc {
    font-size: 20px;
    line-height: 27px;
  }

  .stroy-series .types .type .symbol {
    font-size: 64px;
    line-height: 73px;
    margin: 0px 0px 25px;
  }

  .stroy-series .description {
    padding: 95px 80px;
  }

  .stroy-series .dop-info {
    padding: 95px 80px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .stroy-series .description {
    padding: 75px 80px;
    font-size: 26px;
    line-height: 34px;
  }

  .stroy-series .dop-info {
    padding: 75px 60px;
    font-size: 26px;
    line-height: 34px;
  }

  .stroy-series .types .type .icon {
    height: 112px;
    width: 223px;
  }

  .stroy-series .types .type .desc {
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    padding-right: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .stroy-series .description {
    padding: 50px 100px;
  }

  .stroy-series .types .type .icon {
    width: 253px;
  }

  .stroy-series .types .type .desc {
    width: 100%;
    padding-right: 30px;
  }

  .stroy-series .dop-info {
    padding: 55px;
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 991px) {
  .stroy-series .description {
    padding: 50px 15px;
  }

  .stroy-series .types .type .icon {
    width: 253px;
  }

  .stroy-series .types .type .icon img {
    width: 100px;
    height: auto;
  }

  .stroy-series .types .type:last-child .icon img {
    width: 130px;
  }

  .stroy-series .types .type .desc {
    width: 100%;
    padding-right: 15px;
    font-size: 22px;
    line-height: 27px;
  }

  .stroy-series .dop-info {
    padding: 55px 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .stroy-series .types .type {
    margin-bottom: 10px;
    padding: 40px 0px;
  }
}

.stroit-jumbotron {
  position: relative;
  z-index: 1;
  height: 810px;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.stroit-jumbotron .container,
.stroit-jumbotron .row {
  height: 100%;
}

.stroit-jumbotron .row {
  margin: 0px;
}

.stroit-jumbotron .row .col-6 {
  background: rgba(0, 0, 0, 0.51);
  border-right: 1px solid rgba(126, 126, 126, 0.4);
  border-left: 1px solid rgba(126, 126, 126, 0.4);
}

.stroit-jumbotron .row .col-5 {
  background: rgba(0, 0, 0, 0.51);
}

.stroit-jumbotron .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 75px;
}

.stroit-jumbotron .content h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0px 0px 60px;
  position: relative;
}

.stroit-jumbotron .content h2::after {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  border-bottom: 3px solid #c8b197;
  margin-top: 60px;
}

.stroit-jumbotron .content p {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .stroit-jumbotron {
    height: 760px;
  }

  .stroit-jumbotron .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 65px;
    margin-right: -1px;
  }

  .stroit-jumbotron .content h2::after {
    margin-top: 50px;
  }

  .stroit-jumbotron .content h2 {
    font-size: 38px;
    line-height: 54px;
    margin: 0px 0px 50px;
  }

  .stroit-jumbotron .content p {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .stroit-jumbotron {
    height: 590px;
  }

  .stroit-jumbotron .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 55px;
    margin-right: 0px;
  }

  .stroit-jumbotron .content h2::after {
    margin-top: 30px;
  }

  .stroit-jumbotron .content h2 {
    font-size: 28px;
    line-height: 42px;
    margin: 0px 0px 40px;
  }

  .stroit-jumbotron .content p {
    font-size: 22px;
    line-height: 34px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .stroit-jumbotron {
    height: auto;
    margin-bottom: 0px;
  }

  .stroit-jumbotron .content h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .stroit-jumbotron .content h2:after {
    width: 100px;
    border-bottom: 2px solid #c8b197;
    margin-top: 55px;
  }

  .stroit-jumbotron .content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
  }

  .stroit-jumbotron .content {
    padding: 0px 20px;
    margin-right: 0px;
  }

  .stroit-jumbotron .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .stroit-jumbotron .row .col-5 {
    width: 100%;
    margin-left: 0px;
    padding: 120px 15px;
  }
}

@media (max-width: 991px) {
  .stroit-jumbotron {
    height: auto;
    margin-bottom: 0px;
  }

  .stroit-jumbotron .row .col-5 {
    width: 100%;
    margin-left: 0px;
    padding: 120px 15px;
  }

  .stroit-jumbotron .row .col-6 {
    width: 100%;
    height: 100%;
  }

  .stroit-jumbotron .content h2 {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
  }

  .stroit-jumbotron .content h2:after {
    width: 100px;
    border-bottom: 2px solid #c8b197;
    margin: 55px auto 0px;
  }

  .stroit-jumbotron .content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
  }

  .stroit-jumbotron .content {
    padding: 0px 20px;
    margin-right: 0px;
    text-align: center;
  }

  .stroit-jumbotron .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .slider-with-text .swiper .swiper-slide .content .text h3,
  .slider-with-text .content .text h3 {
    font-size: 28px;
    line-height: 40px;
  }

  .slider-with-text .swiper .swiper-slide .content .text.stroit h3,
  .slider-with-text .content .text.stroit h3,
  .slider-with-text .slider-with-text__inner .swiper .swiper-slide .content .text.stroit h3 {
    margin: 45px 0px 0px;
    padding: 0px 20px 0px 20px;
    text-align: center;
  }

  .slider-with-text .text .complectations .item .price {
    font-size: 24px;
    line-height: 29px;
  }

  .positions-in-slider {
    padding: 10px 40px 20px 18px;
    width: 100%;
    margin-top: -20px;
  }

  .positions-in-slider ul li {
    font-size: 16px;
    line-height: 32px;
    padding-left: 40px;
    padding-bottom: 5px;
  }

  .positions-in-slider ul li:before {
    background-size: 22px !important;
    width: 22px;
    height: 2px;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
  }
}

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

/* Custom */
.video-blog {
  padding-top: 204px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(246, 246, 246, 0.5);
}

.video-blog .col-lg-9 {
  padding: 70px 80px 65px 75px;
  width: 70%;
}

.video-blog h1 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 10px;
  margin: 0px 0px 60px;
}

.video-blog .big-item h3 {
  margin: 35px 0px 35px;
}

.video-blog h3 {
  margin: 35px 0px 65px;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}

.video-blog h2 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 8px;
  margin: 0px 0px 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.video-blog .col-lg-9 .big-item {
  margin: 65px 0px 0px;
}

.video-blog .col-lg-9 .big-item:first-of-type {
  margin: 0px;
}

.video-blog .big-item p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0px 150px 0px 0px;
}

.video-blog .small-item p {
  display: none;
}

.video-blog .big-item .video-frame iframe {
  width: 100%;
  height: 580px;
}

.video-blog .col-lg-3 {
  width: 30%;
  padding: 70px 115px 65px 115px;
  border-left: 1px solid rgba(246, 246, 246, 0.5);
}

.video-blog .small-item .video-frame iframe {
  width: 100%;
  height: 233px;
}

.video-blog .more-button {
  text-align: center;
}

.video-blog .more-button button {
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 300px;
  border-radius: 50px;
  border: 1px solid #c8b197;
  height: 50px;
  background: transparent;
  transition: all 0.3s ease;
}

.video-blog .more-button button:hover {
  background: #c8b197;
  color: #000000;
}

.video-blog .row.more {
  padding: 70px 80px 15px 75px;
  border-top: 1px solid rgba(246, 246, 246, 0.5);
  margin: 0px 0px;
}

.video-blog .row.more .col-lg-4 {
  padding: 0px 50px;
  margin: 0px 0px 70px;
}

.video-blog .middle-item .video-frame iframe {
  width: 100%;
  height: 303px;
}

.video-blog .middle-item p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0px 0px 0px 0px;
}

.video-blog .middle-item h3 {
  margin: 20px 0px 20px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}

.video-blog .row.more .col-lg-12.action {
  margin: 0px 0px 60px;
}

.video-blog .loading {
  color: #fff;
}

.image-blocks-row.otzivy {
  padding-top: 204px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(246, 246, 246, 0.5);
}

.image-blocks-row.otzivy .swiper-container {
  overflow: hidden;
}

.image-blocks-row.otzivy .container {
  position: relative;
}

.image-blocks-row.otzivy .container > h2 {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 12px;
  text-transform: uppercase;
  position: absolute;
  z-index: 10;
  top: 70px;
  left: 60px;
}

.image-blocks-row.otzivy .swiper-slide .row .col-6:first-child {
  padding: 0px 50px;
}

.image-blocks-row.otzivy .swiper-slide .row .info h3,
.image-blocks-row.otzivy .swiper-slide .row .info .dom-serie {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  padding: 0px;
  margin: 0px 0px 5px;
}

.image-blocks-row.otzivy .swiper-slide .row .info .small {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin: 35px 0px 0px;
}

.image-blocks-row.otzivy .swiper-slide .row .info .swiper-button-next {
  left: 70px;
  right: auto;
}

.image-blocks-row.otzivy .swiper-slide .row .info .swiper-button-prev {
  left: 0px;
}

@media (min-width: 1400px) and (max-width: 1649px) {
  .video-blog .row.more .col-lg-4 {
    padding: 0px 20px;
    margin: 0px 0px 50px;
  }

  .video-blog .row.more {
    padding: 60px 45px 15px 45px;
  }

  .video-blog .row.more .col-lg-12.action .more-button button {
    width: auto;
    font-size: 21px;
    padding: 0px 50px 0px;
  }

  .video-blog .row.more .col-lg-12.action {
    margin: 0px 0px 30px;
  }

  .video-blog .middle-item .video-frame iframe {
    height: 213px;
  }

  .video-blog .middle-item h3 {
    font-size: 28px;
    line-height: 30px;
  }

  .video-blog .big-item .video-frame iframe {
    height: 400px;
  }

  .video-blog .col-lg-3 {
    padding: 70px 45px 65px 45px;
  }

  .video-blog h2 {
    font-size: 31px;
    line-height: 39px;
  }

  .video-blog .small-item .video-frame iframe {
    height: 158px;
  }

  .video-blog .more-button button {
    width: 100%;
    font-size: 21px;
  }

  .video-blog h3 {
    margin: 15px 0px 45px;
    font-size: 28px;
    line-height: 30px;
  }

  .image-blocks-row.otzivy .swiper-slide .row .info h3,
  .image-blocks-row.otzivy .swiper-slide .row .info .dom-serie {
    font-size: 28px;
    line-height: 32px;
  }

  .image-blocks-row.otzivy .swiper-slide .row .info .small {
    font-size: 18px;
    line-height: 25px;
    margin: 25px 0px 0px;
    padding: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .video-blog .row.more .col-lg-4 {
    padding: 0px 20px;
    margin: 0px 0px 50px;
  }

  .video-blog .row.more {
    padding: 50px 35px 15px 35px;
  }

  .video-blog .row.more .col-lg-12.action .more-button button {
    width: auto;
    font-size: 18px;
    padding: 0px 50px 0px;
  }

  .video-blog .row.more .col-lg-12.action {
    margin: 0px 0px 30px;
  }

  .video-blog .middle-item .video-frame iframe {
    height: 163px;
  }

  .video-blog .middle-item h3 {
    font-size: 26px;
    line-height: 28px;
    margin: 15px 0px 15px;
  }

  .video-blog .middle-item p {
    font-size: 16px;
  }

  .video-blog .big-item .video-frame iframe {
    height: 330px;
  }

  .video-blog .col-lg-3 {
    padding: 70px 45px 65px 45px;
  }

  .video-blog h2 {
    font-size: 26px;
    line-height: 38px;
  }

  .video-blog .small-item .video-frame iframe {
    height: 130px;
  }

  .video-blog .more-button button {
    width: 100%;
    font-size: 18px;
  }

  .video-blog h3 {
    margin: 15px 0px 45px;
    font-size: 24px;
    line-height: 26px;
  }

  .video-blog .big-item p {
    font-size: 18px;
    padding: 0px 90px 0px 0px;
  }

  .video-blog .big-item h3 {
    margin: 25px 0px 25px;
  }

  .image-blocks-row.otzivy .swiper-slide .row .info h3,
  .image-blocks-row.otzivy .swiper-slide .row .info .dom-serie {
    font-size: 24px;
    line-height: 28px;
  }

  .image-blocks-row.otzivy .swiper-slide .row .info .small {
    font-size: 18px;
    line-height: 25px;
    margin: 15px 0px 0px;
    padding: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .video-blog .row.more .col-lg-4 {
    padding: 0px 20px;
    margin: 0px 0px 50px;
  }

  .video-blog .row.more {
    padding: 50px 0px 15px 0px;
  }

  .video-blog .row.more .col-lg-12.action .more-button button {
    width: auto;
    font-size: 18px;
    padding: 0px 50px 0px;
  }

  .video-blog .row.more .col-lg-12.action {
    margin: 0px 0px 30px;
  }

  .video-blog .middle-item .video-frame iframe {
    height: 163px;
  }

  .video-blog .middle-item h3 {
    font-size: 26px;
    line-height: 28px;
    margin: 15px 0px 15px;
  }

  .video-blog .middle-item p {
    font-size: 16px;
  }

  .video-blog {
    padding-top: 154px;
  }

  .video-blog .col-lg-9 {
    padding: 70px 30px 65px 25px;
  }

  .video-blog .col-lg-3 {
    padding: 70px 30px 65px 30px;
  }

  .video-blog .big-item .video-frame iframe {
    height: 330px;
  }

  .video-blog .col-lg-3 {
    padding: 70px 45px 65px 45px;
  }

  .video-blog h2 {
    font-size: 26px;
    line-height: 38px;
  }

  .video-blog .small-item .video-frame iframe {
    height: 130px;
  }

  .video-blog .more-button button {
    width: 100%;
    font-size: 18px;
  }

  .video-blog h3 {
    margin: 15px 0px 45px;
    font-size: 24px;
    line-height: 26px;
  }

  .video-blog .big-item p {
    font-size: 18px;
    padding: 0px 90px 0px 0px;
  }

  .video-blog .big-item h3 {
    margin: 25px 0px 25px;
  }

  .image-blocks-row.otzivy .swiper-slide .row .info h3,
  .image-blocks-row.otzivy .swiper-slide .row .info .dom-serie {
    font-size: 18px;
    line-height: 19px;
  }

  .image-blocks-row.otzivy .swiper-slide {
    height: 510px;
  }

  .image-blocks-row.otzivy .swiper-slide .row .info .small {
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0px 0px;
    padding: 0px;
  }

  .image-blocks-row.otzivy .container > h2 {
    font-size: 23px;
    line-height: 30px;
    top: 29px;
    left: 50px;
  }

  .image-blocks-row.otzivy .row {
    height: 100%;
  }

  .image-blocks-row .info.black {
    height: 100%;
    padding: 0px 0px 0px;
  }
}

@media (max-width: 991px) {
  .video-blog .row.more .col-lg-4 {
    padding: 0px 20px;
    margin: 0px 0px 50px;
  }

  .video-blog .row.more {
    padding: 0px 0px 15px 0px;
    border: 0px;
  }

  .video-blog .row.more .col-lg-12.action .more-button button {
    width: auto;
    font-size: 18px;
    padding: 0px 50px 0px;
  }

  .video-blog .row.more .col-lg-12.action {
    margin: 0px 0px 30px;
  }

  .video-blog .middle-item .video-frame iframe {
    height: 240px;
  }

  .video-blog .middle-item h3 {
    font-size: 26px;
    line-height: 28px;
    margin: 10px 0px 10px;
  }

  .video-blog .middle-item p {
    font-size: 16px;
  }

  .video-blog .loading {
    margin: 0px 0px 40px;
  }

  .video-blog {
    padding-top: 154px;
  }

  .video-blog h1 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 8px;
    margin: 0px 0px 30px;
  }

  .video-blog .col-lg-9 {
    padding: 40px 20px 45px 20px;
    width: 100%;
  }

  .video-blog .col-lg-9 .big-item {
    margin: 45px 0px 0px;
  }

  .video-blog .col-lg-3 {
    padding: 70px 30px 65px 30px;
    width: 100%;
  }

  .video-blog .col-lg-3 h2 {
    display: none;
  }

  .video-blog .big-item .video-frame iframe {
    height: 240px;
  }

  .video-blog .col-lg-3 {
    padding: 0px 20px;
  }

  .video-blog h2 {
    font-size: 26px;
    line-height: 38px;
  }

  .video-blog .more-button button {
    margin: 0px 0px 40px;
  }

  .video-blog .small-item .video-frame iframe {
    height: 240px;
  }

  .video-blog .more-button button {
    width: 100%;
    font-size: 18px;
  }

  .video-blog h3 {
    margin: 15px 0px 45px;
    font-size: 24px;
    line-height: 26px;
  }

  .video-blog .big-item p {
    font-size: 16px;
    padding: 0px 0px 0px 0px;
  }

  .video-blog .small-item p {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 0px 0px 0px 0px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .video-blog .big-item h3 {
    margin: 10px 0px 10px;
  }

  .video-blog .small-item {
    margin: 0px 0px 50px;
  }

  .video-blog .small-item h3 {
    margin: 10px 0px 10px;
  }

  .image-blocks-row.otzivy .swiper-slide .row .info h3,
  .image-blocks-row.otzivy .swiper-slide .row .info .dom-serie {
    font-size: 18px;
    line-height: 19px;
  }

  .image-blocks-row.otzivy .swiper-slide {
    height: auto;
  }

  .image-blocks-row.otzivy .swiper-slide .row .info .small {
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0px 0px;
    padding: 0px;
  }

  .image-blocks-row.otzivy .container > h2 {
    font-size: 23px;
    line-height: 30px;
    top: 0px;
    left: 0px;
    position: relative;
    margin: 30px 0px 30px 20px;
  }

  .image-blocks-row.otzivy .row {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .image-blocks-row.otzivy .info.black {
    height: 100%;
    padding: 0px 0px 0px;
    margin: 0px 0px 30px;
    justify-content: start;
    /* height: 220px; */
  }

  .image-blocks-row.otzivy .swiper-slide .row .col-6:last-child,
  .image-blocks-row.otzivy .swiper-slide .row .image {
    width: 100%;
    height: 300px;
    min-height: 300px;
  }

  .image-blocks-row.otzivy .swiper-slide .row .col-6:first-child {
    padding: 0px 20px;
  }

  .image-blocks-row.otzivy .swiper-slide .row .info .swiper-button-next {
    left: 40px;
    right: auto;
  }

  .image-blocks-row.otzivy {
    padding-top: 154px;
  }

  .mafy .mafy-items .item {
    width: 100%;
    border-right: 0px;
  }

  .mafy .mafy-items .consult {
    width: 100%;
  }

  .proect-doma .left,
  .proect-doma .right {
    width: 100%;
    padding-right: 0px;
  }

  .proect-doma > .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .proect-doma .left .description {
    font-size: 21px;
    line-height: 25px;
    margin: 40px 0px 25px 0px;
  }

  .proect-doma .left .action a {
    font-size: 16px;
    line-height: 25px;
    padding: 20px 15px 19px;
    width: 250px;
  }

  .project-doma-items .item {
    width: 100%;
    border-right: 0px;
    border-left: 0px;
  }

  .project-doma-items .item .title {
    line-height: 29px;
    padding: 35px 15px 25px 15px;
    font-size: 21px;
  }

  .detail-plan-links {
    flex-direction: column;
    padding: 50px 0px 30px;
    align-items: center;
  }

  .detail-plan-links > h2 {
    line-height: 53px;
    font-size: 30px;
    margin-left: 0px;
  }

  .single-doma .header .header__inner {
    background: inherit;
  }

  .single-doma .header .header__inner .content .trigger {
    position: relative;
    right: auto;
    margin-right: 0px;
  }

  .detail-plan .col-4 .info-block {
    flex-direction: column-reverse;
  }

  .detail-dom .info-block .info-block__inner .benef {
    margin-bottom: 0px;
    padding: 0px 0px 10px 20px;
  }

  .mafy .title-block h2 {
    font-size: 30px;
    margin-left: 0px;
    line-height: 63px;
    text-align: center;
  }

  .mafy .mafy-items .item .title {
    font-size: 21px;
    padding: 25px 35px 15px 25px;
  }

  .mafy .mafy-items .item .price {
    padding: 0px 25px 25px 25px;
  }

  .mafy .mafy-items .item .price .count,
  .mafy .mafy-items .item .price .square {
    font-size: 28px;
  }

  .mafy .mafy-items .item .action {
    padding: 0px 25px 45px;
  }

  .mafy .mafy-items .item .image {
    height: 250px;
  }

  .mafy .mafy-items .item .slider-image .swiper-slide .content {
    height: 250px;
  }

  .mafy .mafy-items .item .slider-image .swiper-button-next,
  .mafy .mafy-items .item .slider-image .swiper-button-prev {
    color: #fff;
    height: 100%;
    top: 23px;
    width: 4%;
    background: transparent;
    position: absolute;
  }

  .mafy .mafy-items .item .slider-image .swiper-button-next {
    right: 3.5%;
  }

  .mafy .mafy-items .item .slider-image .swiper-button-prev {
    left: 3.5%;
  }

  .mafy .mafy-items .consult .title {
    font-size: 28px;
    line-height: 33px;
    padding: 45px 25px 40px;
  }

  .mafy .mafy-items .consult .form-consult-mafy {
    padding: 0px 45px 45px;
  }

  .proect-doma .right .image {
    text-align: center;
  }

  .proect-doma .right .image .mobile-title {
    display: block;
    font-size: 23px;
    margin: 0px 0px 40px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fff;
  }

  .proect-doma .left h2 {
    font-size: 28px;
    margin: 30px 0px 30px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    display: none;
  }

  .proect-doma .left .proect-doma-sostav button {
    font-size: 21px;
    line-height: 36px;
  }

  .proect-doma .left .proect-doma-sostav {
    margin: 0px 0px 30px;
  }

  .proect-doma .left .proect-doma-sostav ul li {
    font-size: 18px;
    line-height: 25px;
  }

  .project-doma-items .item .image {
    height: 180px;
    margin: 40px 0px 0px;
    background-size: contain !important;
    background-position-x: 60% !important;
  }

  .project-doma-items .item .action a {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 15px 19px;
  }

  .project-doma-items .item .action {
    padding: 0px 35px 35px 35px;
  }

  .single-doma .detail-breadcrumbs.content {
    display: block;
    padding-top: 0px;
  }

  .single-doma .detail-dom-flex .right > .content.fixed {
    z-index: 10;
    padding-top: 0px;
    position: fixed;
    width: 100%;
    top: 50px;
  }

  .single-doma .detail-dom-flex .right > .content.fixed .navigation {
    background: #000;
  }

  .detail-dom > .title-block {
    order: 2;
  }

  .detail-dom > .images-block {
    order: 1;
  }

  .detail-dom > .info-block {
    order: 3;
  }

  .detail-dom > .title-block {
    padding: 40px 0px;
  }

  .detail-dom > .title-block > .left {
    margin: 0px 0px 20px;
    justify-content: center;
  }

  .mafy .title-block {
    margin: 30px 0px 25px;
  }

  .mafy .mafy-items .item .maff-trigger,
  .project-doma-items .item .proj-trigger {
    display: block;
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    padding: 20px 60px 20px 25px;
    letter-spacing: 5px;
    position: relative;
    width: 100%;
    text-align: left;
  }

  .mafy .mafy-items .item .maff-trigger:after,
  .project-doma-items .item .proj-trigger:after {
    content: '+';
    position: absolute;
    right: 25px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
  }

  .mafy .mafy-items .item .maff-trigger.active:after,
  .project-doma-items .item .proj-trigger.active:after {
    transform: rotate(135deg);
    right: 31px;
    margin-top: -1px;
  }

  .detail-dom .info-block .info-block__inner > .list-marked {
    -moz-columns: 1;
    columns: 1;
  }

  .single-doma .detail-breadcrumbs.content .navigation ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  }

  .single-doma .content.fixed .navigation ul {
    border-top: 1px solid rgba(217, 217, 217, 0.5);
  }

  .single-doma .detail-breadcrumbs.content .navigation ul li {
    width: 30%;
    text-align: center;
    border-right: 1px solid rgba(217, 217, 217, 0.5);
  }

  .single-doma .detail-breadcrumbs.content .navigation ul li:last-child {
    border-right: 0px;
    width: 40%;
  }

  .single-doma .detail-breadcrumbs.content .navigation ul li a {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
  }

  .header.fixed {
    z-index: 10;
  }

  .header.fixed .serie-menu {
    position: fixed;
    top: -1px;
    width: 100%;
  }
}

#buyModalDomPlan.modal .modal-dialog,
#buyModalDomDirection.modal .modal-dialog {
  max-width: 1300px;
  margin-top: 50px;
}

#buyModalDomPlan.modal .get-consult__inner,
#buyModalDomDirection.modal .get-consult__inner {
  background: #fff;
  height: 100%;
}

#buyModalDomPlan.modal .get-consult__inner .title-block,
#buyModalDomDirection.modal .get-consult__inner .title-block {
  margin: 20px 0px 30px;
}

#buyModalDomPlan.modal .get-consult__inner .title-block h3,
#buyModalDomDirection.modal .get-consult__inner .title-block h3 {
  color: #000;
  margin: 20px 0px 20px;
  text-transform: uppercase;
  text-align: left;
}

#buyModalDomPlan.modal .get-consult__inner .title-block p,
#buyModalDomDirection.modal .get-consult__inner .title-block p {
  font-size: 24px;
}

#buyModalDomPlan .get-consult__inner .plan-holder,
#buyModalDomDirection .get-consult__inner .plan-holder {
  background: #e4e4e4;
  display: flex;
  padding: 30px 0px 30px 30px;
  gap: 30px 30px;
  border-radius: 10px;
  /* justify-content: center; */
  flex-wrap: wrap;
}

#buyModalDomPlan .get-consult__inner .plan-holder .step-info,
#buyModalDomDirection .get-consult__inner .plan-holder .step-info {
  width: 100%;
  font-size: 21px;
  text-transform: uppercase;
}

#buyModalDomPlan .get-consult__inner .plan-holder .project,
#buyModalDomDirection .get-consult__inner .plan-holder .project {
  width: 48%;
}

#buyModalDomPlan .get-consult__inner .plan-holder .project .images,
#buyModalDomDirection .get-consult__inner .plan-holder .project .images {
  margin: 0px 0px 15px;
  background: #fff;
  height: 430px;
  padding: 20px 20px 20px;
  border: 3px solid #fff;
}

#buyModalDomPlan .get-consult__inner .plan-holder .project .images.active,
#buyModalDomDirection .get-consult__inner .plan-holder .project .images.active {
  border: 3px solid #c8b197;
}

#buyModalDomPlan .get-consult__inner .plan-holder .project .images .plan-img,
#buyModalDomDirection .get-consult__inner .plan-holder .project .images .plan-img {
  width: 100%;
  height: 100%;
  display: none;
}

#buyModalDomPlan .get-consult__inner .plan-holder .project .images .plan-img.active,
#buyModalDomDirection .get-consult__inner .plan-holder .project .images .plan-img.active {
  display: block;
}

#buyModalDomPlan .get-consult__inner .plan-holder .project .images .plan-img a,
#buyModalDomDirection .get-consult__inner .plan-holder .project .images .plan-img a {
  width: 100%;
  height: 100%;
  display: block;
}

#buyModalDomPlan .get-consult__inner .plan-holder .project .buttons,
#buyModalDomDirection .get-consult__inner .plan-holder .project .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#buyModalDomPlan .get-consult__inner .plan-holder .project .buttons .floors,
#buyModalDomDirection .get-consult__inner .plan-holder .project .buttons .floors {
  gap: 10px;
  display: flex;
}

#buyModalDomPlan .get-consult__inner .plan-holder .project .buttons .floors button,
#buyModalDomDirection .get-consult__inner .plan-holder .project .buttons .floors button {
  width: auto;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  background: #91919138;
  border: 0px;
  border-radius: 20px;
  border: 2px solid #91919138;
  padding: 8px 25px 8px 25px;
  color: #000;
  height: 38px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#buyModalDomPlan .get-consult__inner .plan-holder .project .buttons .floors button.active,
#buyModalDomDirection .get-consult__inner .plan-holder .project .buttons .floors button.active {
  border: 2px solid #c8b197;
}

#buyModalDomPlan .get-consult__inner .plan-holder .project .buttons .choice button,
#buyModalDomDirection .get-consult__inner .plan-holder .project .buttons .choice button {
  display: flex;
  align-items: center;
  gap: 5px;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  background: #91919138;
  border: 0px;
  border-radius: 20px;
  padding: 8px 20px 8px 25px;
  color: #000;
  height: 38px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#buyModalDomPlan .get-consult__inner .plan-holder .project .buttons .choice button:hover,
#buyModalDomDirection .get-consult__inner .plan-holder .project .buttons .choice button:hover {
  background: #c8b19773;
}

#buyModalDomPlan .get-consult__inner .plan-holder .project .buttons .choice button.active,
#buyModalDomDirection .get-consult__inner .plan-holder .project .buttons .choice button.active {
  background: #c8b197;
  color: #fff;
}

#buyModalDomPlan .get-consult__inner .plan-holder .project .buttons .choice button.active svg path,
#buyModalDomDirection .get-consult__inner .plan-holder .project .buttons .choice button.active svg path {
  fill: #fff;
}

#buyModalDomPlan .get-consult__inner .action,
#buyModalDomDirection .get-consult__inner .action {
  text-align: right;
}

#buyModalDomPlan .get-consult__inner .action button,
#buyModalDomDirection .get-consult__inner .action button {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  background: #c8b197;
  border-radius: 10px;
  border: 3px solid #c8b197;
  text-align: center;
  padding: 15px 80px 14px;
  transition: all 0.3s ease-in-out;
  width: auto;
  margin: 20px 0;
}

#buyModalDomPlan .get-consult__inner .action button.move-back {
  background: #e4e4e4;
  border: 3px solid #e4e4e4;
  margin: 20px 10px;
}

#buyModalDom.modal .get-consult__inner h3 {
  font-size: 21px;
  line-height: 26px;
  margin: 0px 0px 35px;
  padding-top: 30px;
}

#buyModalDomPlan .get-consult__inner .plan-holder .project .napravlenie-title,
#buyModalDomDirection .get-consult__inner .plan-holder .project .napravlenie-title {
  margin: 0px 0px 10px;
  font-size: 18px;
}

.loft-loader {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: transparent;
  border-radius: 50%;
}

.loft-loader {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: transparent;
  width: 36px;
  height: 36px;
}

.loft-loader {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: transparent;
  width: 36px;
  height: 36px;
  animation: spin89345 1s linear infinite;
}

@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 601px) and (max-width: 1250px) {
  #buyModalDomPlan .get-consult__inner .plan-holder .project,
  #buyModalDomDirection .get-consult__inner .plan-holder .project {
    width: 100%;
  }
}

@media (max-width: 600px) {
  #buyModalDomPlan .get-consult__inner .plan-holder .project,
  #buyModalDomDirection .get-consult__inner .plan-holder .project {
    width: 100%;
  }

  #buyModalDomPlan.modal .get-consult__inner,
  #buyModalDomDirection.modal .get-consult__inner {
    padding: 0px 15px 15px;
  }

  #buyModalDomPlan.modal .get-consult__inner .title-block,
  #buyModalDomDirection.modal .get-consult__inner .title-block {
    margin: 30px 0px 20px;
  }

  #buyModalDomPlan.modal .get-consult__inner .title-block h3,
  #buyModalDomDirection.modal .get-consult__inner .title-block h3 {
    margin: 0px 0px 10px;
    font-size: 22px;
    line-height: 29px;
  }

  #buyModalDomPlan.modal .get-consult__inner .title-block p,
  #buyModalDomDirection.modal .get-consult__inner .title-block p {
    font-size: 18px;
    line-height: 23px;
  }

  #buyModalDomPlan .get-consult__inner .plan-holder,
  #buyModalDomDirection .get-consult__inner .plan-holder {
    padding: 15px;
    gap: 20px 30px;
  }

  #buyModalDomPlan .get-consult__inner .plan-holder .project .images,
  #buyModalDomDirection .get-consult__inner .plan-holder .project .images {
    height: 290px;
    margin: 0px 0px 10px;
  }

  #buyModalDomPlan .get-consult__inner .plan-holder .project .buttons .floors,
  #buyModalDomDirection .get-consult__inner .plan-holder .project .buttons .floors {
    gap: 5px;
  }

  #buyModalDomPlan .get-consult__inner .plan-holder .project .buttons .floors button,
  #buyModalDomDirection .get-consult__inner .plan-holder .project .buttons .floors button {
    padding: 5px 15px 5px 15px;
    height: 30px;
    font-size: 10px;
  }

  #buyModalDom.modal .get-consult__inner h3 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
  }

  #buyModalDom.modal .form-action button.buy-sumbit {
    font-size: 14px;
    line-height: 24px;
  }

  #buyModalDom.modal .get-consult__inner {
    background: rgba(0, 0, 0, 0.8);
    padding: 30px 45px 50px;
    border: 2px solid #c8b197;
  }

  #buyModalDom.modal .modal-dialog {
    margin-top: 50px;
  }

  #buyModalDomPlan .get-consult__inner .plan-holder .step-info,
  #buyModalDomDirection .get-consult__inner .plan-holder .step-info {
    font-size: 18px;
    margin-top: 5px;
  }
}

/* July 2024 */
.detail-dom .info-block .info-block__inner .subtitle {
  background: #3f3f3f;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  padding: 15px 0px 15px 100px;
}

/* Hide the default checkbox */
.checker input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  border-radius: 5px;
}

.checker {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
  border-radius: 5px;
  margin-bottom: 3px;
}

/* Create a custom checkbox */
.checkmark-check {
  position: relative;
  top: 0;
  left: 0;
  height: 1.1em;
  width: 1.1em;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #000;
}

/* When the checkbox is checked, add a blue background */
.checker input:checked ~ .checkmark-check {
  transition: all 0.2s;
  opacity: 1;
  background-image: linear-gradient(45deg, rgb(200, 177, 151) 0%, rgb(200, 177, 151) 100%);
}

.checker input ~ .checkmark-check {
  transition: all 0.2s;
  opacity: 1;
}

.checkmark-check:after {
  content: '';
  position: absolute;
  opacity: 0;
  transition: all 0.2s;
}

.checker input:checked ~ .checkmark-check:after {
  opacity: 1;
  transition: all 0.2s;
}

.checker .checkmark-check:after {
  left: 0.35em;
  top: 0.18em;
  width: 0.25em;
  height: 0.49em;
  border: solid black;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}

.accordion-header {
  padding-left: 50px;
  display: flex;
  align-items: center;
  /* border-bottom: 1px solid rgba(217, 217, 217, 0.5); */
}

/* Контейнер для всех чекбоксов */
.detail-dom .info-block .info-block__inner .checkboxes-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-left: 50px;
  margin-bottom: 20px;
}

/* Общие стили для всех чекбоксов */
.detail-dom .info-block .info-block__inner .checkboxes-container > div {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 200px;
}

.detail-dom .info-block .info-block__inner .checkboxes-container .checker {
  margin-top: 3px;
  margin-bottom: 0px;
  margin-right: 15px;
}

.detail-dom .info-block .info-block__inner .checkboxes-container .title {
  font-weight: 700;
  font-size: 25px;
  line-height: 36px;
  padding: 0;
  white-space: nowrap;
}

/* Стили для конкретных чекбоксов */
.detail-dom .info-block .info-block__inner .pod-kluch {
  display: flex;
  align-items: center;
}

.detail-dom .info-block .info-block__inner .teply-kontur {
  display: flex;
  align-items: center;
}

.detail-dom .info-block .info-block__inner .pod-chistovuyu {
  display: flex;
  align-items: center;
}

.detail-dom .info-block .info-block__inner .complectation.dom {
  margin-bottom: 0px;
}

.detail-dom .info-block .info-block__inner {
  padding: 0px 0px 5px;
  color: #fff;
  border-left: 0px;
}

.accordion-header .no-price {
  width: 28px;
}

#buyModalDomPlan .get-consult__inner .plan-holder .left {
  width: 31%;
}

#buyModalDomPlan .get-consult__inner .plan-holder .right {
  width: 66%;
}

#buyModalDomPlan .get-consult__inner .plan-holder .left .plan-buttons-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 10px 0px 30px;
}

#buyModalDomPlan .get-consult__inner .plan-holder .left .plan-buttons-choice button {
  font-size: 32px;
  line-height: 1em;
  font-weight: bold;
  background: #9d9d9d;
  border-radius: 5px;
  border: 1px solid #000000;
  padding: 13px 20px 10px 20px;
  transition: all 0.3s ease;
}

#buyModalDomPlan .get-consult__inner .plan-holder .left .plan-buttons-choice button.active {
  background: #fff;
}

#buyModalDomPlan .get-consult__inner .plan-holder .left .plan-buttons-choice.direction button {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 25px 12px 25px;
}

#buyModalDomPlan .get-consult__inner .plan-holder .left .step-action button {
  background: #c8b197;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  padding: 20px 40px 18px 40px;
  line-height: 1em;
  border-radius: 5px;
  width: 100%;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

#buyModalDomPlan .get-consult__inner .plan-holder .left .step-action button:hover {
  background: #ae9578;
}

#buyModalDomPlan .get-consult__inner .plan-holder .right .plan-image {
  display: flex;
  height: 100%;
  width: 100%;
}

#buyModalDomPlan .get-consult__inner .plan-holder .right .plan-image .prod-images {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: none;
}

#buyModalDomPlan .get-consult__inner .plan-holder .right .plan-image .prod-images.active {
  display: block;
}

#buyModalDomPlan .get-consult__inner .plan-holder .right .plan-image .prod-images .image-item {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: none;
  position: relative;
}

#buyModalDomPlan .get-consult__inner .plan-holder .right .plan-image .prod-images .image-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#buyModalDomPlan .get-consult__inner .plan-holder .right .plan-image .prod-images .image-item.active {
  display: block;
}

#buyModalDomPlan .get-consult__inner .plan-holder .right .plan-image .image-holder {
  background: #fff;
  width: 90%;
  border-radius: 15px;
}

#buyModalDomPlan .get-consult__inner .plan-holder .right .plan-image .floor-actions {
  width: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#buyModalDomPlan .get-consult__inner .plan-holder .right .plan-image .floor-actions .button-wrapper {
  filter: drop-shadow(1px 0px 0px black) drop-shadow(-1px 0px 0px black) drop-shadow(0px 1px 0px black) drop-shadow(0px -1px 0px black) drop-shadow(1px 1px 0px black) drop-shadow(-1px -1px 0px black)
    drop-shadow(-1px 1px 0px black) drop-shadow(1px -1px 0px black);
  margin: 5px 0;
}

#buyModalDomPlan .get-consult__inner .plan-holder .right .plan-image .floor-actions button {
  width: 37px;
  height: 37px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  margin: 5px 0;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
  clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
  padding-bottom: 13px;

  background-color: #666;
  color: white;
}

#buyModalDomPlan .get-consult__inner .plan-holder .right .plan-image .floor-actions button.active {
  background-color: white;
  color: black;
  /* border: 2px solid black; */
}

#buyModalDomPlan .get-consult__inner .plan-holder .right .plan-image .floor-actions .text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  color: #6a6a6a;
  margin-top: 10px;
  font-size: 14px;
}

.detail-dom .info-block .info-block__inner .accordion-item .name {
  font-size: 25px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  padding: 20px 50px 20px 25px;
  padding-right: 0px;
}

.detail-dom .info-block .info-block__inner .accordion-item .name i {
  font-style: normal;
  color: #ff6c6c;
}

#buyModalDomPlan.modal .get-consult__inner button.close {
  right: 20px;
  top: 20px;
}

.choice-type-slider-area {
  display: flex;
}

.choice-type-slider-area button {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  background: #252525;
  width: 50%;
  justify-content: center;
  height: 80px;
  letter-spacing: 2.5px;
  transition: all 0.3s ease;
}

.choice-type-slider-area button:hover,
.choice-type-slider-area button.active {
  background: #c8b197;
  color: #000;
}

.choice-type-slider-area button svg path {
  stroke: #fff;
  transition: all 0.3s ease;
}

.choice-type-slider-area button:hover svg path,
.choice-type-slider-area button.active svg path {
  stroke: #252525;
}

/* .mySwiper.thumbs-slider-0 {
  height: auto !important;
}
.mySwiper.thumbs-slider-0 .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0px;
  margin-left: 0px;
  width: 100% !important;
}
.mySwiper.thumbs-slider-0 .swiper-slide {
  height: 0;
  padding-bottom: 57%;
  position: relative;
}
.mySwiper.thumbs-slider-0 .swiper-slide .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
@media (min-width: 1400px) and (max-width: 1650px) {
  /* .mySwiper.thumbs-slider-0 .swiper-slide {
    padding-bottom: 54%;
  } */
  .detail-dom .info-block .info-block__inner .accordion-item .name {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 20px 15px 15px;
  }

  .detail-dom .info-block .info-block__inner .checkboxes-container {
    padding-left: 20px;
    gap: 20px;
  }

  .detail-dom .info-block .info-block__inner .checkboxes-container .title {
    font-size: 22px;
    line-height: 30px;
  }

  .detail-dom .info-block .info-block__inner .checkboxes-container > div {
    min-width: 180px;
  }

  .accordion-header {
    padding-left: 20px;
  }

  .detail-dom .info-block .info-block__inner .accordion-item .accordion-button {
    padding: 15px 20px 15px 15px;
  }

  .accordion-item .accordion-button .full-button {
    font-size: 16px;
  }

  .detail-dom .info-block .info-block__inner .subtitle {
    font-size: 23px;
    line-height: 30px;
    padding: 15px 0px 15px 60px;
  }

  .detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body {
    padding: 0px 20px 30px 20px;
  }

  .accordion-header .no-price {
    width: 28px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .detail-dom .info-block .info-block__inner .accordion-item .name {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 20px 15px 15px;
  }

  .detail-dom .info-block .info-block__inner .checkboxes-container {
    padding-left: 20px;
    gap: 15px;
  }

  .detail-dom .info-block .info-block__inner .checkboxes-container .title {
    font-size: 20px;
    line-height: 28px;
  }

  .detail-dom .info-block .info-block__inner .checkboxes-container > div {
    min-width: 160px;
  }

  .accordion-header {
    padding-left: 20px;
  }

  .detail-dom .info-block .info-block__inner .accordion-item .accordion-button {
    padding: 15px 20px 15px 15px;
  }

  .accordion-item .accordion-button .full-button {
    font-size: 16px;
  }

  .detail-dom .info-block .info-block__inner .subtitle {
    font-size: 23px;
    line-height: 30px;
    padding: 15px 0px 15px 60px;
  }

  .detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body {
    padding: 0px 20px 30px 20px;
  }

  .accordion-header .no-price {
    width: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-dom .info-block .info-block__inner .accordion-item .name {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 20px 15px 15px;
  }

  #buyModalDomPlan .get-consult__inner .plan-holder {
    flex-direction: column-reverse;
  }

  #buyModalDomPlan .get-consult__inner .plan-holder .left,
  #buyModalDomPlan .get-consult__inner .plan-holder .right {
    width: 100%;
  }

  #buyModalDomPlan .get-consult__inner .plan-holder {
    padding: 30px 30px 30px 30px;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  #buyModalDomPlan .get-consult__inner .plan-holder {
    flex-direction: column-reverse;
  }

  #buyModalDomPlan .get-consult__inner .plan-holder .left,
  #buyModalDomPlan .get-consult__inner .plan-holder .right {
    width: 100%;
  }

  #buyModalDomPlan .get-consult__inner .plan-holder {
    padding: 30px 30px 30px 30px;
  }
}

@media (max-width: 600px) {
  /* .mySwiper.thumbs-slider-0 .swiper-slide {
    padding-bottom: 54%;
  }
  .detail-dom .images-block .mySwiper2.img-slider-0 {
    margin-bottom: 0px;
  }
  .detail-dom .images-block .mySwiper .swiper-slide .image {
    height: 70px;
  } */
  #buyModalDomPlan.modal .get-consult__inner button.close {
    right: 13px;
    top: -18px;
  }

  #buyModalDomPlan .get-consult__inner .plan-holder {
    flex-direction: column-reverse;
  }

  #buyModalDomPlan .get-consult__inner .plan-holder .left,
  #buyModalDomPlan .get-consult__inner .plan-holder .right {
    width: 100%;
  }

  #buyModalDomPlan .get-consult__inner .plan-holder {
    padding: 15px;
  }

  #buyModalDomPlan .get-consult__inner .plan-holder .right .plan-image {
    justify-content: space-between;
  }

  #buyModalDomPlan .get-consult__inner .plan-holder .right .plan-image .image-holder {
    width: 87%;
    min-height: 280px;
  }

  #buyModalDomPlan .get-consult__inner .plan-holder .left .plan-buttons-choice {
    margin: 10px 0px 20px;
    gap: 10px;
  }

  #buyModalDomPlan .get-consult__inner .plan-holder .left .plan-buttons-choice button {
    font-size: 21px;
    color: #000;
  }

  #buyModalDomPlan .get-consult__inner .plan-holder .left .plan-buttons-choice.direction button {
    font-size: 16px;
  }

  #buyModalDomPlan .get-consult__inner .plan-holder .right .plan-image .floor-actions button {
    width: 27px;
    height: 27px;
    font-size: 16px;
    padding-bottom: 10px;
  }

  .detail-dom .info-block .info-block__inner .accordion-item .name {
    font-size: 14px;
    line-height: 21px;
    padding: 15px 20px 15px 15px;
  }

  .detail-dom .info-block .info-block__inner .checkboxes-container {
    padding-left: 20px;
    gap: 10px;
    flex-direction: column;
  }

  .detail-dom .info-block .info-block__inner .checkboxes-container .title {
    font-size: 18px;
    line-height: normal;
  }

  .detail-dom .info-block .info-block__inner .checkboxes-container > div {
    min-width: auto;
    width: 100%;
  }

  .accordion-header {
    padding-left: 20px;
  }

  .detail-dom .info-block .info-block__inner .accordion-item .accordion-button {
    padding: 15px 20px 15px 15px;
  }

  .accordion-item .accordion-button .full-button {
    font-size: 16px;
  }

  .detail-dom .info-block .info-block__inner .subtitle {
    font-size: 23px;
    line-height: 30px;
    padding: 15px 0px 15px 60px;
  }

  .detail-dom .info-block .info-block__inner .complectation .accordion .accordion-item .accordion-body {
    padding: 0px 20px 30px 20px;
  }

  .detail-dom .info-block .info-block__inner .accordion-item .accordion-button {
    font-size: 18px;
    line-height: normal;
  }

  .checkmark-check {
    height: 0.9em;
    width: 0.9em;
  }

  .checker .checkmark-check:after {
    left: 0.29em;
    top: 0.108em;
    width: 0.18em;
    height: 0.4em;
  }

  .detail-dom .info-block .info-block__inner .checkboxes-container .checker {
    margin-top: 6px;
  }

  .detail-dom .info-block .info-block__inner .accordion-item .accordion-button span {
    margin-right: 0px;
  }

  .detail-dom .info-block .info-block__inner .accordion-item .accordion-button span i {
    line-height: normal;
  }

  .choice-type-slider-area button {
    font-size: 10px;
    gap: 10px;
    letter-spacing: 1.5px;
    height: 60px;
  }

  .choice-type-slider-area button svg {
    width: 18px;
    height: 14px;
  }
}

/* changes */

/* Общие стили кнопки */
.page-button {
  max-width: max-content;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  border: 3px solid #c8b197;
  display: block;
  text-align: center;
  padding: 20px 25px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  width: 100%;
}

.page-button:hover {
  color: #252525;
  background: #c8b197;
}

.request-block .link {
  margin-top: 0 !important;
}

.request-btn {
  max-width: 265px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px;
  border: 3px solid #c8b197;
  color: #ffffff;
  font-family: Circe, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  background: transparent;
  transition: all 0.4s ease-out;
}

.request-btn img {
  display: block;
  width: 35px;
  height: 35px;
}

.request-btn:hover {
  color: #c8b197;
}

/* Дополнительная кнопка в карточке дома */
.detail-main-page-button {
  margin-top: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  border: 3px solid #c8b197;
  background: #c8b197;
  display: block;
  text-align: center;
  padding: 20px 25px 19px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  width: 100%;
}

.detail-main-page-button:hover {
  color: #c8b197;
  background: transparent;
}

@media (max-width: 1399px) {
  .detail-main-page-button {
    font-size: 12px;
    padding: 17px 15px 16px;
  }
}

@media (max-width: 960px) {
  .model-rows__inner .items .item .details .action {
    width: 90%;
    margin: 0 auto;
  }

  .model-rows__inner .items .item .details .action a {
    margin-right: 0;
  }

  .detail-main-page-button {
    font-size: 12px;
    line-height: 15px;
    padding: 12px 15px 11px;
  }
}

/* Соцсети в подвале */
.footer-social-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-social-icon a {
  margin: 0 !important;
}

@media (max-width: 600px) {
  .footer-social-icon {
    gap: 10px;
  }
}

.footer-social-icon a img {
  transition: all 0.4s ease;
}

.footer-social-icon a:hover img {
  filter: brightness(120%);
}

@media (max-width: 600px) {
  .footer-social-icon img {
    width: 35px;
    height: 35px;
  }
}

/* Блок получить консультацию */
.consult__inner {
  padding: 120px 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
  height: auto;
  min-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.consult__inner .page-button {
  font-size: 21px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.consult__inner h3 {
  margin: 0;
}

@media (max-width: 1100px) {
  .consult__inner {
    min-width: 0;
    max-width: 80%;
  }

  .consult__inner .page-button {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .consult__inner {
    padding: 50px 20px;
    gap: 30px;
  }
}

/* Акции на карточках */
.house-sale-flag {
  position: absolute;
  top: 28px;
  right: 0;
  padding: 14px 2rem;
  padding-right: 1rem;
  font-weight: bold;
  border-radius: 2rem 0 0 2rem;
  background: #de0d0d;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-align: right;
}
@media (max-width: 1600px) {
  .house-sale-flag {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .house-sale-flag {
    top: 18px;
    padding: 11px 14px;
    font-size: 14px;
    letter-spacing: 0.09em;
    line-height: 16px;
  }
}

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

.info-house-card.sale .price {
  color: #de0d0d !important;
  font-size: 32px;
}

.info-house-card.sale .square {
  font-size: 32px;
  line-height: normal;
  color: #de0d0d !important;
}

.old-price-under {
  margin: -10px 0 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-decoration: line-through;
  color: #fff;
}

.old-price-under span {
  padding-right: 3px;
  display: inline-block;
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .old-price-under {
    font-size: 16px;
  }

  .info-house-card {
    width: 100% !important;
  }

  .info-house-card.sale .price {
    color: #de0d0d !important;
    font-size: 19px;
  }

  .info-house-card.sale .square {
    font-size: 19px;
  }
}

.model-rows__inner .items .item .action a {
}

/* Счетчик спален */

.bedrooms {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.bedrooms-counter {
  display: flex;
  align-items: center;
  gap: 5px;
}

.bedrooms-counter button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 10px;
  background: #c8b197;
  color: #252525;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bedrooms-counter button svg {
  width: 16px;
  height: 16px;
  display: block;
}

.bedrooms-counter button.disabled {
  background: #6a6a6a;
  cursor: not-allowed;
  color: #c8b197;
}

.bedrooms-counter .bedrooms-value {
  min-width: 30px;
  color: #c8b197;
  font-size: 40px;
  line-height: 15px;
  text-align: center;
}

.bedrooms-name {
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 21px;
}

@media (max-width: 768px) {
  .bedrooms-counter .bedrooms-value {
    font-size: 24px;
  }

  .bedrooms {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

/* вывод на странице отдельного дома */
.bedrooms-badge {
  min-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 25px;
  padding: 16px;
  border: 2px solid #000;
  z-index: 2;
}

.detail-plan-new .images.has-bedrooms {
  padding-top: 75px;
}

.has-bedrooms-mob {
  padding-top: 55px !important;
}

.has-bedrooms-mob .bedrooms-badge {
  min-width: 75px;
  top: 10px;
  right: 10px;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 10px;
}

.detail-plan-new .buttons button {
  flex: 0 0 auto;
}

/* страница контакты */
:root {
  --latte: #c8b197;
}

#contacts-page {
  position: relative;
  height: auto;
  box-sizing: border-box;
}
#contacts-page .container,
#contacts-page .row {
  height: auto;
}
#contacts-page .contact-page__map {
  height: calc(100% - 200px);
  min-height: 850px;
}
#contacts-page .contact-page__map iframe {
  height: 100%;
}
@media (max-width: 991px) {
  #contacts-page .contact-page__map {
    height: 55vh;
    min-height: 0;
    top: 0;
  }
}
#contacts-page h2 {
  line-height: 1;
  text-transform: uppercase;
  padding-top: 0;
  margin: 0;
}
#contacts-page h2:after {
  margin-top: 30px;
}
#contacts-page .info {
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 90px;
}
@media (max-width: 1160px) {
  #contacts-page .info {
    gap: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  #contacts-page .info {
    gap: 50px;
    padding: 50px 15px;
  }
}
#contacts-page .info::after {
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 991px) {
  #contacts-page .info::after {
    background: rgba(0, 0, 0, 0.5);
  }
}

.contacts-page {
  position: relative;
  z-index: 2;
}
.contacts-page__item {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: var(--bs-white);
}
@media (max-width: 1160px) {
  .contacts-page__item {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }
}
.contacts-page__item--yandex {
  margin-bottom: 70px;
}
@media (max-width: 1160px) {
  .contacts-page__item--yandex {
    margin-bottom: 50px;
  }
}
.contacts-page__item--yandex a {
  color: var(--latte);
  border-bottom: 1px solid var(--latte);
}
.contacts-page__item--yandex a {
  transition: all 0.4s ease;
}
@media (min-width: 1025px) {
  .contacts-page__item--yandex a:hover {
    filter: brightness(120%);
  }
}
.contacts-page__mail,
.contacts-page__phone {
  transition: all 0.4s ease;
}
@media (min-width: 1025px) {
  .contacts-page__mail:hover,
  .contacts-page__phone:hover {
    color: var(--latte);
  }
}

/* ИПОТЕКА */
.mortgage__title{
  flex-direction: column;
}
.mortgage__h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  padding: 0;
}
.mortgage__desc {
  font-size: 32px;
  font-weight: 350;
  line-height: 1.2;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #FFF;
   width: 100%;
}
@media (max-width: 1550px) {
.mortgage__desc {
  font-size: 24px;
}
}
.mortgage__subtitle {
  font-size     : 18px;
  font-weight   : 350;
  line-height   : 1.5;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #FFF;
    width: 100%;
}

@media (max-width: 768px) {
  .mortgage__desc {
    font-size     : 15px;
    letter-spacing: 1.5px;
     margin-bottom: 15px;
  }

  .mortgage__subtitle {
    font-size     : 11px;
    letter-spacing: 1.1px;
  }
}

@supports (font-size: clamp(1rem, 2rem, 3rem)) {
  .mortgage__desc {
    letter-spacing: clamp(1.5px, calc(0.965px + 0.137vw), 3.6px);
  }

  .mortgage__subtitle {
    font-size: clamp(11px, calc(9.216px + 0.458vw), 18px);
  }

}



.house-on-sale-menu-item {
    line-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.house-on-sale-menu-item__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: row;
}

.house-on-sale-menu-item__container > span {
    line-height: 100%;
    display: inline;
    padding: 0 !important;
}

.house-on-sale-menu-item__container small {
    display: inline;
    line-height: 100%;
    font-size: 1rem;
}

@media (max-width: 768px) {

    .house-on-sale-menu-item__container {
        align-items: center;
        flex-direction: column;
    }

    .house-on-sale-menu-item__container span {
        display: block;
    }

    .house-on-sale-menu-item__container small {
        display: block;
    }
}