@charset "UTF-8";

*,
::after,
::before {
  box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25
}

hr:not([size]) {
  height: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
  h1 {
    font-size: 2.5rem
  }
}

h2 {
  font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
  h2 {
    font-size: 2rem
  }
}

h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
  h3 {
    font-size: 1.75rem
  }
}

h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
  h4 {
    font-size: 1.5rem
  }
}

h5 {
  font-size: 1.25rem
}

h6 {
  font-size: 1rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-bs-original-title],
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

ol,
ul {
  padding-left: 2rem
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: .875em
}

mark {
  padding: .2em;
  background-color: #fcf8e3
}

sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #0d6efd;
  text-decoration: underline
}

a:hover {
  color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700
}

figure {
  margin: 0 0 1rem
}

img,
svg {
  vertical-align: middle
}

table {
  caption-side: bottom;
  border-collapse: collapse
}

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

select:disabled {
  opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
  display: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

textarea {
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit
}

@media (min-width:1200px) {
  legend {
    font-size: 1.5rem
  }
}

legend+* {
  clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::file-selector-button {
  font: inherit
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

iframe {
  border: 0
}

summary {
  display: list-item;
  cursor: pointer
}

progress {
  vertical-align: baseline
}

[hidden] {
  display: none !important
}

.container,
.container-fluid,
.container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 30px);
  padding-left: var(--bs-gutter-x, 30px);
  margin-right: auto;
  margin-left: auto
}

@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1230px
  }
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5)
}

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

.col {
  flex: 1 0 0%
}

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

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

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

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

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

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

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

.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: .25rem !important
}

.m-2 {
  margin: .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: .25rem !important;
  margin-left: .25rem !important
}

.mx-2 {
  margin-right: .5rem !important;
  margin-left: .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: .25rem !important;
  margin-bottom: .25rem !important
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .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: .25rem !important
}

.mt-2 {
  margin-top: .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: .25rem !important
}

.me-2 {
  margin-right: .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: .25rem !important
}

.mb-2 {
  margin-bottom: .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: .25rem !important
}

.ms-2 {
  margin-left: .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: .25rem !important
}

.p-2 {
  padding: .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: .25rem !important;
  padding-left: .25rem !important
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .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: .25rem !important;
  padding-bottom: .25rem !important
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .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: .25rem !important
}

.pt-2 {
  padding-top: .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: .25rem !important
}

.pe-2 {
  padding-right: .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: .25rem !important
}

.pb-2 {
  padding-bottom: .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: .25rem !important
}

.ps-2 {
  padding-left: .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: .25rem !important
  }

  .m-sm-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important
  }

  .mt-sm-2 {
    margin-top: .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: .25rem !important
  }

  .me-sm-2 {
    margin-right: .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: .25rem !important
  }

  .mb-sm-2 {
    margin-bottom: .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: .25rem !important
  }

  .ms-sm-2 {
    margin-left: .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: .25rem !important
  }

  .p-sm-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important
  }

  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important
  }

  .pt-sm-2 {
    padding-top: .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: .25rem !important
  }

  .pe-sm-2 {
    padding-right: .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: .25rem !important
  }

  .pb-sm-2 {
    padding-bottom: .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: .25rem !important
  }

  .ps-sm-2 {
    padding-left: .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: .25rem !important
  }

  .m-md-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important
  }

  .mt-md-2 {
    margin-top: .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: .25rem !important
  }

  .me-md-2 {
    margin-right: .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: .25rem !important
  }

  .mb-md-2 {
    margin-bottom: .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: .25rem !important
  }

  .ms-md-2 {
    margin-left: .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: .25rem !important
  }

  .p-md-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important
  }

  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important
  }

  .pt-md-2 {
    padding-top: .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: .25rem !important
  }

  .pe-md-2 {
    padding-right: .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: .25rem !important
  }

  .pb-md-2 {
    padding-bottom: .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: .25rem !important
  }

  .ps-md-2 {
    padding-left: .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: .25rem !important
  }

  .m-lg-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important
  }

  .mt-lg-2 {
    margin-top: .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: .25rem !important
  }

  .me-lg-2 {
    margin-right: .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: .25rem !important
  }

  .mb-lg-2 {
    margin-bottom: .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: .25rem !important
  }

  .ms-lg-2 {
    margin-left: .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: .25rem !important
  }

  .p-lg-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important
  }

  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important
  }

  .pt-lg-2 {
    padding-top: .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: .25rem !important
  }

  .pe-lg-2 {
    padding-right: .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: .25rem !important
  }

  .pb-lg-2 {
    padding-bottom: .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: .25rem !important
  }

  .ps-lg-2 {
    padding-left: .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: .25rem !important
  }

  .m-xl-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important
  }

  .mt-xl-2 {
    margin-top: .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: .25rem !important
  }

  .me-xl-2 {
    margin-right: .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: .25rem !important
  }

  .mb-xl-2 {
    margin-bottom: .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: .25rem !important
  }

  .ms-xl-2 {
    margin-left: .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: .25rem !important
  }

  .p-xl-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important
  }

  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important
  }

  .pt-xl-2 {
    padding-top: .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: .25rem !important
  }

  .pe-xl-2 {
    padding-right: .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: .25rem !important
  }

  .pb-xl-2 {
    padding-bottom: .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: .25rem !important
  }

  .ps-xl-2 {
    padding-left: .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: .25rem !important
  }

  .m-xxl-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important
  }

  .mt-xxl-2 {
    margin-top: .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: .25rem !important
  }

  .me-xxl-2 {
    margin-right: .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: .25rem !important
  }

  .mb-xxl-2 {
    margin-bottom: .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: .25rem !important
  }

  .ms-xxl-2 {
    margin-left: .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: .25rem !important
  }

  .p-xxl-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important
  }

  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important
  }

  .pt-xxl-2 {
    padding-top: .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: .25rem !important
  }

  .pe-xxl-2 {
    padding-right: .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: .25rem !important
  }

  .pb-xxl-2 {
    padding-bottom: .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: .25rem !important
  }

  .ps-xxl-2 {
    padding-left: .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
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:hover {
  color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: .65
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43
}

.btn-check:focus+.btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2
}

.btn-check:focus+.btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info.disabled,
.btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb
}

.btn-check:focus+.btn-light,
.btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-light.disabled,
.btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-outline-success {
  color: #198754;
  border-color: #198754
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: transparent
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline
}

.btn-link:hover {
  color: #0a58ca
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem
}

.card-title {
  margin-bottom: .5rem
}

.card-subtitle {
  margin-top: -.25rem;
  margin-bottom: 0
}

.card-text:last-child {
  margin-bottom: 0
}

.card-link+.card-link {
  margin-left: 1rem
}

.card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
  margin-right: -.5rem;
  margin-bottom: -.5rem;
  margin-left: -.5rem;
  border-bottom: 0
}

.card-header-pills {
  margin-right: -.5rem;
  margin-left: -.5rem
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
  margin-bottom: 15px
}

@media (min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
}

.form-label {
  margin-bottom: .5rem
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem
}

.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #6c757d
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control[type=file] {
  overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control::file-selector-button {
    transition: none
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem
}

.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  margin-inline-end: .5rem
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  margin-inline-end: 1rem
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: .25rem
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .form-select {
    transition: none
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none
}

.form-select:disabled {
  background-color: #e9ecef
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529
}

.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}

.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  appearance: none;
  color-adjust: exact
}

.form-check-input[type=checkbox] {
  border-radius: .25em
}

.form-check-input[type=radio] {
  border-radius: 50%
}

.form-check-input:active {
  filter: brightness(90%)
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  opacity: .5
}

.form-switch {
  padding-left: 2.5em
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-switch .form-check-input {
    transition: none
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
  pointer-events: none;
  filter: none;
  opacity: .65
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none
}

.form-range:focus {
  outline: 0
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
  border: 0
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .form-range::-moz-range-thumb {
    transition: none
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe
}

.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.form-range:disabled {
  pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}

.form-floating {
  position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-floating>label {
    transition: none
  }
}

.form-floating>.form-control {
  padding: 1rem .75rem
}

.form-floating>.form-control::placeholder {
  color: transparent
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 3
}

.input-group .btn {
  position: relative;
  z-index: 2
}

.input-group .btn:focus {
  z-index: 3
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #198754
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, .9);
  border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
  display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #198754
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: .5em
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: .5em
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6
}

.table> :not(caption)>*>* {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
  vertical-align: inherit
}

.table>thead {
  vertical-align: bottom
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: currentColor
}

.caption-top {
  caption-side: top
}

.table-sm> :not(caption)>*>* {
  padding: .25rem .25rem
}

.table-bordered> :not(caption)>* {
  border-width: 1px 0
}

.table-bordered> :not(caption)>*>* {
  border-width: 0 1px
}

.table-borderless> :not(caption)>*>* {
  border-bottom-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color)
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color)
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

::placeholder {
  color: #666
}

::selection {
  background-color: #de654c;
  color: #fff
}

input,
textarea {
  outline: 0
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red
}

input:required:valid,
textarea:required:valid {
  border-color: green
}

body,
html {
  font-family: PT Root UI, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1f1f1f;
  min-width: 320px;
  position: relative;
  overflow-x: hidden
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0 auto;
  max-width: 1920px;
  overflow-x: hidden;
  box-shadow: 0 0 7px rgba(0, 0, 0, .07)
}

.main {
  flex: 1 1 auto;
  position: relative;
  z-index: 10
}

.full-widths {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
background: #DE654C;
margin-top: -20px;
margin-bottom:20px;
}




img {
  max-width: 100%
}

a {
  text-decoration: none;
  color: inherit
}

a:hover {
  text-decoration: none
}

.tabs__content {
  display: none
}

.tabs__content.active {
  display: block
}

/* .page--main .header__l:before {
  height: 1400px
} */

.page-title {
  margin-top: 35px;
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  position: relative
}

@media (max-width:1199.98px) {
  .page-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 110%
  }
}

@media (max-width:575.98px) {
  .page-title {
    margin-bottom: 15px;
    font-size: 30px
  }
}

.page-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background: #de654c
}

@media (max-width:1199.98px) {
  .page-title:after {
    width: 100px
  }
}

.header {
  background-color: #fff
}

@media (max-width:1199.98px) {
  .header {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 80px;
    bottom: 0;
    width: 100%;
    background: url(../images/header_bg.png), #fefbfb
  }
}

.header.active {
  display: block
}

.header__l {
  position: relative;
  padding: 15px 57px 31px 0
}

@media (max-width:1600px) {
  .header__l {
    padding: 15px 20px 31px 0
  }
}

@media (max-width:1199.98px) {
  .header__l {
    padding: 0;
    background: 0 0
  }
}

.header__l:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100%;
  background: url(../images/header_bg.png), #fefbfb;
  pointer-events: none
}

.header__l-inner {
  display: grid;
  grid-template-columns: 159px 1fr;
  gap: 39px;
  position: relative;
  z-index: 1
}

@media (max-width:1600px) {
  .header__l-inner {
    grid-template-columns: 130px 1fr;
    gap: 30px
  }
}

@media (max-width:1199.98px) {
  .header__l-inner {
    grid-template-columns: auto;
    max-width: 100%;
    margin-left: 0
  }
}

.header__r {
  padding: 21px 0;
  text-align: center
}

@media (max-width:1199.98px) {
  .header__r {
    padding: 0
  }
}

.header__r-inner {
  max-width: 322px
}

@media (max-width:1199.98px) {
  .header__r-inner {
    max-width: 100%
  }
}

.header__inner {
  display: grid;
  grid-template-columns: 70% 1fr;
  gap: 60px;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1
}

@media (max-width:1600px) {
  .header__inner {
    grid-template-columns: 74% 1fr;
    gap: 30px
  }
}

@media (max-width:1199.98px) {
  .header__inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 0 20px 20px;
    overflow-y: auto
  }
}

.header__logo {
  padding-top: 14px
}

@media (max-width:1199.98px) {
  .header__logo {
    display: none
  }
}

@media (max-width:1199.98px) {
  .header__menu-wrapper {
    display: flex;
    flex-direction: column
  }
}

.header__t-menu {
  margin-bottom: 28px;
  padding-bottom: 17px;
  border-bottom: 1px solid #f4d8cd
}

@media (max-width:1199.98px) {
  .header__t-menu {
    margin-bottom: 5px;
    padding: 25px 0;
    border-bottom: 0;
    border-top: 1px solid #f4d8cd;
    order: 1
  }
}

.header__phone {
  margin-bottom: 20px
}

@media (max-width:1199.98px) {
  .header__phone {
    margin-bottom: 13px
  }
}

.header__phone .phone {
  display: inline-flex;
  align-items: center;
  color: #525252;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 21px;
  line-height: 150%;
  transition: .2s
}

@media (max-width:1399.98px) {
  .header__phone .phone {
    font-size: 18px
  }
}

.header__phone .phone:hover {
  color: #de654c
}

.header__phone .phone i {
  margin-right: 15px;
  font-size: 22px;
  color: #de654c
}

@media (max-width:1399.98px) {
  .header__phone .phone i {
    margin-right: 5px;
    font-size: 20px
  }
}

.header__callback .button-primary {
  width: 100%
}

@media (max-width:1600px) {
  .header__callback .button-primary {
    font-size: 14px
  }
}

@media (max-width:1199.98px) {
  .header__callback .button-primary {
    width: 280px
  }
}

@media (max-width:575.98px) {
  .header__callback .button-primary {
    width: 100%
  }
}

.logo {
  display: block
}

@media (max-width:1199.98px) {
  .top-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
  }
}

.top-menu i {
  margin-right: 15px;
  font-size: 20px
}

.top-menu__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  height: 38px;
  padding: 0 34px 0 24px;
  text-align: center;
  background: #fff;
  border: 1px solid #fcf4f2;
  color: #47664f;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  transition: .2s
}

@media (max-width:1199.98px) {
  .top-menu__link {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 15px
  }
}

.top-menu__link:hover {
  color: #de654c;
  border-color: #de654c
}

.main-manu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none
}

@media (max-width:1199.98px) {
  .main-manu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    text-align: center
  }
}

@media (max-width:1199.98px) {
  .main-manu>li {
    margin-bottom: 15px
  }
}

.main-manu>li>a {
  padding-bottom: 5px;
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  border-bottom: 2px solid transparent;
  transition: .2s;
  white-space: nowrap
}

@media (max-width:1600px) {
  .main-manu>li>a {
    font-size: 14px;
    line-height: 17px
  }
}

@media (max-width:1399.98px) {
  .main-manu>li>a {
    font-size: 13px
  }
}

@media (max-width:1199.98px) {
  .main-manu>li>a {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    border: 0
  }
}

.main-manu>li>a:hover {
  color: #3d3d3d;
  border-color: #de654c
}

.main-manu>li.active>a {
  border-color: #de654c
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 20px;
  text-align: center;
  background-color: #de654c;
  color: #fff;
  outline: 0;
  box-shadow: none;
  border: 0;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  transition: background-color .2s, color .2s, box-shadow .2s;
  max-width: 100%
}

@media (max-width:1199.98px) {
  .button-primary {
    height: 45px;
    font-size: 14px
  }
}

.button-primary:hover {
  background-color: #db583d;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  color: #fff
}

.button-primary:active,
.button-primary:focus {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  background: #db583d;
  color: #fff
}

.button-primary:disabled {
  background-color: #fdf8f6;
  color: #979695
}

.mobile-header {
  height: 80px;
  padding: 19px 20px 0 21px;
  background: url(../images/mobile-header_bg.png), #fefbfb
}

@media (min-width:1200px) {
  .mobile-header {
    display: none
  }
}

.mobile-header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.mobile-header__logo {
  width: 73px
}

.mobile-header__phone-and-burger {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-top: 14px
}

.mobile-header__phone a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  text-align: center;
  color: #fff;
  background: #de654c;
  font-size: 17px
}

.main-screen {
  position: relative;
  padding-bottom: 110px
}

@media (max-width:1199.98px) {
  .main-screen {
    padding-bottom: 0
  }
}

.main-screen-slider {
  padding: 0 0 30px;
  z-index: 10
}

@media (min-width:1200px) {
  .main-screen-slider {
    overflow: visible;
    padding: 0 0 60px
  }
}

.main-screen-slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important
}

.main-screen-slider__l-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 30px
}

@media (max-width:1199.98px) {
  .main-screen-slider__l-wrapper {
    margin-bottom: 30px;
    padding: 0 15px
  }
}

.main-screen-slider__l-inner {
  padding-top: 120px;
  max-width: 460px
}

@media (max-width:1199.98px) {
  .main-screen-slider__l-inner {
    max-width: 100%;
    padding-top: 50px
  }
}

@media (max-width:575.98px) {
  .main-screen-slider__l-inner {
    padding-top: 30px
  }
}

.main-screen-slider__title {
  margin-bottom: 38px;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px
}

@media (max-width:1199.98px) {
  .main-screen-slider__title {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 60px
  }
}

@media (max-width:575.98px) {
  .main-screen-slider__title {
    font-size: 40px;
    line-height: 40px
  }
}

.main-screen-slider__text {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 150%;
  max-width: 490px
}

@media (max-width:1199.98px) {
  .main-screen-slider__text {
    max-width: 100%;
    margin-bottom: 20px
  }
}

.main-screen-slider__button-wrapper {
  text-align: right
}

@media (max-width:1199.98px) {
  .main-screen-slider__button-wrapper {
    text-align: left
  }
}

.main-screen-slider__button-wrapper .button-outline {
  width: 256px
}

.main-screen-slider__r-wrapper {
  padding: 0 15px
}

@media (min-width:1200px) {
  .main-screen-slider__r-wrapper {
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    padding: 0 30px;
    pointer-events: none
  }
}

.main-screen-slider__r-inner {
  position: relative
}

@media (min-width:1200px) {
  .main-screen-slider__r-inner {
    width: 65%;
    height: 640px;
    margin-left: auto;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .1)
  }
}

@media (max-width:1600px) {
  .main-screen-slider__r-inner {
    width: 62%
  }
}

@media (max-width:1400px) {
  .main-screen-slider__r-inner {
    width: 56%
  }
}

@media (max-width:1199.98px) {
  .main-screen-slider__r-inner {
    width: 100%
  }
}

@media (min-width:1200px) {
  .main-screen-slider__r-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
  }
}

.main-screen-slider__counter-slide {
  position: absolute;
  z-index: 0;
  bottom: -30px;
  left: 0
}

@media (max-width:1199.98px) {
  .main-screen-slider__counter-slide {
    display: none
  }
}

.main-screen-slider__counter-slide .swiper-pagination {
  position: static;
  margin: 0;
  font-size: 0
}

.main-screen-slider__counter-slide .swiper-pagination-current {
  color: #fcf4f2;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 200px;
  line-height: 150%;
  position: relative
}

.main-screen-slider__counter-slide .swiper-pagination-current:before {
  content: "0"
}

.main-screen-slider__counter-slide .swiper-pagination-current:after {
  content: "";
  position: absolute;
  bottom: 100px;
  right: -50px;
  background: #f4d8cd;
  width: 120px;
  height: 2px
}

@media (min-width:1200px) {
  .main-screen-slider__controls-wrapper {
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 0;
    padding: 0 30px;
    width: 100%;
    pointer-events: none
  }
}

.main-screen-slider__controls-inner {
  display: flex;
  align-items: flex-start
}

@media (min-width:1200px) {
  .main-screen-slider__controls {
    width: 65%;
    margin-left: auto;
    pointer-events: fill !important
  }
}

@media (max-width:1600px) {
  .main-screen-slider__controls {
    width: 62%
  }
}

@media (max-width:1400px) {
  .main-screen-slider__controls {
    width: 56%
  }
}

@media (max-width:1199.98px) {
  .main-screen-slider__controls {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px
  }
}

@media (min-width:1200px) {
  .main-screen-slider__controls .split-controls {
    position: relative;
    margin-left: -70px
  }
}

.split-controls {
  position: relative;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1)
}

.split-controls:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 13px;
  left: 70px;
  width: 1px;
  height: 33px;
  background: #f9e5e1
}

@media (max-width:575.98px) {
  .split-controls:after {
    top: 8px;
    left: 50px;
    height: 23px
  }
}

.split-controls .swiper-button-next,
.split-controls .swiper-button-prev {
  position: static;
  margin: 0
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 1 !important;
  width: 70px;
  height: 60px;
  background: #de654c;
  color: #fff;
  transition: background-color .2s
}

@media (max-width:575.98px) {

  .swiper-button-next,
  .swiper-button-prev {
    width: 50px;
    height: 40px
  }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #db583d
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none
}

.swiper-button-next:before,
.swiper-button-prev:before {
  font-family: base-icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media (max-width:575.98px) {

  .swiper-button-next:before,
  .swiper-button-prev:before {
    font-size: 20px
  }
}

.swiper-button-next:before {
  content: ""
}

.swiper-button-prev:before {
  content: ""
}

.button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  padding: 0 20px;
  text-align: center;
  border: 2px solid #de654c;
  color: #de654c;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  transition: .2s
}

@media (max-width:575.98px) {
  .button-outline {
    height: 55px;
    font-size: 16px
  }
}

.button-outline:hover {
  background: #de654c;
  color: #fff
}

.button-outline:active,
.button-outline:focus {
  background: #47664f;
  color: #fff
}

.main-screen-thumbs {
  position: relative;
  z-index: 20
}

@media (min-width:1200px) {
  .main-screen-thumbs {
    overflow: visible
  }
}

@media (max-width:1199.98px) {
  .main-screen-thumbs {
    display: none
  }
}

.main-screen-thumbs .swiper-slide-thumb-active .main-screen-thumbs__item:before {
  opacity: 1
}

.main-screen-thumbs .swiper-slide-thumb-active .main-screen-thumbs__item {
  z-index: 100;
  color: #fff
}

.main-screen-thumbs .swiper-slide-thumb-active .main-screen-thumbs__title {
  transform: translateY(-5px)
}

.main-screen-thumbs .swiper-slide-thumb-active .main-screen-thumbs__num {
  color: #fff
}

.main-screen-thumbs .swiper-slide-thumb-active .main-screen-thumbs__item-inner {
  box-shadow: none
}

.main-screen-thumbs .swiper-slide {
  cursor: pointer
}

@media (min-width:1200px) {
  .main-screen-thumbs .swiper-slide {
    width: 292.5px
  }
}

.main-screen-thumbs__item {
  position: relative;
  z-index: 0;
  color: #3d3d3d;
  background: #fff
}

.main-screen-thumbs__item:hover:before {
  opacity: 1
}

.main-screen-thumbs__item:hover {
  z-index: 100;
  color: #fff
}

.main-screen-thumbs__item:hover .main-screen-thumbs__title {
  transform: translateY(-5px)
}

.main-screen-thumbs__item:hover .main-screen-thumbs__item-inner {
  box-shadow: none
}

.main-screen-thumbs__item:hover .main-screen-thumbs__num {
  color: #fff
}

.main-screen-thumbs__item:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  background: #de654c;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  opacity: 0;
  transition: .2s
}

.main-screen-thumbs__item-inner {
  min-height: 180px;
  padding: 42px 20px 20px 45px;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05)
}

.main-screen-thumbs__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  transition: .2s
}

.main-screen-thumbs__num {
  position: absolute;
  z-index: 0;
  bottom: 10px;
  right: 26px;
  color: #de654c;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 50px;
  line-height: 150%;
  transition: color .2s
}

@media (max-width:1199.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px
  }
}

