@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
details,
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"],
legend {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes fancybox-rotate {
    to {
        transform: rotate(360deg);
    }
}
@keyframes fadeOverlay {
    0% {
        opacity: 0;
    }
    to {
        opacity: 0.9;
    }
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
html {
    -ms-overflow-style: scrollbar;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    scrollbar-gutter: stable;
}
*,
::after,
::before {
    box-sizing: inherit;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1308px) {
    .container {
        max-width: 1248px;
    }
}
@media (min-width: 1560px) {
    .container {
        max-width: 1500px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.3333333333%;
}
.offset-2 {
    margin-left: 16.6666666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333333333%;
}
.offset-5 {
    margin-left: 41.6666666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333333333%;
}
.offset-8 {
    margin-left: 66.6666666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333333333%;
}
.offset-11 {
    margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1308px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1560px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxl-first {
        order: -1;
    }
    .order-xxl-last {
        order: 13;
    }
    .order-xxl-0 {
        order: 0;
    }
    .order-xxl-1 {
        order: 1;
    }
    .order-xxl-2 {
        order: 2;
    }
    .order-xxl-3 {
        order: 3;
    }
    .order-xxl-4 {
        order: 4;
    }
    .order-xxl-5 {
        order: 5;
    }
    .order-xxl-6 {
        order: 6;
    }
    .order-xxl-7 {
        order: 7;
    }
    .order-xxl-8 {
        order: 8;
    }
    .order-xxl-9 {
        order: 9;
    }
    .order-xxl-10 {
        order: 10;
    }
    .order-xxl-11 {
        order: 11;
    }
    .order-xxl-12 {
        order: 12;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.6666666667%;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1308px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1560px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1308px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1560px) {
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1308px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1560px) {
    .m-xxl-0 {
        margin: 0 !important;
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@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;
}
:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.swiper,
.swiper-wrapper {
    position: relative;
    z-index: 1;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    display: block;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.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-wrapper {
    transform-style: preserve-3d;
}
.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-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.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-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.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-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.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(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.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: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
.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: var(--swiper-navigation-top-offset, 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 svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.swiper-button-lock {
    display: none;
}
.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: initial;
    line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 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: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    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: var(--swiper-pagination-bullet-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: 0;
    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: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    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: 0.2s transform, 0.2s top;
}
.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: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, 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: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar,
.swiper-scrollbar-drag {
    position: relative;
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
}
.swiper-scrollbar {
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, 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: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    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;
    touch-action: none;
}
.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-cards,
.swiper-cube,
.swiper-flip {
    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-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-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-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-flip .swiper-slide {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    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-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cards .swiper-slide,
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.swiper-creative .swiper-slide {
    transition-property: transform, opacity, height;
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
    transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
    transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
    transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"],
[data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos="fade-up"] {
    transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
    transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
    transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
    transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
    transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
    transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
    transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
    transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
    transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
    transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
    transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
    transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
    transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
    transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
    transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
    transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
    transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
    transform: translateZ(0);
}
[data-aos="slide-up"] {
    transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
    transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
    transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
    transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform;
}
[data-aos="flip-left"] {
    transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate,
[data-aos="flip-right"].aos-animate {
    transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
    transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-up"] {
    transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-down"].aos-animate,
[data-aos="flip-up"].aos-animate {
    transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
    transform: perspective(2500px) rotateX(100deg);
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar {
    opacity: 0;
    position: absolute;
    z-index: 99997;
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
}
.fancybox-caption {
    opacity: 0;
    position: absolute;
}
.fancybox-navigation .fancybox-button {
    z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-image,
.fancybox-slide--image .fancybox-content,
.fancybox-spaceball {
    background: 0 0;
    left: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: visible;
    transform-origin: top left;
    transition-property: transform, opacity;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    border: 0;
    height: 100%;
    margin: 0;
    max-height: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    color: #ccc;
}
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: 0;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0;
}
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}
.fancybox-share__button:hover,
a {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
.noUi-target,
.noUi-target *,
body {
    -webkit-tap-highlight-color: transparent;
}
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    touch-action: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
}
.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}
.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}
.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0;
}
.noUi-horizontal .noUi-origin {
    height: 0;
}
.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}
.noUi-touch-area {
    height: 100%;
    width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: transform 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}
.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
    border-radius: 3px;
}
.noUi-connect {
    background: #3fb8af;
}
.noUi-draggable {
    cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}
.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    top: 6px;
}
.noUi-handle:before {
    left: 14px;
}
.noUi-handle:after {
    left: 17px;
}
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
}
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}
[disabled] .noUi-connect {
    background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    color: #999;
}
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
.noUi-marker {
    position: absolute;
    background: #ccc;
}
.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa;
}
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}
.noUi-value-horizontal {
    transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}
.noUi-value-vertical {
    transform: translate(0, -50%);
    padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
    transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}
@font-face {
    font-family: "HelveticaNeueCyr";
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.eot);
    src: url(../fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.woff) format("woff"),
        url(../fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.ttf) format("truetype");
}
@font-face {
    font-family: "HelveticaNeueCyr";
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.eot);
    src: url(../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.woff) format("woff"),
        url(../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.ttf) format("truetype");
}
@font-face {
    font-family: "HelveticaNeueCyr";
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.eot);
    src: url(../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.woff) format("woff"),
        url(../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.ttf) format("truetype");
}
@font-face {
    font-family: "HelveticaNeueCyr";
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.eot);
    src: url(../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.woff) format("woff"),
        url(../fonts/HelveticaNeueCyr-Bold/HelveticaNeueCyr-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "HelveticaNeueCyr";
    font-weight: 900;
    font-style: normal;
    src: url(../fonts/HelveticaNeueCyr-Black/HelveticaNeueCyr-Black.eot);
    src: url(../fonts/HelveticaNeueCyr-Black/HelveticaNeueCyr-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueCyr-Black/HelveticaNeueCyr-Black.woff) format("woff"),
        url(../fonts/HelveticaNeueCyr-Black/HelveticaNeueCyr-Black.ttf) format("truetype");
}
@font-face {
    font-family: "Myriad Pro";
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/MyriadPro-Regular/MyriadPro-Regular.eot);
    src: url(../fonts/MyriadPro-Regular/MyriadPro-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/MyriadPro-Regular/MyriadPro-Regular.woff) format("woff"),
        url(../fonts/MyriadPro-Regular/MyriadPro-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Myriad Pro";
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/MyriadPro-Bold/MyriadPro-Bold.eot);
    src: url(../fonts/MyriadPro-Bold/MyriadPro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/MyriadPro-Bold/MyriadPro-Bold.woff) format("woff"), url(../fonts/MyriadPro-Bold/MyriadPro-Bold.ttf) format("truetype");
}
body {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    min-width: 360px;
    background: #fff;
}
@media (max-width: 991px) {
    body::before {
        content: "";
        display: block;
        width: 100%;
        height: 80px;
    }
}
body.open_modal {
    overflow: hidden;
    height: 100vh;
}
.filter-overlay,
.mobile-menu-overlay,
.overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #161616;
    opacity: 0.9;
    z-index: 1090;
    display: none;
    animation: fadeOverlay 0.3s;
}
.filter-overlay.active,
.mobile-menu-overlay.active,
.overlay.active {
    display: block;
}
img {
    max-width: 100%;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}
