@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
*,
:after,
:before {
  box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  outline: none;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
input,
label,
select,
textarea {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: inherit;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: inherit;
  font-size: inherit;
}
input::-moz-placeholder,
label::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
input::placeholder,
label::placeholder,
select::placeholder,
textarea::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
input:focus,
label:focus,
select:focus,
textarea:focus {
  outline: 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  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.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.hebrew .offset-1 {
  margin-right: 8.3333333333%;
  margin-left: 0;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.hebrew .offset-2 {
  margin-right: 16.6666666667%;
  margin-left: 0;
}
.offset-3 {
  margin-left: 25%;
}
.hebrew .offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.hebrew .offset-4 {
  margin-right: 33.3333333333%;
  margin-left: 0;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.hebrew .offset-5 {
  margin-right: 41.6666666667%;
  margin-left: 0;
}
.offset-6 {
  margin-left: 50%;
}
.hebrew .offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.hebrew .offset-7 {
  margin-right: 58.3333333333%;
  margin-left: 0;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.hebrew .offset-8 {
  margin-right: 66.6666666667%;
  margin-left: 0;
}
.offset-9 {
  margin-left: 75%;
}
.hebrew .offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.hebrew .offset-10 {
  margin-right: 83.3333333333%;
  margin-left: 0;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
.hebrew .offset-11 {
  margin-right: 91.6666666667%;
  margin-left: 0;
}
.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.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .hebrew .offset-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .hebrew .offset-sm-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .hebrew .offset-sm-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .hebrew .offset-sm-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .hebrew .offset-sm-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .hebrew .offset-sm-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .hebrew .offset-sm-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .hebrew .offset-sm-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .hebrew .offset-sm-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .hebrew .offset-sm-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .hebrew .offset-sm-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .hebrew .offset-sm-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
  .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.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .hebrew .offset-md-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .hebrew .offset-md-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .hebrew .offset-md-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .hebrew .offset-md-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .hebrew .offset-md-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .hebrew .offset-md-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .hebrew .offset-md-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .hebrew .offset-md-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .hebrew .offset-md-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .hebrew .offset-md-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .hebrew .offset-md-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .hebrew .offset-md-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
  .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.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .hebrew .offset-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .hebrew .offset-lg-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .hebrew .offset-lg-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .hebrew .offset-lg-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .hebrew .offset-lg-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .hebrew .offset-lg-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .hebrew .offset-lg-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .hebrew .offset-lg-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .hebrew .offset-lg-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .hebrew .offset-lg-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .hebrew .offset-lg-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .hebrew .offset-lg-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
  .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.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .hebrew .offset-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .hebrew .offset-xl-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .hebrew .offset-xl-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .hebrew .offset-xl-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .hebrew .offset-xl-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .hebrew .offset-xl-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .hebrew .offset-xl-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .hebrew .offset-xl-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .hebrew .offset-xl-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .hebrew .offset-xl-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .hebrew .offset-xl-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .hebrew .offset-xl-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
  .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.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .hebrew .offset-xxl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .hebrew .offset-xxl-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .hebrew .offset-xxl-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .hebrew .offset-xxl-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .hebrew .offset-xxl-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .hebrew .offset-xxl-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .hebrew .offset-xxl-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .hebrew .offset-xxl-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .hebrew .offset-xxl-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .hebrew .offset-xxl-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .hebrew .offset-xxl-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .hebrew .offset-xxl-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
  .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;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: normal;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    transform 0.2s,
    top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    transform 0.2s,
    left 0.2s;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    transform 0.2s,
    right 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
[data-accordeon-content] {
  overflow: hidden;
}
.custom-select__item--disabled {
  display: none;
}
.fade {
  opacity: 0;
}
.fade--bottom {
  transform: translateY(50px);
}
.fade--width {
  transform: scaleX(0);
  transform-origin: 0 100%;
}
.fade--left {
  transform: translateX(-50px);
}
.fade--right {
  transform: translateX(50px);
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 255px;
  padding: 20px 60px;
  min-height: 70px;
  font-family: Furore, sans-serif;
  font-size: 14px;
  color: #fff;
  transform: skewX(-10deg);
  cursor: pointer;
  border: 1px solid #e31e24;
  overflow: hidden;
  text-align: center;
  background-color: rgba(227, 30, 36, 0.4);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .btn {
    min-height: 50px;
    min-width: 220px;
    padding: 15px 40px;
  }
}
.btn--light {
  background-color: transparent;
  border-color: #fff;
}
.btn:after,
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: #e31e24;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn--light:after,
.btn--light:before {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.btn:before {
  left: 0;
}
.btn:after {
  right: 0;
}
@media not all and (hover: none) {
  .btn:hover:before {
    transform: translateX(-100%);
  }
  .btn:hover:after {
    transform: translateX(100%);
  }
  .btn:hover span {
    transform: skewX(10deg) scale(1.1);
  }
}
.btn span {
  position: relative;
  z-index: 2;
  display: block;
  transform: skewX(10deg);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn-arrow {
    width: 20px;
    height: 20px;
  }
}
.btn-arrow__icon {
  width: 30px;
  height: 30px;
  fill: #e31e24;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .btn-arrow__icon {
    width: 20px;
    height: 20px;
  }
}
.btn-arrow--next .btn-arrow__icon {
  transform: rotate(180deg);
}
body,
html {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
}
body {
  position: relative;
  width: 100%;
  transition: all 0.1s ease;
}
body.body-overflow {
  overflow: hidden;
  touch-action: none;
  transition: all 0.1s ease;
}
main {
  position: relative;
  z-index: 2;
  width: 100%;
}
img,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}
a,
button {
  cursor: pointer;
}
::-moz-selection {
  background: rgba(227, 30, 36, 0.8);
  color: #000;
}
::selection {
  background: rgba(227, 30, 36, 0.8);
  color: #000;
}
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  background-color: #e31e24;
  border-radius: 0;
}
.grecaptcha-badge {
  display: none !important;
}
@font-face {
  font-family: Furore;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Furore.otf) format("opentype");
  font-display: swap;
}
input[type="color"][disabled],
input[type="date"][disabled],
input[type="datetime-local"][disabled],
input[type="datetime"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled],
textarea[disabled] {
  opacity: 1;
}
textarea {
  overflow: auto;
  resize: none;
}
.checkbox,
.radio {
  position: relative;
}
.checkbox input,
.radio input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox label,
.radio label {
  cursor: pointer;
}
.checkbox label:after,
.checkbox label:before,
.radio label:after,
.radio label:before {
  content: "";
}
.range-input {
  -webkit-appearance: none;
}
.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -7px;
  cursor: pointer;
}
.range-input::-moz-range-thumb {
  cursor: pointer;
}
.range-input::-ms-thumb {
  cursor: pointer;
  margin-top: 0;
}
.range-input::-ms-track {
  width: 100%;
  color: transparent;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
}
.label {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.label__input {
  width: 100%;
  padding: 22px 25px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
}
.label__input--textarea {
  height: 110px;
}
.label__placeholder {
  position: absolute;
  top: 22px;
  left: 25px;
  color: #fff;
  opacity: 0.8;
  text-transform: uppercase;
  transform-origin: left center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.active .label__placeholder {
  top: 4px;
  transform: scale(0.7);
}
.submit input {
  display: none;
}
.wpcf7-not-valid-tip {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: #fff;
}
.wpcf7-not-valid {
  border-color: #ff7e00 !important;
}
.wpcf7-response-output {
  padding: 10px !important;
  border-width: 1px !important;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
.form.sent .wpcf7-response-output {
  background-color: #46b450;
}
.form.invalid .wpcf7-response-output {
  border-color: #ff5400 !important;
  background: #ff5400;
}
.container,
.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1054px) {
  .container,
  .wrapper {
    padding: 0 45px;
  }
}
@media (max-width: 767px) {
  .container,
  .wrapper {
    padding: 0 20px;
  }
}
.is-hidden {
  display: none !important;
}
.is-invisible {
  opacity: 0 !important;
  pointer-events: none !important;
}
.h1,
.hero__title {
  font-family: Furore, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.1458333333;
}
@media (max-width: 894px) {
  .h1,
  .hero__title {
    font-size: 42px;
    line-height: 1.1428571429;
  }
}
@media (max-width: 767px) {
  .h1,
  .hero__title {
    font-size: 32px;
    line-height: 1.125;
  }
}
.about__title,
.contacts__form-title,
.contacts__info-title,
.h2,
.hero__fraction .swiper-pagination-current,
.prices__title,
.schedule__title,
.services__title,
.team__title {
  font-family: Furore, sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.1428571429;
}
@media (max-width: 894px) {
  .about__title,
  .contacts__form-title,
  .contacts__info-title,
  .h2,
  .hero__fraction .swiper-pagination-current,
  .prices__title,
  .schedule__title,
  .services__title,
  .team__title {
    font-size: 36px;
    line-height: 1.1111111111;
  }
}
@media (max-width: 767px) {
  .about__title,
  .contacts__form-title,
  .contacts__info-title,
  .h2,
  .hero__fraction .swiper-pagination-current,
  .prices__title,
  .schedule__title,
  .services__title,
  .team__title {
    font-size: 28px;
    line-height: 1.1428571429;
  }
}
.h3,
.prices__card-title,
.services__card-title {
  font-family: Furore, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.15625;
}
@media (max-width: 894px) {
  .h3,
  .prices__card-title,
  .services__card-title {
    font-size: 28px;
    line-height: 1.2142857143;
  }
}
@media (max-width: 767px) {
  .h3,
  .prices__card-title,
  .services__card-title {
    font-size: 26px;
    line-height: 1.0769230769;
  }
}
.h4,
.hero__fraction,
.prices__card-item,
.team__card-name {
  font-family: Furore, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1666666667;
}
@media (max-width: 894px) {
  .h4,
  .hero__fraction,
  .prices__card-item,
  .team__card-name {
    font-size: 22px;
    line-height: 1.1818181818;
  }
}
.contacts__info-hours,
.contacts__name,
.contacts__phones-list,
.contacts__value,
.h5 {
  font-family: Furore, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.15;
}
.label__input,
.label__placeholder,
.tag {
  font-family: Furore, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1428571429;
  text-transform: uppercase;
}
.about__text,
.footer__copyright,
.footer__created,
.lang,
.team__card-btn,
.team__card-text,
.text {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.menu__list li a {
  font-family: Furore, sans-serif;
}

@media (max-width: 639px) {
  .about__text,
  .footer__copyright,
  .footer__created,
  .lang,
  .menu__list li a,
  .team__card-btn,
  .team__card-text,
  .text {
    font-size: 14px;
  }
}
.hero__text,
.schedule__name,
.schedule__time,
.text-lg {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3333333333;
}

@media (max-width: 639px) {
  .hero__text,
  .schedule__name,
  .schedule__time,
  .text-lg {
    font-size: 16px;
  }
}
.about__text li:not(:last-child),
.about__text ol:not(:last-child),
.about__text p:not(:last-child),
.about__text ul:not(:last-child),
.footer__copyright li:not(:last-child),
.footer__copyright ol:not(:last-child),
.footer__copyright p:not(:last-child),
.footer__copyright ul:not(:last-child),
.footer__created li:not(:last-child),
.footer__created ol:not(:last-child),
.footer__created p:not(:last-child),
.footer__created ul:not(:last-child),
.lang li:not(:last-child),
.lang ol:not(:last-child),
.lang p:not(:last-child),
.lang ul:not(:last-child),
.menu__list li a li:not(:last-child),
.menu__list li a ol:not(:last-child),
.menu__list li a p:not(:last-child),
.menu__list li a ul:not(:last-child),
.team__card-btn li:not(:last-child),
.team__card-btn ol:not(:last-child),
.team__card-btn p:not(:last-child),
.team__card-btn ul:not(:last-child),
.team__card-text li:not(:last-child),
.team__card-text ol:not(:last-child),
.team__card-text p:not(:last-child),
.team__card-text ul:not(:last-child),
.text li:not(:last-child),
.text ol:not(:last-child),
.text p:not(:last-child),
.text ul:not(:last-child) {
  margin-bottom: 1em;
}
.about__text b,
.about__text strong,
.footer__copyright b,
.footer__copyright strong,
.footer__created b,
.footer__created strong,
.lang b,
.lang strong,
.menu__list li a b,
.menu__list li a strong,
.team__card-btn b,
.team__card-btn strong,
.team__card-text b,
.team__card-text strong,
.text b,
.text strong {
  font-weight: 700;
}
.about__text em,
.about__text i,
.footer__copyright em,
.footer__copyright i,
.footer__created em,
.footer__created i,
.lang em,
.lang i,
.menu__list li a em,
.menu__list li a i,
.team__card-btn em,
.team__card-btn i,
.team__card-text em,
.team__card-text i,
.text em,
.text i {
  font-style: italic;
}
.about__text a,
.footer__copyright a,
.footer__created a,
.lang a,
.menu__list li a a,
.team__card-btn a,
.team__card-text a,
.text a {
  text-decoration: underline;
}
.about__text a:hover,
.footer__copyright a:hover,
.footer__created a:hover,
.lang a:hover,
.menu__list li a a:hover,
.team__card-btn a:hover,
.team__card-text a:hover,
.text a:hover {
  text-decoration: none;
}
.title-line:after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background-color: #565656;
  transform: skewX(-50deg);
}
@media (max-width: 639px) {
  .title-line:after {
    width: 40px;
  }
}
.large-title {
  font-family: Furore, sans-serif;
  font-size: 10vw;
  line-height: 0.6;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.06);
  white-space: nowrap;
}
@media (min-width: 1900px) {
  .large-title {
    font-size: 150px;
  }
}
@media (max-width: 639px) {
  .large-title {
    font-size: 14vw;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding-left: 60px;
  background-color: #000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1054px) {
  .header {
    padding-left: 45px;
  }
}
@media (max-width: 894px) {
  .header {
    transition: bottom 0.3s ease;
  }
  .header.menu-opened {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding-left: 20px;
  }
}
.header__row {
  display: flex;
  align-items: center;
}
@media (max-width: 894px) {
  .header__row {
    height: 50px;
  }
}
.header__logo {
  display: inline-block;
}
.header__logo-img {
  width: auto;
  height: 40px;
}
@media (max-width: 1054px) {
  .header__logo-img {
    height: 30px;
  }
}
.header__btn {
  display: inline-flex;
  justify-content: center;
  margin-right: -20px;
  padding: 27px 54px;
  min-width: 290px;
  font-family: Furore, sans-serif;
  font-size: 14px;
  color: #fff;
  transform: skewX(-10deg);
  border: 1px solid #e31e24;
  overflow: hidden;
  text-align: center;
  background-color: rgba(227, 30, 36, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media (max-width: 1299px) {
  .header__btn {
    min-width: 200px;
  }
}
@media (max-width: 1054px) {
  .header__btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 894px) {
  .header__btn {
    position: fixed;
    left: 20px;
    right: 20px;
    top: calc(100vh - 70px);
    top: calc(var(--vh, 1vh) * 100 - 70px);
    width: calc(100% - 40px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .menu-opened .header__btn {
    opacity: 1;
    visibility: visible;
  }
}
.header__btn:after,
.header__btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: #e31e24;
  transition: transform 0.3s ease;
}
.header__btn:before {
  left: 0;
}
.header__btn:after {
  right: 0;
}
@media not all and (hover: none) {
  .header__btn:hover:before {
    transform: translateX(-100%);
  }
  .header__btn:hover:after {
    transform: translateX(100%);
  }
  .header__btn:hover span {
    transform: skewX(10deg) scale(1.1);
  }
}
.header__btn span {
  position: relative;
  z-index: 2;
  display: block;
  transform: skewX(10deg);
  transition: transform 0.3s ease;
}
.header__btn-menu {
  position: relative;
  display: none;
  width: 70px;
  height: 50px;
  background-color: #e31e24;
  transform: skewX(-10deg) translateX(5px);
}
@media (max-width: 894px) {
  .header__btn-menu {
    display: flex;
    margin-left: auto;
  }
}
.header__btn-menu-lines {
  transform: skewX(10deg);
}
.header__btn-menu-line {
  display: block;
  position: absolute;
  left: 20px;
  width: 24px;
  height: 1.5px;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.header__btn-menu-line:first-child {
  top: 18px;
}
.menu-opened .header__btn-menu-line:first-child {
  top: 24px;
  transform: rotate(45deg);
}
.header__btn-menu-line:nth-child(2) {
  top: 24px;
}
.menu-opened .header__btn-menu-line:nth-child(2) {
  opacity: 0;
}
.header__btn-menu-line:nth-child(3) {
  top: 30px;
}
.menu-opened .header__btn-menu-line:nth-child(3) {
  top: 24px;
  transform: rotate(-45deg);
}
.footer {
  background-color: #000;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer__row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  opacity: 0.8;
}
@media (max-width: 639px) {
  .footer__row {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.footer__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 639px) {
  .footer__col {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }
}
.footer__copyright {
  font-size: 14px;
}
.footer__created {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
}
.footer__created a:last-child {
  margin-top: 1px;
}
@media (max-width: 639px) {
  .footer__created {
    justify-content: center;
    margin-bottom: 20px;
  }
}
.footer__created-link {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
}
@media not all and (hover: none) {
  .footer__created-link:hover img {
    transform: scale(0.9);
  }
}
.footer__created-logo {
  transform: scale(0.8);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.menu {
  margin-left: auto;
  margin-right: 80px;
}
@media (max-width: 1299px) {
  .menu {
    margin-right: 40px;
  }
}
@media (max-width: 894px) {
  .menu {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    transition:
      opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
      visibility 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .menu-opened .menu {
    opacity: 1;
    visibility: visible;
  }
}
.menu__list {
  display: flex;
  align-items: center;
}
@media (max-width: 894px) {
  .menu__list {
    flex-direction: column;
    margin-top: 50px;
    padding-bottom: 60px;
  }
}
.menu__list li {
  display: inline-flex;
  margin-left: 60px;
}
@media (max-width: 1299px) {
  .menu__list li {
    margin-left: 30px;
  }
}
@media (max-width: 894px) {
  .menu__list li {
    margin-left: 0;
  }
}
.menu__list li a {
  font-weight: 700;
  color: #fff;
  transition: color 0.3s ease;
}
@media (max-width: 894px) {
  .menu__list li a {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media not all and (hover: none) {
  .menu__list li a:hover {
    color: #e31e24;
  }
}
.lang {
  font-weight: 800;
  color: #fff;
  margin-right: 30px;
}
@media (max-width: 894px) {
  .lang {
    margin-left: auto;
  }
}
.lang a {
  text-decoration: none;
}
.preloader {
  position: fixed;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  z-index: 1100;
  transform: skewX(-5deg);
}
.preloader__left,
.preloader__right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: #000;
}
.preloader__left {
  left: 0;
}
.preloader__right {
  right: 0;
}
.preloader__logo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: auto;
  transform: translate(-50%, -50%) skewX(5deg);
}
.hero {
  background: #1e1e1e;
}
.hero,
.hero__wrapper {
  position: relative;
}
.hero__nav {
  position: absolute;
  right: 60px;
  bottom: 145px;
  z-index: 20;
  display: flex;
  align-items: baseline;
}
@media (max-width: 894px) {
  .hero__nav {
    right: 45px;
  }
}
@media (max-width: 767px) {
  .hero__nav {
    left: 0;
    right: 0;
    bottom: 70px;
    justify-content: center;
  }
}
.hero__fraction {
  display: block;
  margin-left: 30px;
  margin-right: 30px;
  width: 100px;
  color: hsla(0, 0%, 100%, 0.8);
  text-align: center;
}
.hero__fraction .swiper-pagination-current {
  color: #fff;
}
.hero:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 0;
  height: 0;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 0 120px 100vw;
}
@media (max-width: 639px) {
  .hero:after {
    border-width: 0 0 60px 100vw;
  }
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero,
.hero__bg,
.hero__bg-image-block,
.hero__item,
.hero__slider {
  height: calc(100vh + 80px);
  height: calc(var(--vh, 1vh) * 100 + 80px);
  min-height: 650px;
}
@media (max-width: 639px) {
  .hero,
  .hero__bg,
  .hero__bg-image-block,
  .hero__item,
  .hero__slider {
    height: calc(100vh + 30px);
    height: calc(var(--vh, 1vh) * 100 + 30px);
  }
}
.hero__bg-image-block {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: scale(1.3);
}
.hero__bg-image-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 90%;
  background: linear-gradient(
    88.68deg,
    rgba(130, 0, 4, 0.9) 0.36%,
    rgba(109, 0, 3, 0.843853) 40.4%,
    rgba(0, 0, 0, 0.54) 64.02%,
    transparent 98.93%
  );
}
@media (max-width: 894px) {
  .hero__bg-image-block:before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero__bg-image-block:before {
    background: linear-gradient(
      88.68deg,
      rgba(130, 0, 4, 0.95) 0.36%,
      rgba(109, 0, 3, 0.9) 40.4%,
      rgba(0, 0, 0, 0.6)
    );
  }
}
.hero__bg-image-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  top: 150px;
  background: linear-gradient(
    180deg,
    transparent 54.21%,
    rgba(0, 0, 0, 0.7) 77.62%,
    #000
  );
}
.swiper-slide-active .hero__bg-image-block,
.swiper-slide-duplicate-active .hero__bg-image-block {
  opacity: 1;
  transform: scale(1);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero__bg-image {
  position: absolute;
  top: -1000%;
  left: -1000%;
  right: -1000%;
  bottom: -1000%;
  margin: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__slider {
  position: relative;
  z-index: 3;
  overflow: visible;
}
.hero__item {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .hero__item {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .hero__content {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    min-width: 100%;
  }
}
.hero__title {
  max-width: 800px;
  color: #fff;
  margin-bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100px);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 767px) {
  .hero__title {
    max-width: 100%;
    min-width: 100%;
  }
}
.swiper-slide-active .hero__title,
.swiper-slide-duplicate-active .hero__title {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero__title:after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 70px;
  height: 3px;
  background-color: #fff;
  transform: skewX(-50deg);
}
@media (max-width: 767px) {
  .hero__title:after {
    margin-left: auto;
    margin-right: auto;
  }
}
.hero__text {
  max-width: 550px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100px);
  transition: all 0.1s ease;
}
@media (max-width: 767px) {
  .hero__text {
    max-width: 100%;
  }
}
.swiper-slide-active .hero__text,
.swiper-slide-duplicate-active .hero__text {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}
.hero__btns {
  display: flex;
  margin-top: 50px;
  margin-left: -20px;
  margin-right: -20px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100px);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.3, 1);
}
.swiper-slide-active .hero__btns,
.swiper-slide-duplicate-active .hero__btns {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
.hero__btn {
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.about {
  position: relative;
  padding-top: 40px;
  padding-bottom: 0;
}
.about:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 0;
  height: 0;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 0 150px 100vw;
}
.about__wrapper {
  position: relative;
}
.about__top-lines {
  position: absolute;
  z-index: 11;
  top: -80px;
  right: -25%;
  display: block;
  width: 46.73vw;
  height: auto;
  max-width: 674px;
}
@media (max-width: 639px) {
  .about__top-lines {
    top: -40px;
  }
}
.about__bottom-lines {
  position: absolute;
  z-index: 11;
  bottom: 40px;
  right: -3%;
  display: block;
  width: 16vw;
  height: auto;
  max-width: 225px;
}
@media (max-width: 1054px) {
  .about__bottom-lines {
    right: -10%;
  }
}
@media (max-width: 639px) {
  .about__bottom-lines {
    bottom: 70vw;
    width: 30vw;
  }
}
.about__block {
  position: relative;
  z-index: 12;
}
.about__row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  align-items: center;
}
@media (max-width: 639px) {
  .about__row {
    flex-direction: column-reverse;
  }
}
.about__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 639px) {
  .about__col {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
  }
}
.about__media {
  position: relative;
  padding-top: 77%;
  width: 97%;
  right: 40px;
}
@media (max-width: 639px) {
  .about__media {
    width: 100%;
    right: 20px;
  }
}
.about__image-lines {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7%;
}
.about__image-lg {
  position: absolute;
  top: 0;
  left: 9.5%;
  width: 73%;
  padding-top: 52.3%;
  overflow: hidden;
}
.about__image-sm {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33.8%;
  padding-top: 41.2%;
  overflow: hidden;
}
.about__image {
  position: absolute;
  top: -1000%;
  left: -1000%;
  right: -1000%;
  bottom: -1000%;
  margin: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__title {
  color: #e31e24;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.about__text {
  max-width: 500px;
  padding-bottom: 40px;
}
.about__text p:not(:last-child) {
  margin-bottom: 10px;
}
.about__large-title {
  position: absolute;
  top: 20px;
  right: -24px;
}
@media (max-width: 894px) {
  .about__large-title {
    top: -30px;
    right: 30px;
  }
}
.services {
  position: relative;
  background-image: url(../images/bg.png);
}
.services__lines {
  position: absolute;
  left: 0;
  right: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 47vw;
  max-width: 674px;
  height: auto;
  bottom: 30px;
}
@media (max-width: 1054px) {
  .services__lines {
    bottom: 60px;
  }
}
.services:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 0 0 150px 100vw;
}
@media (max-width: 639px) {
  .services:after {
    border-width: 0 0 60px 100vw;
  }
}
.services__wrapper {
  position: relative;
  z-index: 2;
  padding-top: 170px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .services__wrapper {
    padding-top: 100px;
  }
}
.services__title-block {
  position: relative;
  text-align: center;
}
.services__title {
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}
.services__title:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  right: -20px;
  width: 70px;
  height: 3px;
  background-color: #e31e24;
  transform: skewX(-50deg);
}
@media (max-width: 639px) {
  .services__title:after {
    width: 40px;
  }
}
.services__large-title {
  position: absolute;
  top: 105px;
  right: -60px;
  color: hsla(0, 0%, 100%, 0.06);
}
@media (max-width: 894px) {
  .services__large-title {
    top: 140px;
  }
}
@media (max-width: 767px) {
  .services__large-title {
    top: 50px;
    left: 10px;
  }
}
.services__block {
  position: relative;
  padding-top: 70px;
}
@media (max-width: 894px) {
  .services__block {
    padding-top: 50px;
  }
}
.services__btn-arrow {
  position: absolute;
  top: calc(50% + 15px);
}
@media (max-width: 767px) {
  .services__btn-arrow {
    top: calc(100% + 30px);
  }
}
.services__btn-arrow.btn-arrow--prev {
  left: -30px;
}
@media (max-width: 767px) {
  .services__btn-arrow.btn-arrow--prev {
    left: 0;
  }
}
.services__btn-arrow.btn-arrow--next {
  right: -30px;
}
@media (max-width: 767px) {
  .services__btn-arrow.btn-arrow--next {
    right: 0;
  }
}
.services__slider {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.services__item {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1054px) {
  .services__item {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.services__card {
  position: relative;
  width: 100%;
  height: 420px;
  background-color: #000;
  transform: skewX(-5deg);
  overflow: hidden;
  border: 1px solid #565656;
}
@media (max-width: 1054px) {
  .services__card {
    height: 380px;
    transform: skewX(-3deg);
  }
}
@media (max-width: 894px) {
  .services__card {
    height: 300px;
  }
}
@media not all and (hover: none) {
  .services__card:hover .services__card-image {
    transform: scale(1.1);
  }
}
.services__card-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewX(5deg);
}
@media (max-width: 1054px) {
  .services__card-inner {
    transform: skewX(3deg);
  }
}
.services__card-image-block {
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  bottom: 0;
}
.services__card-image-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 55%;
  background: linear-gradient(180deg, #000 13.9%, transparent);
}
.services__card-image {
  position: absolute;
  top: -1000%;
  left: -1000%;
  right: -1000%;
  bottom: -1000%;
  margin: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.services__card-title-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 40px;
}
@media (max-width: 1054px) {
  .services__card-title-block {
    padding-left: 20px;
  }
}
.services__card-title {
  margin-top: 50px;
  min-height: 74px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1054px) {
  .services__card-title {
    margin-top: 40px;
    font-size: 24px;
  }
}
@media (max-width: 894px) {
  .services__card-title {
    font-size: 20px;
  }
}
.services__card-title-large {
  position: absolute;
  top: 30px;
  z-index: -1;
  font-family: Furore, sans-serif;
  font-size: 50px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e31e24;
  opacity: 0.3;
}
@media (max-width: 1054px) {
  .services__card-title-large {
    top: 20px;
    font-size: 40px;
  }
}
.prices {
  position: relative;
  padding-top: 90px;
  padding-bottom: 30px;
}
@media (max-width: 639px) {
  .prices {
    padding-top: 70px;
  }
}
.prices__wrapper {
  position: relative;
}
@media (max-width: 639px) {
  .prices__wrapper {
    max-width: 100%;
    padding: 0;
  }
}
.prices__lines-top {
  top: 60px;
  right: -20%;
}
.prices__lines-bottom,
.prices__lines-top {
  position: absolute;
  width: 47vw;
  height: auto;
  max-width: 674px;
}
.prices__lines-bottom {
  bottom: 30px;
  left: -20%;
}
.prices__block {
  position: relative;
}
.prices__title-block {
  position: relative;
  text-align: center;
}
.prices__title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.prices__title:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  right: -20px;
  width: 70px;
  height: 3px;
  background-color: #e31e24;
  transform: skewX(-50deg);
}
@media (max-width: 639px) {
  .prices__title:after {
    width: 40px;
  }
}
.prices__large-title {
  position: absolute;
  top: -20px;
  left: 150px;
}

.prices__row .swiper {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 639px) {
  .prices__row .swiper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.prices__row .services__btn-arrow.btn-arrow--next {
  top: 47%;
  right: -40px;
}
.prices__row .services__btn-arrow.btn-arrow--prev {
  top: 47%;
  left: -40px;
}

@media (max-width: 1054px) {
  .prices__row .swiper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.prices__col {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: auto;
}
@media (max-width: 639px) {
  .prices__col {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
  }

  .prices__row .swiper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.prices__card {
  position: relative;
  padding: 65px 30px 40px 100px;
  width: 100%;
  background-color: #e31e24;
}
@media (max-width: 1299px) {
  .prices__card {
    padding: 50px 20px 30px 70px;
  }
}
@media (max-width: 1054px) {
  .prices__card {
    padding-left: 60px;
  }
}
@media (max-width: 894px) {
  .prices__card {
    padding-left: 50px;
  }
}

.prices__card--lg {
  padding-top: 100px;
}
@media (max-width: 1299px) {
  .prices__card--lg {
    padding-top: 70px;
  }
}
@media (max-width: 639px) {
  .prices__card--lg {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}
.prices__card--lg .prices__card-list {
  margin-top: 50px;
}
.prices__card-title-large {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  font-family: Furore, sans-serif;
  font-size: 50px;
  white-space: nowrap;
  text-transform: uppercase;
  transform-origin: left top;
  transform: rotate(-90deg) translate(calc(-100% - 30px), 10px);
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  opacity: 0.5;
}
@media (max-width: 1299px) {
  .prices__card-title-large {
    font-size: 40px;
  }
}
@media (max-width: 894px) {
  .prices__card-title-large {
    opacity: 0.3;
  }
}
@media (max-width: 767px) {
  .prices__card-title-large {
    font-size: 32px;
  }
}
.prices__card-title {
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 1054px) {
  .prices__card-title {
    font-size: 24px;
  }
}
@media (max-width: 894px) {
  .prices__card-title {
    font-size: 20px;
    margin-left: -25px;
  }
}
@media (max-width: 767px) {
  .prices__card-title {
    font-size: 22px;
    margin-left: 0;
  }
}
.prices__card-price {
  text-align: right;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 894px) {
  .prices__card-price {
    font-size: 18px;
  }
}
.prices__card-price-lg {
  font-family: Montserrat, sans-serif;
  font-size: 70px;
}
@media (max-width: 1299px) {
  .prices__card-price-lg {
    font-size: 60px;
  }
}
@media (max-width: 894px) {
  .prices__card-price-lg {
    font-size: 36px;
  }
}
.prices__card-list {
  margin-top: 20px;
}
.prices__card-item {
  position: relative;
  padding-left: 44px;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
@media (max-width: 1054px) {
  .prices__card-item {
    padding-top: 5px;
    padding-left: 26px;
    padding-bottom: 5px;
  }
}
@media (max-width: 894px) {
  .prices__card-item {
    font-size: 18px;
  }
}
.prices__card-item--yes {
  color: #fff;
}
.prices__card-item--yes:before {
  background-image: url(../images/i-check-white.svg);
}
.prices__card-item--no {
  color: rgba(0, 0, 0, 0.8);
}
.prices__card-item--no:before {
  background-image: url(../images/i-close-light-dark.svg);
}
.prices__card-item:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (max-width: 1054px) {
  .prices__card-item:before {
    top: 11px;
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 894px) {
  .prices__card-item:before {
    top: 9px;
  }
}
.prices__btn-block {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.schedule {
  position: relative;
  padding-top: 180px;
  padding-bottom: 210px;
  background-image: url(../images/bg.png);
  background-position: center top;
}
@media (max-width: 767px) {
  .schedule {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.schedule:after,
.schedule:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 100vw;
}
@media (max-width: 767px) {
  .schedule:after,
  .schedule:before {
    border-width: 0 0 60px 100vw;
  }
}
.schedule:before {
  border-color: transparent transparent transparent #fff;
}
.schedule:after {
  top: auto;
  bottom: 0;
  border-color: transparent transparent #fff;
}
.schedule__wrapper {
  position: relative;
  z-index: 2;
}
.schedule__lines-top {
  top: -80px;
  right: -20%;
}
.schedule__lines-bottom,
.schedule__lines-top {
  position: absolute;
  width: 50vw;
  height: auto;
  max-width: 717px;
}
.schedule__lines-bottom {
  bottom: -120px;
  left: -30%;
}
@media (max-width: 767px) {
  .schedule__lines-bottom {
    bottom: -50px;
  }
}
.schedule__title-block {
  position: relative;
  text-align: center;
}
.schedule__title {
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}
.schedule__title:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  right: -20px;
  width: 70px;
  height: 3px;
  background-color: #e31e24;
  transform: skewX(-50deg);
}
@media (max-width: 767px) {
  .schedule__title:after {
    width: 40px;
  }
}
.schedule__large-title {
  position: absolute;
  top: -20px;
  left: -60px;
  color: hsla(0, 0%, 100%, 0.06);
}
.schedule__block {
  position: relative;
  z-index: 3;
/*   max-width: 1020px; */
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .schedule__block {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding-left: 20px;
    padding-bottom: 30px;
  }
}
.schedule__row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  justify-content: center;
}
@media (max-width: 767px) {
  .schedule__row {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.schedule__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  flex: 1 0 auto;
  width: 25%;
  min-width: 310px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .schedule__col {
    width: 320px;
  }
}
.schedule__col:nth-child(odd) .schedule__top:after {
  background-image: url(../images/arrows-red.svg);
}
.schedule__col:nth-child(2n) .schedule__top:after {
  background-image: url(../images/arrows-white.svg);
}
.schedule__top {
  position: relative;
  display: flex;
}
.schedule__top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 74px;
  right: 0;
  bottom: 0;
  background-color: #8a8a8a;
}
@media (max-width: 894px) {
  .schedule__top:before {
    left: 55px;
  }
}
.schedule__top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 82px;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0;
}
.schedule__day {
  display: flex;
  align-items: center;
  width: 74px;
  height: 30px;
  padding-left: 15px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 894px) {
  .schedule__day {
    width: 55px;
    padding-left: 10px;
    font-size: 18px;
  }
}
.schedule__list {
  margin-top: 25px;
}
@media (max-width: 1054px) {
  .schedule__list {
    margin-top: 15px;
  }
}
.schedule__list-item {
  display: flex;
  margin-top: 7px;
  background-color: rgba(86, 86, 86, 0.7);
  min-height: 36px;
  color: #fff;
}
.schedule__time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: inherit;
  background-color: #e31e24;
  padding: 2px 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 894px) {
  .schedule__time {
    width: 55px;
    font-size: 16px;
  }
}
.schedule__time sub {
  font-size: 12px;
  padding-top: 2px;
  padding-left: 2px;
  text-decoration: underline;
  align-self: flex-start;
}
.schedule__name {
  display: flex; 
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  width: calc(100% - 74px);
  padding: 2px 10px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 894px) {
  .schedule__name {
    width: calc(100% - 55px);
    font-size: 16px;
  }
}
.schedule .swiper-scrollbar {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.schedule .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: rgba(227, 30, 36, 0.8);
}
.team {
  position: relative;
  z-index: 13;
  padding-top: 160px;
  padding-bottom: 120px;
}
@media (max-width: 1054px) {
  .team {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .team {
    padding-bottom: 50px;
  }
}
.team__wrapper {
  position: relative;
  z-index: 2;
}

@media (max-width: 1440px) {
  .team__wrapper {
    padding: 0;
  }
  .team__slider {
    padding: 0 24px;
  }
}
.team__title-block {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .team__title-block {
    margin-bottom: 40px;
  }
}
.team__title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.team__title:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  right: -20px;
  width: 70px;
  height: 3px;
  background-color: #e31e24;
  transform: skewX(-50deg);
}
@media (max-width: 767px) {
  .team__title:after {
    width: 40px;
  }
}
.team__large-title {
  position: absolute;
  top: -80px;
  right: -40px;
}
.team__block {
  margin-top: 50px;
  position: relative;
}
.team__btn-arrow {
  position: absolute;
  z-index: 3;
  top: 45%;
}
.team__btn-arrow.btn-arrow--prev {
  left: -40px;
}
@media (max-width: 1440px) {
  .team__btn-arrow.btn-arrow--prev {
    left: 16px;
  }
}

.team__btn-arrow.btn-arrow--next {
  right: -40px;
}

@media (max-width: 1440px) {
  .team__btn-arrow.btn-arrow--next {
    right: 16px;
  }
}

@media not all and (hover: none) {
  .team__card:hover .team__card-image {
    transform: scale(1.1);
    filter: grayscale(0);
  }
}
.team__card-top {
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  height: max(60vh, 40dvw);
  max-height: 700px;
  min-height: 300px;
  border: 1px solid #565656;
}

.team__card-top-inner {
  position: absolute;
  inset: 0;
  width: 100%;
}

.team__card-top-inner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(1turn, #000, transparent);
}
.team__card-image {
  position: absolute;
  top: 0;
  left: -1000%;
  right: -1000%;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(1);
  transition:
    filter 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 894px) {
  .team__card-image {
    filter: none;
  }
}
.team__card-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding: 24px 16px;
}
.team__card-name {
  text-transform: uppercase;
  color: #e31e24;
}
@media (max-width: 894px) {
  .team__card-name {
    font-size: 18px;
  }
}
.team__card-socials {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 894px) {
  .team__card-socials {
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .team__card-socials {
    flex-direction: column;
  }
}
.team__card-socials a {
  display: block;
  margin-left: 15px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 767px) {
  .team__card-socials a {
    margin-top: 10px;
  }
}
@media not all and (hover: none) {
  .team__card-socials a:hover {
    transform: scale(1.3);
  }
}
.team__card-socials-icon {
  width: 20px;
  height: 20px;
}
.team__card-bottom {
  position: relative;
  left: -20px;
  right: -10px;
  z-index: 2;
  width: calc(100% + 40px);
  margin-top: -15px;
  padding: 30px 60px;
  background-color: #e31e24;
  transform: skewX(-6deg) translateX(-20px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 1054px) {
  .team__card-bottom {
    left: -20px;
    right: -1px;
    width: calc(100% + 20px);
    transform: skewX(-3deg) translateX(-10px);
    padding: 25px 30px;
  }
}
@media (max-width: 894px) {
  .team__card-bottom {
    transform: skewX(-3deg);
  }
}
.team__card-text {
  transform: skewX(6deg) translateX(-10px);
  color: #fff;
  max-height: 60px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 1054px) {
  .team__card-text {
    transform: skewX(3deg) translateX(-10px);
  }
}
@media (max-width: 894px) {
  .team__card-text {
    transform: skewX(3deg);
    font-size: 12px;
  }
}
.team__card-btn {
  transform: skewX(6deg) translateX(-10px);
  cursor: pointer;
  margin-top: 30px;
  text-align: center;
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media (max-width: 1054px) {
  .team__card-btn {
    transform: skewX(3deg) translateX(-10px);
  }
}
@media (max-width: 894px) {
  .team__card-btn {
    transform: skewX(3deg);
    font-size: 12px;
  }
}
.team__card-btn .less {
  display: none;
}
.contacts {
  position: relative;
  background-color: #e31e24;
}

.contacts:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  background-color: #000;
}
@media (max-width: 1100px) {
  .contacts:before {
    display: none;
  }
  .contacts .wrapper {
    padding: 0 20px;
  }
}
.contacts__row {
  position: relative;
  z-index: 2;
  display: flex;
}
.map {
  width: 100%;
}
@media (max-width: 1100px) {
  .contacts__row {
    flex-direction: column-reverse;
  }
}
.contacts__col {
  position: relative;
  width: 50%;
}
@media (max-width: 1110px) {
  .contacts__col {
    width: 100%;
  }
}
.contacts__form-block {
  padding-top: 90px;
  padding-right: 40px;
  padding-bottom: 60px;
}
@media (max-width: 1100px) {
  .contacts__form-block {
    padding-top: 50px;
    padding-right: 0;
  }
}
.contacts__form-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.contacts__form {
  max-width: 540px;
}
.contacts__btn-block {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-right: 6px;
  margin-top: 20px;
}
.contacts__info-block {
  position: relative;
  padding-top: 90px;
  padding-left: 60px;
  padding-bottom: 60px;

  display: flex;
  flex-direction: column;
  height: 100%;
}

.footer_logo {
  margin-top: auto;
}
@media (max-width: 1054px) {
  .contacts__info-block {
    padding-bottom: 20px;
  }
}
@media (max-width: 1100px) {
  .contacts__info-block {
    margin-left: -20px;
    margin-right: -20px;
    padding: 90px 20px 30px;
    background-color: #000;
  }
}

.contacts__info-title {
  text-transform: uppercase;
  color: #fff;
}
.contacts__info-top {
  justify-content: space-between;
  margin-bottom: 30px;
}
.contacts__info-top,
.contacts__socials {
  display: flex;
  align-items: center;
}

@media (max-width: 1100px) {
  .contacts__socials {
    right: 20px;
  }
}
.contacts__socials a {
  display: block;
  margin-left: 15px;
}
.contacts__socials-icon {
  width: 25px;
  height: 25px;
}
.contacts__info-row {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 1054px) {
  .contacts__info-row {
    display: block;
  }
}
.contacts__name {
  display: block;
  width: 230px;
  padding-right: 20px;
  text-transform: uppercase;
  color: #e31e24;
  flex-shrink: 0;
}
.contacts_addresses_column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contacts_addresses_column a {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1054px) {
  .contacts__name {
    width: 100%;
    margin-bottom: 5px;
  }
}
.contacts__info-hours,
.contacts__phones-list,
.contacts__value {
  display: inline-block;
  max-width: calc(100% - 230px);
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1054px) {
  .contacts__info-hours,
  .contacts__phones-list,
  .contacts__value {
    max-width: 100%;
  }
}
.contacts__phone,
.contacts__value {
  transition: opacity 0.3s ease;
}
@media not all and (hover: none) {
  .contacts__phone:hover,
  .contacts__value:hover {
    opacity: 0.8;
  }
}
.contacts__hours-row {
  display: flex;
}
.contacts__days {
  width: 120px;
  padding-right: 10px;
}
.contacts__map-link {
  position: relative;
}
.contacts__map-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  bottom: 0;
  z-index: 2;
  width: 60px;
  background: linear-gradient(270deg, #000, transparent);
}
@media (max-width: 1440px) {
  .contacts__map-link:after {
    display: none;
  }
}
.contacts__map {
  display: block;
  position: relative;
  width: calc(100% + 100px);
  max-width: calc(100% + 100px);
  margin-right: -100px;
}
@media (max-width: 1440px) {
  .contacts__map {
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin-right: -60px;
  }
}
@media (max-width: 639px) {
  .contacts__map {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
  }
}