.wtitle {
  display: inline-flex;
  margin-bottom: 43px;
  padding-right: 156px;
  position: relative;
  color: #1f1f1f;
  font-weight: 500;
  font-size: 50px;
  line-height: 63px
}

@media (max-width:991.98px) {
  .wtitle {
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 30px;
    line-height: 35px
  }
}

@media (min-width:1200px) {
  .wtitle:after {
    content: "";
    position: absolute;
    top: 35px;
    right: 0;
    display: inline-block;
    width: 120px;
    height: 2px;
    background: #de654c
  }
}

.title-and-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 33px
}

@media (max-width:575.98px) {
  .title-and-controls {
    margin-bottom: 20px
  }
}

.title-and-controls .wtitle {
  margin-right: 20px
}

.title-and-controls>* {
  margin-bottom: 10px
}

.what-we-build {
  position: relative;
  padding-bottom: 110px
}

@media (max-width:1199.98px) {
  .what-we-build {
    padding-bottom: 40px
  }
}

.what-we-build.with-bg {
  padding: 55px 0 0;
  margin-bottom: 100px
}

@media (max-width:1199.98px) {
  .what-we-build.with-bg {
    padding: 40px 0 0;
    margin-bottom: 30px
  }
}

.what-we-build.with-bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -100%;
  bottom: 55px;
  left: 200px;
  background: url(../images/header_bg.png), #fefbfb
}

@media (min-width:1200px) {
  ._what-we-build .swiper {
    margin-right: calc((100vw - 1170px) / -2);
		padding-right: calc((100vw - 1170px) / 2);
  }
}

.date-ajax {
  margin-bottom: 38px;
  color: #DE654C;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}

._what-we-build .swiper-slide {
  position: relative
}

@media (min-width:1200px) {
  ._what-we-build .swiper {
    padding-bottom: 60px;
    margin-bottom: -60px;
    padding-left: 30px;
    margin-left: -30px;
    margin-top: -50px;
    padding-top: 50px;
  }

  ._what-we-build .swiper-slide {
    width: 1170px;
  }
}

@media (max-width:1199.98px) {
  ._what-we-build .swiper-slide {
    padding-bottom: 20px;
    width: 100%;
  }
}

._what-we-build .swiper-slide:hover:after {
  opacity: 1
}

.what-we-build-item {
  display: flex;
  position: relative;
  transition: .2s;
  overflow: hidden
}

@media (min-width:1200px) {
  .what-we-build-item {
    height: 440px
  }
}

@media (max-width:1199.98px) {
  .what-we-build-item {
    display: block;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
  }
}

@media (min-width:1200px) {
  .what-we-build-item:hover {
    box-shadow: 0 10px 50px rgba(0, 0, 0, .1)
  }
}

@media (min-width:1200px) {
  .what-we-build-item:hover .what-we-build-item__image-wrapper {
    width: 150px
  }
}

@media (min-width:1200px) {
  .what-we-build-item:hover .what-we-build-item__content-wrapper {
    flex: 1 1 auto;
    width: auto;
    opacity: 1
  }
}

@media (min-width:1200px) {
  .what-we-build-item:hover .what-we-build-item__image-wrapper:after {
    opacity: .5
  }
}

@media (min-width:1200px) {
  .what-we-build-item__image-wrapper {
    position: relative;
    z-index: 0;
    width: 100%;
    flex-shrink: 0;
    transition: .2s
  }
}

.what-we-build-item__image-wrapper img {
  width: 100%;
  object-fit: cover
}

@media (min-width:1200px) {
  .what-we-build-item__image-wrapper img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%
  }
}

@media (min-width:1200px) {
  .what-we-build-item__image-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    transition: .2s
  }
}

.what-we-build-item__content-wrapper {
  background-color: #fff;
  height: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #1f1f1f;
  position: relative;
  z-index: 1;
  transition: .2s
}

@media (min-width:1200px) {
  .what-we-build-item__content-wrapper {
    width: 0;
    opacity: 0
  }
}

@media (max-width:1199.98px) {
  .what-we-build-item__content-wrapper {
    line-height: 120%
  }
}

.what-we-build-item__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30px;
  line-height: 110%
}

@media (min-width:1200px) {
  .what-we-build-item__title {
    position: relative;
    transform: translateX(-96px)
  }
}

@media (max-width:1199.98px) {
  .what-we-build-item__title {
    margin-bottom: 15px;
    font-size: 22px
  }
}

@media (min-width:1200px) {
  .what-we-build-item__title:before {
    content: "";
    position: absolute;
    top: 15px;
    left: -96px;
    width: 50px;
    height: 2px;
    background: #de654c
  }
}

.what-we-build-item__text-wrapper {
  height: 100%;
  padding: 63px 26px 26px 42px
}

@media (min-width:1200px) {
  .what-we-build-item__text-wrapper {
    width: 320px
  }
}

@media (max-width:1199.98px) {
  .what-we-build-item__text-wrapper {
    padding: 20px
  }
}

.what-we-build-item__text p {
  font-size: 16px;
  line-height: 140%;
}

@media (min-width:1200px) {
  .what-we-build-item__text {
    height: 78%;
    overflow-y: auto
  }
}

.label-text {
  margin-bottom: 14px;
  color: #1f1f1f;
  font-size: 20px;
  line-height: 100%
}

.radio-buttons-group {
  display: flex;
  align-items: center;
  margin-right: -1px;
  margin-bottom: 43px
}

@media (max-width:991.98px) {
  .radio-buttons-group {
    margin-bottom: 20px
  }
}

@media (max-width:575.98px) {
  .radio-buttons-group {
    margin-bottom: 15px;
    padding-bottom: 5px;
    overflow-x: auto;
    padding-left: 1px
  }
}

.radio-buttons-group>* {
  margin-left: -1px
}

.radio {
  cursor: pointer
}

.radio:hover span {
  color: #de654c
}

.radio:hover span:after {
  opacity: 1
}

.radio span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 75px;
  height: 65px;
  padding: 0 20px;
  position: relative;
  background-color: #fff;
  border: 1px solid #f4d8cd;
  color: #1f1f1f;
  font-size: 24px;
  line-height: 100%;
  transition: .2s
}

@media (max-width:991.98px) {
  .radio span {
    min-width: 50px;
    height: 45px;
    padding: 0 15px;
    font-size: 18px
  }
}

.radio span:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: #de654c;
  transition: .2s;
  opacity: 0
}

.radio input {
  display: none
}

.radio input:checked+span {
  color: #de654c
}

.radio input:checked+span:after {
  opacity: 1
}

.checkbox {
  position: relative;
  min-height: 30px;
  margin: 0 25px 10px 0;
  padding-left: 40px;
  padding-top: 3px;
  cursor: pointer;
  color: #1f1f1f;
  font-size: 21px;
  line-height: 100%;
  transition: .2s
}

@media (max-width:991.98px) {
  .checkbox {
    min-height: 25px;
    padding-left: 35px;
    padding-top: 0;
    font-size: 16px
  }
}

.checkbox:hover span {
  color: #de654c
}

.checkbox i:before,
.checkbox span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #f4d8cd;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  transition: .2s
}

@media (max-width:991.98px) {

  .checkbox i:before,
  .checkbox span:before {
    width: 25px;
    height: 25px
  }
}

.checkbox input {
  display: none
}

.checkbox input:checked~* {
  color: #de654c
}

.checkbox input:checked~ :before {
  background-color: #de654c;
  background-image: url(../images/checked.svg)
}

.ui-slider {
  position: relative;
  height: 3px;
  background: #f4d8cd;
	margin: 0 auto;
	max-width: calc(100% - 20px);
}

.ui-slider-range {
  position: absolute;
  z-index: 1;
  top: -1px;
  height: 5px;
  display: block;
  background: #de654c
}

.ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  top: -10px;
  margin-left: -.6em;
  border: 8px solid #de654c;
  box-sizing: border-box;
  box-shadow: 0 5px 30px rgba(0, 0, 0, .15);
  background: #fff;
  outline: 0;
  cursor: pointer
}

.form-control {
  padding: 0 25px;
  line-height: 63px;
  border-radius: 0;
  border: 1px solid #f4d8cd;
  color: #1f1f1f
}

@media (max-width:991.98px) {
  .form-control {
    padding: 0 18px;
    line-height: 50px;
    font-size: 14px
  }
}

.form-control:focus {
  box-shadow: none;
  border-color: #de654c
}

.form-control::placeholder {
  color: #818181
}

.range-slider {
  margin-bottom: 43px
}

@media (max-width:991.98px) {
  .range-slider {
    margin-bottom: 20px
  }
}

.range-slider .ui-slider {
  margin-top: -3px
}

.range-slider__inputs {
  display: flex;
  align-items: center
}

.range-slider__inputs .form-control:first-child {
  border-right-width: 0
}

.selection-apartments {
  padding-bottom: 170px
}

@media (max-width:1199.98px) {
  .selection-apartments {
    padding-bottom: 50px
  }
}

@media (max-width:991.98px) {
  .selection-apartments {
    padding-bottom: 40px
  }
}

@media (min-width:992px) {
  .selection-apartments .form-control {
    font-size: 21px
  }
}

.selection-apartments .button-primary {
  width: 310px;
  margin-right: 40px;
  font-weight: 500;
  font-size: 21px;
  text-transform: lowercase;
  letter-spacing: unset
}

@media (max-width:575.98px) {
  .selection-apartments .button-primary {
    width: auto;
    margin-right: 0;
    font-size: 16px
  }
}

.selection-apartments__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 19px
}

@media (max-width:575.98px) {
  .selection-apartments__actions {
    flex-direction: column;
    align-items: flex-start
  }
}

.selection-apartments__reset-button {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 100%;
  transition: color .2s
}

@media (max-width:575.98px) {
  .selection-apartments__reset-button {
    margin-top: 20px
  }
}

.selection-apartments__reset-button:hover {
  color: #de654c
}

.selection-apartments__reset-button:after {
  margin-left: 10px;
  font-family: base-icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""
}

.calculation-mortgage {
  position: relative;
  margin-bottom: 107px
}

@media (max-width:1199.98px) {
  .calculation-mortgage {
    margin-bottom: 50px
  }
}

@media (max-width:991.98px) {
  .calculation-mortgage {
    margin-bottom: 40px
  }
}

.calculation-mortgage>* {
  position: relative;
  z-index: 1
}

.calculation-mortgage:before {
  content: "";
  position: absolute;
  top: 50px;
  bottom: 50px;
  background: url(../images/header_bg.png), #fdf8f6;
  right: 0;
  left: 0
}

@media (max-width:1199.98px) {
  .calculation-mortgage:before {
    bottom: 0;
    top: 0
  }
}

.calculation-mortgage-card {
  padding: 46px 54px 50px;
  background: #fff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1)
}

@media (max-width:1199.98px) {
  .calculation-mortgage-card {
    margin-bottom: 20px
  }
}

@media (max-width:575.98px) {
  .calculation-mortgage-card {
    padding: 20px
  }
}

.calculation-mortgage-card .button-primary {
  width: 100%
}

.calculation-mortgage-card .ui-slider {
  margin-top: -3px;
  background: 0 0
}

@media (min-width:992px) {
  .calculation-mortgage-card .form-control {
    line-height: 58px;
    font-size: 21px
  }
}

.calculation-mortgage-card__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  color: #de654c;
  text-transform: uppercase
}

@media (max-width:575.98px) {
  .calculation-mortgage-card__header {
    margin-bottom: 10px
  }
}

.calculation-mortgage-card__l-title {
  font-size: 21px;
  line-height: 100%;
  cursor: pointer;
}

.calculation-mortgage-card__l-title.is-active {
  font-weight: 700;
  font-size: 30px;
  line-height: 110%
}

.calculation-mortgage-card .ui-slider_input_info {
  display: none;
}

@media (max-width:575.98px) {
  .calculation-mortgage-card__l-title {
    font-size: 20px
  }
}

.calculation-mortgage-card__devider {
  width: 1px;
  height: 24px;
  margin: 0 20px;
  background: #f4d8cd
}

@media (max-width:575.98px) {
  .calculation-mortgage-card__devider {
    margin: 0 10px;
    height: 18px
  }
}

.calculation-mortgage-card__r-title {
  font-size: 21px;
  line-height: 100%;
  cursor: pointer;
}

.calculation-mortgage-card__r-title.is-active {
  font-weight: 700;
  font-size: 30px;
  line-height: 110%
}

@media (max-width:575.98px) {
  .calculation-mortgage-card__r-title {
    font-size: 16px
  }
}

.calculation-mortgage-card__head-text {
  margin-bottom: 25px;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 150%
}

@media (max-width:575.98px) {
  .calculation-mortgage-card__head-text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 120%
  }
}

.calculation-mortgage-card__percent {
  position: relative
}

.calculation-mortgage-card__percent span {
  position: absolute;
  top: 17px;
  right: 19px;
  color: #47664f;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%
}

.calculation-mortgage-card__total {
  margin-top: 14px;
  margin-bottom: 20px;
  color: #1f1f1f;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%
}

.calculation-mortgage-card__total span {
  font-size: 30px
}

.form-group {
  margin-bottom: 27px
}

@media (max-width:575.98px) {
  .form-group {
    margin-bottom: 15px
  }
}

.form-control-label {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 100%;
  color: #818181
}

@media (max-width:575.98px) {
  .form-control-label {
    font-size: 15px
  }
}

.choice-banks__item {
  margin-bottom: 10px
}

.choice-banks-item {
  display: block;
  padding: 22px 47px 26px 43px;
  background-color: #fff;
  transition: box-shadow .2s
}

@media (max-width:991.98px) {
  .choice-banks-item {
    padding: 20px 30px
  }
}

.choice-banks-item:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
}

.choice-banks-item:hover .choice-banks-item__button {
  background: #de654c;
  color: #fff
}

.choice-banks-item__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 13px;
  margin-bottom: 24px;
  border-bottom: 1px solid #f4d8cd
}

@media (max-width:575.98px) {
  .choice-banks-item__header {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 0;
    text-align: center;
    border: 0
  }
}

.choice-banks-item__icon {
  padding-right: 20px
}

@media (max-width:575.98px) {
  .choice-banks-item__icon {
    padding-right: 0
  }
}

.choice-banks-item__icon img {
  max-height: 50px
}

.choice-banks-item__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 200px;
  height: 44px;
  padding: 0 20px;
  border: 1px solid #f4d8cd;
  color: #de654c;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  transition: .2s
}

@media (max-width:575.98px) {
  .choice-banks-item__button {
    width: 100%;
    margin-top: 15px;
    font-size: 14px
  }
}

.choice-banks-item__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end
}

@media (max-width:575.98px) {
  .choice-banks-item__content {
    display: block;
    text-align: center
  }
}

.choice-banks-item__l-text {
  width: 50%;
  padding-right: 20px
}

@media (max-width:575.98px) {
  .choice-banks-item__l-text {
    width: 100%;
    padding-right: 0
  }
}

.choice-banks-item__text-muted {
  display: inline-block;
  margin-right: 14px;
  color: #818181;
  font-size: 16px;
  line-height: 100%
}

@media (max-width:991.98px) {
  .choice-banks-item__text-muted {
    margin-right: 0
  }
}

.choice-banks-item__bet {
  display: inline-block;
  color: #1f1f1f;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%
}

@media (max-width:991.98px) {
  .choice-banks-item__bet {
    font-size: 18px
  }
}

.choice-banks-item__bet span {
  font-size: 30px
}

@media (max-width:991.98px) {
  .choice-banks-item__bet span {
    font-size: 20px
  }
}

.choice-banks-item__payment {
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #1f1f1f
}

@media (max-width:991.98px) {
  .choice-banks-item__payment {
    font-size: 20px
  }
}

.choice-banks-item__r-text {
  width: 50%
}

@media (max-width:575.98px) {
  .choice-banks-item__r-text {
    width: 100%
  }
}

.our-approach__inner {
  padding-top: 75px
}

@media (max-width:767.98px) {
  .our-approach__inner {
    padding-top: 30px
  }
}

.our-approach-item {
  margin-bottom: 235px;
  transition: .2s;
  position: relative;
  min-height: 120px
}

@media (max-width:1250px) {
  .our-approach-item {
    display: flex;
    margin-bottom: 60px
  }
}

@media (max-width:767.98px) {
  .our-approach-item {
    display: block
  }
}

.our-approach-item:last-child {
  margin-bottom: 0 !important
}

.our-approach-item:hover {
  color: #fff
}

@media (max-width:1250px) {
  .our-approach-item:hover {
    color: #3d3d3d
  }
}

.our-approach {
  margin-top: 107px;
}

@media (max-width:1199.98px) {
  .our-approach {
    margin-top: 40px;
  }
}

.our-approach-item:hover .our-approach-item__overlay::before {
  opacity: 0
}

@media (max-width:1250px) {
  .our-approach-item:hover .our-approach-item__overlay::before {
    opacity: 1
  }
}

.our-approach-item:hover .our-approach-item__overlay-inner::before {
  opacity: 1
}

.our-approach-item:hover .our-approach-item__title:before {
  background: #fff
}

@media (max-width:1250px) {
  .our-approach-item:hover .our-approach-item__title:before {
    background: #de654c
  }
}

.our-approach-item__title {
  max-width: 480px;
  margin-left: auto;
  padding-left: 87px;
  position: relative;
  font-weight: 500;
  font-size: 30px;
  line-height: 110%
}

@media (max-width:1250px) {
  .our-approach-item__title {
    max-width: 100% !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
    padding-left: 50px;
    font-size: 28px
  }
}

@media (max-width:575.98px) {
  .our-approach-item__title {
    font-size: 24px;
    padding: 0 !important
  }
}

.our-approach-item__title:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 50px;
  height: 2px;
  transition: .2s;
  background: #de654c
}

@media (max-width:1250px) {
  .our-approach-item__title:before {
    width: 30px
  }
}

@media (max-width:575.98px) {
  .our-approach-item__title:before {
    content: none
  }
}

.our-approach-item__overlay {
  position: relative;
  margin: 0 -60px 0 -112px;
  padding: 27px 20px
}

@media (max-width:1250px) {
  .our-approach-item__overlay {
    width: 50%;
    margin: 0;
    height: auto !important
  }
}

@media (max-width:767.98px) {
  .our-approach-item__overlay {
    width: 100%
  }
}

@media (max-width:575.98px) {
  .our-approach-item__overlay {
    padding: 20px
  }
}

.our-approach-item__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/header_bg.png), #fdf8f6;
  transition: .2s
}

.our-approach-item__overlay-inner {
  position: relative;
  z-index: 10;
  max-width: 950px;
  margin-left: auto
}

@media (max-width:1250px) {
  .our-approach-item__overlay-inner {
    max-width: 100% !important;
    margin: 0 !important
  }
}

.our-approach-item__overlay-inner::before {
  content: "";
  position: absolute;
  top: -27px;
  right: -27px;
  bottom: -27px;
  left: -27px;
  background: #de654c;
  opacity: 0;
  transition: .2s
}

@media (max-width:1250px) {
  .our-approach-item__overlay-inner::before {
    content: none
  }
}

.our-approach-item__wrapper {
  position: relative;
  z-index: 1;
  padding-right: 30px;
  margin-left: auto
}

@media (max-width:1250px) {
  .our-approach-item__wrapper {
    padding-right: 0
  }
}

.our-approach-item__text {
  display: none;
  margin-top: 9px;
  margin-bottom: 0;
  padding-left: 87px;
  font-size: 18px;
  line-height: 150%
}

@media (max-width:1250px) {
  .our-approach-item__text {
    padding: 0;
    margin: 0;
    display: block !important;
    opacity: 1 !important;
    height: auto !important;
    padding: 0 !important
  }
}

.our-approach-item__num {
  position: absolute;
  z-index: 0;
  top: -160px;
  right: 0;
  color: #de654c;
  font-weight: 300;
  font-size: 200px;
  line-height: 150%;
  pointer-events: none
}

@media (max-width:1250px) {
  .our-approach-item__num {
    font-size: 100px;
    top: -80px
  }
}

@media (max-width:767.98px) {
  .our-approach-item__num {
    z-index: -1;
    font-size: 50px;
    top: -47px;
    right: auto !important;
    left: 0 !important;
    color: #de654c !important
  }
}

.our-approach-item__image {
  position: absolute;
  z-index: 5;
  top: -75px;
  left: 0;
  height: 220px;
  width: 670px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1)
}

@media (max-width:1250px) {
  .our-approach-item__image {
    position: static;
    top: 0;
    width: 50%;
    height: auto
  }
}

@media (max-width:767.98px) {
  .our-approach-item__image {
    width: 100%
  }
}

.our-approach-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.our-approach-item-reverse .our-approach-item__num {
  left: 0;
  right: auto;
  color: #f4d8cd
}

.our-approach-item-reverse .our-approach-item__image {
  left: auto;
  right: 0
}

@media (max-width:1250px) {
  .our-approach-item-reverse .our-approach-item__image {
    order: 1
  }
}

.our-approach-item-reverse .our-approach-item__overlay-inner {
  margin-left: 0
}

.our-approach-item-reverse .our-approach-item__wrapper {
  margin-left: 0;
  max-width: 100%
}

.our-approach-item-reverse .our-approach-item__text {
  padding-left: 115px
}

@media (max-width:1250px) {
  .our-approach-item-reverse .our-approach-item__text {
    text-align: right
  }
}

@media (max-width:767.98px) {
  .our-approach-item-reverse .our-approach-item__text {
    text-align: left
  }
}

.our-approach-item-reverse .our-approach-item__title {
  padding-left: 115px;
  padding-right: 87px;
  max-width: 562px;
  margin-left: 0;
  text-align: right
}

@media (max-width:1250px) {
  .our-approach-item-reverse .our-approach-item__title {
    max-width: 100%;
    padding-left: 0;
    padding-right: 50px
  }
}

@media (max-width:767.98px) {
  .our-approach-item-reverse .our-approach-item__title {
    padding-left: 50px;
    text-align: left
  }
}

@media (min-width:768px) {
  .our-approach-item-reverse .our-approach-item__title:before {
    left: auto;
    right: 0
  }
}

.about-company {
  padding: 137px 0 100px;
  background: url(../images/about-company_bg.png) no-repeat top 50px center
}

@media (max-width:1199.98px) {
  .about-company {
    padding: 100px 0 50px
  }
}

@media (max-width:991.98px) {
  .about-company {
    padding: 40px 0
  }
}

.about-company__head-logo {
  margin-bottom: 70px;
  text-align: center
}

@media (max-width:1199.98px) {
  .about-company__head-logo {
    margin-bottom: 50px
  }
}

@media (max-width:767.98px) {
  .about-company__head-logo {
    margin-bottom: 30px
  }
}

.about-company__head-text {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 88px;
  text-align: center;
  color: #1f1f1f;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%
}

@media (max-width:1199.98px) {
  .about-company__head-text {
    margin-bottom: 50px
  }
}

@media (max-width:767.98px) {
  .about-company__head-text {
    margin-bottom: 10px
  }
}

.about-company__head-text span {
  color: #de654c
}

.about-company__features {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 0 44px
}

@media (max-width:1199.98px) {
  .about-company__features {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:767.98px) {
  .about-company__features {
    gap: 20px
  }
}

@media (max-width:575.98px) {
  .about-company__features {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center
  }
}

.about-company__button-wrapper {
  margin-top: 44px;
  text-align: center
}

.about-company__button-wrapper .button-primary {
  width: 360px
}

@media (max-width:575.98px) {
  .about-company__button-wrapper .button-primary {
    width: 100%
  }
}

.about-company-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center
}

@media (max-width:575.98px) {
  .about-company-feature {
    display: block;
    text-align: center
  }
}