section {
    margin-top: 130px;
}
@media (max-width: 1307px) {
    section {
        margin-top: 110px;
    }
}
@media (max-width: 991px) {
    section {
        margin-top: 90px;
    }
}
@media (max-width: 767px) {
    section {
        margin-top: 70px;
    }
}
.row-gap {
    gap: 30px 0;
}
input[name="surname"] {
    display: block !important;
    width: 2px !important;
    height: 3px !important;
    margin-bottom: -3px !important;
    opacity: 0.01 !important;
}
input.error {
    border: 1px solid red !important;
}
.btn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: 0 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    text-transform: none;
    transition: 0.2s all ease-out;
    padding: 12px 20px;
}
.btn-fluid {
    width: -moz-fit-content;
    width: fit-content;
}
.btn-fixed {
    width: 220px;
}
.btn-width {
    width: 100%;
}
.btn-center {
    margin: 0 auto;
}
.btn-br {
    border-radius: 4px;
}
.btn-62 {
    height: 62px;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.06px;
}
@media (max-width: 1307px) {
    .btn-62 {
        height: 50px;
    }
}
@media (max-width: 767px) {
    .btn-62 {
        font-size: 16px;
    }
}
.btn-accent {
    background: #bf0200;
    border: 1px solid #bf0200;
    color: #fff;
}
.btn-accent:hover {
    background: #e30200;
    border: 1px solid #e30200;
}
.btn-accent,
.btn-dark,
.btn-grey,
.btn-white {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.04px;
    display: block;
    text-align: center;
}
.btn-white {
    color: #bf0200;
}
.btn-white,
.btn-white:hover {
    background: #fff;
    border: 1px solid #fff;
}
.btn-dark,
.btn-grey {
    color: #fff;
}
.btn-dark {
    background: #2f2e39;
    border: 1px solid #2f2e39;
}
.btn-dark:hover {
    background: #3f3e4d;
    border: 1px solid #3f3e4d;
}
.btn-grey {
    background: #828187;
    border: 1px solid #828187;
}
.btn-grey:hover {
    background: #949398;
    border: 1px solid #949398;
}
.tabs {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .tabs {
        flex-direction: column;
        gap: 10px;
    }
}
.tabs__button {
    border: 0;
    padding: 16px 30px;
    cursor: pointer;
    border-radius: 4px;
    background: #aeaeb7;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 295px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media (max-width: 767px) {
    .tabs__button {
        width: 100%;
        padding: 10px 20px;
        font-size: 14px;
    }
}
.tabs .tabs__button--active {
    background: #2f2e39;
}
.tabs-content__item {
    display: none;
    animation: fade 0.3s ease-out;
}
.header__social a img,
.slider-arrow img,
.tabs-content__item--active {
    display: block;
}
.main-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}
.main-heading__title {
    color: #141414;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
@media (max-width: 1307px) {
    .main-heading__title {
        font-size: 32px;
    }
}
@media (max-width: 991px) {
    .main-heading__title {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .main-heading__title {
        font-size: 24px;
    }
}
@media (max-width: 576px) {
    .main-heading__title {
        font-size: 22px;
    }
}
.main-heading__desc {
    color: #141414;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
@media (max-width: 767px) {
    .main-heading__desc {
        font-size: 14px;
    }
}
.slider {
    overflow: hidden;
}
.swiper-slide {
    box-sizing: border-box;
}
.dots,
.slider-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.slider-control {
    padding-top: 30px;
}
.dots {
    width: auto !important;
}
.dots .swiper-pagination-bullet {
    background: #d9d9d9;
    width: 11px;
    height: 11px;
    border-radius: 20px;
    transition: 0.2s all ease-out;
    margin: 0 !important;
    opacity: 1;
}
.dots .swiper-pagination-bullet-active {
    width: 56px;
    background: #bf0200;
}
.form-control input,
.slider-arrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.slider-arrow {
    cursor: pointer;
    transition: 0.2s all ease-out;
}
.slider-arrow:hover {
    opacity: 0.7;
}
.form-control input {
    border-radius: 5px;
    background: #fff;
    outline: 0;
    padding: 0 18px;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #141414;
    width: 100%;
    border: 0;
    height: 62px;
}
@media (max-width: 1307px) {
    .form-control input {
        height: 50px;
        font-size: 14px;
    }
}
.form-control input:placeholder {
    color: #757575;
}
.form-checkbox {
    padding: 16px 0;
}
@media (max-width: 1307px) {
    .form-checkbox {
        padding: 10px 0;
    }
}
.form-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: auto;
}
.form-checkbox a,
.form-checkbox span {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.form-checkbox span {
    color: #000;
    position: relative;
    padding-left: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    line-height: 1.1;
    display: block;
    text-align: left;
}
@media (max-width: 991px) {
    .form-checkbox span {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .form-checkbox span {
        font-size: 12px;
    }
}
.form-checkbox span::before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid #bf0200;
    border-radius: 4px;
    left: 0;
    top: -2px;
}
@media (max-width: 576px) {
    .form-checkbox span::before {
        top: -4px;
    }
}
.form-checkbox span::after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/check.svg) no-repeat center;
    top: -2px;
    left: 0;
    opacity: 0;
}
@media (max-width: 576px) {
    .form-checkbox span::after {
        top: -4px;
    }
}
.form-checkbox a {
    color: #bf0200;
    line-height: 18.4px;
}
@media (max-width: 1307px) {
    .form-checkbox a {
        display: block;
    }
}
@media (max-width: 991px) {
    .form-checkbox a {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .form-checkbox a {
        font-size: 12px;
    }
}
.form-checkbox a:hover {
    text-decoration: underline;
}
.filter__checkbox input:checked + span:after,
.form-checkbox input:checked + span:after,
.product-info__extra-options-checkbox input:checked + span:after {
    opacity: 1;
}
.sort {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 767px) {
    .sort {
        flex-direction: column;
        gap: 10px;
    }
}
.sort__wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}
@media (max-width: 767px) {
    .sort__wrapper {
        align-items: flex-start;
        width: 100%;
        justify-content: space-between;
    }
}
.sort select,
.sort__title {
    color: #161721;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sort select {
    border: 0;
    outline: 0;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    justify-content: center;
    align-items: center;
    padding: 15px;
    z-index: 1200;
    overflow-y: auto;
}
.modal--open {
    display: flex;
}
.modal--close {
    margin-top: 10px;
}
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.modal__content {
    border-radius: 22px 0 0 22px;
    border: 1px solid #bf0200;
    background: #171622;
    position: relative;
    padding: 30px;
    width: 100%;
    max-width: 690px;
}
@media (max-width: 576px) {
    .modal__content {
        border-radius: 20px;
    }
}
.modal__close {
    position: absolute;
    left: -30px;
    top: -30px;
    font-size: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: #ec1c04;
    border-radius: 50%;
    line-height: 14px;
    width: 67px;
    height: 67px;
    color: #fff;
    padding-top: 24px;
    padding-left: 19px;
    transition: 0.2s all ease-out;
}
@media (max-width: 767px) {
    .modal__close {
        left: auto;
        right: 20px;
        top: 20px;
        width: 20px;
        height: 20px;
        background: 0 0;
        padding: 0;
    }
}
.modal__close:hover {
    background: #ce1803;
}
.modal__logo {
    margin-bottom: 30px;
}
.modal__logo img {
    display: block;
    margin: 0 auto;
}
@media (max-width: 576px) {
    .modal__logo img {
        width: 140px;
        margin-bottom: 20px;
    }
}
.modal__title {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .modal__title {
        font-size: 22px;
    }
}
@media (max-width: 576px) {
    .modal__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
.modal__grade {
    border-radius: 4px;
    border: 1px solid #403e52;
    background: #212031;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    margin-bottom: 30px;
}
@media (max-width: 576px) {
    .modal__grade {
        margin-bottom: 20px;
    }
}
.modal__grade-title,
.modal__grade-value {
    color: #fff;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 19.04px;
    font-size: 12px;
}
.modal__grade-value {
    font-size: 24px;
}
.modal__stars {
    display: flex;
    align-items: center;
}
.modal__star {
    cursor: pointer;
    padding: 0 5px;
}
@media (max-width: 576px) {
    .modal__star {
        padding: 0 2px;
    }
}
.modal__social a,
.modal__star svg path {
    transition: 0.2s all ease-out;
}
.modal__star--active svg path,
.modal__star--hover svg path,
.modal__star:hover svg path {
    fill: #bf0200;
}
.modal__form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}
@media (max-width: 576px) {
    .modal__form-wrapper {
        margin-bottom: 10px;
    }
}
.modal__input {
    border-radius: 2px;
    border: 1px solid #39384b;
    background: #171622;
    padding: 10px 14px;
    color: #fff;
    outline: 0;
    width: 100%;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 576px) {
    .modal__input {
        font-size: 12px;
    }
}
.modal__input::-moz-placeholder {
    color: #fff;
}
.modal__input::placeholder {
    color: #fff;
}
.modal__textarea {
    border-radius: 2px;
    border: 1px solid #39384b;
    background: #171622;
    padding: 10px 14px;
    color: #fff;
    outline: 0;
    width: 100%;
    height: 140px;
}
@media (max-width: 576px) {
    .modal__textarea {
        height: 80px;
        font-size: 12px;
    }
}
.modal__textarea::-moz-placeholder {
    color: #fff;
}
.modal__textarea::placeholder {
    color: #fff;
}
.modal__file {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
}
.modal__label,
.modal__problem {
    text-align: center;
    font-family: Roboto;
    font-style: normal;
}
.modal__label {
    border-radius: 2px;
    border: 1px solid #81808f;
    background: #38364b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
    cursor: pointer;
    transition: 0.2s all ease-out;
}
.modal__label:hover {
    background: #2b2939;
}
.modal__problem {
    color: #bf0200;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
@media (max-width: 576px) {
    .modal__problem {
        margin-bottom: 0;
        font-size: 14px;
    }
}
.modal__desc {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .modal__desc {
        line-height: 20px;
    }
}
@media (max-width: 576px) {
    .modal__desc {
        display: none;
    }
}
.modal__desc-mobile {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    display: none;
}
@media (max-width: 767px) {
    .modal__desc-mobile {
        line-height: 20px;
    }
}
@media (max-width: 576px) {
    .modal__desc-mobile {
        display: block;
    }
}
.modal__contacts {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
@media (max-width: 576px) {
    .modal__contacts {
        flex-direction: column;
        gap: 10px;
    }
}
.modal__social {
    display: flex;
    gap: 20px;
    align-items: center;
}
.header__social a:hover,
.mobile-menu__social a:hover,
.modal__social a:hover {
    opacity: 0.7;
}
@media (max-width: 576px) {
    .modal__social a {
        width: 20px;
    }
}
.modal__phone {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.04px;
    text-transform: uppercase;
}
@media (max-width: 576px) {
    .modal__phone {
        font-size: 18px;
    }
}
.modal__phone span {
    color: #bf0200;
}
.modal .btn {
    margin-top: 30px;
}
@media (max-width: 576px) {
    .modal .btn {
        margin-top: 20px;
    }
}
.modal__success {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 225px;
    justify-content: center;
}
@media (max-width: 767px) {
    .modal__success {
        height: 170px;
    }
}
@media (max-width: 576px) {
    .modal__success {
        height: 140px;
    }
}
.modal__success-icon img {
    display: block;
    margin: 0 auto;
}
.modal__success-title {
    color: #5cff58;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.success-modal__desc,
.success-modal__title {
    text-align: center;
}
.header {
    padding-top: 20px;
    padding-bottom: 30px;
}
@media (max-width: 991px) {
    .header {
        padding-top: 20px;
        padding-bottom: 20px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 1090;
        border-bottom: 1px solid #dfdfdf;
    }
}
.header__wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header__info {
    flex: 1;
}
.header__logo {
  width: 220px;
}
@media (min-width: 1308px) and (max-width: 1559px) {
    .header__logo {
        width: 150px;
    }
}
@media (max-width: 1307px) {
    .header__logo {
        width: 160px;
    }
}
.header__logo img {
    display: block;
    transition: 0.2s all ease-out;
}
.header__logo:hover img {
    opacity: 0.8;
}
.header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    gap: 30px;
}
@media (max-width: 991px) {
    .header__top {
        display: none;
    }
}
.header__top-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
    gap: 30px;
    flex: 1;
}
.header__search input:placeholder{
  color: #B0ADAD;
  font-size: 16px;
}
.header__search input,
.header__time {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.04px;
}
.header__time {
    color: #1C4881;
    text-transform: uppercase;
    font-size: 16px;
}
@media (max-width: 1559px) {
    .header__time {
        font-size: 13px;
        width: 274px;
    }
}
@media (max-width: 1307px) {
    .header__time {
        display: none;
    }
}
@media (max-width: 1559px) {
    .header__time span {
        display: block;
    }
}
.header__time b {
    color: #bf0200;
    font-weight: 400;
}
.header__search {
    position: relative;
    max-width: 570px;
    width: 100%;
}
@media (max-width: 1559px) {
    .header__search {
        max-width: 300px;
    }
}
@media (max-width: 1307px) {
    .header__search {
        max-width: 100%;
    }
}
.header__search input {
    outline: 0;
    border-radius: 0;
    border: none;
    padding: 11px 60px 10px 10px;
    color: #141414;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
}
.header__search input:placeholder {
    color: #b1b1b1;
}
.header__search button {
    background: 0 0;
    border: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0;
}
.header__top-right {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 214px;
    flex-direction: column;
}
.header__email{
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-align: right;
  vertical-align: middle;
  text-transform: uppercase;
  color: #060606;
}

@media (max-width: 1307px) {
    .header__top-right {
        width: auto;
    }
}
.header__social {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-direction: column;
}
@media (max-width: 1307px) {
    .header__social {
        gap: 16px;
    }
}
.header__menu-btn span,
.header__phone,
.header__social a {
    transition: 0.2s all ease-out;
}
@media (max-width: 1307px) {
    .header__social a {
        display: block;
        width: 22px;
    }
}
.header__phone {
    color: #060606;
    font-size: 24px;
    font-weight: 500;
    line-height: 19.04px;
    text-transform: uppercase;
}
@media (max-width: 1307px) {
    .header__phone {
        font-size: 20px;
    }
}
.header__menu-link:hover,
.header__phone:hover {
    color: #bf0200;
}
.header__bottom,
.header__bottom-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__bottom {
    gap: 30px;
    background: #233959;
    height: 60px;
    position: relative;
}
.header__bottom-left {
    flex: 1;
    z-index: 9;
}
.header__menu {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header__menu .catalog__menu-link{
  background: #BF0200;
  width: 345px;
  padding: 20px;
  height: 100%;
  color: #fff;
  justify-content: space-between;
  display: flex;
  align-items: center;
}


@media (max-width: 1559px) {
    .header__menu {
        gap: 16px;
    }
}
@media (max-width: 1307px) {
    .header__menu {
        gap: 20px;
    }
}
@media (max-width: 991px) {
    .header__menu {
        display: none;
    }
}
.header__menu-link {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.04px;
    text-transform: uppercase;
    transition: 0.2s all ease-out;
}
@media (max-width: 1307px) {
    .header__menu-link {
        font-size: 12px;
    }
}
.header__bottom-right {
    display: flex;
    align-items: center;
    width: 214px;
}
@media (max-width: 1307px) {
    .header__bottom-right {
        width: auto;
    }
}
.header__btn {
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
@media (max-width: 991px) {
    .header__btn {
        display: none;
    }
}
.header__mini-cart {
    display: flex;
    gap: 10px;
    align-items: center;
}
@media (max-width: 991px) {
    .header__mini-cart {
        display: none;
    }
}
.header__mini-cart-title {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.04px;
}
@media (max-width: 1307px) {
    .header__mini-cart-title {
        display: none;
    }
}
.header__mini-cart-value {
    color: #bf0200;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.04px;
}
.footer__social a img,
.header__mini-cart-icon img,
.mobile-menu__logo img,
.mobile-menu__menu-open-btn img,
.mobile-menu__mini-cart-icon img,
.mobile-menu__social a img {
    display: block;
}
.header__menu-btn {
    width: 40px;
    height: 28px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: none;
}
@media (max-width: 991px) {
    .header__menu-btn {
        display: flex;
    }
}
.header__menu-btn span {
    border-radius: 6px;
    background: #171622;
    height: 3px;
    display: block;
}
.header__menu-btn span:nth-child(1) {
    width: 32px;
}
.header__menu-btn span:nth-child(2) {
    width: 40px;
}
.header__menu-btn span:nth-child(3) {
    width: 24px;
}
.header__menu-btn:hover span {
    width: 40px;
}
.mobile-menu {
    position: fixed;
    top: 0;
    z-index: 1100;
    transition: 0.3s all ease-out;
    right: -384px;
    display: flex;
    background: #171622;
}
@media (max-width: 576px) {
    .mobile-menu {
        right: -100%;
        width: 100%;
    }
}
.mobile-menu__header {
    display: flex;
    justify-content: space-between;
}
.mobile-menu__close {
    height: 36px;
    width: 47px;
    cursor: pointer;
    position: relative;
    top: 5px;
}
@media (max-width: 1420px) {
    .mobile-menu__close {
        display: block;
    }
}
.mobile-menu__close span {
    width: 47px;
    height: 3px;
    border-radius: 2.5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: left center;
    transition: 0.2s all ease-out;
}
.mobile-menu__close span:nth-child(1) {
    transform: rotate(45deg);
    left: 6px;
}
.mobile-menu__close span:nth-child(2) {
    transform: rotate(-45deg);
    left: 6px;
    top: 33px;
}
.mobile-menu__container {
    background: #171622;
    width: 384px;
    padding: 30px 30px 100px;
    height: 100vh;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media (max-width: 576px) {
    .mobile-menu__container {
        width: 100%;
    }
}
.mobile-menu__logo {
    display: block;
    margin-left: auto;
    width: 230px;
}
.mobile-menu__mini-cart {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #403e52;
    background: #212031;
}
.mobile-menu__mini-cart-link {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-decoration-line: underline;
    text-transform: uppercase;
}
@media (max-width: 400px) {
    .mobile-menu__mini-cart-link {
        font-size: 12px;
    }
}
.mobile-menu__mini-cart-right {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}
.mobile-menu__mini-cart-title {
    color: #8b88c7;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.04px;
}
.mobile-menu__mini-cart-value {
    color: #fff;
    font-weight: 400;
    line-height: 19.04px;
}
.mobile-menu__menu-title {
    color: #ec1c04;
    text-align: right;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.mobile-menu__menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mobile-menu__menu-btn {
    position: relative;
}
.mobile-menu__menu-btn-heading {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    border-radius: 2px;
    border: 1px solid #39384b;
    padding: 10px;
}
.mobile-menu__menu-open-btn {
    border: 1px solid #39384b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.mobile-menu__menu-link {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
}
.mobile-menu__menu-accordeon {
    padding-left: 30px;
    display: none;
}
.mobile-menu__accordeon-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    border-radius: 2px;
    border: 1px solid #39384b;
    padding: 10px;
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
}
.mobile-menu__contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.mobile-menu__social {
    display: flex;
    align-items: center;
    gap: 20px;
}
.mobile-menu__phone,
.mobile-menu__social a {
    transition: 0.2s all ease-out;
}
.mobile-menu__phone {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 19.04px;
    text-transform: uppercase;
}
@media (max-width: 380px) {
    .mobile-menu__phone {
        font-size: 18px;
    }
}
.mobile-menu__phone span {
    color: #bf0200;
}
.mobile-menu--active {
    right: 0;
}
.banner {
    background: url(../img/banner-img.png) no-repeat center;
    background-size: cover;
}
.banner__wrapper {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px 0;
}
.banner__title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 19.04px;
    text-transform: uppercase;
    text-align: center;
}
@media (max-width: 991px) {
    .banner__title {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .banner__title {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .banner__title {
        font-size: 14px;
    }
}
.filter .noUi-handle::after,
.filter .noUi-handle::before,
.filter-btn-mobile {
    display: none;
}
@media (max-width: 767px) {
    .filter-btn-mobile {
        display: block;
    }
}
@media (max-width: 1307px) {
    .filter {
        position: fixed;
        top: 0;
        height: 100vh;
        width: 360px;
        background: #fff;
        z-index: 1100;
        padding: 20px 10px;
        overflow-y: auto;
        left: -360px;
        transition: 0.2s all ease-out;
    }
    .filter--hidden {
        display: none;
    }
}
.filter__btn--fixed {
    position: fixed;
    left: 0;
    top: 260px;
    background: #bf0200;
    width: 40px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none;
    z-index: 1090;
}
@media (max-width: 1307px) {
    .filter__btn--fixed {
        display: flex;
    }
}
.filter__btn--fixed img {
    display: block;
    width: 30px;
}
.filter__title {
    border-radius: 4px;
    background: #2f2e39;
    color: #fff;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 70px;
    position: relative;
}
@media (max-width: 1307px) {
    .filter__title {
        font-size: 12px;
        height: 50px;
        justify-content: flex-start;
    }
}
.filter__close {
    height: 20px;
    width: 30px;
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 10px;
    display: none;
}
@media (max-width: 1307px) {
    .filter__close {
        display: block;
    }
}
.filter__close span {
    width: 26px;
    height: 3px;
    border-radius: 2.5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: left center;
    transition: 0.2s all ease-out;
}
.filter__close span:nth-child(1) {
    transform: rotate(45deg);
    left: 6px;
}
.filter__close span:nth-child(2) {
    transform: rotate(-45deg);
    left: 6px;
    top: 18px;
}
.filter__subtitle {
    border-radius: 4px;
    background: #e4e4e4;
    color: #24323f;
    font-family: Inter;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 20px;
}
@media (max-width: 1307px) {
    .filter__subtitle {
        font-size: 12px;
        margin-bottom: 14px;
    }
}
.filter__wrapper {
    padding-bottom: 30px;
}
@media (max-width: 1307px) {
    .filter__wrapper {
        padding-bottom: 20px;
    }
}
.filter__accordeon {
    padding: 6px 10px;
    border: 1px solid #dfdfdf;
    margin-bottom: 6px;
}
.filter__accordeon-btn {
    height: 23px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.filter__accordeon-btn::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/accordeon-btn-icon.svg) no-repeat center;
    width: 4px;
    height: 7px;
    right: 0;
    top: 7px;
}
.filter__accordeon-body {
    display: none;
    margin-top: 6px;
}
.filter__link {
    padding: 6px 20px 6px 36px;
    color: #6f6e6e;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    background: #f4f2fd;
    display: flex;
    align-items: center;
    transition: 0.2s all ease-out;
    position: relative;
}
@media (max-width: 1307px) {
    .filter__link {
        font-size: 12px;
    }
}
.filter__link:hover,
.filter__link.active {
    color: #3d3d3d;
    font-weight: 700;
}
.filter__checkbox span::before,
.filter__link::before {
    display: block;
    content: "•";
    position: absolute;
    left: 20px;
    top: 5px;
}
.filter__checkbox-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.filter__checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.filter__checkbox span,
.filter__more {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}
.filter__checkbox span {
    color: #2b3241;
    font-size: 15px;
    font-weight: 400;
    padding-left: 34px;
    line-height: 24px;
}
@media (max-width: 1307px) {
    .filter__checkbox span {
        font-size: 12px;
    }
}
.filter__checkbox span::before {
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #b5b5b5;
    left: 0;
    top: -2px;
}
@media (max-width: 1307px) {
    .filter__checkbox span::before {
        top: -4px;
    }
}
.filter__checkbox span::after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/check.svg) no-repeat center;
    top: -2px;
    left: 0;
    opacity: 0;
}
@media (max-width: 1307px) {
    .filter__checkbox span::after {
        top: -4px;
    }
}
.breadcrumb a:hover,
.filter__checkbox--red span {
    color: #bf0200;
}
.filter__checkbox--green span {
    color: #298443;
}
.filter__checkbox--violet span {
    color: #39266c;
}
.filter__checkbox--purple span {
    color: #c63078;
}
.filter__more {
    color: #0e5784;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-decoration-line: underline;
    margin-top: 20px;
    display: block;
}
@media (max-width: 1307px) {
    .filter__more {
        font-size: 14px;
    }
}
.filter__more::after {
    content: "";
    display: inline-block;
    background: url(../img/filter-more-icon.svg) no-repeat center;
    width: 10px;
    height: 17px;
    margin-left: 6px;
    position: relative;
    top: 3px;
}
.filter__more:hover {
    text-decoration: none;
}
.filter .noUi-connect {
    background: #bf0200;
}
.filter .noUi-horizontal {
    height: 10px;
}
.filter .noUi-target {
    box-shadow: none;
}
.filter .noUi-handle {
    box-shadow: none;
    right: -10px;
    background: #f5f5f5;
    width: 20px;
    height: 20px;
}
.filter__range-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.filter__range-form input,
.filter__range-text {
    color: #2b3241;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
.filter__range-form {
    width: calc(50% - 10px);
}
.filter__range-form input {
    border: 1px solid #dfdfdf;
    height: 35px;
    width: 100%;
    font-weight: 700;
}
.filter--active {
    left: 0;
}
.breadcrumb {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .breadcrumb {
        margin-bottom: 40px;
    }
}
@media (max-width: 576px) {
    .breadcrumb {
        margin-bottom: 30px;
    }
}
.breadcrumb__wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px 0;
}
.breadcrumb a,
.breadcrumb span,
.breadcrumb__separator {
    color: #161721;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}
.breadcrumb span {
    color: #bf0200;
}
.footer {
    background: #2f2e39;
    padding-top: 64px;
    padding-bottom: 64px;
}

.footer_info {
    color: #b1b1b1;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 767px) {
    .footer_info {
        font-size: 14px;
    }
}

@media (max-width: 1307px) {
    .footer__logo {
        width: 170px;
    }
}
@media (max-width: 576px) {
    .footer__logo {
        width: 138px;
    }
}
@media (max-width: 991px) {
    .footer__left {
        margin-bottom: 30px;
    }
}
.footer__left-header {
    display: flex;
    gap: 120px;
    align-items: center;
    margin-bottom: 60px;
}
@media (max-width: 1307px) {
    .footer__left-header {
        gap: 60px;
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .footer__left-header {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }
}
.footer__social {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 576px) {
    .footer__social {
        position: relative;
        top: -4px;
    }
}
.breadcrumb a,
.footer__social a {
    transition: 0.2s all ease-out;
}
@media (max-width: 576px) {
    .footer__social a {
        width: 28px;
    }
}
.footer__social a:hover {
    opacity: 0.8;
}
.footer__left-body {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 60px 0;
}
@media (max-width: 1307px) {
    .footer__left-body {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 0;
    }
}
@media (max-width: 991px) {
    .footer__left-body {
        gap: 20px 0;
    }
}
@media (max-width: 1307px) {
    .footer__left-item {
        padding-right: 20px;
    }
}
.footer__header {
    color: #fff;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 6px;
}
@media (max-width: 1307px) {
    .footer__header {
        font-size: 20px;
        line-height: 26px;
    }
}
@media (max-width: 576px) {
    .footer__header {
        font-size: 16px;
        line-height: 20px;
    }
}
.footer__desc {
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
@media (max-width: 1307px) {
    .footer__desc {
        font-size: 12px;
    }
}
.footer__desc a {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    transition: 0.2s all ease-out;
}
.footer__desc a:hover,
.footer__menu-link:hover {
    color: #bf0200;
}
@media (max-width: 576px) {
    .footer__desc span {
        display: block;
    }
}
.footer__right {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
@media (max-width: 1307px) {
    .footer__right {
        gap: 44px;
    }
}
@media (max-width: 991px) {
    .footer__right {
        gap: 26px;
    }
}
.footer__menu-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.footer__menu {
    display: flex;
    flex-direction: column;
}
.footer__menu-link {
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    transition: 0.2s all ease-out;
}
@media (max-width: 1307px) {
    .footer__menu-link {
        font-size: 13px;
    }
}
.footer-line {
    background: #2f2e39;
}
.footer-line__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 60px;
    border-top: 1px solid #b1b1b1;
}
@media (max-width: 991px) {
    .footer-line__wrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
.footer-line__left {
    display: flex;
    gap: 10px;
    align-items: center;
}
@media (max-width: 991px) {
    .footer-line__left {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
.footer-line a,
.footer-line__develop {
    color: #b1b1b1;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
@media (max-width: 767px) {
    .footer-line__develop {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .footer-line__develop {
        font-size: 12px;
    }
}
.footer-line a {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .footer-line a {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .footer-line a {
        font-size: 12px;
    }
}
.footer-line a:hover {
    text-decoration: none;
}
.footer-line__copyright {
    color: #b1b1b1;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
@media (max-width: 767px) {
    .footer-line__copyright {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .footer-line__copyright {
        font-size: 12px;
    }
}
.main-slider {
    overflow-x: clip;
    overflow-y: visible;
}
.main-slider__wrapper {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}
.main-slider__slide {
    background: #2f2e39;
    height: 394px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .main-slider__slide {
        height: auto;
        border-radius: 20px;
    }
}
.main-slider__text {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    height: 100%;
    width: 600px;
}
@media (max-width: 1307px) {
    .main-slider__text {
        width: 400px;
    }
}
@media (max-width: 991px) {
    .main-slider__text {
        padding-bottom: 30px;
        padding-top: 30px;
        width: 100%;
        padding-left: 30px;
    }
}
.main-slider__title {
    color: #fff;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
}
@media (max-width: 1307px) {
    .main-slider__title {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .main-slider__title {
        font-size: 28px;
    }
}
@media (max-width: 576px) {
    .main-slider__title {
        font-size: 24px;
    }
}
.main-slider__desc {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 30px;
}
@media (max-width: 1307px) {
    .main-slider__desc {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .main-slider__desc {
        font-size: 13px;
        line-height: 20px;
    }
}
.main-slider__img {
    width: 620px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width: 1307px) {
    .main-slider__img {
        width: 620px;
    }
}
@media (max-width: 991px) {
    .main-slider__img {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
    }
}
.main-slider__img img {
    display: block;
    position: absolute;
    top: -20px;
}
@media (max-width: 991px) {
    .main-slider__img img {
        position: relative;
        top: auto;
        margin-left: auto;
    }
}
.main-slider__img-1 {
    position: absolute;
    left: 0;
    bottom: -20px;
}
.approved-banner__logo img,
.main-projects__logo img,
.main-slider__img-1 img,
.main-slider__img-2 img {
    display: block;
}
.main-slider__img-2 {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 10;
}
.main-slider__dots {
    padding-top: 40px;
}
.main-slider__dots .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}
.main-slider__dots .swiper-pagination-bullet-active {
    width: 15px;
}
.main-slider .swiper-slide {
    transition: 0.2s all ease-out;
}
.main-slider .swiper-slide.swiper-slide-next,
.main-slider .swiper-slide.swiper-slide-prev {
    opacity: 0.4;
}
.approved-banner__wrapper {
    border-radius: 44px;
    background: #2f2e39;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
@media (max-width: 991px) {
    .approved-banner__wrapper {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .approved-banner__wrapper {
        gap: 20px;
    }
}
.approved-banner__logo {
    width: 100%;
    max-width: 770px;
}
@media (max-width: 1559px) {
    .approved-banner__logo {
        max-width: 670px;
    }
}
@media (max-width: 1307px) {
    .approved-banner__logo {
        max-width: 400px;
    }
}
.approved-banner__text {
    width: 100%;
    max-width: 554px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    flex: 1;
}
.approved-banner__title {
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.96px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
@media (max-width: 1307px) {
    .approved-banner__title {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .approved-banner__title {
        text-align: center;
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .approved-banner__title {
        margin-bottom: 20px;
    }
}
.approved-banner__desc {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.96px;
}
@media (max-width: 1307px) {
    .approved-banner__desc {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .approved-banner__desc {
        font-size: 15px;
        text-align: center;
    }
}
@media (max-width: 1559px) {
    .approved-banner__desc br {
        display: none;
    }
}
.main-projects__left {
    flex-direction: column;
    gap: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
}
@media (max-width: 1307px) {
    .main-projects__left {
        justify-content: flex-start;
    }
}
@media (max-width: 991px) {
    .main-projects__left {
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .main-projects__left {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}
.main-projects__logo {
    display: flex;
    justify-content: center;
}
.main-projects__title {
    color: #141414;
    text-align: center;
    font-family: Inter;
    font-size: 34.18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
@media (max-width: 1559px) {
    .main-projects__title {
        font-size: 30px;
    }
}
@media (max-width: 576px) {
    .main-projects__title {
        font-size: 28px;
    }
}
.main-projects__subtitle {
    color: #bf0200;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.96px;
    text-transform: uppercase;
}
@media (max-width: 576px) {
    .main-projects__subtitle {
        font-size: 14px;
    }
}
.main-projects__desc {
    color: #141414;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.96px;
    text-transform: uppercase;
}
@media (max-width: 576px) {
    .main-projects__desc {
        font-size: 14px;
    }
}
.main-projects__desctop {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1307px) {
    .main-projects__desctop {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 991px) {
    .main-projects__desctop {
        display: none;
    }
}
.main-projects__mobile {
    display: none;
}
@media (max-width: 991px) {
    .main-projects__mobile {
        display: block;
    }
}
.main-projects__dots {
    padding-top: 20px;
}
.banner-slider {
    margin-bottom: 50px;
}
.banner-slider__slider {
    overflow-x: clip;
}
.banner-slider__wrapper {
    border-radius: 44px;
    background: rgba(23, 22, 34, 0.9);
    overflow-x: clip;
    position: relative;
    height: 394px;
}
@media (max-width: 1307px) {
    .banner-slider__wrapper {
        height: 346px;
    }
}
@media (max-width: 991px) {
    .banner-slider__wrapper {
        height: auto;
    }
}
.banner-slider__text {
    padding: 28px 40px;
}
@media (max-width: 1307px) {
    .banner-slider__text {
        padding: 40px;
    }
}
@media (max-width: 576px) {
    .banner-slider__text {
        padding: 30px;
    }
}
.banner-slider__title {
    color: #fff;
    font-family: Inter;
    font-size: 64px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
@media (max-width: 1559px) {
    .banner-slider__title {
        font-size: 54px;
        line-height: 54px;
    }
}
@media (max-width: 1307px) {
    .banner-slider__title {
        font-size: 36px;
        line-height: 36px;
    }
}
@media (max-width: 767px) {
    .banner-slider__title {
        font-size: 28px;
    }
}
@media (max-width: 576px) {
    .banner-slider__title {
        font-size: 24px;
        text-align: center;
    }
}
.banner-slider__desc {
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
@media (max-width: 1307px) {
    .banner-slider__desc {
        font-size: 20px;
        line-height: 26px;
    }
}
@media (max-width: 576px) {
    .banner-slider__desc {
        font-size: 13px;
        line-height: 20px;
        text-align: center;
    }
}
.banner-slider__btn {
    width: 220px;
}
@media (max-width: 576px) {
    .banner-slider__btn {
        margin: 0 auto;
    }
}
.banner-slider__img {
    width: 706px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width: 1307px) {
    .banner-slider__img {
        width: 620px;
    }
}
@media (max-width: 991px) {
    .banner-slider__img {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        padding-left: 20px;
    }
}
.banner-slider__img img {
    display: block;
    position: absolute;
    top: -13px;
}
@media (max-width: 1307px) {
    .banner-slider__img img {
        top: -11px;
    }
}
@media (max-width: 991px) {
    .banner-slider__img img {
        position: relative;
        top: auto;
        margin-left: auto;
    }
}
.banner-slider__dots {
    padding-top: 40px;
}
.banner-slider__dots .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}
.banner-slider__dots .swiper-pagination-bullet-active {
    width: 15px;
}
.equipment {
    padding-top: 30px;
}
.equipment__desctop {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1307px) {
    .equipment__desctop {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 991px) {
    .equipment__desctop {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
.equipment__mobile {
    display: none;
}
@media (max-width: 991px) {
    .equipment__mobile {
        display: none;
    }
}
.equipment .equipment-card:nth-child(2),
.equipment .equipment-card:nth-child(4) {
    grid-row: span 2;
}
@media (max-width: 1307px) {
    .equipment .equipment-card:nth-child(2):nth-child(2),
    .equipment .equipment-card:nth-child(2):nth-child(4),
    .equipment .equipment-card:nth-child(4):nth-child(2),
    .equipment .equipment-card:nth-child(4):nth-child(4) {
        grid-row: 1;
    }
}
.equipment__dots {
    padding-top: 20px;
}
.equipment__btn {
    margin-top: 30px;
}
@media (max-width: 576px) {
    .equipment__btn {
        margin-top: 20px;
    }
}
.text-block-1__img {
    height: 100%;
}
@media (max-width: 576px) {
    .text-block-1__img {
        padding-bottom: 20px;
    }
}
.text-block-1__wrapper {
    padding-top: 20px;
}
@media (max-width: 1307px) {
    .text-block-1__wrapper {
        padding-top: 10px;
    }
}
@media (max-width: 576px) {
    .text-block-1__wrapper {
        padding-top: 0;
    }
}
.text-block-1__title {
    color: #141414;
    font-family: Inter;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 59px;
    margin-bottom: 40px;
}
@media (max-width: 1559px) {
    .text-block-1__title {
        line-height: 44px;
    }
}
@media (max-width: 1307px) {
    .text-block-1__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .text-block-1__title {
        font-size: 18px;
        line-height: 24px;
    }
}
.text-block-1__text-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 330px);
    gap: 40px;
}
@media (max-width: 1307px) {
    .text-block-1__text-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .text-block-1__text-wrapper {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
.text-block-1__item {
    color: #141414;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.96px;
}
@media (max-width: 1307px) {
    .text-block-1__item {
        font-size: 14px;
    }
}
.text-block-2 {
    position: relative;
    overflow: hidden;
}
@media (max-width: 991px) {
    .text-block-2 {
        padding-bottom: 40px;
    }
}
.text-block-2::before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background: #bf0200;
    left: 0;
    top: 0;
}
@media (max-width: 991px) {
    .text-block-2::before {
        display: none;
    }
}
.text-block-2__left {
    background: #bf0200;
    padding: 50px 30px 50px 0;
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    .text-block-2__left {
        margin-bottom: 40px;
    }
    .text-block-2__left::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #bf0200;
        left: calc((-100% - 690px) / 2);
        top: 0;
        z-index: -1;
    }
}
@media (max-width: 991px) and (max-width: 767px) {
    .text-block-2__left::before {
        left: calc((-100% - 510px) / 2);
    }
}
@media (max-width: 991px) and (max-width: 576px) {
    .text-block-2__left::before {
        display: none;
    }
}
@media (max-width: 991px) {
    .text-block-2__left::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #bf0200;
        right: calc((-100% - 690px) / 2);
        top: 0;
        z-index: -1;
    }
}
@media (max-width: 991px) and (max-width: 767px) {
    .text-block-2__left::after {
        right: calc((-100% - 510px) / 2);
    }
}
@media (max-width: 991px) and (max-width: 576px) {
    .text-block-2__left::after {
        display: none;
    }
}
@media (max-width: 576px) {
    .text-block-2__left {
        padding: 30px 15px;
        border-radius: 10px;
    }
}
.text-block-2__title {
    color: #fff;
    font-family: Inter;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 59px;
    margin-bottom: 40px;
}
@media (max-width: 1559px) {
    .text-block-2__title {
        line-height: 44px;
    }
    .text-block-2__title br {
        display: none;
    }
}
@media (max-width: 1307px) {
    .text-block-2__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .text-block-2__title {
        font-size: 18px;
        line-height: 24px;
    }
}
.text-block-2__text-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 330px);
    gap: 120px;
    margin-bottom: 30px;
}
@media (max-width: 1559px) {
    .text-block-2__text-wrapper {
        gap: 50px;
    }
}
@media (max-width: 1307px) {
    .text-block-2__text-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .text-block-2__text-wrapper {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
.text-block-2__item {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.96px;
}
@media (max-width: 1307px) {
    .text-block-2__item {
        font-size: 14px;
    }
}
.text-block-2__right {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    padding-left: 40px;
}
@media (max-width: 991px) {
    .text-block-2__right {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}
.text-block-2__text {
    color: #141414;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}
@media (max-width: 1559px) {
    .text-block-2__text {
        font-size: 22px;
        line-height: 32px;
    }
}
@media (max-width: 1307px) {
    .text-block-2__text {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .text-block-2__text {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 576px) {
    .text-block-2__text {
        font-size: 14px;
        line-height: 20px;
    }
}
.crib-form-2__item span,
.question-form__desc span,
.text-block-2__text span {
    color: #bf0200;
}
.crib-form {
    background: #e4e4e4;
    padding: 62px 0;
}
@media (max-width: 767px) {
    .crib-form {
        padding: 50px 0;
    }
}
@media (max-width: 576px) {
    .crib-form {
        padding: 30px 0;
    }
}
.crib-form__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media (max-width: 767px) {
    .crib-form__wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}
.crib-form__heading {
    border-radius: 4px;
    border: 1px solid #bebebe;
    padding: 10px 20px;
}
@media (max-width: 767px) {
    .crib-form__heading {
        padding: 10px 12px;
    }
}
.crib-form__heading-title {
    color: #141414;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}
@media (max-width: 1559px) {
    .crib-form__heading-title {
        font-size: 34px;
    }
}
@media (max-width: 1307px) {
    .crib-form__heading-title {
        font-size: 26px;
        line-height: 32px;
    }
}
@media (max-width: 991px) {
    .crib-form__heading-title {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .crib-form__heading-title {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 576px) {
    .crib-form__heading-title {
        font-size: 14px;
        line-height: 20px;
    }
}
.crib-form__heading-desc {
    color: #141414;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}
@media (max-width: 1559px) {
    .crib-form__heading-desc {
        font-size: 20px;
        line-height: 38px;
    }
}
@media (max-width: 991px) {
    .crib-form__heading-desc {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .crib-form__heading-desc {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 576px) {
    .crib-form__heading-desc {
        font-size: 12px;
        line-height: 18px;
    }
}
.crib-form__form-heading {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
}
@media (max-width: 767px) {
    .crib-form__form-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.crib-form__title {
    color: #141414;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
@media (max-width: 1559px) {
    .crib-form__title {
        font-size: 38px;
    }
}
@media (max-width: 1307px) {
    .crib-form__title {
        font-size: 32px;
    }
}
@media (max-width: 991px) {
    .crib-form__title {
        font-size: 24px;
    }
}
@media (max-width: 576px) {
    .crib-form__title {
        font-size: 22px;
    }
}
.crib-form__subtitle {
    color: #141414;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
@media (max-width: 1559px) {
    .crib-form__subtitle {
        font-size: 20px;
    }
}
@media (max-width: 1307px) {
    .crib-form__subtitle {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .crib-form__subtitle {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .crib-form__subtitle {
        font-size: 12px;
    }
}
.crib-form__right {
    color: #141414;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
@media (max-width: 1559px) {
    .crib-form__right {
        font-size: 18px;
    }
}
@media (max-width: 1307px) {
    .crib-form__right {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .crib-form__right {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .crib-form__right {
        font-size: 12px;
    }
}
.crib-form__form-wrapper {
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .crib-form__form-wrapper {
        flex-direction: column;
        gap: 16px;
    }
}
.crib-form .form-control {
    flex: 1;
}
@media (max-width: 767px) {
    .crib-form .form-control {
        width: 100%;
    }
}
.crib-form .btn {
    width: 278px;
    border-radius: 4px;
}
@media (max-width: 767px) {
    .crib-form .btn {
        width: 100%;
    }
}
.crib-form .form-checkbox {
    text-align: center;
}
.crib-form-2 {
    background: #e4e4e4;
    padding: 62px 0;
}
@media (max-width: 767px) {
    .crib-form-2 {
        padding: 50px 0;
    }
}
@media (max-width: 576px) {
    .crib-form-2 {
        padding: 30px 0;
    }
}
.crib-form-2__wrapper {
    height: 100%;
}
.crib-form-2__title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    color: #141414;
    font-family: Roboto;
    padding-left: 60px;
}
@media (max-width: 1559px) {
    .crib-form-2__title {
        font-size: 32px;
        padding-left: 40px;
        line-height: 1.2;
    }
}
@media (max-width: 1307px) {
    .crib-form-2__title {
        padding-left: 0;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .crib-form-2__title {
        font-size: 26px;
    }
}
@media (max-width: 576px) {
    .crib-form-2__title {
        font-size: 22px;
    }
}
.crib-form-2__container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.crib-form-2__grid {
    display: grid;
    grid-template-columns: repeat(2, 390px);
    gap: 100px;
}
@media (max-width: 1559px) {
    .crib-form-2__grid {
        gap: 30px;
        grid-template-columns: repeat(2, 384px);
    }
}
@media (max-width: 991px) {
    .crib-form-2__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.crib-form-2__item {
    color: #141414;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    max-width: 550px;
    width: 100%;
}
@media (max-width: 1559px) {
    .crib-form-2__item {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 1307px) {
    .crib-form-2__item {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 767px) {
    .crib-form-2__item {
        font-size: 14px;
        line-height: 22px;
    }
}
.crib-form-2__form-wrapper {
    display: flex;
    flex-direction: column;
}
@media (max-width: 576px) {
    .crib-form-2__form-wrapper {
        flex-direction: column;
        gap: 10px;
    }
}
.crib-form-2 .form-control {
    flex: 1;
}
@media (max-width: 576px) {
    .crib-form-2 .btn {
        width: 100%;
    }
}
.question-form {
    background: #e4e4e4;
    padding: 62px 0;
}
@media (max-width: 767px) {
    .question-form {
        padding: 50px 0;
    }
}
@media (max-width: 576px) {
    .question-form {
        padding: 40px 0;
    }
}
.question-form__img {
    height: 100%;
}
@media (max-width: 991px) {
    .question-form__img {
        padding-bottom: 30px;
    }
}
.question-form__img img,
.text-block-1__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.question-form__wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 580px;
}
@media (max-width: 1559px) {
    .question-form__wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}
@media (max-width: 1307px) {
    .question-form__wrapper {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }
}
@media (max-width: 991px) {
    .question-form__wrapper {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
.question-form__title {
    color: #141414;
    font-family: Inter;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}
@media (max-width: 1559px) {
    .question-form__title {
        font-size: 28px;
    }
}
@media (max-width: 1307px) {
    .question-form__title {
        font-size: 24px;
    }
}
.question-form__desc {
    color: #141414;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    max-width: 550px;
    width: 100%;
}
@media (max-width: 1559px) {
    .question-form__desc {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 1307px) {
    .question-form__desc {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 767px) {
    .question-form__desc {
        font-size: 14px;
        line-height: 22px;
    }
}
.question-form__form-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
@media (max-width: 576px) {
    .question-form__form-wrapper {
        grid-template-columns: 1fr;
    }
}
.products-slider__dots {
    padding-top: 40px;
}
@media (max-width: 991px) {
    .popular-products__desctop {
        display: none;
    }
}
.popular-products__mobile {
    display: none;
}
@media (max-width: 991px) {
    .popular-products__mobile {
        display: block;
    }
}
.product-slider {
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    position: relative;
    max-height: 720px;
    margin-bottom: 30px;
}
.product-slider__left,
.product-slider__right {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: 2;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: 0.2s all ease-out;
}
.product-slider__left {
    left: 10px;
}
.product-slider__left:hover,
.product-slider__right:hover {
    opacity: 0.8;
}
.product-slider__left img,
.product-slider__right img,
.product-slider__slide img {
    display: block;
}
.product-slider__right {
    right: 10px;
}
.product-slider__dots {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: auto !important;
    padding: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.product-slider .swiper-pagination-bullet {
    background: #2f2e39;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    transition: 0.2s all ease-out;
    margin: 0 !important;
    opacity: 1;
}
.product-slider .swiper-pagination-bullet-active {
    background: #bf0200;
}
.product-thumbs {
    margin-bottom: 30px;
}
.product-info,
.product-thumbs img {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.product-thumbs img {
    display: block;
}
.product-thumbs .swiper-slide-active img {
    border: 1px solid #bf0200;
}
.product-info {
    padding: 20px;
}
.product-info__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.product-info__category {
    color: #939498;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
@media (max-width: 1307px) {
    .product-info__category {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .product-info__category {
        font-size: 12px;
    }
}
.product-info__stock {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    background: #6fc161;
    padding: 4px 10px;
    width: -moz-fit-content;
    width: fit-content;
}
.product-info__title {
    color: #141414;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 1307px) {
    .product-info__title {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .product-info__title {
        font-size: 20px;
    }
}
@media (max-width: 576px) {
    .product-info__title {
        font-size: 18px;
    }
}
.product-info__line {
    background: #e4e4e4;
    width: 100%;
    height: 1px;
    margin: 24px 0;
}
.product-info__subtitle {
    color: #2b3241;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-info__subtitle--mb {
    margin-bottom: 24px;
}
.product-info__price-wrapper {
    border-radius: 4px;
    background: #f1f1f1;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    gap: 30px;
    justify-content: center;
    margin-bottom: 20px;
}
@media (max-width: 1307px) {
    .product-info__price-wrapper {
        gap: 20px;
    }
}
@media (max-width: 576px) {
    .product-info__price-wrapper {
        display: flex;
        flex-direction: column;
        gap: 14px;
        align-items: center;
    }
}
.product-info__old-price {
    color: #9f9b9b;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: line-through;
}
.product-info__price {
    color: #1a1818;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    justify-content: center;
    line-height: 38px;
}
@media (max-width: 1307px) {
    .product-info__price {
        font-size: 40px;
        line-height: 30px;
    }
}
@media (max-width: 576px) {
    .product-info__price {
        font-size: 26px;
        line-height: 20px;
        gap: 4px;
    }
}
.product-info__price span {
    font-size: 18px;
    line-height: 18px;
}
@media (max-width: 1307px) {
    .product-info__price span {
        font-size: 16px;
        line-height: 16px;
    }
}
@media (max-width: 576px) {
    .product-info__price span {
        font-size: 14px;
        line-height: 14px;
    }
}
.product-info__price-caption {
    color: #1a1818;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
@media (max-width: 576px) {
    .product-info__price-caption {
        font-size: 12px;
    }
}
.product-info__count {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.product-info__count-btn {
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    background: #2f2e39;
    padding: 16px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: 0.2s all ease-out;
    cursor: pointer;
    height: 44px;
    width: 170px;
}
@media (max-width: 1307px) {
    .product-info__count-btn {
        width: 70px;
    }
}
.product-info__count-btn:hover {
    background: #3f3e4d;
}
.product-info__count-value {
    flex: 1;
}
.product-info__count-value input,
.product-info__options-radio span {
    border: 1px solid #dfdfdf;
    text-align: center;
    height: 44px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.product-info__count-value input {
    border-radius: 4px;
    padding: 16px 30px;
    color: #24323f;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    outline: 0;
    width: 100%;
}
.product-info__options {
    margin-bottom: 10px;
}
.product-info__options-title {
    color: #2b3241;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
@media (max-width: 576px) {
    .product-info__options-title {
        text-align: center;
    }
}
.product-info form,
.product-info__options-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.product-info__options-wrapper {
    align-items: center;
}
@media (max-width: 576px) {
    .product-info__options-wrapper {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
}
.product-info__options-subtitle {
    color: #939498;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    width: 110px;
}
.product-info form {
    flex: 1;
}
.product-info__options-radio {
    flex: 1 1 auto;
}
.product-info__extra-options-checkbox input,
.product-info__options-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.product-info__options-radio span {
    padding: 6px 18px;
    color: #2b3241;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
@media (max-width: 576px) {
    .product-info__options-radio span {
        font-size: 12px;
        padding: 6px 12px;
    }
}
.product-info__options-radio input:checked + span {
    background: #bf0200;
    color: #fff;
}
.product-info__sub-info {
    margin-bottom: 24px;
}
.product-info__sub-info h3 {
    color: #2b3241;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.product-info__sub-info ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 20px;
}
.product-detail__content ul li,
.product-info__sub-info ul li {
    color: #6a6a7c;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.product-info__extra-options {
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    background: #f8f7fc;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.product-info__extra-options-title {
    color: #2b3241;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
}
.product-detail__content ul,
.product-info__extra-options-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-info__extra-options-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-info__extra-options-checkbox span {
    color: #2b3241;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding-left: 34px;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}
.product-info__extra-options-checkbox span::before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid #b5b5b5;
    left: 0;
    top: -2px;
}
.product-info__extra-options-checkbox span::after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/check.svg) no-repeat center;
    top: -2px;
    left: 0;
    opacity: 0;
}
.product-info__tooltip {
    display: flex;
    align-items: center;
    position: relative;
}
@media (max-width: 767px) {
    .product-info__tooltip {
        display: none;
    }
}
.product-info__tooltip img {
    display: block;
}
.product-info__tooltip:hover .product-info__tooltip-text,
.project-card:hover .project-card__overlay {
    opacity: 1;
}
.product-info__tooltip-text {
    opacity: 0;
    position: absolute;
    border: 1px solid #bf0200;
    background: #fff;
    padding: 10px;
    z-index: 3;
    width: 200px;
    right: -10px;
    bottom: 36px;
    transition: 0.2s all ease-out;
    pointer-events: none;
    font-size: 12px;
}
.product-info__tooltip-text::after {
    content: "";
    display: block;
    position: absolute;
    border: 0 solid transparent;
    border-bottom-width: 5px;
    border-top-width: 5px;
    border-left: 8px solid #bf0200;
    bottom: -9px;
    right: 14px;
    transform: rotate(90deg);
}
@media (max-width: 1307px) {
    .product-detail {
        padding-top: 40px;
    }
}
.product-detail__title {
    color: #161721;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .product-detail__title {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .product-detail__title {
        font-size: 24px;
    }
}
@media (max-width: 576px) {
    .product-detail__title {
        font-size: 20px;
    }
}
.product-detail__content {
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    background: rgba(255, 255, 255, 0.6);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-detail__content h3,
.product-reviews__title {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.product-detail__content h3,
.product-detail__content p {
    color: #2b3241;
    text-align: justify;
    font-size: 14px;
    margin: 0;
}
@media (max-width: 767px) {
    .product-detail__content h3 {
        text-align: left;
    }
}
.product-detail__content p {
    color: #6a6a7c;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 767px) {
    .product-detail__content p {
        text-align: left;
    }
}
.product-detail__content ul {
    padding-left: 20px;
    margin: 0;
    gap: 8px;
}
.product-detail__content ul li {
    text-align: justify;
    font-style: normal;
    line-height: normal;
}
@media (max-width: 767px) {
    .product-detail__content ul li {
        text-align: left;
    }
}
.product-reviews__title {
    color: #161721;
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
}
@media (max-width: 991px) {
    .product-reviews__title {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .product-reviews__title {
        font-size: 24px;
    }
}
@media (max-width: 576px) {
    .product-reviews__title {
        font-size: 20px;
    }
}
.product-reviews__wrapper {
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    gap: 30px;
    padding: 20px;
}
@media (max-width: 991px) {
    .product-reviews__wrapper {
        flex-direction: column;
    }
}
.product-reviews__left {
    width: 345px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media (max-width: 991px) {
    .product-reviews__left {
        width: 100%;
    }
}
.product-reviews__right {
    flex: 1;
}
@media (max-width: 1307px) {
    .product-reviews__right {
        width: 570px;
    }
}
@media (max-width: 991px) {
    .product-reviews__right {
        width: 100%;
    }
}
.product-reviews__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-reviews__grade {
    color: #1c2126;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
}
.product-reviews__stars {
    display: flex;
    align-items: center;
    gap: 4px;
}
.product-reviews__star {
    width: 23px;
    height: 23px;
    position: relative;
    background: #161721;
}
.product-reviews__review-star img,
.product-reviews__star img {
    display: block;
    position: relative;
    z-index: 2;
}
.product-reviews__star-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #bf0200;
}
.product-reviews__review-grade {
    display: none;
}
.product-reviews__review-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
}
.product-reviews__review-star {
    width: 23px;
    height: 23px;
    position: relative;
    background: #161721;
}
.product-reviews__review-star-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #bf0200;
}
.product-reviews__count {
    color: #1c2126;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.product-reviews__problem {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-reviews__problem-title {
    color: #bf0200;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
@media (max-width: 767px) {
    .product-reviews__problem-title {
        font-size: 14px;
    }
}
.product-reviews__problem-text {
    color: #1c2126;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
@media (max-width: 767px) {
    .product-reviews__problem-text {
        font-size: 14px;
    }
}
.product-reviews__header {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.product-reviews__name {
    color: #1c2126;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.product-reviews__city,
.product-reviews__date {
    color: #484f55;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.product-reviews__comment p,
.product-reviews__comment-title {
    color: #1c2126;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}
.product-reviews__comment-title {
    font-weight: 700;
    margin-bottom: 10px;
}
.product-reviews__comment {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}
.product-reviews__comment p {
    font-weight: 300;
    margin: 0;
}
.product-reviews__images {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
@media (max-width: 576px) {
    .product-reviews__images {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.product-reviews__image {
    width: 220px;
    height: 140px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}
@media (max-width: 576px) {
    .product-reviews__image {
        width: 47%;
    }
}
@media (max-width: 400px) {
    .product-reviews__image {
        width: 100%;
    }
}
.product-reviews__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.product-project {
    padding: 30px 0;
    margin: 50px 0;
}
.product-project__logo {
    display: flex;
    height: 100%;
    align-items: center;
}
@media (max-width: 991px) {
    .product-project__logo {
        margin-bottom: 30px;
        height: auto;
    }
}
.product-project__logo img {
    display: block;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .product-project__logo img {
        width: 300px;
    }
}
.product-project__text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
    justify-content: center;
}
@media (max-width: 1307px) {
    .product-project__text-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}
@media (max-width: 991px) {
    .product-project__text-wrapper {
        margin-bottom: 30px;
        height: auto;
    }
}
.product-project__title {
    color: #141414;
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
@media (max-width: 1559px) {
    .product-project__title {
        font-size: 34px;
    }
}
@media (max-width: 1307px) {
    .product-project__title {
        font-size: 26px;
    }
}
.product-project__desc {
    color: #141414;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
@media (max-width: 1307px) {
    .product-project__desc {
        font-size: 15px;
    }
}
.product-project__subdesc {
    color: #bf0200;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.96px;
}
@media (max-width: 1307px) {
    .product-project__subdesc {
        font-size: 15px;
    }
}
.product-project .project-card {
    height: 310px;
    margin-bottom: 30px;
}
@media (max-width: 1307px) {
    .product-project .project-card {
        height: 240px;
    }
}
.product-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1100;
    box-shadow: 0 5px 5px -5px rgba(34, 60, 80, 0.6);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.2s all ease-out;
}
@media (max-width: 991px) {
    .product-fixed {
        display: none;
    }
}
.product-fixed__wrapper {
    padding: 10px 20px;
}
.product-fixed__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid #e4e0e0;
    padding-bottom: 10px;
}
.product-fixed__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 10px 0 0;
}
.product-fixed__left {
    display: flex;
    gap: 20px;
}
@media (max-width: 1307px) {
    .product-fixed__left {
        width: 40%;
    }
}
.product-fixed__right {
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 1307px) {
    .product-fixed__right {
        width: 40%;
    }
}
.product-fixed__img {
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    width: 62px;
    display: block;
}
.product-fixed__img img,
.project-card__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-fixed__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.product-fixed__code,
.product-fixed__code span,
.product-fixed__title {
    color: #797979;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-fixed__code span,
.product-fixed__title {
    color: #161721;
    text-transform: uppercase;
}
.product-fixed__title {
    color: #141414;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s all ease-out;
}
@media (max-width: 1307px) {
    .product-fixed__title {
        font-size: 12px;
    }
}
.product-fixed__title:hover {
    color: #bf0200;
}
.product-fixed__prices {
    display: flex;
    gap: 20px;
    align-items: center;
}
@media (max-width: 1307px) {
    .product-fixed__prices {
        flex-direction: column;
        gap: 0;
    }
}
.product-fixed__old-price,
.product-fixed__price {
    color: #1c2126;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
}
.product-fixed__old-price {
    color: #484f55;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
}
.product-fixed__btn-container {
    display: flex;
    gap: 30px;
    align-items: center;
}
.product-fixed .btn {
    white-space: nowrap;
}
.product-fixed__anchor {
    height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.product-fixed--active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.project-card {
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
.project-card__img {
    width: 100%;
    height: 100%;
}
.project-card__overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 0.2s all ease-out;
}
.project-card__overlay::before {
    content: "";
    display: block;
    background: linear-gradient(0deg, rgba(47, 46, 57, 0.8) 0, rgba(47, 46, 57, 0.8) 100%), url(<path-to-image>) #d3d3d3 50% / cover no-repeat;
    opacity: 0.7;
    position: absolute;
    inset: 0;
}
.project-card__more {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}
.project-card__logo {
    position: absolute;
    right: 10px;
    top: 10px;
}
.product-card-2__favorite-btn img,
.product-card-2__img img,
.product-card__favorite-btn img,
.product-card__img img,
.project-card__logo img {
    display: block;
}
.project-card__text {
    position: absolute;
    bottom: 10px;
    right: 30px;
}
.project-card__text::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    background: linear-gradient(to right bottom, transparent 49.8%, #bf0200 50.2%) no-repeat right/20px 100%;
    height: 100%;
    width: 20px;
}
.project-card__text::after {
    right: -20px;
    background: linear-gradient(to right bottom, #bf0200 50.2%, transparent 49.8%) no-repeat right/20px 100%;
}
.project-card__title {
    background: #bf0200;
    padding: 10px;
    color: #fff;
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 200px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 1559px) {
    .project-card__title {
        width: 180px;
        font-size: 13px;
    }
}
.product-card {
    max-width: 345px;
    position: relative;
    height: 550px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 auto;
}
.product-card__back,
.product-card__front {
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.7s ease-in-out;
    position: absolute;
    inset: 0;
}
.product-card__front {
    transform: rotateX(0deg) rotateY(0deg);
    z-index: 1000;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}
.product-card__back {
    transform: rotateY(180deg);
    padding: 30px;
    z-index: 900;
    height: 100%;
    background: #2f2e39;
}
.product-card--flip .product-card__front {
    z-index: 900;
    transform: rotateY(-180deg);
}
.product-card--flip .product-card__back {
    z-index: 1000;
    transform: rotateX(0deg) rotateY(0deg);
}
.product-card__front-wrapper {
    transform: translateZ(80px);
}
.product-card__img {
    position: relative;
}
.product-card__line-1 {
    display: block;
    width: 100%;
    background: linear-gradient(270deg, #fff 0.29%, #fff 30.2%, #bf0200 50.14%, #fff 69.59%, #fff 100%);
    height: 1px;
    margin: 0 auto;
}
.product-card__text {
    padding: 20px;
    position: relative;
}
.product-card__title {
    color: #24323f;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    height: 76px;
}
.product-card__line {
    background: linear-gradient(90deg, #fff 0, #bf0200 50.7%, #fff 100%);
    height: 1px;
    width: 100%;
    margin: 20px 0;
}
.product-card__price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-card__old-price,
.product-card__price-title {
    color: #bababa;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.product-card__old-price {
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 700;
    text-decoration: line-through;
}
.product-card__price {
    color: #bf0200;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    justify-content: center;
    line-height: 38px;
}
@media (max-width: 1307px) {
    .product-card__price {
        font-size: 40px;
        line-height: 30px;
    }
}
@media (max-width: 576px) {
    .product-card__price {
        font-size: 26px;
        line-height: 20px;
        gap: 4px;
    }
}
.product-card__price span {
    font-size: 18px;
    line-height: 18px;
}
@media (max-width: 1307px) {
    .product-card__price span {
        font-size: 16px;
        line-height: 16px;
    }
}
@media (max-width: 576px) {
    .product-card__price span {
        font-size: 14px;
        line-height: 14px;
    }
}
.product-card__back-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateZ(80px);
    position: absolute;
}
.product-card__count {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.product-card-2__count-value input,
.product-card__count-btn,
.product-card__count-value input {
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    height: 48px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.product-card__count-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    transition: 0.2s all ease-out;
    cursor: pointer;
    width: 58px;
}
.product-card__count-btn:hover {
    background: #f1f1f1;
    color: #2f2e39;
}
.product-card__count-value {
    flex: 1;
}
.product-card-2__count-value input,
.product-card__count-value input {
    padding: 16px 30px;
    color: #24323f;
    font-size: 16px;
    outline: 0;
    width: 100%;
}
.product-card__btn-wrapper {
    display: flex;
    gap: 10px;
}
.product-card__cart-btn {
    border-radius: 4px;
    height: 48px;
    flex: 1;
}
.product-card__btn-more,
.product-card__favorite-btn {
    border-radius: 4px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-card__favorite-btn {
    width: 58px;
    padding: 0;
}
.product-card__btn-more {
    width: 100%;
    background: #0a0a0c;
    transition: 0.2s all ease-out;
    color: #fff;
    text-align: center;
}
.product-card__btn-more:hover {
    background: #212128;
}
.product-card-2 {
    max-width: 345px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 auto;
    height: 582px;
    border: 1px solid #dfdfdf;
}
@media (max-width: 1559px) {
    .product-card-2 {
        height: 532px;
    }
}
@media (max-width: 1307px) {
    .product-card-2 {
        height: 540px;
    }
}
@media (max-width: 991px) {
    .product-card-2 {
        height: 570px;
    }
}
@media (max-width: 767px) {
    .product-card-2 {
        height: 582px;
    }
}
@media (max-width: 576px) {
    .product-card-2 {
        max-width: 328px;
        height: 568px;
    }
}
.product-card-2__back,
.product-card-2__front {
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.7s ease-in-out;
    position: absolute;
    height: 200px;
    width: 100%;
}
.product-card-2__front {
    transform: rotateX(0deg) rotateY(0deg);
    z-index: 1000;
    background: #fff;
    border-radius: 4px;
}
.product-card-2__back {
    transform: rotateY(180deg);
    z-index: 900;
    background: #2f2e39;
}
.product-card-2--flip .product-card-2__front {
    z-index: 900;
    transform: rotateY(-180deg);
}
.product-card-2--flip .product-card-2__back {
    z-index: 1000;
    transform: rotateX(0deg) rotateY(0deg);
}
.product-card-2__front-wrapper {
    transform: translateZ(80px);
    height: 100%;
}
.product-card-2__img {
    position: relative;
}
.product-card-2__line-1 {
    display: block;
    width: 100%;
    background: linear-gradient(270deg, #fff 0.29%, #fff 30.2%, #bf0200 50.14%, #fff 69.59%, #fff 100%);
    height: 1px;
    margin: 0 auto;
}
.product-card-2__text {
    padding: 20px;
    position: relative;
}
.product-card-2__text .product-card-2__line {
    margin: 0;
}
.product-card-2__title {
    color: #3a3d3f;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    height: 76px;
}
.product-card-2__line {
    background: linear-gradient(90deg, #fff 0, #bf0200 50.7%, #fff 100%);
    height: 1px;
    width: 100%;
    margin: 20px 0;
}
.product-card-2__price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    height: 100%;
    justify-content: center;
}
.product-card-2__old-price,
.product-card-2__price-title {
    color: #bababa;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.product-card-2__old-price {
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 700;
    text-decoration: line-through;
}
.product-card-2__price {
    color: #bf0200;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    justify-content: center;
    line-height: 38px;
}
@media (max-width: 1307px) {
    .product-card-2__price {
        font-size: 40px;
        line-height: 30px;
    }
}
@media (max-width: 576px) {
    .product-card-2__price {
        font-size: 26px;
        line-height: 20px;
        gap: 4px;
    }
}
.product-card-2__price span {
    font-size: 18px;
    line-height: 18px;
}
@media (max-width: 1307px) {
    .product-card-2__price span {
        font-size: 16px;
        line-height: 16px;
    }
}
@media (max-width: 576px) {
    .product-card-2__price span {
        font-size: 14px;
        line-height: 14px;
    }
}
.product-card-2__back-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateZ(80px);
    position: absolute;
}
.product-card-2__count {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.product-card-2__count-btn {
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: 0.2s all ease-out;
    cursor: pointer;
    height: 48px;
    width: 58px;
}
.product-card-2__count-btn:hover {
    background: #f1f1f1;
    color: #2f2e39;
}
.product-card-2__count-value {
    flex: 1;
}
.product-card-2__btn-wrapper {
    display: flex;
    gap: 10px;
}
.product-card-2__cart-btn {
    border-radius: 4px;
    height: 48px;
    flex: 1;
}
.product-card-2__btn-more,
.product-card-2__favorite-btn {
    border-radius: 4px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-card-2__favorite-btn {
    width: 58px;
    padding: 0;
}
.product-card-2__btn-more {
    width: 100%;
    background: #0a0a0c;
    transition: 0.2s all ease-out;
    color: #fff;
    text-align: center;
}
.product-card-2__btn-more:hover {
    background: #212128;
}
.equipment-card {
    position: relative;
    display: block;
    cursor: pointer;
}
.equipment-card:hover .equipment-card__img img {
    transform: scale(1.1);
}
.equipment-card__img {
    height: 100%;
    overflow: hidden;
}
.equipment-card__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.2s all ease-out;
}
.equipment-card__text {
    position: absolute;
    bottom: 10px;
    right: 30px;
}
.equipment-card__text::after,
.equipment-card__text::before,
.project-card__text::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 20px;
}
.equipment-card__text::before {
    left: -20px;
    background: linear-gradient(to right bottom, transparent 49.8%, #bf0200 50.2%) no-repeat right/20px 100%;
}
.equipment-card__text::after {
    right: -20px;
    background: linear-gradient(to right bottom, #bf0200 50.2%, transparent 49.8%) no-repeat right/20px 100%;
}
.equipment-card__title {
    padding: 6px 10px;
    background: #bf0200;
    color: #fff;
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}
@media (max-width: 1559px) {
    .equipment-card__title {
        font-size: 13px;
    }
}
.product-card-2__price {
    font-size: 44px;
}

.equipment-card__img {
    height: 285px;
}

.equipment .equipment-card:nth-child(2) .equipment-card__img,
.equipment .equipment-card:nth-child(4) .equipment-card__img {
    height: 100%;
}
.product-info__tooltip-text {
    width: 300px;
    font-size: 18px;
}


@media (max-width: 768px) {
  .product-fixed__bottom {
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .product-fixed__anchor {
    flex: 1 1 auto;
  }
}

#lead-modal.fancybox-content {
    padding: 20px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 4px 46.1px 0px rgba(176, 176, 177, 0.44);
    max-width: 960px;
}
.lead-modal__content {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.lead-modal__image {
    width: 445px;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    overflow: hidden;
}
.lead-modal__right {
    padding-top: 40px;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.lead-modal__title {
    color: #000;
    text-align: center;
    font-size: 24px;
    margin: 0;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
    text-transform: uppercase;
}
.lead-modal__text {
    color: #000;
    text-align: center;
    font-size: 18px;
    margin: 0;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    margin-bottom: 40px;
}
.lead-modal__buttons {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.lead-modal__button {
    border-radius: 4px;
    display: flex;
    height: 48px;
    padding: 16px 14px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.lead-modal__button--telegram {background: #4A77BA;}
.lead-modal__button--telegram::before,
.lead-modal__button--telegram::after {
    display: block;
    content: "";
    width: 26px;
    height: 22px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='23' viewBox='0 0 26 23' fill='none'%3E%3Cpath d='M24.2817 1.07765L0.980051 9.90344C-0.294992 10.2723 -0.254386 11.5315 0.689308 11.8337L6.52852 13.6567L8.76187 20.5084C9.03312 21.259 9.25565 21.5401 9.71856 21.5466C10.2058 21.5531 10.3926 21.376 10.8994 20.9276C11.4923 20.3703 12.3953 19.4945 13.8214 18.1069L19.8945 22.5962C21.012 23.2136 21.8193 22.8935 22.097 21.558L25.9043 2.71705C26.312 1.07927 25.3504 0.591839 24.2817 1.07765ZM7.44297 13.2375L20.7164 4.90725C21.371 4.46856 21.5756 4.95762 21.28 5.29557L10.2643 15.2083L9.69907 20.1558L7.44297 13.2375Z' fill='white'/%3E%3C/svg%3E");
}
.lead-modal__button--whatsapp {background: #419854;}
.lead-modal__button--whatsapp::before,
.lead-modal__button--whatsapp::after {
    display: block;
    content: "";
    width: 27.568px;
    height: 27.783px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.0658 0.00683594C6.59082 0.00683594 0.531758 6.0659 0.531758 13.5409C0.531758 16.0979 1.24152 18.4895 2.47418 20.5289L0.0322266 27.7901L7.5252 25.3913C9.46402 26.464 11.6939 27.075 14.0658 27.075C21.5408 27.075 27.5999 21.0141 27.5999 13.5409C27.6017 6.0677 21.5426 0.00683594 14.0658 0.00683594ZM14.0658 24.8091C11.7784 24.8091 9.64731 24.1227 7.8666 22.9457L3.53613 24.3311L4.94309 20.148C3.59363 18.29 2.79762 16.008 2.79762 13.5427C2.79762 7.3291 7.85223 2.27449 14.064 2.27449C20.2776 2.27449 25.3304 7.3291 25.3304 13.5427C25.334 19.7545 20.2794 24.8091 14.0658 24.8091ZM20.4124 16.6171C20.0728 16.4321 18.4071 15.5318 18.0944 15.4043C17.7818 15.2767 17.5536 15.212 17.311 15.548C17.0684 15.884 16.3766 16.6369 16.1664 16.8615C15.9561 17.0843 15.7531 17.1059 15.4135 16.919C15.0757 16.7339 13.976 16.3261 12.7002 15.1006C11.7083 14.1464 11.0561 12.9893 10.8674 12.6371C10.6787 12.2831 10.8656 12.1034 11.0453 11.9381C11.207 11.7889 11.4064 11.5464 11.5861 11.3523C11.7658 11.1564 11.8287 11.0163 11.9527 10.7899C12.0767 10.5635 12.0264 10.3604 11.9473 10.1843C11.8664 10.0082 11.2393 8.28324 10.9788 7.58066C10.7164 6.87809 10.4254 6.9823 10.2241 6.97512C10.0229 6.96793 9.79285 6.9302 9.56285 6.92121C9.33285 6.91223 8.95551 6.9859 8.62488 7.31832C8.29605 7.65254 7.37066 8.45395 7.30777 10.1556C7.24488 11.8554 8.42004 13.5445 8.58355 13.7799C8.74707 14.0171 10.8296 17.7025 14.2886 19.2172C17.7494 20.732 17.7674 20.2702 18.4017 20.2361C19.0378 20.2019 20.4771 19.476 20.7951 18.6818C21.1132 17.8857 21.1383 17.1939 21.0575 17.0466C20.9784 16.8975 20.752 16.8022 20.4124 16.6171Z' fill='white'/%3E%3C/svg%3E");
}

@media (max-width:767px) {
    .lead-modal__content {
        flex-direction: column;
    }
    .lead-modal__image {width: 100%;}
}