.about-company-feature__num {
  color: #47664f;
  font-weight: 300;
  font-size: 90px;
  line-height: 150%
}

@media (max-width:767.98px) {
  .about-company-feature__num {
    font-size: 50px;
    line-height: 120%
  }
}

.about-company-feature__text {
  color: #de654c;
  font-size: 24px;
  line-height: 110%
}

@media (max-width:767.98px) {
  .about-company-feature__text {
    font-size: 18px
  }
}

.about-company-feature__text span {
  font-weight: 700
}

.news {
  padding: 85px 0;
  background: url(../images/header_bg.png), #fdf8f6
}

@media (max-width:991.98px) {
  .news {
    padding: 40px 0
  }
}

.news .wtitle {
  padding: 0
}

@media (min-width:1200px) {
  .calculation-mortgage-card__suits-you {
    margin-top: 40px
  }

  .news .wtitle {
    margin-bottom: 20px
  }
}

.news .wtitle:after {
  content: none
}

@media (max-width:1199.98px) {
  .news__title-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px
  }
}

@media (max-width:1199.98px) {
  .news__title-wrapper .wtitle {
    margin-right: 20px
  }
}

@media (max-width:1199.98px) {
  .news__title-wrapper>* {
    margin-bottom: 10px
  }
}

.news__view-all-link {
  color: #de654c;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  border-bottom: 1px solid #de654c;
  transition: border-color .2s
}

.news__view-all-link:hover {
  color: #de654c;
  border-color: transparent
}

.news__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0
}

@media (max-width:575.98px) {
  .news__wrapper {
    display: block
  }
}

.news-link {
  display: block;
  min-height: 170px;
  padding: 33px 27px 19px 33px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  color: #1f1f1f;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  transition: color .2s
}

@media (max-width:767.98px) {
  .news-link {
    padding: 20px;
    font-size: 16px;
    line-height: 120%;
    min-height: auto
  }
}

@media (max-width:575.98px) {
  .news-link {
    margin-bottom: 20px
  }
}

.news-link:hover:before {
  opacity: 1
}

.news-link:hover {
  z-index: 10;
  color: #fff
}

.news-link:hover .news-link__counter {
  color: #fff
}

.news-link:before {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  background: #de654c;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  transition: .2s;
  opacity: 0
}

.news-link__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1
}

.news-link__text {
  margin-bottom: 15px
}

.news-link__counter {
  margin-top: auto;
  color: #de654c;
  text-align: right;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  transition: color .2s
}

.footer {
  padding-top: 50px;
  background-color: #fff
}

@media (max-width:991.98px) {
  .footer {
    padding-top: 40px;
    margin-top: 20px
  }
}

@media (max-width:575.98px) {
  .footer {
    padding-top: 20px
  }
}

@media (max-width:1199.98px) {
  .footer .logo {
    position: absolute;
    top: 0;
    left: 21px;
    width: 72px
  }
}

.footer .main-manu>li>a {
  padding-bottom: 0;
  border: 0
}

@media (max-width:991.98px) {
  .footer .main-manu>li>a {
    font-weight: 500;
    font-size: 10px;
    line-height: 13px
  }
}

.footer .main-manu>li>a:hover {
  color: #de654c
}

.footer .main-manu>li {
  margin-right: 40px
}

@media (max-width:1199.98px) {
  .footer .main-manu>li {
    margin-right: 30px;
    margin-bottom: 0
  }
}

@media (max-width:991.98px) {
  .footer .main-manu>li {
    margin-right: 0;
    margin-bottom: 7px;
    width: 50%;
    padding-right: 15px;
    line-height: 13px;
    text-align: left
  }
}

.footer .main-manu {
  justify-content: flex-start;
  padding-bottom: 17px
}

@media (max-width:1199.98px) {
  .footer .main-manu {
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 50px
  }
}

@media (max-width:991.98px) {
  .footer .main-manu {
    padding-bottom: 10px
  }
}

.footer__top {
  position: relative
}

@media (min-width:1200px) {
  .footer__menu {
    padding-left: 10px
  }
}

@media (max-width:1199.98px) {
  .footer__menu {
    padding-left: 112px
  }
}

@media (max-width:991.98px) {
  .footer__menu {
    min-height: 98px
  }
}

.footer__info-and-socilas {
  display: grid;
  grid-template-columns: 1fr 195px;
  gap: 20px;
  border-top: 1px solid #f4d8cd;
  padding: 22px 0 39px
}

@media (min-width:1200px) {
  .footer__info-and-socilas {
    padding-left: 10px
  }
}

@media (max-width:991.98px) {
  .footer__info-and-socilas {
    display: block;
    padding: 13px 0 30px;
    text-align: center
  }
}

.footer__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%
}

@media (max-width:991.98px) {
  .footer__info {
    font-size: 12px;
    line-height: 140%
  }
}

@media (max-width:575.98px) {
  .footer__info {
    max-width: 240px;
    margin: 0 auto
  }
}

.footer__info a {
  font-weight: 500;
  color: #de654c;
  text-decoration: underline
}

.footer__info a.phone {
  color: #1f1f1f;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none
}

@media (max-width:991.98px) {
  .footer__info a.phone {
    display: block;
    font-size: 16px
  }
}

.footer__socilas {
  padding-top: 8px
}

@media (max-width:991.98px) {
  .footer__socilas {
    padding-top: 15px
  }
}

.footer__socilas .social-icon ul {
  justify-content: flex-end
}

@media (max-width:991.98px) {
  .footer__socilas .social-icon ul {
    justify-content: center
  }
}

@media (max-width:991.98px) {
  .footer__socilas .social-icon li {
    margin: 0 5px
  }
}

.footer__bottom {
  padding: 13px 0;
  background: #47664f;
  color: #fff
}

@media (max-width:991.98px) {
  .footer__copyright {
    font-size: 12px;
    line-height: 150%
  }
}

.footer__dev {
  color: #fff;
  font-size: 16px;
  line-height: 150%
}

@media (max-width:991.98px) {
  .footer__dev {
    font-size: 12px;
    line-height: 130%;
    text-align: right
  }
}

.footer__dev a {
  text-transform: uppercase;
  color: #f4d8cd;
  text-decoration: underline
}

@media (min-width:1200px) {
  .footer__dev {
    padding-left: 50px
  }
}

@media (min-width:1200px) {
  .footer__police {
    text-align: right
  }
}

@media (max-width:991.98px) {
  .footer__police {
    padding-top: 8px;
    text-align: center
  }
}

.footer__police a {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  text-decoration-line: underline
}

@media (max-width:991.98px) {
  .footer__police a {
    font-size: 12px;
    line-height: 150%
  }
}

.footer__police a:hover {
  color: #fff;
  text-decoration: none
}

.social-icon ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none
}

.social-icon li {
  margin-left: 15px
}

.social-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #f4d8cd;
  color: #fff;
  font-size: 18px;
  transition: .2s
}

@media (max-width:991.98px) {
  .social-icon a {
    width: 38px;
    height: 38px;
    font-size: 12px
  }
}

.social-icon a:hover {
  background: #de654c
}

.breadcrumb {
  margin: 0;
  padding: 23px 0;
  list-style-type: none;
  color: #de654c;
  font-size: 14px;
  line-height: 18px
}

@media (max-width:575.98px) {
  .breadcrumb {
    font-size: 14px;
    line-height: 16px
  }
}

.breadcrumb li {
  display: inline-flex;
  align-items: center
}

.breadcrumb li:last-child:after {
  content: none
}

.breadcrumb li:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 15px;
  background: #de654c;
  vertical-align: middle
}

.breadcrumb a {
  color: #1f1f1f
}

.container-fluid,
.container-xl {
  max-width: 1920px
}

@media (max-width:1199.98px) {

  .container-fluid,
  .container-xl {
    padding-left: 15px;
    padding-right: 15px
  }
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw
}

.title-with-background {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 540px;
  padding: 80px 0;
  margin-bottom: 60px
}

@media (max-width:1199.98px) {
  .title-with-background {
    min-height: auto;
    margin-bottom: 40px
  }
}

@media (max-width:575.98px) {
  .title-with-background {
    padding: 50px 0;
    margin-bottom: 30px
  }
}

.title-with-background h1 {
  color: #1f1f1f;
  font-weight: 700;
  font-size: 80px;
  line-height: 101px
}

@media (max-width:1199.98px) {
  .title-with-background h1 {
    font-size: 55px;
    line-height: 120%
  }
}

@media (max-width:991.98px) {
  .title-with-background h1 {
    font-size: 40px
  }
}

@media (max-width:575.98px) {
  .title-with-background h1 {
    font-size: 35px
  }
}

.title-with-background__title {
  position: relative;
  padding: 35px 15px 44px;
  background: rgba(255, 255, 255, .8);
  max-width: 614px;
  width: 100%;
  margin: 0 auto;
  text-align: center
}

@media (max-width:991.98px) {
  .title-with-background__title {
    padding: 30px 15px
  }
}

@media (min-width:992px) {
  .title-with-background__title:after {
    content: "";
    position: absolute;
    bottom: -70px;
    left: 50%;
    width: 2px;
    height: 120px;
    background: #de654c;
    margin-left: -1px
  }
}

.anchor-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  position: relative;
  padding-bottom: 11px;
  overflow-x: auto
}

.anchor-links:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 1px;
  background: #f4d8cd
}

.anchor-links__link {
  display: block;
  margin-bottom: -1px;
  padding: 12px 8px;
  position: relative;
  z-index: 1;
  color: #1f1f1f;
  font-size: 21px;
  line-height: 100%;
  border-bottom: 2px solid transparent;
  transition: .2s;
  white-space: nowrap
}

@media (max-width:1199.98px) {
  .anchor-links__link {
    font-size: 18px
  }
}

.anchor-links__link.active {
  font-weight: 700;
  border-color: #de654c;
  color: #de654c
}

.anchor-links__link:hover {
  border-color: #de654c;
  color: #de654c
}

.tabs__gpbiulds_content{
  display: none
}

.tabs__gpbiulds_content.active {
  display: block
}

.tabs-of-years__content {
  display: none
}

.tabs-of-years__content.active {
  display: block
}

.carousel-with-thumbs {
  display: grid;
  grid-template-columns: minmax(400px, 1fr) 170px;
  gap: 30px;
  margin-top: 60px;
  max-width: 848px
}

@media (max-width:1199.98px) {
  .carousel-with-thumbs {
    margin-top: 40px
  }
}

@media (max-width:767.98px) {
  .carousel-with-thumbs {
    margin-top: 30px;
    display: block
  }
}

@media (min-width:1200px) {
  .carousel-with-thumbs .split-controls {
    transform: translateY(-8px)
  }
}

@media (max-width:767.98px) {
  .carousel-with-thumbs .split-controls {
    order: 1;
    margin-top: 15px
  }
}

.carousel-with-thumbs__search {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 65px;
  height: 65px;
  background: #de654c;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05)
}

@media (max-width:767.98px) {
  .carousel-with-thumbs__search {
    width: 50px;
    height: 50px;
    font-size: 25px
  }
}

.carousel-with-thumbs__preview {
  position: relative
}

@media (min-width:768px) {
  .carousel-with-thumbs__preview:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -8px;
    left: 0;
    width: 300px;
    height: 8px;
    background: #de654c
  }
}

@media (min-width:768px) {
  .carousel-with-thumbs__preview:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: -8px;
    left: -8px;
    width: 8px;
    height: 300px;
    background: #de654c
  }
}

.carousel-with-thumbs__preview .swiper-slide img {
  height: 440px;
  width: 100%;
  object-fit: cover
}

@media (max-width:767.98px) {
  .carousel-with-thumbs__preview .swiper-slide img {
    height: 100%
  }
}

.carousel-with-thumbs__thumbs {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

@media (min-width:768px) {
  .carousel-with-thumbs__thumbs {
    justify-content: space-between;
    align-items: flex-end
  }
}

@media (max-width:767.98px) {
  .carousel-with-thumbs__thumbs {
    margin-top: 15px
  }
}

.carousel-with-thumbs__thumbs .swiper {
  width: 100%
}

.carousel-with-thumbs__thumbs .swiper-slide {
  cursor: pointer
}

.carousel-with-thumbs__thumbs .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.carousel-with-thumbs__thumbs .swiper-slide:not(.swiper-slide-thumb-active) {
  opacity: .4
}

@media (min-width:768px) {
  .carousel-with-thumbs__thumbs-slider {
    height: 360px
  }
}

.about-project {
  position: relative;
  padding: 53px 0 90px
}

@media (max-width:1199.98px) {
  .about-project {
    padding: 10px 0 40px
  }
}

@media (min-width:1200px) {
  .about-project:before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 222px;
    bottom: 0;
    top: 0;
    left: -100%;
    background: url(../images/header_bg.png), #fefbfb
  }
}

.about-project p {
  color: #1f1f1f;
  font-size: 18px;
  line-height: 150%
}

@media (max-width:767.98px) {
  .about-project p {
    font-size: 16px;
    line-height: 130%
  }
}

.about-project strong {
  font-weight: 500;
  font-size: 21px
}

@media (min-width:1200px) {
  .about-project .wtitle {
    margin-top: -7px;
    margin-bottom: 20px
  }
}

.about-project .tabs__caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 20px 0;
  padding: 33px 15px 30px 37px;
  list-style: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  background: #de654c;
  color: #fff
}

@media (min-width:1200px) {
  .about-project .tabs__caption {
    max-width: 250px
  }
}

.about-project .tabs__caption li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 16px;
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  text-transform: uppercase;
  cursor: pointer
}

.about-project .tabs__caption li.active span {
  border-color: #fff
}

.about-project .tabs__caption li:hover span {
  border-color: #fff
}

.about-project .tabs__caption li:last-child {
  margin-bottom: 0
}

.about-project .tabs__caption li span {
  border-bottom: 1px solid transparent;
  transition: border color .2s
}

.about-project .tabs__caption li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #fdf8f6;
  position: absolute;
  top: 7px;
  left: 0
}

.text-center {
  text-align: center
}

.genplan {
  padding: 100px 0 80px
}

@media (max-width:1199.98px) {
  .genplan {
    padding: 40px 0
  }
}

@media (max-width:991.98px) {
  .genplan {
    padding-top: 0
  }
}

.infrastructure-district {
  padding: 82px 0 120px;
  position: relative
}

@media (max-width:1199.98px) {
  .infrastructure-district {
    padding: 40px 0
  }
}

@media (max-width:991.98px) {
  .infrastructure-district {
  }
}

@media (min-width:1200px) {
  .infrastructure-district:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: -100%;
    bottom: 0;
    left: 200px;
    background: url(../images/header_bg.png), #fefbfb
  }
}

.infrastructure-district .tabs__content {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  height: 450px;
  background-color: #fff;
}

.infrastructure-district .tabs__caption {
  margin: 0 0 28px;
  padding: 0;
  list-style-type: none
}

@media (max-width:575.98px) {
  .infrastructure-district .tabs__caption {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }
}

.infrastructure-district .tabs__caption li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 43px;
  margin: 0 15px 10px 0;
  padding: 0 40px;
  border: 1px solid #f4d8cd;
  background: #fff;
  color: #de654c;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  transition: .2s;
  cursor: pointer
}

@media (max-width:991.98px) {
  .infrastructure-district .tabs__caption li {
    height: 38px;
    margin: 0 10px 10px 0;
    padding: 0 30px;
    font-size: 14px
  }
}

@media (max-width:575.98px) {
  .infrastructure-district .tabs__caption li {
    width: 100%;
    padding: 5px 15px;
    margin: 0;
    height: auto;
    font-size: 13px;
    line-height: 100%
  }
}

.infrastructure-district .tabs__caption li.active {
  background: #de654c;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  color: #fff
}

@media (min-width:1200px) {
  .infrastructure-district .tabs__caption li:first-child {
    margin-right: 40px
  }
}

.infrastructure-district .tabs__caption li:hover {
  background: #de654c;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  color: #fff
}

.tabs-caption-wrapper {
  position: relative;
  height: 510px
}

@media (max-width:1199.98px) {
  .tabs-caption-wrapper {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05)
  }
}

@media (max-width:991.98px) {
  .tabs-caption-wrapper {
    height: auto;
    margin-top: 20px
  }
}

.construction-move {
  position: relative;
  padding-bottom: 69px;
  padding-top: 82px
}
@media (max-width:1199.98px) {
	.construction-move{padding-top:20px}
}
@media (max-width:991.98px) {
  .construction-move {
    padding-bottom: 40px
  }
}

@media (min-width:1200px) {
  .construction-move:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: -100%;
    bottom: 140px;
    left: 200px;
    background: url(../images/header_bg.png), #fefbfb
  }
}

.construction-move .tabs__caption {
  height: 100%;
  overflow-y: auto;
  margin: 0;
  padding: 12px 0 9px;
  list-style: none;
  background: #fff;
  border-left: 1px solid #f4d8cd
}

.construction-move .tabs__caption li {
  display: block;
  padding: 8px 15px 10px 36px;
  color: #1f1f1f;
  font-size: 21px;
  line-height: 100%;
  position: relative;
  transition: .2s;
  cursor: pointer
}

@media (max-width:1199.98px) {
  .construction-move .tabs__caption li {
    padding: 8px 20px;
    font-size: 16px
  }
}

.construction-move .tabs__caption li.active {
  background: #fdf8f6
}

.construction-move .tabs__caption li.active:before {
  background: #de654c
}

.construction-move .tabs__caption li:hover {
  background: #fdf8f6
}

.construction-move .tabs__caption li:hover:before {
  background: #de654c
}

.construction-move .tabs__caption li:before {
  content: "";
  width: 3px;
  position: absolute;
  top: 0;
  left: -2px;
  bottom: 0;
  background: 0 0;
  transition: .2s
}

.construction-move .title-and-controls .button-primary {
  height: 54px;
  margin-bottom: 5px;
  padding: 0 40px
}

.grid-carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px
}

@media (max-width:767.98px) {
  .grid-carousel {
    gap: 15px
  }
}

@media (max-width:575.98px) {
  .grid-carousel {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }
}

.grid-carousel__link {
  display: block;
  position: relative
}

@media (max-width:767.98px) {
  .grid-carousel__link {
    padding-top: 78%
  }
}

.grid-carousel__link:hover:after {
  opacity: 1
}

.grid-carousel__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/grid-carousel_icon.svg) no-repeat center center, rgba(222, 101, 76, .5);
  opacity: 0;
  transition: .2s
}

@media (min-width:768px) {
  .grid-carousel__link:nth-child(2) {
    grid-column: span 2
  }
}

@media (min-width:768px) {
  .grid-carousel__link:nth-child(n+6) {
    display: none
  }
}

.grid-carousel__link:nth-child(n+7) {
  display: none
}

.grid-carousel__link img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media (min-width:768px) {
  .grid-carousel__link img {
    height: 240px
  }
}

@media (max-width:767.98px) {
  .grid-carousel__link img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
}

.tabs-of-years__caption {
  display: inline-flex;
  width: auto;
  margin: 0 0 40px 0;
  padding: 0 0 13px 0;
  list-style: none;
  border-bottom: 1px solid #f4d8cd
}

@media (max-width:575.98px) {
  .tabs-of-years__caption {
    margin: 0 0 20px 0
  }
}

.tabs-of-years__caption li {
  display: inline-flex;
  margin-right: 32px;
  padding: 0 8px;
  position: relative;
  color: #1f1f1f;
  font-weight: 500;
  font-size: 21px;
  line-height: 41px;
  white-space: nowrap;
  cursor: pointer
}

@media (max-width:575.98px) {
  .tabs-of-years__caption li {
    margin-right: 15px;
    font-size: 18px;
    line-height: 30px
  }
}

.tabs-of-years__caption li:last-child {
  margin-right: 0
}

.tabs-of-years__caption li.active:after {
  opacity: 1
}

.tabs-of-years__caption li:hover:after {
  opacity: 1
}

.tabs-of-years__caption li:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  height: 3px;
  background: #de654c;
  transition: .2s;
  opacity: 0
}

.construction-move-charts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px 30px;
  margin-top: 35px
}

.construction-move-chart {
  display: grid;
  grid-template-columns: 85px 1fr;
  align-items: center;
  gap: 15px;
  min-height: 135px;
  padding: 24px 20px 26px 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  background: #fff;
  transition: color .2s, background .2s
}

.construction-move-chart circle {
  transition: .2s
}

.construction-move-chart:hover {
  color: #fff;
  background: #de654c
}

.construction-move-chart:hover p {
  color: #fff;
}

.construction-move-chart:hover circle {
  stroke: #fff !important
}

.construction-move-chart:hover .construction-move-chart__circle span {
  color: #fff
}

.construction-move-chart__circle {
  position: relative
}

.construction-move-chart__circle svg:last-child {
  position: absolute;
  top: -2px;
  left: -2px
}

.construction-move-chart__circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #de654c;
  font-size: 21px;
  line-height: 100%;
  transition: .2s
}

.construction-move-chart__content {
  padding-top: 14px
}

.construction-move-chart__stage {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 21px;
  line-height: 100%
}

.construction-move-chart__descr {
  font-size: 16px;
  line-height: 100%
}

.input-group label.error {
  display: none !important;
}

.input-group .input-group-addon {
  display: none !important;
}

.construction-move-chart__descr p {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #1F1F1F;
  margin-bottom: 0;
  transition: color 0.2s;
}

.subtitle {
  margin-bottom: 43px;
  margin-top: -30px;
  font-size: 24px;
  line-height: 100%
}

@media (max-width:1199.98px) {
  .subtitle {
    margin-bottom: 20px
  }
}

@media (max-width:991.98px) {
  .subtitle {
    margin-top: -10px;
    font-size: 18px
  }
}

.technologies {
  padding-bottom: 80px
}

@media (max-width:1199.98px) {
  .technologies {
    padding-bottom: 40px
  }
}

.technologies__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px
}

@media (max-width:1199.98px) {
  .technologies__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px
  }
}

@media (max-width:767.98px) {
  .technologies__inner {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:575.98px) {
  .technologies__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px
  }
}

.technologies-item {
  display: block;
  min-height: 200px;
  padding: 28px 20px 90px 33px;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%
}

@media (min-width:1200px) {
  .technologies-item {
    min-height: 240px
  }
}

@media (max-width:991.98px) {
  .technologies-item {
    padding: 20px 15px 80px 20px;
    font-size: 18px
  }
}

.technologies-item:hover {
  color: #fff;
  text-decoration: underline
}

.technologies-item:nth-child(n+7) {
  display: none
}

@media (min-width:1200px) {

  .technologies-item:nth-child(3),
  .technologies-item:nth-child(4) {
    grid-column: span 2
  }
}

.technologies-item__text {
  max-width: 340px
}

.technologies-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 19px;
  right: 19px;
  text-align: center;
  width: 60px;
  height: 60px;
  background-color: #fff
}

@media (max-width:991.98px) {
  .technologies-item__icon {
    width: 50px;
    height: 50px
  }
}

.methods-purchase {
  padding: 78px 0 98px;
  background: url(../images/header_bg.png), #fefbfb
}

@media (max-width:1199.98px) {
  .methods-purchase {
    padding: 40px 0
  }
}

.methods-purchase__inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 30px 51px
}

@media (max-width:1199.98px) {
  .methods-purchase__inner {
    gap: 20px
  }
}

@media (max-width:575.98px) {
  .methods-purchase__inner {
    grid-template-columns: repeat(1, 1fr)
  }
}

.methods-purchase-item {
  min-height: 310px;
  position: relative;
  padding: 64px 53px 30px 45px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  transition: color .2s
}

@media (max-width:1199.98px) {
  .methods-purchase-item {
    min-height: 245px;
    padding: 40px 30px 30px 30px
  }
}

@media (max-width:991.98px) {
  .methods-purchase-item {
    min-height: auto
  }
}

.methods-purchase-item:hover:before {
  opacity: 1
}

.methods-purchase-item:hover {
  color: #fff
}

.methods-purchase-item:hover .methods-purchase-item__num {
  color: #fff
}

.methods-purchase-item:before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background: #de654c;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
  transition: .2s;
  opacity: 0
}

@media (min-width:992px) {
  .methods-purchase-item:after {
    content: "";
    width: 65px;
    height: 65px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    background: url(../images/plus.svg) no-repeat center center, #de654c;
    transition: .2s;
    position: absolute;
    z-index: 10;
    bottom: -10px;
    right: -10px
  }
}

.methods-purchase-item__inner {
  position: relative;
  z-index: 1
}

.methods-purchase-item__num {
  color: #f4d8cd;
  font-weight: 300;
  font-size: 80px;
  line-height: 150%;
  position: absolute;
  top: -59px;
  right: -29px;
  transition: .2s
}

@media (max-width:1199.98px) {
  .methods-purchase-item__num {
    font-size: 50px;
    top: -31px;
    right: 0
  }
}

.methods-purchase-item__title {
  margin-bottom: 20px;
  padding-right: 60px;
  font-weight: 700;
  font-size: 30px;
  line-height: 110%
}

@media (max-width:1199.98px) {
  .methods-purchase-item__title {
    font-size: 24px;
    padding-right: 55px;
    margin-bottom: 10px
  }
}

.methods-purchase-item__text {
  font-size: 16px;
  line-height: 140%
}

.want-choose-apartment .button-primary {
  width: 360px
}

@media (max-width:1199.98px) {
  .want-choose-apartment .button-primary {
    width: auto
  }
}

.want-choose-apartment__wrapper {
  padding: 100px 15px 110px;
  text-align: center;
  color: #fff
}

@media (max-width:1199.98px) {
  .want-choose-apartment__wrapper {
    padding: 80px 15px
  }
}

@media (max-width:575.98px) {
  .want-choose-apartment__wrapper {
    padding: 60px 15px
  }
}

.want-choose-apartment__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 60px;
  line-height: 76px
}

@media (max-width:1199.98px) {
  .want-choose-apartment__title {
    font-size: 40px;
    line-height: 110%
  }
}

@media (max-width:575.98px) {
  .want-choose-apartment__title {
    font-size: 35px;
    line-height: 100%
  }
}

.want-choose-apartment__subtitle {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%
}

@media (max-width:1199.98px) {
  .want-choose-apartment__subtitle {
    margin-bottom: 20px;
    font-size: 20px
  }
}

.choosing-housing-complex {
  overflow-x: auto
}

.choosing-housing-complex .container {
  position: relative;
  z-index: 1
}

.choosing-housing-complex__wrapper {
  width: 100%;
  position: relative;
  min-height: 600px;
  min-width: 1200px
}

.choosing-housing-complex__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.choosing-housing-complex__select {
  width: 270px;
  height: 60px;
  padding: 0 50px 0 30px;
  outline: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #1f1f1f;
  font-size: 21px;
  line-height: 100%;
  background: url(../images/select.svg) no-repeat right 27px center, #fff;
  cursor: pointer
}

.choosing-housing-complex__flags {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1200px;
  margin: 0 auto
}

.choosing-housing-complex__checkbox-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px 30px
}

.choosing-housing-complex__checkbox-wrapper .params-checkbox {
  margin-left: auto
}

.choosing-housing-complex__select-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1230px;
  margin: 0 auto;
  padding: 20px 30px
}

.flag {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0
}

.flag:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 120px;
  width: 1px;
  background-color: #fff
}

.flag:before {
  content: "";
  position: absolute;
  top: 154px;
  left: -1px;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%
}

.flag:hover .flag__tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: fill
}

.flag__name {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 130px;
  height: 34px;
  padding: 0 15px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
  background: #de654c;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%
}

.flag--1 {
  top: 264px;
  left: 116px
}

.flag--2 {
  top: 324px;
  left: auto;
  right: 350px
}

.flag--3 {
  top: 79px;
  left: auto;
  right: 380px
}

.flag-tooltip {
  position: absolute;
  z-index: 10;
  top: -53px;
  left: 0;
  width: 360px;
  padding: 19px 22px 21px 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  background: #fff;
  transition: .2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

.flag-tooltip__header {
  display: flex;
  margin-bottom: 11px;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #f4d8cd
}

.flag-tooltip__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%
}

.flag-tooltip__timing {
  color: #de654c;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%
}

.flag-tooltip__item {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%
}

.flag-tooltip__item span:first-child {
  margin-right: 20px;
  color: #1f1f1f
}

.flag-tooltip__item span:last-child {
  color: #de654c
}

.params-checkbox {
  display: grid;
  grid-template-columns: 1fr 60px;
  gap: 27px;
  align-items: center;
  width: 360px;
  max-width: 100%;
  position: relative;
  padding: 17px 30px 15px 29px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
  background: #fff;
  font-size: 21px;
  line-height: 100%;
  text-align: left;
  cursor: pointer;
  user-select: none
}

@media (max-width:575.98px) {
  .params-checkbox {
    padding: 12px 15px;
    font-size: 16px
  }
}

.params-checkbox input {
  display: none
}

.params-checkbox input:checked+.params-checkbox__slider {
  background: #de654c
}

.params-checkbox input:checked+.params-checkbox__slider:after {
  left: 35px
}

.params-checkbox__slider {
  position: relative;
  width: 60px;
  height: 28px;
  background: #f4d8cd;
  border-radius: 30px;
  transition: .2s
}

.params-checkbox__slider:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  top: 4px;
  left: 5px;
  transition: .2s
}

.features-count {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 50px;
  justify-content: space-between;
  padding: 36px 0
}

@media (max-width:991.98px) {
  .features-count {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px
  }
}

@media (max-width:575.98px) {
  .features-count {
    gap: 10px 20px
  }
}

.features-count__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center
}

@media (max-width:575.98px) {
  .features-count__item {
    display: block;
    text-align: center
  }
}

.features-count__num {
  color: #47664f;
  font-weight: 300;
  font-size: 90px;
  line-height: 150%
}

@media (max-width:1199.98px) {
  .features-count__num {
    font-size: 60px;
    line-height: 120%
  }
}

@media (max-width:575.98px) {
  .features-count__num {
    font-size: 50px;
    line-height: 110%
  }
}

.features-count__content {
  color: #de654c;
  font-size: 24px;
  line-height: 110%
}

@media (max-width:1199.98px) {
  .features-count__content {
    font-size: 20px
  }
}

@media (max-width:575.98px) {
  .features-count__content {
    font-size: 18px
  }
}

.features-count__content span {
  display: block;
  font-weight: 700
}

.see-construction-course {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 58px;
  padding: 100px 15px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05)
}

@media (min-width:1200px) {
  .see-construction-course {
    min-height: 370px
  }
}

@media (max-width:991.98px) {
  .see-construction-course {
    margin-bottom: 30px
  }
}

.see-construction-course .button-primary {
  padding: 0 30px
}

.advantages-residential-complex {
  padding: 55px 0 90px;
  position: relative
}

@media (max-width:991.98px) {
  .advantages-residential-complex {
    padding: 40px 0
  }
}

@media (min-width:1200px) {
  .advantages-residential-complex:before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 222px;
    bottom: 190px;
    top: 0;
    left: -100%;
    background: url(../images/header_bg.png), #fefbfb
  }
}

.advrc-item {
  display: grid;
  grid-template-columns: 1fr 160px;
  margin-bottom: 30px;
  width: 100%;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1)
}

@media (max-width:575.98px) {
  .advrc-item {
    display: block;
    margin-bottom: 15px
  }
}

.advrc-item ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.advrc-item ul li {
  position: relative;
  padding-left: 50px;
  padding-top: 4px;
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  min-height: 30px;
  margin-bottom: 10px
}

.advrc-item ul li:last-child {
  margin-bottom: 0
}

.advrc-item ul li:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/checked.svg) no-repeat center center, #de654c;
  position: absolute;
  top: 0;
  left: 0
}

.advrc-item .content {
  background-color: #fff;
  padding: 40px 32px 40px 56px
}

@media (max-width:575.98px) {
  .advrc-item .content {
    padding: 20px
  }
}

.advrc-item .title {
  margin-bottom: 15px;
  color: #3d3d3d;
  font-weight: 500;
  font-size: 26px;
  line-height: 110%;
  position: relative
}

@media (max-width:575.98px) {
  .advrc-item .title {
    font-size: 22px
  }
}

@media (min-width:576px) {
  .advrc-item .title::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -56px;
    width: 40px;
    height: 2px;
    background: #de654c
  }
}

.advrc-item .text {
  margin-bottom: 28px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%
}

@media (max-width:575.98px) {
  .advrc-item .text {
    margin-bottom: 15px;
    line-height: 120%
  }
}

.advrc-item .image {
  position: relative
}

@media (max-width:575.98px) {
  .advrc-item .image {
    display: none
  }
}

@media (min-width:576px) {
  .advrc-item .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    background: #fff;
    opacity: .5
  }
}

.advrc-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.find-an-apartment {
  margin-bottom: 80px
}

@media (max-width:1199.98px) {
  .find-an-apartment {
    margin-bottom: 30px
  }
}

.find-an-apartment__inner {
  position: relative;
  z-index: 1
}

.find-an-apartment__wrapper {
  position: relative
}

@media (max-width:991.98px) {
  .find-an-apartment__wrapper {
    padding: 40px 0
  }
}

.find-an-apartment__bg {
  position: absolute;
  top: 58px;
  bottom: 52px;
  left: 0;
  width: 100%
}

@media (max-width:991.98px) {
  .find-an-apartment__bg {
    top: 0;
    bottom: 0
  }
}

.find-an-apartment__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.find-an-apartment__title {
  margin-bottom: 33px;
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%
}

@media (max-width:1199.98px) {
  .find-an-apartment__title {
    font-size: 50px
  }
}

@media (max-width:575.98px) {
  .find-an-apartment__title {
    font-size: 35px
  }
}

.find-an-apartment__buttons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 15px
}

@media (max-width:575.98px) {
  .find-an-apartment__buttons {
    display: block
  }
}

@media (max-width:575.98px) {
  .find-an-apartment__buttons>* {
    width: 100%;
    margin-bottom: 10px
  }
}

.button-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 20px;
  text-align: center;
  background: #fff;
  color: #de654c;
  letter-spacing: .1em;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  transition: background .2s, color .2s
}

@media (max-width:1199.98px) {
  .button-white {
    height: 45px;
    font-size: 14px
  }
}

.button-white:active,
.button-white:hover {
  background: #de654c;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1), 0 5px 20px rgba(0, 0, 0, .05)
}

.find-an-apartment-card {
  padding: 56px 56px 45px;
  background: #fff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1)
}

@media (min-width:1200px) {
  .find-an-apartment-card {
    max-width: 450px;
    margin-left: auto
  }
}

@media (max-width:991.98px) {
  .find-an-apartment-card {
    margin-top: 30px
  }
}

@media (max-width:575.98px) {
  .find-an-apartment-card {
    padding: 20px
  }
}

.find-an-apartment-card .button-primary {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px
}

.find-an-apartment-card .form-group {
  margin-bottom: 10px
}

.find-an-apartment-card .form-group:last-child {
  margin-bottom: 0
}

@media (min-width:992px) {
  .find-an-apartment-card .form-control {
    line-height: 58px
  }
}

.find-an-apartment-card__title {
  margin-bottom: 15px;
  color: #de654c;
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  text-align: center
}

@media (max-width:575.98px) {
  .find-an-apartment-card__title {
    font-size: 28px
  }
}

.find-an-apartment-card__subtitle {
  margin-bottom: 23px;
  font-size: 21px;
  line-height: 130%;
  text-align: center
}

@media (max-width:575.98px) {
  .find-an-apartment-card__subtitle {
    font-size: 18px;
    line-height: 120%
  }
}

.form-agreement-yes.checkbox {
  padding-top: 0;
  color: #818181;
  font-size: 18px;
  line-height: 100%
}

.form-agreement-yes.checkbox> :before {
  top: 5px
}

.form-agreement-yes.checkbox a {
  color: #818181
}

article {
  padding-bottom: 50px
}

@media (max-width:991.98px) {
  article {
    padding-bottom: 20px
  }
}

article p {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%
}

@media (max-width:575.98px) {
  article p {
    font-size: 16px;
    line-height: 130%
  }
}

.back-to-plan {
  margin-bottom: 16px;
  text-align: right
}

.back-to-plan a {
  color: #de654c;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px
}

.back-to-plan a i {
  margin-right: 14px;
  font-size: 10px
}

.main-apartments-page-settings {
  display: grid;
  grid-template-columns: 258px 174px 158px 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 22px;
  padding: 18px 28px 18px 40px;
  background-color: #fff;
  border: 1px solid #f4d8cd
}

@media (max-width:1199.98px) {
  .main-apartments-page-settings {
    gap: 20px;
    padding: 15px
  }
}

@media (max-width:991.98px) {
  .main-apartments-page-settings {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:575.98px) {
  .main-apartments-page-settings {
    grid-template-columns: repeat(1, 1fr)
  }
}

@media (min-width:992px) {
  .main-apartments-page-settings__button-wrapper {
    text-align: right
  }
}

@media (max-width:991.98px) {
  .main-apartments-page-settings__button-wrapper .simple-button {
    width: 100%
  }
}

.simple-select {
  width: 100%;
  height: 45px;
  padding: 0 40px 0 18px;
  outline: 0;
  box-shadow: none;
  border: 1px solid #f4d8cd;
  background: url(../images/select.svg) no-repeat right 28px center, #fdf8f6;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  min-width: 100px
}

.simple-select-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px
}

.simple-select-text {
  font-size: 18px;
  line-height: 23px
}

.simple-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #de654c;
  height: 54px;
  padding: 0 25px;
  color: #1f1f1f;
  font-size: 21px;
  line-height: 100%;
  transition: .2s
}

@media (max-width:991.98px) {
  .simple-button {
    height: 45px;
    font-size: 16px
  }
}

.simple-button:hover {
  background-color: #de654c;
  color: #fff
}

.simple-button:hover i {
  color: #fff;
  transition: .2s
}

.simple-button i {
  margin-right: 22px;
  color: #de654c
}

@media (max-width:991.98px) {
  .simple-button i {
    margin-right: 10px
  }
}

.main-apartments-page-view {
  margin-bottom: 23px;
  padding: 50px 15px;
  background: #fdf8f6;
  text-align: center
}

@media (max-width:991.98px) {
  .main-apartments-page-view {
    padding: 30px 15px
  }
}

.main-apartments-page-checkbox-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px
}

@media (min-width:1200px) {
  .main-apartments-page-checkbox-wrapper {
    margin-bottom: 140px
  }
}

@media (min-width:992px) {
  .main-apartments-page-checkbox-wrapper {
    padding-left: 38px
  }
}

@media (max-width:767.98px) {
  .main-apartments-page-checkbox-wrapper {
    display: block
  }
}

.main-apartments-page-checkbox-wrapper .params-checkbox {
  width: 363px;
  box-shadow: none;
  border: 1px solid #de654c
}

@media (max-width:767.98px) {
  .main-apartments-page-checkbox-wrapper .params-checkbox {
    width: 100%;
    margin-top: 20px
  }
}

.commissioning {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 28px;
  align-items: center
}

@media (max-width:575.98px) {
  .commissioning {
    gap: 15px
  }
}

.commissioning__content {
  font-size: 21px;
  line-height: 140%
}

@media (max-width:575.98px) {
  .commissioning__content {
    font-size: 16px;
    line-height: 120%
  }
}

.commissioning__t-text {
  font-weight: 500
}

.apartments-on-floor {
  padding: 55px 0 65px;
  position: relative
}

@media (max-width:1199.98px) {
  .apartments-on-floor {
    padding: 40px 0
  }
}

@media (max-width:575.98px) {
  .apartments-on-floor {
    padding: 0
  }
}

@media (min-width:576px) {
  .apartments-on-floor .button-primary {
    padding: 0 40px
  }
}

@media (min-width:1200px) {
  .apartments-on-floor:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: -100%;
    bottom: 0;
    left: 200px;
    background: url(../images/header_bg.png), #fefbfb
  }
}

.apartments-on-floor .swiper {
  padding: 10px 0 50px
}

@media (min-width:1200px) {
  .apartments-on-floor .swiper {
    overflow: visible
  }
}

@media (max-width:1199.98px) {
  .apartments-on-floor .swiper {
    padding-bottom: 30px
  }
}

@media (min-width:1200px) {
  .apartments-on-floor .swiper-slide {
    width: 370px;
    margin-right: 30px
  }
}

.apartments-on-floor-item {
  display: block;
  padding: 40px 38px 40px 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  background: #fff;
  transition: .2s;
  position: relative
}

@media (max-width:1199.98px) {
  .apartments-on-floor-item {
    padding: 20px
  }
}

@media (min-width:1200px) {
  .apartments-on-floor-item:hover {
    box-shadow: 0 10px 50px rgba(0, 0, 0, .1)
  }
}

.apartments-on-floor-item:hover:after {
  opacity: 1
}

@media (min-width:1200px) {
  .apartments-on-floor-item:after {
    content: "";
    width: 65px;
    height: 65px;
    position: absolute;
    z-index: 10;
    bottom: -10px;
    right: -10px;
    background: url(../images/plus.svg) no-repeat center center, #de654c;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    transition: .2s;
    opacity: 0
  }
}

.apartments-on-floor-item__image {
  position: relative;
  margin-bottom: 35px;
  padding-top: 71.5302491103%;
  overflow: hidden
}

.apartments-on-floor-item__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%
}

.apartments-on-floor-item__title {
  margin-bottom: 10px;
  color: #3d3d3d;
  font-weight: 700;
  font-size: 21px;
  line-height: 110%;
  position: relative
}

@media (min-width:1200px) {
  .apartments-on-floor-item__title {
    padding-left: 14px
  }
}

@media (max-width:1199.98px) {
  .apartments-on-floor-item__title {
    font-size: 18px
  }
}

@media (min-width:1200px) {
  .apartments-on-floor-item__title:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -50px;
    width: 40px;
    height: 2px;
    background: #de654c
  }
}

.apartments-on-floor-item__floor {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #1f1f1f
}

@media (min-width:1200px) {
  .apartments-on-floor-item__floor {
    padding-left: 14px
  }
}

@media (max-width:1199.98px) {
  .apartments-on-floor-item__floor {
    margin-bottom: 10px
  }
}

.apartments-on-floor-item__price {
  color: #de654c;
  font-weight: 700;
  font-size: 30px;
  line-height: 110%
}

@media (min-width:1200px) {
  .apartments-on-floor-item__price {
    padding-left: 14px
  }
}

@media (max-width:1199.98px) {
  .apartments-on-floor-item__price {
    font-size: 25px
  }
}

.sa-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 54px;
  gap: 20px
}

@media (max-width:991.98px) {
  .sa-top {
    margin-bottom: 30px
  }
}

.sa-top-title {
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  position: relative
}

@media (max-width:767.98px) {
  .sa-top-title {
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 120%
  }
}

.sa-top-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background: #de654c
}

.sa-border {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 630px;
  max-width: 100%;
  padding: 15px 17px 15px 17px;
  border: 1px solid #f4d8cd;
  background: #fff;
  gap: 20px
}

.sa-border .simple-select {
  width: 258px;
  max-width: 100%
}

.sa-border .params-checkbox {
  gap: 23px;
  width: auto;
  padding: 0 15px 0 0;
  box-shadow: none;
  font-size: 18px;
  line-height: 100%
}

.sa-view-cards {
  max-width: 340px
}

@media (max-width:991.98px) {
  .sa-view-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 10px;
    max-width: 100%
  }
}

.sa-view {
  position: relative;
  padding-bottom: 60px
}

@media (max-width:1199.98px) {
  .sa-view {
    padding-bottom: 10px
  }
}

@media (min-width:1200px) {
  .sa-view:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: -100%;
    bottom: 0;
    left: 200px;
    background: url(../images/header_bg.png), #fefbfb
  }
}

.sa-view-card {
  display: block;
  padding: 27px 37px 25px 37px;
  background: #fff;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, .05), inset 0 5px 11px rgba(0, 0, 0, .03);
  font-size: 18px;
  line-height: 140%;
  transition: color .2s, box-shadow .2s, background .2s
}

@media (max-width:991.98px) {
  .sa-view-card {
    padding: 20px;
    font-size: 16px;
    line-height: 120%
  }
}

.sa-view-card.active,
.sa-view-card:hover {
  color: #fff;
  background: #de654c
}

.sa-view-card.active .sa-view-card__count,
.sa-view-card:hover .sa-view-card__count {
  background: #fff
}

.sa-view-card__text {
  margin-bottom: 13px
}

.sa-view-card__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  text-align: center;
  padding: 0 14px;
  background: #fdf8f6;
  color: #de654c;
  font-weight: 500;
  transition: .2s
}

.sa-view-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 35px;
  padding-top: 40px
}

.sa-view-head .radio-buttons-group {
  margin: 0
}

.sa-view-head .radio span {
  width: 50px;
  height: 50px;
  padding: 0;
  min-width: auto;
  font-size: 21px
}

.sa-view-head .simple-select-text {
  margin-right: 21px;
  font-size: 21px;
  line-height: 100%
}

.sa-view-head .simple-select {
  width: 258px;
  max-width: 100%;
  background: url(../images/select.svg) no-repeat right 28px center, #fff
}

.table.sa-view-table {
  color: #1f1f1f;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  white-space: nowrap
}

@media (max-width:1199.98px) {
  .table.sa-view-table {
    font-size: 16px
  }
}

.table.sa-view-table tr {
  border-color: #f4d8cd
}

.table.sa-view-table td,
.table.sa-view-table th {
  padding: 13px 30px;
  border-color: #f4d8cd;
  background: #fefcfb;
  vertical-align: middle
}

@media (max-width:1199.98px) {

  .table.sa-view-table td,
  .table.sa-view-table th {
    padding: 8px 20px
  }
}

.table.sa-view-table td span,
.table.sa-view-table th span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #f4d8cd;
  color: #de654c;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%
}

@media (max-width:1199.98px) {

  .table.sa-view-table td span,
  .table.sa-view-table th span {
    width: 25px;
    height: 25px;
    font-size: 14px
  }
}

.table.sa-view-table th {
  padding: 20px 24px;
  background: #fdf8f6;
  font-weight: 500
}

@media (max-width:1199.98px) {
  .table.sa-view-table th {
    padding: 12px 15px
  }
}

.modal-apartment {
  display: grid;
  grid-template-columns: 1fr 224px;
  align-items: center;
  gap: 46px
}

@media (max-width:575.98px) {
  .modal-apartment {
    display: block;
    gap: 15px
  }
}

.modal-apartment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%
}

.modal-apartment ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px
}

.modal-apartment ul li:last-child {
  margin-bottom: 0
}

.modal-apartment ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #1f1f1f
}

.modal-apartment__title {
  margin-bottom: 15px;
  color: #3d3d3d;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  position: relative
}

@media (min-width:576px) {
  .modal-apartment__title:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -57px;
    width: 40px;
    height: 2px;
    background: #de654c
  }
}

.fancybox-content {
  padding: 33px 65px 42px 57px
}

@media (max-width:575.98px) {
  .fancybox-content {
    padding: 30px 20px 20px
  }
}

.fancybox-slide--html .fancybox-close-small {
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: url(../images/close.svg) no-repeat center center;
  opacity: 1
}

.fancybox-slide--html .fancybox-close-small svg {
  display: none
}

.sa-filter .radio-buttons-group,
.sa-filter .range-slider {
  margin-bottom: 0
}

@media (max-width:575.98px) {
  .sa-filter .range-slider {
    width: 100% !important
  }
}

.sa-filter .radio span {
  height: 50px;
  min-width: 40px;
  padding: 0 15px;
  font-size: 17px
}

@media (max-width:1199.98px) {
  .sa-filter .radio span {
    height: 42px;
    min-width: 42px;
    font-size: 15px
  }
}

.sa-filter .ui-slider-handle {
  width: 20px;
  height: 20px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, .15);
  border: 5px solid #de654c
}

.sa-filter .ui-slider-range {
  top: 0;
  height: 100%
}

.sa-filter .label-text {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 100%
}

@media (max-width:1199.98px) {
  .sa-filter .label-text {
    margin-bottom: 10px;
    font-size: 14px
  }
}

.sa-filter .simple-select {
  width: 165px;
  height: 50px;
  background: url(../images/select.svg) no-repeat right 18px center, #fff
}

@media (max-width:1199.98px) {
  .sa-filter .simple-select {
    height: 42px
  }
}

@media (max-width:575.98px) {
  .sa-filter .simple-select {
    width: 100%
  }
}

.sa-filter .form-control {
  padding: 0 10px 0 14px;
  line-height: 48px;
  font-size: 17px
}

@media (max-width:1199.98px) {
  .sa-filter .form-control {
    font-size: 16px;
    line-height: 40px
  }
}

@media (max-width:575.98px) {
  .sa-filter .form-control {
    width: 100% !important
  }
}

.sa-filter__main {
  display: flex;
  align-items: flex-start
}

@media (max-width:991.98px) {
  .sa-filter__main {
    flex-direction: column
  }
}

.sa-filter__main-inner {
  display: flex;
  gap: 10px
}

@media (max-width:1199.98px) {
  .sa-filter__main-inner {
    flex-wrap: wrap
  }
}

.sa-filter__actions {
  display: grid;
  grid-template-columns: 134px 152px;
  gap: 10px;
  align-items: flex-end;
  min-height: 82px;
  margin-left: 10px;
  position: relative
}

@media (max-width:1199.98px) {
  .sa-filter__actions {
    min-height: 66px
  }
}

@media (max-width:991.98px) {
  .sa-filter__actions {
    width: 100%;
    justify-content: center;
    min-height: auto;
    margin-left: 0;
    margin-top: 15px
  }
}

@media (max-width:575.98px) {
  .sa-filter__actions {
    grid-template-columns: repeat(2, 1fr)
  }
}

.sa-filter__item {
  position: relative
}

@media (max-width:575.98px) {
  .sa-filter__item {
    width: 100%
  }
}

.sa-filter__button-apply span {
  display: block
}

.sa-filter__button-close {
  color: #3d3d3d;
  font-size: 17px;
  line-height: 100%;
  transition: .2s;
  white-space: nowrap
}

@media (min-width:992px) {
  .sa-filter__button-close {
    position: absolute;
    z-index: 10;
    bottom: -35px;
    right: 33px
  }
}

@media (max-width:991.98px) {
  .sa-filter__button-close {
    grid-column: span 2;
    text-align: center
  }
}

.sa-filter__button-close:hover {
  color: #de654c
}

.sa-filter__button-additionally,
.sa-filter__button-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 50px;
  padding: 0 18px;
  text-align: center;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: #de654c;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  transition: color .2s, background-color .2s
}

@media (max-width:1199.98px) {

  .sa-filter__button-additionally,
  .sa-filter__button-apply {
    height: 42px
  }
}

@media (max-width:575.98px) {

  .sa-filter__button-additionally,
  .sa-filter__button-apply {
    font-size: 14px
  }
}

.sa-filter__button-additionally:hover,
.sa-filter__button-apply:hover {
  color: #fff;
  background-color: #db583d
}

.sa-filter__button-additionally {
  background: #f4d8cd;
  color: #de654c;
  font-size: 15px
}

.sa-filter__additionally {
  display: none;
  position: relative;
  padding-right: 65px
}

.sa-filter__additionally-inner {
  display: flex;
  align-items: flex-end;
  gap: 10px 21px;
  padding-top: 40px
}

@media (max-width:1199.98px) {
  .sa-filter__additionally-inner {
    flex-wrap: wrap;
    gap: 10px
  }
}

.sa-filter__additionally-toggle {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border: 1px solid #f4d8cd;
  background: url(../images/additionally-toggle.svg) no-repeat center center, #fdf8f6
}

.cards-of-apartments {
  margin-bottom: 50px;
  padding: 27px 0 60px;
  position: relative
}

.cards-of-apartments .page-title:after {
  left: 15px;
}

.cards-of-apartments .page-title {
  margin-top: 10px;
  margin-bottom: 25px;
}

@media (max-width:1199.98px) {
  .cards-of-apartments {
    margin-bottom: 30px
  }
}

.cards-of-apartments:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/header_bg.png), #fefbfb
}

.sa-filter-wrapper {
  margin-bottom: 60px
}

@media (max-width:991.98px) {
  .sa-filter-wrapper {
    margin-bottom: 40px
  }
}

@media (max-width:575.98px) {
  .sa-filter-wrapper {
    margin-bottom: 15px
  }
}

.cards-of-apartments-sorting {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  font-size: 17px;
  line-height: 100%;
  white-space: nowrap;
}

@media (max-width:991.98px) {
  .cards-of-apartments-sorting {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    font-size: 16px;
    gap: 10px
  }
}

.cards-of-apartments-sorting__sort {
  position: relative;
  padding-right: 25px
}

.cards-of-apartments-sorting__sort a:hover,
.cards-of-apartments-sorting__sort a.selected {
  color: #de654c
}

.cards-of-apartments-sorting__sort.sort-up i {
  transform: rotate(90deg)
}

.cards-of-apartments-sorting__sort.sort-down i {
  transform: rotate(-90deg)
}
/*
.sort-link{
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
.sort-link.asc i {
  transform: rotate(90deg)
}

.sort-link.desc i {
  transform: rotate(-90deg)
}
*/

.cards-of-apartments-sorting__sort i {
  position: absolute;
  top: -3px;
  right: 0
}

.cards-of-apartments-sorting__sort i:before {
  color: #de654c;
  font-size: 10px
}

.cards-of-apartments-sorting__sort span {
  font-weight: 700
}

.card-of-apartments {
  margin-bottom: 30px;
  padding: 48px 27px 34px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  position: relative;
  transition: box-shadow .2s
}

.card-of-apartments:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1)
}

.card-of-apartments:hover:after {
  opacity: 1
}

.card-of-apartments:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -10px;
  right: -10px;
  width: 50px;
  height: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  background: url(../images/plus.svg) no-repeat center center, #de654c;
  transition: .2s;
  opacity: 0
}

.card-of-apartments .tabs {
  border-bottom: 1px solid #f4d8cd
}

.card-of-apartments .tabs__caption {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center
}

.card-of-apartments .tabs__caption li {
  padding: 0 8px 11px;
  position: relative;
  font-weight: 300;
  font-size: 15px;
  line-height: 100%;
  transition: color .2s;
  cursor: pointer
}

.card-of-apartments .tabs__caption li.active {
  color: #de654c;
  font-weight: 500
}

.card-of-apartments .tabs__caption li.active:before {
  opacity: 1
}

.card-of-apartments .tabs__caption li:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #de654c;
  transition: .2s;
  opacity: 0
}

.card-of-apartments__thumb {
  margin-bottom: 20px
}

.card-of-apartments__thumb a {
  display: block;
  position: relative;
  padding-top: 71.9298245614%
}

.card-of-apartments__thumb a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%
}

.card-of-apartments__count-view {
  position: absolute;
  top: 21px;
  left: 26px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%
}

.card-of-apartments__body {
  display: block
}

.card-of-apartments__body:hover {
  color: inherit
}

.card-of-apartments__title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #3d3d3d
}

.card-of-apartments__name {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%
}

.card-of-apartments__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%
}

.card-of-apartments__price {
  margin-top: 17px;
  color: #de654c;
  font-weight: 700;
  font-size: 21px;
  line-height: 110%
}

.need-consultation-callback-card {
  display: grid;
  grid-template-columns: 150px 463px 1fr;
  gap: 30px;
  align-items: center;
  padding: 22px 52px 20px 30px;
  border: 1px solid #f4d8cd;
  background: #fdf8f6
}

@media (max-width:1199.98px) {
  .need-consultation-callback-card {
    grid-template-columns: 150px 1fr 1fr
  }
}

@media (max-width:991.98px) {
  .need-consultation-callback-card {
    display: block;
    padding: 20px;
    text-align: center
  }
}

.need-consultation-callback-card__image-user {
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
  width: 150px;
  height: 150px
}

@media (max-width:991.98px) {
  .need-consultation-callback-card__image-user {
    margin: 0 auto 20px
  }
}

.need-consultation-callback-card__image-user img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media (min-width:1200px) {
  .need-consultation-callback-card__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px;
    align-items: flex-end
  }
}

.need-consultation-callback-card__title {
  margin-bottom: 13px;
  padding-bottom: 13px;
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%
}

@media (max-width:991.98px) {
  .need-consultation-callback-card__title {
    padding-bottom: 0
  }
}

@media (min-width:992px) {
  .need-consultation-callback-card__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #de654c
  }
}

.need-consultation-callback-card__descr {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%
}

@media (max-width:1199.98px) {
  .need-consultation-callback-card__descr {
    margin-bottom: 20px
  }
}

.need-consultation-callback-card__phone {
  margin-bottom: 11px
}

@media (max-width:1199.98px) {
  .need-consultation-callback-card__phone {
    margin-bottom: 5px
  }
}

.need-consultation-callback-card__phone a {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  white-space: nowrap
}

@media (max-width:1199.98px) {
  .need-consultation-callback-card__phone a {
    font-size: 20px;
    line-height: 130%
  }
}

.need-consultation-callback-card__phone a:hover {
  color: #de654c
}

.need-consultation-callback-card__phone a:before {
  content: "";
  margin-right: 14px;
  font-size: 22px;
  font-family: base-icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #de654c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.need-consultation-callback-card__mail a {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%
}

.need-consultation-callback-card__mail a:hover {
  color: #de654c
}

.need-consultation-callback-card__mail a:before {
  content: "";
  margin-right: 17px;
  font-family: base-icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #de654c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.need-consultation-callback-card__button-and-text-inner {
  max-width: 350px;
  margin-left: auto;
  text-align: center
}

@media (max-width:991.98px) {
  .need-consultation-callback-card__button-and-text-inner {
    margin: 20px auto 0
  }
}

.need-consultation-callback-card__button-and-text-inner .button-primary {
  width: 100%
}

.need-consultation-callback-card__button-and-text-inner p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 130%
}

.need-consultation-callback-card__button-and-text-inner p span {
  font-weight: 500
}

.product {
  margin-top: 80px;
  margin-bottom: 70px
}

@media (max-width:575.98px) {
  .product {
    margin: 40px 0
  }
}

.product .radio-buttons-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  gap: 10px
}

.product .radio span {
  flex-direction: column;
  font-weight: 300;
  color: #de654c;
  text-align: center
}

@media (min-width:576px) {
  .product .radio span {
    height: 80px;
    font-size: 17px;
    line-height: 130%
  }
}

.product .radio span i {
  font-style: normal
}

@media (min-width:576px) {
  .product .radio span i {
    font-size: 21px
  }
}

.product .tabs__content {
  margin-bottom: 50px
}

@media (max-width:1199.98px) {
  .product .tabs__content {
    text-align: center
  }
}

@media (max-width:575.98px) {
  .product .tabs__content {
    margin-bottom: 25px
  }
}

.product .tabs__caption {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 13px;
  list-style-type: none;
  /*max-width: 420px;*/
  border-bottom: 1px solid #f4d8cd
}

@media (max-width:1199.98px) {
  .product .tabs__caption {
    margin: 0 auto;
    justify-content: center
  }
}

.product .tabs__caption li {
  position: relative;
  font-size: 21px;
  line-height: 100%;
  padding: 0 15px;
  cursor: pointer
}

@media (max-width:575.98px) {
  .product .tabs__caption li {
    padding: 0 15px;
    font-size: 16px
  }
}

.product .tabs__caption li.active {
  color: #de654c;
  font-weight: 700
}

.product .tabs__caption li.active:after {
  opacity: 1
}

.product .tabs__caption li:after {
  content: "";
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 2px;
  background: #de654c;
  transition: .2s;
  opacity: 0
}

.product__image-view-link {
  display: block;
  position: relative;
  padding-top: 70px
}

@media (max-width:575.98px) {
  .product__image-view-link {
    padding-top: 55px
  }
}

.product__zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 55px;
  height: 55px;
  font-size: 26px;
  background: #fdf8f6;
  color: #de654c;
  position: absolute;
  top: 0;
  left: 0
}

@media (min-width:1200px) {
  .product__info-wrapper {
    max-width: 600px;
    margin-left: auto
  }
}

.product__info {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f4d8cd
}

@media (max-width:1199.98px) {
  .product__info {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px
  }
}

@media (max-width:575.98px) {
  .product__info {
    display: block
  }
}

.product__title {
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 500;
  font-size: 50px;
  line-height: 110%
}

@media (max-width:575.98px) {
  .product__title {
    margin-bottom: 20px;
    font-size: 28px;
    padding-bottom: 15px
  }
}

.product__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background: #de654c
}

@media (max-width:575.98px) {
  .product__title:after {
    width: 100px
  }
}

.product__chars {
  max-width: 280px
}

.product__readiness {
  margin-bottom: 60px
}

@media (max-width:575.98px) {
  .product__readiness {
    margin-top: 20px;
    margin-bottom: 20px
  }
}

.product__view-window {
  margin-bottom: 34px
}

.product__calculate-mortgage {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  text-align: center;
  height: 44px;
  padding: 0 15px;
  color: #fff;
  background: #47664f;
  font-weight: 500;
  font-size: 15px;
  line-height: 110%
}

.product__calculate-mortgage:hover {
  background: #47664f;
  color: #fff
}

.product__calculate-installments {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 44px;
  padding: 0 15px;
  color: #47664f;
  font-weight: 500;
  font-size: 15px;
  line-height: 110%;
  border: 1px solid #47664f;
  transition: background .2s, color .2s
}

.product__calculate-installments:hover {
  background: #47664f;
  color: #fff
}

.product__price-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 65px;
  margin-top: 33px;
  margin-bottom: 30px
}

@media (max-width:767.98px) {
  .product__price-wrapper {
    display: block;
    gap: 0;
    margin: 20px 0
  }
}

.product__price-t-text {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 140%
}

@media (max-width:767.98px) {
  .product__price-t-text {
    margin-bottom: 3px
  }
}

.product__price-t-text span {
  font-weight: 300
}

.product__price {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%
}

@media (max-width:767.98px) {
  .product__price {
    font-size: 30px;
    line-height: 120%
  }
}

@media (max-width:767.98px) {
  .product__price-with {
    margin-top: 10px
  }
}

.product__price-with .product__price {
  color: #de654c
}

.product__book {
  display: grid;
  grid-template-columns: 322px 1fr;
  align-items: center;
  gap: 10px 50px
}

@media (max-width:767.98px) {
  .product__book {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
  }
}

@media (max-width:575.98px) {
  .product__book {
    display: block;
    gap: 0
  }
}

.product__book .button-primary {
  width: 100%
}

@media (max-width:575.98px) {
  .product__book .button-primary {
    margin-bottom: 20px
  }
}

.product__download-print {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%
}

.product__download {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  color: #47664f
}

.product__download:hover {
  color: #47664f
}

.product__download:hover span {
  text-decoration: none
}

.product__download span {
  text-decoration-line: underline
}

.product__download i {
  font-size: 20px;
  margin-right: 10px
}

.product__print {
  display: inline-flex;
  align-items: center;
  color: #de654c
}

.product__print:hover {
  color: #de654c
}

.product__print:hover span {
  text-decoration: none
}

.product__print span {
  text-decoration-line: underline
}

.product__print i {
  font-size: 20px;
  margin-right: 10px
}

.chars {
  padding-left: 17px
}

.chars__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  line-height: 140%
}

.product .radio {
  cursor: default;
}

.product__image-wrapper {
  position: relative;
  padding-top: 82.95454545454545%;
}

.product__image-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
}

.chars__item.pvkkda::before {
  content: none;
}

.chars__item.pvkkda {
  display: block;
}

.chars__item.pvkkda .chars__name {
  display: inline-block;
  padding-right: 0;
}

.chars__item.pvkkda .chars__value {
  display: inline-block;
  padding-left: 0;
}

.chars__item:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #1f1f1f
}

.chars__name {
  position: relative;
  background-color: #fff;
  padding-right: 5px
}

.chars__name:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: -17px;
  background: #de654c
}

.chars__value {
  padding-left: 10px;
  position: relative;
  background-color: #fff;
  color: #de654c;
  font-weight: 500
}

.product-readiness {
  width: 249px;
  max-width: 100%
}

.product-readiness__head {
  display: grid;
  grid-template-columns: 60% 1fr;
  align-items: center;
  gap: 15px;
  margin-bottom: 6px;
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%
}

.product-readiness__head span {
  color: #de654c;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%
}

.product-readiness__rail {
  position: relative;
  width: 100%;
  height: 21px;
  border: 1px solid #f4d8cd;
  background: #fff
}

.product-readiness__rail span {
  position: absolute;
  top: 0;
  left: 7px;
  right: 7px;
  height: 100%;
  background: url(../images/product-readiness_rail.png) repeat-x left center
}

.product-view-window {
  padding: 17px 15px;
  border: 1px solid #f4d8cd;
  background: #fdf8f6;
  text-align: center
}

.product-view-window__t-text {
  display: inline-flex;
  align-items: center;
  text-align: center;
  color: #de654c;
  font-weight: 500;
  font-size: 21px;
  line-height: 120%
}

.product-view-window__t-text i {
  font-size: 24px;
  margin-left: 15px
}

.product-view-window__b-text {
  color: #3b3a3a;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%
}

.other-apartments-planning {
  padding: 66px 0 80px;
  position: relative;
  background: url(../images/header_bg.png), #fefbfb
}

@media (min-width:1200px) {
  .other-apartments-planning {
    padding: 40px 0
  }
}

@media (min-width:992px) {
  .other-apartments-planning .title-and-controls {
    margin-bottom: 20px
  }
}

@media (min-width:1200px) {
  .other-apartments-planning .swiper {
    overflow: visible
  }
}

.other-apartments-planning .button-primary {
  width: 365px;
  max-width: 100%;
  margin-top: 40px
}

@media (min-width:992px) {
  .other-apartments-planning .wtitle {
    font-size: 40px;
    line-height: 50px
  }
}

.other-apartments-planning .wtitle:after {
  top: 28px
}

.other-apartments-planning__count {
  color: #de654c;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%
}

.other-apartments-planning-card {
  display: block;
  padding: 37px 40px 26px;
  background: #fff;
  text-align: center;
  transition: box-shadow .2s
}

@media (min-width:1200px) {
  .other-apartments-planning-card {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05)
  }
}

@media (max-width:575.98px) {
  .other-apartments-planning-card {
    padding: 20px
  }
}

@media (min-width:1200px) {
  .other-apartments-planning-card:hover {
    box-shadow: 0 10px 50px rgba(0, 0, 0, .1)
  }
}

.other-apartments-planning-card__thumb {
  position: relative;
  padding-top: 72.131147541%;
  margin-bottom: 28px
}

.other-apartments-planning-card__thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 100%;
  margin: auto
}

.other-apartments-planning-card__t-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #1f1f1f
}

.other-apartments-planning-card__price {
  margin-top: 10px;
  color: #de654c;
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  white-space: nowrap
}

@media (max-width:575.98px) {
  .other-apartments-planning-card__price {
    font-size: 28px
  }
}

.repairs-apartment {
  padding-top: 59px
}

@media (max-width:991.98px) {
  .repairs-apartment {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.repairs-apartment ol {
  padding-left: 20px;
  font-size: 18px;
  line-height: 170%
}

@media (min-width:992px) {
  .repairs-apartment .wtitle {
    width: 100%;
    margin-bottom: 24px;
    padding-right: 100px;
    font-size: 40px;
    line-height: 50px
  }
}

.repairs-apartment .wtitle:after {
  top: 27px;
  right: -22px
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.repairs-apartment-view-wrapper {
  width: 100%;
  position: relative
}

@media (max-width:1199.98px) {
  .repairs-apartment-view-wrapper {
    margin-top: 20px
  }
}

.repairs-apartment-view-wrapper:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -10px;
  top: -8px;
  width: 300px;
  height: 300px;
  background: #de654c
}

.repairs-apartment-view {
  width: 660px;
  height: 448px;
  position: relative
}

.repairs-apartment-view__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.repairs-apartment-view__tooltips {
  position: relative;
  width: 100%;
  height: 100%
}

.rav-tooltip {
  cursor: pointer;
  position: absolute
}

.rav-tooltip:hover .rav-tooltip__hidden {
  opacity: 1;
  visibility: visible;
  pointer-events: fill
}

.rav-tooltip--1 {
  top: 138px;
  left: 260px
}

.rav-tooltip--2 {
  bottom: 80px;
  right: 195px
}

.rav-tooltip--3 {
  bottom: 45px;
  left: 170px
}

.rav-tooltip--4 {
  right: 542px;
  bottom: 128px
}

.rav-tooltip--4 .rav-tooltip__hidden {

  right: 100%
}

.rav-tooltip__num {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 170%;
  background: #de654c;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05)
}

.rav-tooltip__hidden {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 100%;
  width: 180px;
  min-height: 40px;
  background-color: #fff;
  padding: 4px 5px 6px 15px;
  font-size: 14px;
  line-height: 110%;
  transition: .2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

.fsfl1 {
  padding: 50px 0 100px
}

@media (max-width:1199.98px) {
  .fsfl1 {
    padding: 40px 0
  }
}

.fsfl1 p {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%
}

.fsfl1 p span {
  color: #de654c
}

.fsfl1 .h2,
.fsfl1 h2 {
  margin-bottom: 25px;
  padding-bottom: 25px;
  color: #000;
  font-size: 40px;
  line-height: 50px;
  position: relative
}

@media (max-width:991.98px) {

  .fsfl1 .h2,
  .fsfl1 h2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 120%
  }
}

@media (max-width:575.98px) {

  .fsfl1 .h2,
  .fsfl1 h2 {
    font-size: 28px
  }
}

.fsfl1 .h2:after,
.fsfl1 h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background: #de654c
}

.fsfl1 .wtitle {
  margin-bottom: 0
}

@media (min-width:992px) {
  .fsfl1 .wtitle {
    font-size: 50px;
    line-height: 60px;
    color: #de654c;
    font-weight: 700
  }
}

.fsfl1 .tabs__caption {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  margin: 0 0 60px 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1
}

@media (max-width:1199.98px) {
  .fsfl1 .tabs__caption {
    margin: 0 0 30px 0
  }
}

.fsfl1 .tabs__caption li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 66px;
  padding: 0 20px;
  color: #3d3d3d;
  font-weight: 500;
  font-size: 21px;
  line-height: 100%;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  transition: color .2s;
  position: relative;
  cursor: pointer
}

@media (max-width:1199.98px) {
  .fsfl1 .tabs__caption li {
    height: 50px;
    font-size: 18px
  }
}

.fsfl1 .tabs__caption li.active a,
.fsfl1 .tabs__caption li:hover a {
  color: #fff;
  z-index: 10
}

.fsfl1 .tabs__caption li.active:before,
.fsfl1 .tabs__caption li:hover:before {
  opacity: 1
}

.fsfl1 .tabs__caption li:before {
  content: "";
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  background: #47664f;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  transition: .2s;
  opacity: 0
}

@media (max-width:1199.98px) {
  .fsfl1 .tabs__caption li:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
}

.fsfl1 .tabs__caption li span {
  position: relative;
  z-index: 1
}

.fsfl1 .tabs__content {
  padding-top: 50px
}

.fsfl1__image {
  position: relative;
  height: 100%;
  width: 100%
}

@media (max-width:1199.98px) {
  .fsfl1__image {
    margin-bottom: 30px;
    text-align: center
  }
}

.fsfl1__image img {
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1)
}

@media (min-width:1200px) {
  .fsfl1__image img {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 945px;
    height: 570px;
    max-width: none;
    object-fit: cover
  }
}

@media (max-width:1199.98px) {
  .fsfl1__image img {
    width: 700px
  }
}

.fsfl1__text {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 120%
}

@media (max-width:1199.98px) {
  .fsfl1__text {
    font-size: 30px
  }
}

.fsfl1-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px
}

@media (max-width:767.98px) {
  .fsfl1-features {
    gap: 20px
  }
}

@media (max-width:575.98px) {
  .fsfl1-features {
    grid-template-columns: repeat(1, 1fr)
  }
}

.fsfl1-features__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: center;
  color: #47664f
}

@media (max-width:575.98px) {
  .fsfl1-features__item {
    grid-template-columns: 55px 1fr
  }
}

.fsfl1-features__num {
  letter-spacing: -.05em;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 90px;
  line-height: 150%
}

@media (max-width:767.98px) {
  .fsfl1-features__num {
    font-size: 50px;
    line-height: 120%
  }
}

.fsfl1-features__content {
  font-size: 18px;
  line-height: 110%
}

@media (max-width:767.98px) {
  .fsfl1-features__content {
    font-size: 16px
  }
}

.fsfl1-features__content span {
  display: block;
  font-weight: 700;
  font-size: 24px
}

@media (max-width:767.98px) {
  .fsfl1-features__content span {
    font-size: 18px
  }
}

.geography-construction-card {
  display: block;
  max-width: 340px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
  background: #fff;
  padding: 15px;
  pointer-events: fill
}

@media (max-width:991.98px) {
  .geography-construction-card {
    margin: 0 auto
  }
}

.geography-construction-card:hover {
  color: inherit
}

.geography-construction-card ul {
  margin: 0 0 13px 0;
  padding: 0;
  list-style: none
}

.geography-construction-card ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%
}

.geography-construction-card ul li:last-child {
  margin-bottom: 0
}

.geography-construction-card ul li span:first-child {
  margin-right: auto
}

.geography-construction-card ul li span:last-child {
  margin-right: auto;
  color: #de654c
}

.geography-construction-card__body {
  padding: 18px 9px 9px
}

.geography-construction-card__image {
  position: relative;
  padding-top: 58.064516129%
}

.geography-construction-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.geography-construction-card__badge-wrapper {
  text-align: right;
  margin-top: -37px;
  margin-bottom: 4px;
  position: relative;
  z-index: 1
}

.geography-construction-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 0 14px;
  background: #de654c;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%
}

.geography-construction-card__title {
  margin-bottom: 5px;
  color: #de654c;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%
}

.geography-construction-card__street {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 120%
}

.geography-construction-card__more {
  display: inline-flex;
  width: auto;
  color: #de654c;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  border-bottom: 1px solid
}

.geography-construction__wrapper {
  position: relative
}

@media (min-width:992px) {
  .geography-construction__wrapper {
    height: 600px
  }
}

@media (min-width:992px) {
  .geography-construction__map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
  }
}

.geography-construction__map img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.geography-construction__content {
  margin-top: 30px
}

@media (min-width:992px) {
  .geography-construction__content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    margin-top: 0
  }
}

@media (max-width:991.98px) {
  .geography-construction__content .container {
    padding: 0
  }
}

.history-company {
  padding: 106px 0 80px
}

@media (max-width:1199.98px) {
  .history-company {
    padding: 40px 0
  }
}

@media (min-width:1200px) {
  .history-company .swiper {
    overflow: visible
  }
}

@media (min-width:1200px) {
  .history-company .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0
  }
}

@media (min-width:576px) {
  .history-company .title-and-controls {
    margin-bottom: 33px;
    padding-bottom: 26px;
    border-bottom: 1px solid #f4d8cd
  }
}

@media (min-width:576px) {
  .history-company .title-and-controls>* {
    margin-bottom: 0
  }
}

.history-company .wtitle {
  padding-right: 0
}

.history-company .wtitle:after {
  top: auto;
  right: auto;
  bottom: -27px;
  width: 120px;
  height: 3px
}

.history-company__year {
  margin-bottom: 39px;
  color: #de654c;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%
}

@media (max-width:1199.98px) {
  .history-company__year {
    margin-bottom: 20px;
    font-size: 25px
  }
}

.history-company__image {
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1)
}

@media (max-width:767.98px) {
  .history-company__image {
    margin-bottom: 20px
  }
}

.history-company__item .row {
  align-items: center
}

@media (min-width:1200px) {
  .history-company__info {
    padding-left: 40px
  }
}

.history-company__info ul {
  margin: 0 0 50px 0;
  padding: 0;
  list-style-type: none;
  font-size: 24px;
  line-height: 110%
}

@media (max-width:767.98px) {
  .history-company__info ul {
    margin: 0 0 20px 0;
    font-size: 18px
  }
}

.history-company__info ul li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 10px
}

@media (max-width:767.98px) {
  .history-company__info ul li {
    margin-bottom: 5px
  }
}

.history-company__info ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #de654c
}

.history-company__info .h3,
.history-company__info h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #de654c;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  position: relative
}

@media (max-width:767.98px) {

  .history-company__info .h3,
  .history-company__info h3 {
    margin-bottom: 15px;
    padding-bottom: 15px
  }
}

.history-company__info .h3:after,
.history-company__info h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #de654c
}

.management-company {
  position: relative;
  padding: 55px 0 44px
}

@media (max-width:1199.98px) {
  .management-company {
    padding: 40px 0
  }
}

.management-company:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 222px;
  bottom: 0;
  top: 0;
  left: -100%;
  background: url(../images/header_bg.png), #fefbfb
}

.management-company:after {
  content: url(../images/management-company_bg.png);
  position: absolute;
  z-index: -1;
  bottom: -70px;
  right: -375px;
  pointer-events: none
}

.management-company__inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 80px 45px;
  position: relative;
  z-index: 1
}

@media (max-width:1199.98px) {
  .management-company__inner {
    gap: 30px
  }
}

@media (max-width:575.98px) {
  .management-company__inner {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr))
  }
}

.management-company-card {
  display: block;
  position: relative
}

.management-company-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5px;
  left: -5px;
  width: 300px;
  height: 300px;
  background: #de654c
}

@media (max-width:575.98px) {
  .management-company-card:before {
    width: 200px;
    height: 200px
  }
}

.management-company-card__image {
  margin-bottom: 26px;
  position: relative;
  padding-top: 127.4285714286%;
  overflow: hidden
}

@media (max-width:575.98px) {
  .management-company-card__image {
    margin-bottom: 20px
  }
}

.management-company-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.management-company-card__title {
  margin-bottom: 15px;
  color: #de654c;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%
}

@media (max-width:575.98px) {
  .management-company-card__title {
    margin-bottom: 5px;
    font-size: 18px
  }
}

.management-company-card__descr {
  font-weight: 300;
  font-size: 21px;
  line-height: 120%
}

@media (max-width:575.98px) {
  .management-company-card__descr {
    font-size: 16px
  }
}

.collapse-elem {
  margin-bottom: 20px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  cursor: pointer;
  user-select: none
}

@media (max-width:575.98px) {
  .collapse-elem {
    margin-bottom: 15px;
    padding: 20px
  }
}

.collapse-elem:hover .collapse-elem__header {
  color: #de654c
}

.collapse-elem.show .collapse-elem__content {
  display: block
}

.collapse-elem.show .collapse-elem__header:after {
  transform: rotate(180deg)
}

.collapse-elem__header {
  display: inline-flex;
  padding-right: 52px;
  font-size: 24px;
  line-height: 110%;
  position: relative;
  transition: .2s
}

@media (max-width:575.98px) {
  .collapse-elem__header {
    font-size: 18px
  }
}

.collapse-elem__header:after {
  content: "";
  font-family: base-icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 14px;
  color: #de654c
}

@media (max-width:575.98px) {
  .collapse-elem__header:after {
    top: 5px;
    font-size: 12px
  }
}

.collapse-elem__content {
  padding-top: 24px;
  display: none
}

.documents {
  position: relative
}

@media (min-width:992px) {
  .documents:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 54px;
    right: -100%;
    left: 400px;
    bottom: 0;
    background: url(../images/header_bg.png), #fefbfb;
    max-height: 580px
  }
}

@media (min-width:992px) {
  .documents .wtitle {
    font-size: 40px;
    padding-right: 0;
    padding-bottom: 10px
  }
}

.documents .wtitle:after {
  top: auto;
  left: 0;
  right: auto;
  bottom: 0
}

.documents-elem {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 25px;
  margin-bottom: 10px;
  padding: 20px 56px 20px 20px;
  background: #fdf8f6;
  transition: .2s
}

@media (max-width:575.98px) {
  .documents-elem {
    padding: 15px
  }
}

.documents-elem:hover {
  background: #de654c;
  color: #fff
}

.documents-elem:hover .documents-elem__b-text,
.documents-elem:hover .documents-elem__icon {
  color: #fff
}

.documents-elem:hover .documents-elem__t-text {
  text-decoration: underline
}

.documents-elem__icon {
  font-size: 38px;
  color: #de654c;
  transition: color .2s
}

.documents-elem__t-text {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 110%
}

@media (max-width:575.98px) {
  .documents-elem__t-text {
    font-size: 18px
  }
}

.documents-elem__b-text {
  color: #818181;
  font-size: 16px;
  line-height: 110%;
  transition: color .2s
}

@media (max-width:575.98px) {
  .documents-elem__b-text {
    font-size: 15px
  }
}

.commercial-real-estate {
  position: relative
}

.commercial-real-estate__title {
  margin-bottom: 15px;
  color: #de654c;
  font-weight: 700;
  font-size: 60px;
  line-height: 120%
}

@media (max-width:1199.98px) {
  .commercial-real-estate__title {
    font-size: 45px
  }
}

@media (max-width:991.98px) {
  .commercial-real-estate__title {
    font-size: 35px
  }
}

@media (max-width:575.98px) {
  .commercial-real-estate__title {
    font-size: 30px
  }
}

.commercial-real-estate__subtitle {
  font-size: 26px;
  font-weight: 500
}

@media (max-width:1199.98px) {
  .commercial-real-estate__subtitle {
    font-size: 20px
  }
}

@media (max-width:991.98px) {
  .commercial-real-estate__subtitle {
    font-size: 18px
  }
}

.commercial-real-estate__image {
  position: relative;
  width: 100%;
  height: 100%
}

@media (max-width:991.98px) {
  .commercial-real-estate__image {
    margin-top: 20px
  }
}

@media (min-width:992px) {
  .commercial-real-estate__image img {
    width: 945px;
    height: 450px;
    max-width: none;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .1)
  }
}

@media (min-width:992px) {
  .cre-features {
    margin-top: -50px;
    position: relative;
    z-index: 1
  }
}

@media (max-width:991.98px) {
  .cre-features {
    margin-top: 20px
  }
}

.cre-features__inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 10px;
  max-width: 980px;
  margin: 0 auto
}

.cre-features__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 19px;
  padding: 11px 18px 16px 40px;
  align-items: center;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05)
}

@media (max-width:575.98px) {
  .cre-features__item {
    padding: 11px 18px 16px 20px
  }
}

.cre-features__num {
  color: #de654c;
  font-weight: 300;
  font-size: 70px;
  line-height: 150%
}

@media (max-width:575.98px) {
  .cre-features__num {
    font-size: 55px;
    line-height: 140%
  }
}

.cre-features__text {
  color: #3d3d3d;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%
}

@media (max-width:575.98px) {
  .cre-features__text {
    font-size: 20px
  }
}

.reliable-developer {
  padding: 110px 0 100px
}

@media (max-width:1199.98px) {
  .reliable-developer {
    padding: 60px 0
  }
}

@media (max-width:991.98px) {
  .reliable-developer {
    padding: 40px 0
  }
}

.reliable-developer__inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 10px
}

.reliable-developer__box {
  padding: 43px 35px 40px 35px
}

@media (max-width:575.98px) {
  .reliable-developer__box {
    padding: 20px
  }
}

.reliable-developer__item {
  min-height: 200px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  color: #fff;
  position: relative
}

@media (min-width:576px) {
  .reliable-developer__item {
    min-height: 270px
  }
}

.reliable-developer__box-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #1f1f1f
}

.reliable-developer__box-title {
  margin-bottom: 15px;
  color: #de654c;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%
}

.reliable-developer__item-title {
  position: absolute;
  bottom: 28px;
  left: 25px;
  right: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%
}

.real-estate-business {
  padding: 100px 0
}

@media (max-width:1199.98px) {
  .real-estate-business {
    padding: 40px 0
  }
}

@media (max-width:991.98px) {
  .real-estate-business {
    padding: 20px 0
  }
}

@media (min-width:992px) {
  .real-estate-business .wtitle {
    margin-bottom: 15px
  }
}

.real-estate-business__subtitle {
  margin-bottom: 55px;
  font-size: 24px;
  line-height: 140%
}

@media (max-width:991.98px) {
  .real-estate-business__subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 120%
  }
}

@media (min-width:992px) {
  .real-estate-business__form .form-group {
    margin-bottom: 0
  }
}

@media (min-width:992px) {
  .real-estate-business__form .row {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 300px 300px 1fr;
    gap: 20px
  }
}

@media (min-width:1200px) {
  .real-estate-business__form .row {
    grid-template-columns: 347px 347px 1fr
  }
}

@media (min-width:992px) {
  .real-estate-business__form .row>* {
    margin: 0;
    padding: 0
  }
}

.real-estate-business__form .button-primary {
  width: 100%;
  letter-spacing: normal
}

@media (min-width:992px) {
  .real-estate-business__form .button-primary {
    height: 62px
  }
}

@media (min-width:992px) {
  .real-estate-business__form .form-control {
    line-height: 60px
  }
}

.contact-page {
  margin-bottom: 98px
}

@media (max-width:1199.98px) {
  .contact-page {
    margin-bottom: 30px
  }
}

.contact-page .tabs__caption {
  /*display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));*/
  margin: 0;
  padding: 0;
  list-style-type: none
}

.contact-page .tabs__caption li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 15px;
  color: #de654c;
  cursor: pointer;
  letter-spacing: .1em;
 /* text-transform: uppercase;*/
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  transition: .2s;
  border: 1px solid #f4d8cd;
  background: #fdf8f6
}

.contact-page .tabs__caption li.active {
  background: #de654c;
  border-color: #de654c;
  color: #fff
}

.contact-page .tabs__content {
  padding-top: 60px
}

@media (max-width:991.98px) {
  .contact-page .tabs__content {
    padding-top: 20px
  }
}

.contact-page__yamap {
  height: 530px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
  border: 10px solid #fff;
  overflow: hidden;
  display: none;
}

.contact-page__yamap.is-active {
  display: block;
}

@media (max-width:991.98px) {
  .contact-page__yamap {
    margin-bottom: 20px
  }
}

.contact-page__yamap img {
  width: 100%
}

.contact-item {
  margin-bottom: 30px;
  padding-left: 35px;
  position: relative
}

@media (max-width:991.98px) {
  .contact-item {
    margin-bottom: 20px
  }
}

.contact-item:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 15px;
  background: #de654c
}

.contact-item__t-text {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%
}

.contact-item__text {
  font-size: 21px;
  line-height: 140%
}

.contact-item__text.phone {
  line-height: 100%
}

@media (min-width:992px) {
  .contact-item__text.phone {
    font-size: 30px
  }
}

.contact-item__text.phone a:hover {
  color: inherit;
  text-decoration: underline
}

.contact-item__text.mail a:hover {
  color: inherit;
  text-decoration: underline
}

.want-book-apartment {
  padding: 44px 70px 47px;
  border: 1px solid #f4d8cd;
  background: #fdf8f6
}

@media (max-width:1199.98px) {
  .want-book-apartment {
    padding: 20px 40px
  }
}

@media (max-width:991.98px) {
  .want-book-apartment {
    padding: 20px 40px 10px
  }
}

@media (max-width:575.98px) {
  .want-book-apartment {
    padding: 20px 20px 10px
  }
}

.want-book-apartment .page-title {
  margin-top: 0
}

@media (min-width:992px) {
  .want-book-apartment .page-title {
    margin-bottom: 34px
  }
}

@media (min-width:992px) {
  .want-book-apartment__form .form-group {
    margin-bottom: 0
  }
}

.want-book-apartment__form .button-primary {
  width: 100%
}

@media (min-width:992px) {
  .want-book-apartment__form .button-primary {
    height: 62px
  }
}

@media (min-width:992px) {
  .want-book-apartment__form .form-control {
    line-height: 60px
  }
}

@media (min-width:992px) {
  .want-book-apartment__form .row {
    display: grid;
    grid-template-columns: 29% 29% 1fr;
    gap: 20px;
    padding: 0;
    margin: 0
  }
}

@media (min-width:992px) {
  .want-book-apartment__form .row>* {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%
  }
}

@media (min-width:1200px) {
  .daf__info {
    max-width: 460px;
    min-height: 425px
  }
}

.daf__info .button-outline {
  width: 100%;
  margin-bottom: 20px;
  font-weight: 700
}

.daf__title {
  margin-bottom: 15px;
  color: #47664f;
  font-weight: 700;
  font-size: 60px;
  line-height: 120%
}

@media (max-width:1199.98px) {
  .daf__title {
    font-size: 50px
  }
}

@media (max-width:991.98px) {
  .daf__title {
    font-size: 40px
  }
}

@media (max-width:575.98px) {
  .daf__title {
    font-size: 30px
  }
}

.daf__shshfa {
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 120%
}

@media (max-width:575.98px) {
  .daf__shshfa {
    margin-bottom: 15px;
    font-size: 18px
  }
}

.daf__nums {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 62px;
  margin-bottom: 40px
}

@media (max-width:1199.98px) {
  .daf__nums {
    margin-bottom: 20px
  }
}

@media (max-width:575.98px) {
  .daf__nums {
    gap: 20px
  }
}

.daf__num-item {
  margin-bottom: 10px
}

.daf__num {
  margin-bottom: 3px;
  color: #de654c;
  font-weight: 300;
  font-size: 70px;
  line-height: 120%
}

@media (max-width:575.98px) {
  .daf__num {
    font-size: 50px
  }
}

.daf__num-text {
  color: #3d3d3d;
  font-weight: 500;
  font-size: 21px;
  line-height: 100%
}

@media (max-width:575.98px) {
  .daf__num-text {
    font-size: 18px
  }
}

.daf__image {
  position: relative;
  width: 100%;
  height: 100%
}

@media (min-width:1200px) {
  .daf__image img {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 945px;
    height: 645px;
    object-fit: cover;
    max-width: none
  }
}

.daf-controls {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(234px, 1fr));
  position: relative;
  z-index: 10;
  margin-bottom: 112px;
  margin-top: 40px
}

@media (max-width:1199.98px) {
  .daf-controls {
    margin-bottom: 20px
  }
}

.daf-controls__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  text-align: center;
  padding: 0 15px;
  position: relative;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  color: #3d3d3d;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  transition: .2s
}

@media (max-width:1199.98px) {
  .daf-controls__link {
    height: 55px;
    font-size: 18px
  }
}

@media (max-width:575.98px) {
  .daf-controls__link {
    font-size: 16px
  }
}

.daf-controls__link:hover {
  background: #47664f;
  color: #fff
}

.daf-controls__link.active {
  font-size: 21px;
  background: #47664f;
  color: #fff
}

@media (min-width:1200px) {
  .daf-controls__link.active:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    background: #47664f;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
  }
}

.daf-controls__link span {
  position: relative;
  z-index: 2
}

.fft {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 100px 0
}

@media (max-width:1199.98px) {
  .fft {
    padding: 40px 0
  }
}

@media (max-width:575.98px) {
  .fft {
    gap: 15px
  }
}

.fft__item {
  padding: 38px 47px 48px 53px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05)
}

@media (max-width:1199.98px) {
  .fft__item {
    padding: 20px
  }
}

.fft__icon {
  margin-bottom: 36px
}

@media (max-width:1199.98px) {
  .fft__icon {
    margin-bottom: 15px
  }
}

.fft__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%
}

@media (max-width:1199.98px) {
  .fft__text {
    font-size: 18px;
    line-height: 120%
  }
}

.ofc-item {
  width: 100%;
  margin-bottom: 30px;
  padding: 24px 28px 15px 32px;
  background: #fff;
  border: 1px solid #fcf4f2;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
}

@media (max-width:575.98px) {
  .ofc-item {
    padding: 20px
  }
}

.ofc-item__head {
  margin-bottom: 15px;
  padding-bottom: 13px;
  border-bottom: 1px solid #f4d8cd
}

.ofc-item__text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12px
}

.ofc-item__l-text {
  margin-right: 20px;
  color: #818181;
  font-size: 16px;
  line-height: 100%
}

.ofc-item__r-text {
  font-size: 30px;
  line-height: 100%;
  font-weight: 700
}

@media (max-width:575.98px) {
  .ofc-item__r-text {
    font-size: 20px
  }
}

.ofc-item__r-text span {
  font-size: 21px
}

@media (max-width:575.98px) {
  .ofc-item__r-text span {
    font-size: 18px
  }
}

.only-fo-customers {
  padding: 65px 0 150px;
  background: url(../images/header_bg.png), #fdf8f6
}

@media (max-width:991.98px) {
  .only-fo-customers {
    padding: 40px 0 15px
  }
}

.only-fo-customers__suptitle {
  font-size: 30px;
  line-height: 130%
}

@media (max-width:991.98px) {
  .only-fo-customers__suptitle {
    font-size: 25px;
    line-height: 120%
  }
}

.only-fo-customers__title {
  margin-bottom: 52px;
  padding-bottom: 20px;
  position: relative;
  color: #47664f;
  font-weight: 700;
  font-size: 50px;
  line-height: 120%
}

@media (max-width:991.98px) {
  .only-fo-customers__title {
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 30px
  }
}

.only-fo-customers__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background: #47664f
}

.only-fo-customers__text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%
}

.get-an-offer {
  color: #fff
}

@media (min-width:992px) {
  .get-an-offer {
    margin-top: -90px
  }
}

.get-an-offer .button-white {
  position: relative;
  z-index: 10;
  width: 370px;
  color: #47664f;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 150%
}

@media (max-width:991.98px) {
  .get-an-offer .button-white {
    width: auto;
    font-size: 15px
  }
}

.get-an-offer .button-white:hover {
  background-color: #fff
}

.get-an-offer__wrapper {
  padding: 48px 0 70px;
  background: #de654c
}

@media (max-width:1199.98px) {
  .get-an-offer__wrapper {
    padding: 40px 0
  }
}

.get-an-offer__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%
}

@media (max-width:991.98px) {
  .get-an-offer__title {
    margin-bottom: 15px;
    font-size: 30px
  }
}

.get-an-offer__subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%
}

@media (max-width:991.98px) {
  .get-an-offer__subtitle {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 110%
  }
}

.get-an-offer__button-wrapper {
  position: relative
}

@media (min-width:992px) {
  .get-an-offer__button-wrapper {
    padding-right: 40px;
    text-align: right
  }
}

@media (min-width:992px) {
  .get-an-offer__button-wrapper:before {
    content: url(../images/get-an-offer_decor.svg);
    position: absolute;
    top: -70px;
    right: -60px
  }
}

@media (max-width:1499px) {
  .get-an-offer__button-wrapper:before {
    right: 0
  }
}

.faq {
  padding-top: 100px
}

@media (max-width:1199.98px) {
  .faq {
    padding-top: 40px
  }
}

.faq .collapse-elem__header:after {
  top: 36%
}

.faq .collapse-elem__header {
  width: 100%
}

@media (min-width:1200px) {
  .faq .collapse-elem__header {
    line-height: 130%
  }
}

.faq .collapse-elem {
  margin-bottom: 11px
}

@media (min-width:1200px) {
  .faq .collapse-elem {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

.faq .wtitle {
  padding-bottom: 15px
}

@media (min-width:992px) {
  .faq .wtitle {
    margin-bottom: 39px;
    font-size: 40px;
    line-height: 50px
  }
}

.faq .wtitle:after {
  bottom: 0;
  top: auto;
  right: auto
}

.faq__card-wrapper {
  max-width: 410px;
  margin-top: 20px
}

@media (min-width:1200px) {
  .faq__card-wrapper {
    margin-top: 0;
    margin-left: auto
  }
}

.faq-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%
}

.faq-text>* {
  margin: 0
}

.need-consultation-card {
  padding: 32px 29px 40px 40px;
  border: 1px solid #f4d8cd;
  background: #fdf8f6
}

@media (max-width:575.98px) {
  .need-consultation-card {
    padding: 20px;
    text-align: center
  }
}

.need-consultation-card .button-primary {
  width: 100%
}

.need-consultation-card__header {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 26px;
  align-items: center;
  margin-bottom: 27px
}

@media (max-width:575.98px) {
  .need-consultation-card__header {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 15px
  }
}

.need-consultation-card__image {
  width: 140px;
  height: 140px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1)
}

@media (max-width:575.98px) {
  .need-consultation-card__image {
    margin: 0 auto
  }
}

.need-consultation-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.need-consultation-card__title {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%
}

.need-consultation-card__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #de654c
}

@media (max-width:575.98px) {
  .need-consultation-card__title:after {
    left: 50%;
    transform: translateX(-50%)
  }
}

.need-consultation-card__subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%
}

.need-consultation-card__phone {
  margin-bottom: 11px
}

.need-consultation-card__phone a {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%
}

@media (max-width:575.98px) {
  .need-consultation-card__phone a {
    font-size: 20px;
    line-height: 120%
  }
}

.need-consultation-card__phone a:hover {
  color: #de654c
}

.need-consultation-card__phone a:before {
  content: "";
  margin-right: 14px;
  font-size: 22px;
  font-family: base-icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #de654c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.need-consultation-card__mail {
  margin-bottom: 39px
}

@media (max-width:575.98px) {
  .need-consultation-card__mail {
    margin-bottom: 15px
  }
}

.need-consultation-card__mail a {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%
}

.need-consultation-card__mail a:hover {
  color: #de654c
}

.need-consultation-card__mail a:before {
  content: "";
  margin-right: 16px;
  font-size: 18px;
  font-family: base-icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #de654c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.need-consultation-card__bigtitle {
  margin-bottom: 9px;
  color: #de654c;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%
}

@media (max-width:575.98px) {
  .need-consultation-card__bigtitle {
    font-size: 25px;
    line-height: 120%
  }
}

.need-consultation-card__descr {
  margin-bottom: 19px;
  font-size: 16px;
  line-height: 130%
}

.need-consultation-card__descr span {
  font-weight: 500
}

.daf2 .daf__info .button-outline {
  max-width: 400px
}

.daf__shshfa2 {
  margin-bottom: 42px;
  font-size: 21px;
  line-height: 29px;
  font-weight: 300
}

@media (max-width:991.98px) {
  .daf__shshfa2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 120%
  }
}

@media (min-width:1200px) {
  .daf__shshfa2 .daf__info {
    max-width: 468px
  }
}

.daf__shshfa2 strong {
  font-weight: 700;
  color: #47664f
}

.daf__shshfa2 span {
  font-weight: 400
}

.step {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0 55px;
  margin-bottom: 20px;
  padding: 42px 30px 44px 46px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  background: #fff;
  transition: box-shadow .2s;
  position: relative
}

@media (max-width:991.98px) {
  .step {
    padding: 20px;
    grid-template-columns: 90px 1fr;
    gap: 0 30px
  }
}

@media (max-width:575.98px) {
  .step {
    text-align: center;
    grid-template-columns: 1fr;
    gap: 20px 0
  }
}

.step:last-child {
  margin-bottom: 0
}

.step:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1)
}

.step:hover .step__title {
  color: #de654c
}

.step ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

@media (max-width:575.98px) {
  .step ul {
    text-align: left
  }
}

.step ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  line-height: 140%
}

.step ul li:last-child {
  margin-bottom: 0
}

.step ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #de654c
}

.step__num-text {
  color: #de654c;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  position: relative;
  right: -10px
}

@media (max-width:991.98px) {
  .step__num-text {
    font-size: 20px
  }
}

@media (max-width:575.98px) {
  .step__num-text {
    right: 0
  }
}

.step__num {
  color: #de654c;
  font-weight: 300;
  font-size: 100px;
  line-height: 90%
}

@media (max-width:991.98px) {
  .step__num {
    font-size: 70px
  }
}

.step__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  transition: color .2s
}

@media (max-width:991.98px) {
  .step__title {
    margin-bottom: 15px;
    font-size: 25px
  }
}

.buy-apartment-online {
  padding-top: 176px;
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 50px
}

@media (max-width:1199.98px) {
  .buy-apartment-online {
    padding-top: 100px
  }
}

@media (max-width:991.98px) {
  .buy-apartment-online {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 20px
  }
}

.buy-apartment-online:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -100%;
  top: 276px;
  left: 400px;
  bottom: 0;
  background: url(../images/header_bg.png), #fefbfb
}

.buy-apartment-online .subtitle {
  font-weight: 500;
  margin-bottom: 20px
}

@media (min-width:1200px) {
  .buy-apartment-online .subtitle {
    margin-bottom: 50px;
    font-size: 21px;
    line-height: 26px
  }
}

.daf__shshfa3 {
  font-weight: 500
}

@media (min-width:992px) {
  .daf__shshfa3 {
    font-size: 21px;
    line-height: 31px
  }
}

.daf__shshfa3 span {
  color: #de654c
}

.daf3 .daf__info {
  max-width: 100%
}

.ofjr {
  margin-top: 30px
}

@media (min-width:1200px) {
  .ofjr {
    margin-top: -140px;
    position: relative;
    z-index: 10
  }
}

.ofjr-item {
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
  background: #fff;
  padding: 25px 35px 34px 43px;
  transition: box-shadow .2s, background .2s, color .2s
}

@media (max-width:575.98px) {
  .ofjr-item {
    margin-bottom: 20px;
    padding: 20px
  }
}

.ofjr-item.active,
.ofjr-item:hover {
  background: #47664f;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
  color: #fff
}

.ofjr-item.active .ofjr-item__head-r,
.ofjr-item:hover .ofjr-item__head-r {
  color: #f4d8cd
}

.ofjr-item.active .ofjr-item__head-l,
.ofjr-item:hover .ofjr-item__head-l {
  color: #fff
}

.ofjr-item__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 27px
}

@media (max-width:575.98px) {
  .ofjr-item__head {
    margin-bottom: 15px
  }
}

.ofjr-item__head-b-text {
  font-weight: 500;
  font-size: 21px;
  line-height: 100%
}

@media (max-width:575.98px) {
  .ofjr-item__head-b-text {
    font-size: 17px
  }
}

.ofjr-item__head-l {
  color: #47664f;
  font-size: 70px;
  line-height: 120%;
  transition: color .2s
}

@media (max-width:575.98px) {
  .ofjr-item__head-l {
    font-size: 50px
  }
}

.ofjr-item__head-l span {
  font-size: 50px
}

@media (max-width:575.98px) {
  .ofjr-item__head-l span {
    font-size: 30px
  }
}

.ofjr-item__head-r {
  color: #de654c;
  font-size: 60px;
  line-height: 120%;
  transition: color .2s
}

@media (max-width:575.98px) {
  .ofjr-item__head-r {
    font-size: 50px
  }
}

.ofjr-item__head-r span {
  font-size: 40px
}

@media (max-width:575.98px) {
  .ofjr-item__head-r span {
    font-size: 30px
  }
}

.ofjr-item__text {
  font-size: 16px;
  line-height: 140%
}

.gaidf-item {
  display: grid;
  grid-template-columns: 67px 1fr;
  gap: 23px;
  margin-bottom: 30px
}

@media (max-width:575.98px) {
  .gaidf-item {
    grid-template-columns: 40px 1fr
  }
}

.gaidf-item__title {
  margin-bottom: 11px;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%
}

@media (max-width:575.98px) {
  .gaidf-item__title {
    font-size: 20px;
    line-height: 120%
  }
}

.gaidf-item__text {
  font-size: 16px;
  line-height: 140%
}

.gaidf-item__text span {
  font-weight: 500
}

.gaidf {
  margin: 134px 0 70px
}

@media (max-width:1199.98px) {
  .gaidf {
    margin: 40px 0
  }
}

.agivasf {
  padding: 78px 100px 57px 80px;
  background: url(../images/get-an-offer_decor.svg) no-repeat top 40px right 46px, #de654c;
  position: relative;
  color: #fff
}

@media (min-width:1200px) {
  .agivasf {
    max-width: 800px
  }
}

@media (max-width:991.98px) {
  .agivasf {
    padding: 20px
  }
}

.agivasf .checkbox {
  color: #fff
}

.agivasf .checkbox a {
  color: #fff
}

.agivasf .row {
  margin-left: -10px;
  margin-right: -10px
}

.agivasf .row>* {
  padding-left: 10px;
  padding-right: 10px
}

.agivasf .button-primary {
  width: 100%;
  background: #f4d8cd;
  color: #47664f
}

@media (min-width:768px) {
  .agivasf .form-control {
    line-height: 58px;
    margin-bottom: 0
  }
}

@media (min-width:768px) {
  .agivasf .form-group {
    margin-bottom: 22px
  }
}

.agivasf .form-group:last-child {
  margin-bottom: 0
}

@media (min-width:768px) {

  .agivasf .form-group:nth-child(1),
  .agivasf .form-group:nth-child(2) {
    width: 50%
  }
}

.agivasf__title {
  margin-bottom: 27px;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%
}

@media (max-width:991.98px) {
  .agivasf__title {
    margin-bottom: 20px;
    font-size: 30px
  }
}

.agivasf__text {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 21px;
  line-height: 130%
}

@media (max-width:991.98px) {
  .agivasf__text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 120%
  }
}

.vofmjvbu {
  margin-top: 30px
}

@media (min-width:1200px) {
  .vofmjvbu {
    margin-top: 45px
  }
}

.vofmjvbu__image {
  width: 210px;
  height: 210px;
  margin-bottom: 28px;
  border: 10px solid #fff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1)
}

.vofmjvbu__image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.vofmjvbu__title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  position: relative
}

.vofmjvbu__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #de654c
}

.vofmjvbu__subtitle {
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%
}

.vofmjvbu__phone {
  margin-bottom: 11px
}

.vofmjvbu__phone a {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%
}

@media (max-width:575.98px) {
  .vofmjvbu__phone a {
    font-size: 20px
  }
}

.vofmjvbu__phone a:hover {
  color: #de654c
}

.vofmjvbu__phone a:before {
  content: "";
  font-family: base-icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #de654c;
  margin-right: 14px
}

@media (max-width:575.98px) {
  .vofmjvbu__phone a:before {
    font-size: 20px
  }
}

.vofmjvbu__mail a {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%
}

.vofmjvbu__mail a:hover {
  color: #de654c
}

.vofmjvbu__mail a:before {
  content: "";
  font-family: base-icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #de654c;
  margin-right: 17px
}

.hbawmc {
  padding: 100px 0 80px
}

@media (max-width:1199.98px) {
  .hbawmc {
    padding: 40px 0
  }
}

.hbawmc .wtitle:after {
  top: auto;
  bottom: 25px
}

.hbawmc-top {
  display: grid;
  grid-template-columns: 305px 305px auto;
  gap: 70px;
  margin-bottom: 100px
}

@media (max-width:1199.98px) {
  .hbawmc-top {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px 40px;
    margin-bottom: 30px
  }
}

.hbawmc-top__price {
  color: #de654c;
  font-size: 70px;
  line-height: 150%
}

@media (max-width:1199.98px) {
  .hbawmc-top__price {
    font-size: 50px;
    line-height: 120%
  }
}

.hbawmc-top__i-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%
}

@media (min-width:1200px) {
  .hbawmc-top__b-text {
    width: 402px;
    margin-left: auto;
    padding-top: 15px
  }
}

.hbawmc-top__b-text p {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%
}

.hbawmc-top__b-text p:last-child {
  margin-bottom: 0
}

.hbawmc-bottom__item {
  margin-bottom: 30px
}

.hbawmc-bottom__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin-bottom: 36px;
  background: #47664f;
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 140%
}

@media (max-width:575.98px) {
  .hbawmc-bottom__num {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 120%
  }
}

.hbawmc-bottom__t-text {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%
}

@media (max-width:575.98px) {
  .hbawmc-bottom__t-text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 120%
  }
}

.hbawmc-bottom__b-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%
}

@media (max-width:575.98px) {
  .hbawmc-bottom__b-text {
    font-size: 16px;
    line-height: 120%
  }
}

.information-buyers__title {
  margin-bottom: 20px;
  color: #de654c;
  font-weight: 700;
  font-size: 60px;
  line-height: 120%
}

@media (max-width:1199.98px) {
  .information-buyers__title {
    font-size: 45px
  }
}

@media (max-width:575.98px) {
  .information-buyers__title {
    margin-bottom: 15px;
    font-size: 30px
  }
}

@media (max-width:1199.98px) {
  .information-buyers__title br {
    display: none
  }
}

.information-buyers__text {
  font-size: 24px;
  line-height: 33px
}

@media (max-width:1199.98px) {
  .information-buyers__text {
    font-size: 20px;
    line-height: 120%
  }
}

@media (max-width:991.98px) {
  .information-buyers__text {
    margin-bottom: 20px
  }
}

@media (max-width:1199.98px) {
  .information-buyers__text br {
    display: none
  }
}

@media (min-width:1200px) {
  .information-buyers__img {
    max-width: none;
    width: 915px;
    height: 450px;
    margin-left: 23px;
    object-fit: cover
  }
}

.avkifsk {
  padding: 100px 0 50px
}

@media (max-width:1199.98px) {
  .avkifsk {
    padding: 40px 0
  }
}

.avkifsk__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px
}

@media (max-width:1199.98px) {
  .avkifsk__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
  }
}

@media (max-width:767.98px) {
  .avkifsk__inner {
    grid-template-columns: 1fr
  }
}

.avkifsk-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  min-height: 230px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  transition: color .2s, box-shadow .2s
}

@media (max-width:767.98px) {
  .avkifsk-item {
    min-height: 200px
  }
}

.avkifsk-item:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
  color: #de654c
}

.avkifsk-item:hover .avkifsk-item__image:after {
  opacity: 0
}

.avkifsk-item:hover:after {
  opacity: 1
}

.avkifsk-item:hover:before {
  opacity: 0
}

.avkifsk-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -6px;
  right: -6px;
  width: 65px;
  height: 65px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  background: #de654c;
  transition: .2s
}

.avkifsk-item:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -10px;
  right: -10px;
  width: 65px;
  height: 65px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  background: url(../images/plus.svg) no-repeat center center, #de654c;
  transition: .2s;
  opacity: 0
}

.avkifsk-item__image {
  position: relative
}

.avkifsk-item__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
  transition: .2s
}

.avkifsk-item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.avkifsk-item__content {
  padding: 43px 42px 20px
}

.avkifsk-item__title {
  font-weight: 500;
  font-size: 21px;
  line-height: 120%
}

.root-news {
  position: relative
}

.root-news:before {
  content: "";
  position: absolute;
  top: 43px;
  left: 400px;
  right: -100%;
  bottom: 100px;
  background: url(../images/header_bg.png), #fefbfb
}

.news-item {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 30px 20px 33px;
  position: relative;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  transition: color .2s
}

@media (min-width:1200px) {
  .news-item {
    min-height: 160px;
  }
}

.news-item:hover {
  color: #fff
}

.news-item:hover .news-item__date {
  color: #fff
}

.news-item:hover:before {
  opacity: 1
}

.news-item:before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background: #de654c;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  transition: .2s;
  opacity: 0
}

.news-item__inner {
  position: relative;
  z-index: 1
}

.news-item__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%
}

.news-item__date {
  margin-top: 20px;
  color: #de654c;
  text-align: right;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  transition: color .2s
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  padding: 0;
  text-align: center;
  list-style-type: none
}

.pagination>li {
  display: inline-block;
  margin-left: -1px
}

.pagination>li.active>a {
  background: #de654c;
  color: #fff
}

.pagination>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  min-width: 65px;
  padding: 0 20px;
  text-align: center;
  border: 1px solid #f4d8cd;
  font-size: 24px;
  line-height: 100%;
  transition: .2s
}

@media (max-width:1199.98px) {
  .pagination>li>a {
    height: 50px;
    min-width: 50px;
    padding: 0 15px;
    font-size: 18px
  }
}

@media (max-width:575.98px) {
  .pagination>li>a {
    height: 40px;
    min-width: 40px;
    padding: 0 10px;
    font-size: 16px
  }
}

.pagination>li>a:hover {
  background: #de654c;
  color: #fff
}

.news-container img {
  width: 100%;
  margin: 20px 0 30px
}

.news-container p {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%
}

.news-container .page-title {
  margin-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  font-weight: 500
}

@media (min-width:992px) {
  .news-container .page-title {
    margin-bottom: 22px;
    font-size: 40px;
    line-height: 110%
  }
}

.news-container .page-title:after {
  content: none
}

.news-container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px
}

.news-container-date {
  color: #de654c;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%
}

@media (max-width:575.98px) {
  .news-container-date {
    font-size: 16px
  }
}

.news-container-share {
  display: flex;
  align-items: center
}

.news-container-share__text {
  margin-right: 23px;
  white-space: nowrap;
  color: #3d3d3d;
  font-weight: 500;
  font-size: 21px;
  line-height: 110%
}

@media (max-width:575.98px) {
  .news-container-share__text {
    margin-right: 15px;
    font-size: 16px
  }
}

.news-container-share__icon {
  width: 50px;
  height: 50px;
  background: url(../images/share.svg) no-repeat center center, #fdf8f6
}

@media (max-width:575.98px) {
  .news-container-share__icon {
    width: 40px;
    height: 40px
  }
}

.oqldfod__title {
  margin-bottom: 5px;
  color: #47664f;
  font-weight: 700;
  font-size: 50px;
  line-height: 130%;
  text-transform: uppercase
}

@media (max-width:1199.98px) {
  .oqldfod__title {
    font-size: 40px;
    line-height: 120%
  }
}

@media (max-width:575.98px) {
  .oqldfod__title {
    font-size: 30px
  }
}

.oqldfod__text {
  font-size: 35px;
  line-height: 45px;
  font-weight: 500
}

@media (max-width:1199.98px) {
  .oqldfod__text {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 120%
  }
}

.oqldfod__img {
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1)
}

@media (min-width:1200px) {
  .oqldfod__img {
    width: 975px;
    height: 500px;
    object-fit: cover;
    max-width: none
  }
}

@media (max-width:1199.98px) {
  .oqldfod__img {
    margin-bottom: 20px
  }
}

.bp-profitable {
  max-width: 1070px;
  padding: 35px 64px 30px 70px;
  background: #47664f;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
  color: #fff
}

@media (min-width:1200px) {
  .bp-profitable {
    margin-left: auto;
    margin-top: -94px;
    position: relative;
    z-index: 1
  }
}

@media (max-width:1199.98px) {
  .bp-profitable {
    padding: 20px
  }
}

.bp-profitable__title {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 35px;
  line-height: 44px;
  text-transform: uppercase;
  text-align: center
}

@media (max-width:1199.98px) {
  .bp-profitable__title {
    font-size: 30px;
    line-height: 120%
  }
}

@media (max-width:767.98px) {
  .bp-profitable__title {
    font-size: 25px
  }
}

.bp-profitable__inner {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px 44px
}

@media (max-width:1199.98px) {
  .bp-profitable__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
  }
}

@media (max-width:767.98px) {
  .bp-profitable__inner {
    grid-template-columns: 1fr;
    gap: 20px
  }
}

.bp-profitable__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center
}

.bp-profitable__num {
  color: #f4d8cd;
  font-weight: 300;
  font-size: 90px;
  line-height: 100%
}

@media (max-width:1199.98px) {
  .bp-profitable__num {
    font-size: 50px
  }
}

.bp-profitable__content {
  font-size: 24px;
  line-height: 110%
}

@media (max-width:1199.98px) {
  .bp-profitable__content {
    font-size: 20px
  }
}

.bp-profitable__b-text {
  font-weight: 700
}

.how-become-partner .wtitle {
  margin-bottom: 11px
}

.how-become-partner .button-primary {
  width: 430px
}

.how-become-partner__button-wrapper {
  margin-top: 50px;
  text-align: center
}

.how-become-partner__subtitle {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 21px;
  line-height: 26px
}

@media (max-width:1199.98px) {
  .how-become-partner__subtitle {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 120%
  }
}

.hbp-item {
  display: grid;
  grid-template-columns: 117px 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 20px;
  padding: 6px 44px 14px 47px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  transition: .2s
}

@media (max-width:1199.98px) {
  .hbp-item {
    grid-template-columns: 70px 1fr;
    gap: 20px;
    padding: 15px 20px
  }
}

@media (max-width:575.98px) {
  .hbp-item {
    grid-template-columns: 1fr;
    gap: 15px
  }
}

.hbp-item.active,
.hbp-item:hover {
  color: #fff;
  background: #47664f
}

.hbp-item.active .hbp-item__num,
.hbp-item.active a,
.hbp-item:hover .hbp-item__num,
.hbp-item:hover a {
  color: #fff
}

.hbp-item__num {
  color: #47664f;
  font-weight: 300;
  font-size: 80px;
  line-height: 150%;
  transition: color .2s
}

@media (max-width:1199.98px) {
  .hbp-item__num {
    font-size: 50px;
    line-height: 120%
  }
}

.hbp-item__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%
}

@media (max-width:575.98px) {
  .hbp-item__title {
    font-size: 20px
  }
}

.hbp-item__text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 25px
}

@media (max-width:575.98px) {
  .hbp-item__text {
    font-size: 16px;
    line-height: 120%
  }
}

.hbp-item__text a {
  color: #de654c;
  font-weight: 500;
  text-decoration: underline;
  transition: color .2s
}

.hbp-item__text .link-phone {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none
}

.burger {
  display: flex;
  align-items: center;
  position: relative;
  width: 30px;
  height: 16px
}

.burger.active {
  height: 22.63px
}

.burger.active span {
  background: 0 0
}

.burger.active span:before {
  transform: rotateZ(45deg)
}

.burger.active span:after {
  transform: rotateZ(-45deg)
}

.burger span {
  width: 100%;
  height: 2px;
  background: #de654c
}

.burger span:after,
.burger span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #de654c;
  transition: .2s
}

.burger span:before {
  top: 0;
  transform: rotateZ(0);
  transform-origin: left top
}

.burger span:after {
  bottom: 0;
  transform: rotateZ(0);
  transform-origin: left bottom
}

@media (max-width:991.98px) {
  .details {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #e6e6e6
  }
}

.details[open] summary {
  margin-bottom: 10px
}

.details summary::-webkit-details-marker {
  display: none
}

.details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  font-size: 16px;
  font-weight: 500
}

@media (min-width:992px) {
  .details summary {
    display: none
  }
}

@font-face {
  font-family: "PT Root UI";
  src: url(../fonts/PTRootUI-Bold.woff2) format("woff2"), url(../fonts/PTRootUI-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "PT Root UI";
  src: url(../fonts/PTRootUI-Medium.woff2) format("woff2"), url(../fonts/PTRootUI-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "PT Root UI";
  src: url(../fonts/PTRootUI-Light.woff2) format("woff2"), url(../fonts/PTRootUI-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "PT Root UI";
  src: url(../fonts/PTRootUI-Regular.woff2) format("woff2"), url(../fonts/PTRootUI-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: base-icons;
  src: url(../fonts/base-icons.ttf?73epyc) format("truetype"), url(../fonts/base-icons.woff?73epyc) format("woff"), url(../fonts/base-icons.svg?73epyc#base-icons) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}

[class*=" icon-"],
[class^=icon-] {
  font-family: base-icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-file-hover:before {
  content: ""
}

.icon-dropdown-toggle:before {
  content: ""
}

.icon-file:before {
  content: ""
}

.icon-printing:before {
  content: ""
}

.icon-download:before {
  content: ""
}

.icon-view:before {
  content: ""
}

.icon-mail:before {
  content: ""
}

.icon-close:before {
  content: ""
}

.icon-return-arrow:before {
  content: ""
}

.icon-dots-list:before {
  content: ""
}

.icon-check:before {
  content: ""
}

.icon-plus:before {
  content: ""
}

.icon-high-temperature:before {
  content: ""
}

.icon-wiring:before {
  content: ""
}

.icon-solid:before {
  content: ""
}

.icon-heater:before {
  content: ""
}

.icon-noise-pollution:before {
  content: ""
}

.icon-search:before {
  content: ""
}

.icon-swiper-next:before {
  content: ""
}

.icon-swiper-prev:before {
  content: ""
}

.icon-phone:before {
  content: ""
}

.icon-star:before {
  content: ""
}

.icon-contract:before {
  content: ""
}

.icon-office-building:before {
  content: ""
}

a.navbar-brand_admin {
  position: fixed;
  top: 20px;
  left: 0;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: #e63838;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
}

.fancybox-content .h3 {
  margin-bottom: 15px;
  color: #DE654C;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px;
  line-height: 110%;
  text-align: center;
}

@media (max-width:575.98px) {
  .fancybox-content .h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.fancybox-content .form-control {
  line-height: 58px;
}

.fancybox-content .form-group {
  margin-bottom: 9px;
}

.form-control.masked+.input-group-addon {
  display: none;
}

.fancybox-content .button-primary {
  width: 100%;
  margin-top: 20px;
}

.main-screen-thumbs {
  counter-reset: section;
}

.main-screen-thumbs__num:after {
  counter-increment: section;
  content: "0"counter(section);
}

.w-100 {
  width: 100%;
}

select.form-control {
  padding-right: 50px;
  cursor: pointer;
  background: url(/themes/smarty/images/select.svg) no-repeat right 20px center;
}

.calculation-mortgage__total-card {
  padding: 22px 40px;
  background: #FFFFFF;
  border: 1px solid #FCF4F2;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.adfgsf__title {
  font-size: 20px;
  font-weight: 700;
}

.adfgsf__total {
  font-size: 30px;
  font-weight: 700;
}

.calculation-mortgage-card__tab-content {
  display: none;
  transition: opacity .15s linear;
  opacity: 0;
}

.calculation-mortgage-card__tab-content.is-active {
  display: block;
  opacity: 1;
}
._how-to-buy {
  position: relative;
  padding-bottom: 170px;
}
._how-to-buy__text-content {
}
._how-to-buy__title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  text-transform: uppercase;
  color: #DE654C;
}
._how-to-buy__descr {
  max-width: 520px;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  color: #1F1F1F;
}
._how-to-buy__descr p {
  margin-bottom: 0;
}
._how-to-buy__full-image {
  position: relative;
  background-color: #fff;
}

@media (min-width: 1200px) {

  ._how-to-buy__full-image {
    height: 450px;
  }

  ._how-to-buy__full-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 945px;
    height: 100%;
    max-width: none;
    object-fit: cover;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 1200px) {
  ._how-to-buy__title {
    margin-bottom: 10px;
    font-size: 30px;
  }
  ._how-to-buy__descr {
    font-size: 20px;
    margin-bottom: 20px;
  }
  ._how-to-buy__full-image {
    max-width: 600px;
  }
  ._how-to-buy {
    padding-bottom: 50px;
  }
}

._how-to-buy-item {
  display: flex;
  position: relative;
  margin-bottom: 70px;
}
._how-to-buy-item::after {
  content: 'подробнее';
  position: absolute;
  right: 50px;
  bottom: -24px;
  width: 239px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DE654C;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: 0.2s;
  opacity: 0;
}
@media (min-width: 768px) {
  ._how-to-buy-item:nth-child(even) ._how-to-buy-item__image {
    order: 1;
  }
  ._how-to-buy-item:nth-child(even)::before {
    left: auto;
    right: -8px;
  }
  ._how-to-buy-item:nth-child(even)::after {
    right: auto;
    left: 50px;
  }
}
._how-to-buy-item::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  width: 255px;
  height: 126px;
  background: #DE654C;
}
._how-to-buy-item__image {
  position: relative;
  width: 562px;
  flex-shrink: 0;
}
._how-to-buy-item__text-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
  position: relative;
  transition: 0.2s;
}
._how-to-buy-item__text-content-inner {
  padding: 26px 40px 24px 30px;
  background: url("../images/header_bg.png"), #FDF8F6;
  transition: 0.2s;
}
._how-to-buy-item__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 110%;
  color: #3D3D3D;
  margin-bottom: 15px;
}
._how-to-buy-item__descr {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #1F1F1F;
}
._how-to-buy-item__descr p {
  margin: 0;
}
._how-to-buy-item:hover ._how-to-buy-item__text-content {
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}
._how-to-buy-item:hover ._how-to-buy-item__text-content-inner {
  background: none;
}
._how-to-buy-item:hover::after {
  opacity: 1;
}

@media (max-width: 991px) {
  ._how-to-buy-item {
    margin-bottom: 40px;
  }
  ._how-to-buy-item__image {
    width: 50%;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  ._how-to-buy-item__text-content {
    min-height: auto;
  }
  ._how-to-buy-item__image {
    width: 100%;
  }
  ._how-to-buy-item {
    flex-direction: column;
  }
}
._exchange-suitable {
  padding: 100px 0;
}
._exchange-suitable__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
._exchange-suitable__item {
  position: relative;
}

@media (min-width: 1200px) {
  ._exchange-suitable__item:nth-child(1) {
    grid-row: span 2;
  }
  ._exchange-suitable__item:nth-child(2) {
    grid-column: span 3;
  }
  ._exchange-suitable__item:nth-child(4) {
    grid-column: span 2;
  }
}
._exchange-suitable__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
._exchange-suitable__background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
._exchange-suitable__body {
  padding: 30px 20px 20px 30px;
  position: relative;
  z-index: 1;
  min-height: 269px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
._exchange-suitable__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #FFFFFF;
}
._exchange-suitable__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  margin-left: auto;
}

@media (max-width: 1199px) {
  ._exchange-suitable__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  ._exchange-suitable {
    padding: 50px 0;
  }
  ._exchange-suitable__body {
    padding: 20px;
    min-height: 230px;
  }
  ._exchange-suitable__inner {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}

._simple-steps {
  padding-bottom: 80px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("/upload/media/content/dppfpsfpffff.png");
}
._simple-steps__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
._simple-steps__item {
  padding: 20px 30px 20px 46px;
  display: flex;
  align-items: center;
  min-height: 212px;
  background: #FFFFFF;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}
._simple-steps__number {
  display: flex;
  flex-direction: column;
  color: #DE654C;
  font-weight: 300;
  font-size: 100px;
  line-height: 90%;
  width: 120px;
  flex-shrink: 0;
}
._simple-steps__number::before {
  content: 'шаг';
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #DE654C;
  transform: translateX(10px);
}
._simple-steps__text-content {
  padding-left: 21px;
}
._simple-steps__title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  color: #DE654C;
}
._simple-steps__text {
  font-size: 16px;
  line-height: 140%;
  color: #1F1F1F;
}

@media (max-width: 1199px) {
  ._simple-steps__number {
    font-size: 50px;
    width: 60px;
  }
  ._simple-steps__number::before {
    line-height: 150%;
    transform: none;
  }
  ._simple-steps__title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 110%;
  }
  ._simple-steps__item {
    padding: 20px;
    min-height: 180px;
  }
}

@media (max-width: 767px) {
  ._simple-steps {
    padding-bottom: 50px;
    margin-bottom: 0;
    background-image: none;
  }
  ._simple-steps__inner {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}
._what-we-build {
  margin-bottom: 100px;
}
._what-we-build-item {
  min-height: 550px;
  display: grid;
  grid-template-columns: 1fr 565px;
  background-color: #fff;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}
._what-we-build-item__text-content {
  position: relative;
  padding: 40px;
}
._what-we-build-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #F4D8CD;
  margin-bottom: 20px;
}
._what-we-build-item__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #3D3D3D;
}


.disclaimer{

	position: relative;
	color:rgb(255, 255, 255);
	text-align:center;
line-height: 150%;
	background: rgb(222, 101, 76);
	font-size: 16px;

}
.disclaimer p{
	padding-top:10px;
	 padding-bottom:10px;
}
 .disclaimer a{
	 text-decoration:underline;
 }
 .disclaimer a:hover{
	text-decoration:none;
	color:rgb(255, 255, 255);
}

















._what-we-build-item__ipoteka {
  border: 1px solid #47664F;
  border-radius: 30px;
  padding: 10px 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #47664F;
  white-space: nowrap;
}
._what-we-build-item__address {
  padding-left: 30px;
  min-height: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("/upload/media/content/el_map-marker.svg");
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #1F1F1F;
  margin-bottom: 25px;
}
._what-we-build-item__list {
  margin-bottom: 35px;
}
._what-we-build-item__list-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
._what-we-build-item__list-item::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #DE654C;
}
._what-we-build-item__list-name {
  display: flex;
  align-items: baseline;
  font-weight: 400;
  color: #1F1F1F;
  flex: 1;
  white-space: nowrap;
  max-width: 210px;
}
._what-we-build-item__list-name::after {
  content: '';
  display: block;
  border-bottom: 1px dashed #000;
  margin: 0 10px;
  width: 100%;
}
._what-we-build-item__list__value {
  font-weight: 500;
  color: #DE654C;
}
._what-we-build-item__advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 30px;
  max-width: 430px;
}
._what-we-build-item__advantages-item {

}
._what-we-build-item__advantages-icon {
  margin-bottom: 12px;
}
._what-we-build-item__advantages-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #1F1F1F;
}
._what-we-build-item__button-wrap {
}
._what-we-build-item__button {
  display: inline-block;
  padding: 10px 40px;
  background: #DE654C;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
._what-we-build-item__short-descr {
  width: 370px;
  position: absolute;
  bottom: 40px;
  left: 500px;
  padding: 30px 30px 30px 35px;
  color: #fff;
  background: #DE654C;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
._what-we-build-item__short-descr p {
  margin: 0;
}
._what-we-build-item__short-descr strong,
._what-we-build-item__short-descr b {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 13px;
  display: block;
}
._what-we-build-item__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width:1199.98px) {
  ._what-we-build {
    margin-bottom: 20px;
  }
  ._what-we-build-item__text-content {
    padding: 0;
  }
  ._what-we-build-item {
    padding: 20px;
    grid-template-columns: 100%;
    gap: 30px 0;
    border: 1px solid #f4d8cd;
    box-shadow: none;
  }
  ._what-we-build-item__short-descr {
    position: static;
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width:575.98px) {
  ._what-we-build-item__button {
    display: block;
  }
  ._what-we-build-item__short-descr strong, ._what-we-build-item__short-descr b {
    font-size: 18px;
  }
  ._what-we-build-item__short-descr {
    padding: 20px;
  }
  ._what-we-build-item__list-item::before {
    top: 7px;
  }
  ._what-we-build-item__list-item {
    padding-left: 14px;
  }
  ._what-we-build-item__list-name {
    font-size: 12px;
  }
  ._what-we-build-item__list-item {
    font-size: 14px;
  }
  ._what-we-build-item__advantages-text {
    font-size: 14px;
  }
  ._what-we-build-item__advantages {
    gap: 5px;
  }
  ._what-we-build-item__title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  ._what-we-build-item__head {
    flex-direction: column;
    align-items: flex-start;
  }
}

._what-we-build-item--single {
  margin-bottom: 50px;
}
._how-to-buy--2 {
  padding-bottom: 0;
}

._under-construction-objects {
  display: grid;
  justify-content: center;
  gap: 10px;
  grid-template-columns: repeat(3, 320px);
}
@media (min-width: 1200px) {
  ._under-construction-objects {
    position: relative;
    z-index: 1;
    margin-bottom: 54px;
    margin-top: -54px;
  }
}
._under-construction-objects__item {
  display: flex;
  align-items: center;
  min-height: 132px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  padding: 18px 18px 18px 40px;
}
._under-construction-objects__number {
  flex-shrink: 0;
  width: 77px;
  font-weight: 300;
  font-size: 70px;
  line-height: 90%;
  text-transform: uppercase;
  color: #DE654C;
}
._under-construction-objects__text {
  padding-left: 19px;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #3D3D3D;
}
._reliable-developer {
  margin: 100px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
._reliable-developer__item {
  padding: 41px 35px 41px;
  background: #FFFFFF;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  position: relative;
  min-height: 271px;
}
._reliable-developer__text-box {

}
._reliable-developer__box-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #DE654C;
}
._reliable-developer__box-descr {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #1F1F1F;
}
._reliable-developer__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._reliable-developer__item-title {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  right: 25px;
  left: 28px;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #FFFFFF;
}

@media (max-width: 1199px) {
  ._under-construction-objects__number {
    font-size: 50px;
    width: 50px;
  }
  ._under-construction-objects__item {
    padding: 18px 18px 18px 20px;
  }
  ._under-construction-objects {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
    margin-bottom: 30px;
  }
  ._reliable-developer {
    margin: 50px 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  ._under-construction-objects {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  ._reliable-developer {
    grid-template-columns: 100%;
    gap: 10px 0;
  }
  ._under-construction-objects {
    grid-template-columns: 100%;
    gap: 10px 0;
  }
}
._checkboxes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
._checkboxes+div {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
._checkboxes .checkbox span {
  display: block;
  position: relative;
  background-color: #fff;
  padding: 10px 40px;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #DE654C;
  border: 1px solid #F4D8CD;
}
._checkboxes input:checked+span {
  background: #DE654C;
  color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}
._checkboxes .checkbox *::before {
  content: none !important;
}
._checkboxes .checkbox {
  position: relative;
  min-height: auto;
  margin: 0 15px 15px 0;
  padding-left: 0;
  padding-top: 0;
  color: inherit;
  font-size: inherit;
  line-height: normal;
}

@media (max-width: 480px) {
    ._checkboxes {
      flex-direction: column;
    }
    ._checkboxes .checkbox {
      margin: 0;
      margin-bottom: 10px;
      width: 100%;
    }
}

._gallery {
  padding: 100px 0 50px;
}

._gallery .swiper-pagination-progressbar {
  margin-top: 50px;
  background: #F4D8CD;
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #DE654C;
}

._gallery .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._gallery .swiper-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
._gallery .swiper-slide > a {
  display: block;
  height: 100%;
  position: relative;
  padding-top: 65%;
}
._gallery ._search {
  display: flex;
  align-items: center;
  justify-content: center;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65px;
  height: 65px;
  background-color: #DE654C;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 30px;
  transition: 0.2s;
  opacity: 0;
}
._gallery .swiper-slide a:hover ._search {
  opacity: 1;
}
._gallery .swiper-slide > a:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

#map {
  height: 600px;
}

@media (max-width: 576px) {
  #map {
    height: 350px;
  }
  .geography-construction-card__title {
    font-size: 16px;
  }
  .geography-construction-card__street {
    margin-bottom: 5px;
    font-size: 14px;
  }
  /* .geography-construction-card {
    min-width: auto!important;
    padding:0;
  } */
  .geography-construction-card ul li {
    font-size: 14px;
  }
  .geography-construction-card__more {
    font-size: 14px;
  }
  ._gallery .swiper-slide {
    gap: 10px;
  }
  ._gallery {
    padding: 40px 0 20px;
  }
}

/*** Стили три жк ***/
.wrapper__new-top-block{position:relative; padding-bottom:80px; margin-bottom:80px}
.wrapper__new-top-block:before {content: "";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #fefbfb url(../images/header_bg.png) top left;pointer-events: none;width: 75vw}
.new-top-block{position:relative}
.new-top-block::before{position:absolute; content:""; top:0; left:0; right:0; bottom:0; background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.384428) 20.79%, rgba(0, 0, 0, 0) 35%);}
.new-top-block__logo{position:absolute;top: 24px;left: 24px;}
.new-top-block__logo img{max-height: 70px;}
.new-top-block__info{position: absolute;bottom: 0;left: 0;right: 0;z-index: 1;transition: all 0.2s linear 0s;color: #fff;padding: 36px 24px 24px 24px}
.new-top-block__info-left{padding-right:40px}
.new-top-block__title{display: block;font-weight: 700;font-size: 30px;line-height: 110%;text-transform: uppercase;padding-bottom:12px}
.new-top-block__text{ display: block; font-weight: 400;font-size: 18px;line-height: 130%;}
.new-top-block__info-right{}
.new-top-block__button{transition: all 0.2s linear 0s;display: block;width: 189px;min-width: 189px;line-height: 44px;border: 2px solid #FFFFFF;font-weight: 700;font-size: 16px;text-align: center;letter-spacing: 0.2em;text-transform: uppercase;color: #FFFFFF}
.new-top-block:hover .new-top-block__info{background: rgba(255, 255, 255, 0.15);backdrop-filter: blur(5px);}
.new-top-block:hover .new-top-block__button{color:#DE654C; background:#fff}
.new-top-block:hover .new-top-block__button:hover{color:#fff; background:#DE654C; border-color:#DE654C}

@media (min-width: 1200px) {
.wrapper__new-top-block:after {content: "";position: absolute;z-index: -1;top: 0;right: -20vw;bottom: 0;left: auto;background: #fff;pointer-events: none;width: 52.5vw}
}
@media (max-width: 1190px) {
	.new-top-block__logo{top: 15px;left: 15px;}
	.new-top-block__logo img{max-height:70px;max-width: 140px;}
	.new-top-block__info{padding: 20px 15px 15px 15px;}
	.new-top-block__info-left{padding-right:20px}
	.new-top-block__title{font-size: 26px; padding-bottom:10px}
	.new-top-block__text{font-size: 16px}
	.new-top-block__button{width: 160px;min-width: 160px;line-height: 42px;font-size: 15px;letter-spacing: 0.1em}
}
@media (max-width: 991px) {
	.wrapper__new-top-block{padding-bottom:40px; margin-bottom:40px}
	.new-top-block{height:100%; min-height:250px}
	.new-top-block > img{height:100%; object-fit:cover}
	.new-top-block__info{padding: 15px;}
	.new-top-block__title{font-size: 24px; padding-bottom:5px}
	.new-top-block__text{font-size: 14px}
	.new-top-block__button{width: 140px;min-width: 140px;line-height: 40px;font-size: 14px;letter-spacing: 0}
}
@media (max-width: 767px) {
	.new-top-block{max-height:250px}
	.new-top-block > img {height: 100%;object-fit: cover;width: 100%}
}
@media (max-width: 575px) {
	.new-top-block__info-left{padding:0}
	.new-top-block__logo {top: 10px}
	.new-top-block__logo img{max-height:50px;max-width: 100px;}
	.new-top-block__title{font-size: 22px}
	.new-top-block__text{padding-bottom:15px}
	.new-top-block::before {background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.384428) 30%, rgba(0, 0, 0, 0) 90%)}
}

.countdown-block {
left:230px;
  top:312px;
        position: fixed;
  z-index:100000;
}

.countdown__inner {
display: flex;
    flex-direction: column;
    gap: 20px;
  background: #FFF;
box-shadow: 0px 0px 13px 6px rgba(0, 0, 0, 0.07);
  padding:40px 55px;
      position: relative;
}
.countdown__title {
color: #DE654C;
font-family: PT Root UI;
font-size: 28px;
font-weight: 700;
 max-width:258px ; 
 margin-bottom: 0;
  
line-height:35px;
}
.countdown__item {

}

.countdown__link {
  color: #47664F;
font-size: 18px;
font-weight: 300;
  text-decoration:underline;
  font-family: Inter;
}
.countdown__item .countdown__desc{
  font-size: 18px;
color: #DE654C;
font-family: PT Root UI;
  margin-bottom:0;
}
.countdown__inner button {
    position: absolute;
    right: 15px;
    top: 15px;
background-image: url(/upload/media/content/close_round_light.png);
  background-repeat: no-repeat;
  width:24px;
  height:24px;
   border: none;
   background-color: transparent;
}
.countdown__wrapper .countdown-row{
display:flex;
  align-items: center;
    gap: 20px;
}
.countdown__wrapper .countdown{

}
.countdown__wrapper .countdown__desc {
border-right:1px solid #DE654C;
}

.countdown__wrapper .countdown-section {
display:flex;
  flex-direction:column;
}
.countdown__wrapper .countdown-amount{
  
font-family: Inter;
font-size: 28px;
	font-weight: 500; 
}
.countdown__wrapper .countdown-period {
 margin-top: -12px;
font-family: Inter;
font-size: 12px;
font-weight: 300;
}
.countdown__wrapper .countdown-section:first-child {
    color:  #DE654C;
   position: relative;
  padding-right:10px;
}
.countdown__wrapper .countdown-section {
  
  color:  #47664F;
}
.countdown-section:first-child:after {
  content: '';
    display: block;
    height: 23px;
    width: 1px;
    background-color: #DE654C; /* Цвет линии */
    margin-left: 10px;
    margin-right: 15px;
   position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 100%; 
}
@media screen and (max-width: 1600px) {
    .countdown-block {
        left: 0;
        top: 8vh;
    }
}

@media screen and (max-width: 768px) {
    .countdown-block {
        left: 0;
        top: 8vh;
    }
}

@media screen and (max-width: 480px) {
    .countdown-block {
        left: 0;
        top: 10vh;
    }
}