/* Here lies custom theming for bootstrap 4
 * @see https://getbootstrap.com/docs/4.0/getting-started/theming/
*/
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #557A95;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #557A95;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Montserrat, "Helvetica Neue", Arial,
    "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Montserrat, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

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

a {
    color: #383838;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #557A95;
    text-decoration: underline;
}

#tlg2 {
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#tlg2:hover {
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

#viber2 {
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#viber2:hover {
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.logo__img {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.logo__img:hover {
    /*-webkit-transform: rotate(20deg);  Градусы поворота можно изменить по необходимости */
    /*transform: rotate(20deg);  Градусы поворота можно изменить по необходимости */
}

#wa2 {
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wa2:hover {
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.site-policy-line {
    padding: 3px 10px;
    background: #eee;
    border-top: 1px solid #ccc;
}

.site-policy-line .site-policy-line-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

.site-policy-line .site-policy-line-inner a {
    color: #17486B;
    text-decoration: none;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

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

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

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

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

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

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

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

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

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container,
.container-fluid,
.container-xs,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 100%;
}

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

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

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

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

.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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

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

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

.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

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

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

.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

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

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

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

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

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

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

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

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

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

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

    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

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

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

    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .offset-md-2 {
        margin-left: 16.66667%;
    }

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

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

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

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

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

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

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

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

    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

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

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

    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #fac8c9;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #f6999b;
}

.table-hover .table-danger:hover {
    background-color: #f8b1b2;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f8b1b2;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

#post-7481 ul, #post-7481 ol {
    padding-left: 0;
}
.form-check {
    cursor: pointer;
}
.form-check input {
    margin-right: 10px;
}



.cky-classic-bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999999;
}
.cky-consent-container .cky-consent-bar {
    border: 1px solid;
    padding: 16.5px 24px;
    box-shadow: 0 -1px 10px 0 #acabab4d;
    background-color: #FFFFFF;
    border-color: #F4F4F4;
}
.cky-notice-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cky-notice-des {
    color: #212121;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.cky-notice-des a {
    color: #00A1E2;
}
.cky-consent-bar .cky-notice-des p {
    color: inherit;
    margin-top: 0;
    overflow-wrap: break-word;
}

.cky-notice-des p:last-child {
    margin-bottom: 0;
}

.cky-notice-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

.cky-btn {
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px 27px;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
    text-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
    border-color: transparent;
    transition: all 0.5s;
    background: #557A95;
    border-radius: 40px;
}

form [type="submit"][disabled="disabled"] {
    position: relative;
}

/*form [type="submit"][disabled="disabled"]:before {
    content: 'Требуется согласие с условиями';
    position: absolute;
    top: calc(100% + 3px);
    right: 0;
    width: 85%;
    background: red;
    padding: 2px;
    border-radius: 4px;
    font-size: 10px;
    z-index: 4;
    font-weight: 100;
    left: 0;
    margin: auto;
}*/

form [type="submit"][disabled="disabled"] {
    z-index: 2;
}

.header__offer .sltop__form.form--dark .form-check {
    color: #fff;
}
.header__offer .sltop__form.form--dark .form-check a {
    color: #fff;
}
.cky-btn:hover {
    opacity: 0.7;
}

@media (min-width:1124px){
    .cky-consent-container{
        width: 40% !important;
        margin-bottom: 20px;
    }
}
@media (max-width:1124px){
    .cky-classic-bottom {
        left: 0;
        right: 0;
        box-sizing: border-box;
        width: 100vw;
        margin: auto;
    }
    .cky-consent-container .cky-consent-bar {
        border-radius: 0;
    }
}
@media (max-width: 768px){
    #site-wrapper {
        overflow: hidden;
    }
    .cky-notice-btn-wrapper {
        flex-wrap: wrap;
        margin: 0;
    }
    .cky-notice-btn-wrapper .cky-btn {
        flex: auto;
        max-width: 100%;
        margin-top: 10px;
        white-space: unset;
    }
    .cky-notice-group {
        display: block;
    }
}
@media (max-width: 576px){
    .cky-consent-container .cky-consent-bar {
        padding: 16.5px 0;
    }
    .cky-custom-brand-logo-wrapper .cky-custom-brand-logo, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper, .cky-category-direct-preview-wrapper {
        padding: 0 24px;
    }
    .cky-notice-des {
        max-height: 40vh;
        overflow-y: scroll;
    }
}



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

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

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

    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

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

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

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

    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 50px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}

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

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

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

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

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

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

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

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

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 50px;
}

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

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
    left: 5px;
}

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

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

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat,
    #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

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

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #557A95;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(238, 59, 62, 0.9);
    border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px;
}

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

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

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #557A95;
    box-shadow: 0 0 0 0 rgba(238, 59, 62, 0.25);
}

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #557A95;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat,
    #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ee3b3e' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ee3b3e' stroke='none'/%3e%3c/svg%3e") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #557A95;
    box-shadow: 0 0 0 0 rgba(238, 59, 62, 0.25);
}

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

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #557A95;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #557A95;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #f26a6c;
    background-color: #f26a6c;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0 rgba(238, 59, 62, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #557A95;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #557A95;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #557A95;
    box-shadow: 0 0 0 0 rgba(238, 59, 62, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn_2 {
    width: 290px;
    height: 70px;
    font-weight: 400;
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 50px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

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

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

@media screen and (max-width: 474.98px) {
    .btn,
    .btn_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        margin: 0 auto;
        font-size: 1.2rem;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

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

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    opacity: 0.5;
    pointer-events:none;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

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

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

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

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

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

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

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

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

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

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

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

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #eb181b;
    border-color: #e21417;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #eb181b;
    border-color: #e21417;
    box-shadow: 0 0 0 0 rgba(241, 88, 91, 0.5);
}

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

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e21417;
    border-color: #d71316;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(241, 88, 91, 0.5);
}

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

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

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

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

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

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

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

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

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

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

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

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

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

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

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

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

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

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

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

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

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

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

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0 rgba(238, 59, 62, 0.5);
}

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

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #557A95;
    border-color: #557A95;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(238, 59, 62, 0.5);
}

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

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

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

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

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

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

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

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

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

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 50px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 50px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

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

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

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

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

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

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: flex;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}

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

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 50px;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 50px;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 50px;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

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

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

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

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

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

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

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

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

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

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

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

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

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

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

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

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

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

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

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

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

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

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

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

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

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion {
    overflow-anchor: none;
}

.accordion > .card {
    overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

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

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

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

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

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

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

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

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

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-body input.form-control {
    color: #383838 !important;
    border-color: #e0e0e0
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }

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

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

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

.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: 1200px) {
    .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;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !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;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !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-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-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-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

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

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

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

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

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

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

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

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-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-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

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

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

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

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

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

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

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

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-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-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

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

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

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

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

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

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

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

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-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: 1200px) {
    .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-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

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

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

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

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

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

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

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

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-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;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #557A95 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #cb1215 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

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

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #1D4776 !important;
    color: #fff;
}

.btn-primary-transparent {
    color: #557A95;
    background: transparent;
    border: 1px solid #557A95;
}

.btn-primary-transparent:hover,
.btn-primary-transparent:focus,
.btn-primary-transparent:active {
    background: #557A95 !important;
    color: #fff;
}

.btn-primary-transparent:hover .burger div,
.btn-primary-transparent:focus .burger div,
.btn-primary-transparent:active .burger div {
    background: #fff;
}

.btn-white {
    color: #557A95;
    background: #fff;
    border: 0;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    background: #fff !important;
    color: #557A95;
    box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.4);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 27px;
    font-weight: 900;
    font-size: 16px;
    transition: all 150ms linear, transform 150ms linear 100ms;
    will-change: auto;
}

.btn:active {
    transform: scale(1.05);
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 9.5px 21px;
    font-size: 14px;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 17px 56px;
    font-size: 18px;
}

@media (max-width: 767.98px) {
    .btn-lg,
    .btn-group-lg > .btn {
        padding: 14px 50px;
    }
}

.btn-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.modal .modal-dialog {
    max-width: 730px;
}

@media (max-width: 767.98px) {
    .modal .modal-dialog {
        max-width: 490px;
    }
}

@media (max-width: 575.98px) {
    .modal .modal-dialog {
        max-width: 290px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.modal-content {
    position: relative;
    border-radius: 8px;
}

.modal-wrap {
    width: 100%;
    margin: 0 auto;
}

.modal .close {
    position: absolute;
    top: -20px;
    right: -20px;
    opacity: 1;
    transition: transform 0.2s ease-in-out;
    z-index: 10;
    background: transparent;
    box-shadow: none;
    border: 0;
}

.modal .close svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.modal .close:hover {
    opacity: 1 !important;
    transform: scale(1.1);
}

.modal-body {
    padding: 70px 60px;
}

@media (max-width: 1199.98px) {
    .modal-body {
        padding: 50px 40px;
    }
}

@media (max-width: 991.98px) {
    .modal-body {
        padding: 40px 30px;
    }
}

@media (max-width: 767.98px) {
    .modal-body {
        padding: 30px 15px;
        padding-top: 50px;
    }
}

.form-control {
    width: 100%;
    height: 58px;
    padding: 17px 28px;
    padding-left: 60px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0xNS41NjQ1IDExLjc0MjRMMTMuMzMxNyA5LjUwOTU0QzEyLjUzNDIgOC43MTIwOSAxMS4xNzg2IDkuMDMxMSAxMC44NTk2IDEwLjA2NzhDMTAuNjIwMyAxMC43ODU1IDkuODIyOSAxMS4xODQyIDkuMTA1MiAxMS4wMjQ3QzcuNTEwMzEgMTAuNjI2IDUuMzU3MiA4LjU1MjYgNC45NTg0OCA2Ljg3Nzk3QzQuNzE5MjUgNi4xNjAyNCA1LjE5NzcxIDUuMzYyNzkgNS45MTU0MiA1LjEyMzU5QzYuOTUyMSA0LjgwNDYxIDcuMjcxMDcgMy40NDg5NSA2LjQ3MzYzIDIuNjUxNTFMNC4yNDA3OCAwLjQxODY1OUMzLjYwMjgyIC0wLjEzOTU1MyAyLjY0NTg5IC0wLjEzOTU1MyAyLjA4NzY4IDAuNDE4NjU5TDAuNTcyNTMgMS45MzM4MUMtMC45NDI2MTcgMy41Mjg3IDAuNzMyMDE5IDcuNzU1MTYgNC40ODAwMSAxMS41MDMyQzguMjI4MDEgMTUuMjUxMSAxMi40NTQ1IDE3LjAwNTYgMTQuMDQ5NCAxNS40MTA2TDE1LjU2NDUgMTMuODk1NUMxNi4xMjI4IDEzLjI1NzUgMTYuMTIyOCAxMi4zMDA2IDE1LjU2NDUgMTEuNzQyNFoiIGZpbGw9IiNFRTNCM0UiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) 28px center no-repeat,
    transparent;
    font-weight: 500;
    font-size: 18px;
    color: white;
}

@media (max-width: 767.98px) {
    .form-control {
        height: 50px;
    }
}

.form-control::placeholder {
    color: white;
    opacity: 0.6;
}

.form-control:hover,
.form-control:focus {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0xNS41NjQ1IDExLjc0MjRMMTMuMzMxNyA5LjUwOTU0QzEyLjUzNDIgOC43MTIwOSAxMS4xNzg2IDkuMDMxMSAxMC44NTk2IDEwLjA2NzhDMTAuNjIwMyAxMC43ODU1IDkuODIyOSAxMS4xODQyIDkuMTA1MiAxMS4wMjQ3QzcuNTEwMzEgMTAuNjI2IDUuMzU3MiA4LjU1MjYgNC45NTg0OCA2Ljg3Nzk3QzQuNzE5MjUgNi4xNjAyNCA1LjE5NzcxIDUuMzYyNzkgNS45MTU0MiA1LjEyMzU5QzYuOTUyMSA0LjgwNDYxIDcuMjcxMDcgMy40NDg5NSA2LjQ3MzYzIDIuNjUxNTFMNC4yNDA3OCAwLjQxODY1OUMzLjYwMjgyIC0wLjEzOTU1MyAyLjY0NTg5IC0wLjEzOTU1MyAyLjA4NzY4IDAuNDE4NjU5TDAuNTcyNTMgMS45MzM4MUMtMC45NDI2MTcgMy41Mjg3IDAuNzMyMDE5IDcuNzU1MTYgNC40ODAwMSAxMS41MDMyQzguMjI4MDEgMTUuMjUxMSAxMi40NTQ1IDE3LjAwNTYgMTQuMDQ5NCAxNS40MTA2TDE1LjU2NDUgMTMuODk1NUMxNi4xMjI4IDEzLjI1NzUgMTYuMTIyOCAxMi4zMDA2IDE1LjU2NDUgMTEuNzQyNFoiIGZpbGw9IiNFRTNCM0UiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) 28px center no-repeat,
    transparent;
    color: white;
    border-color: #1D4776;
}

.form-control:hover::placeholder,
.form-control:focus::placeholder {
    opacity: 1;
}

.form-control-wrap {
    display: block;
    width: 100%;
    margin-bottom: 18px;
}

.modal-backdrop.show {
    background: rgba(78, 79, 80, 0.93);
    opacity: 1;
}

#success .modal-title {
    text-align: center;
}

#success .btn {
    display: block;
    width: 224px;
    margin-left: auto;
    margin-right: auto;
}

.form-inline {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-inline .form-control {
    width: 100%;
}

.form-inline .form-control-wrap {
    width: calc(50% - 15px);
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .form-inline .form-control-wrap {
        width: 100%;
        margin-bottom: 15px;
    }
}

.form-inline .btn {
    width: calc(50% - 15px) !important;
    height: 58px !important;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
}

@media (max-width: 767.98px) {
    .form-inline .btn {
        height: 50px !important;
    }
}

@media (max-width: 575.98px) {
    .form-inline .btn {
        width: 100% !important;
    }
}

.form-inline .form-text {
    width: 100%;
}

.form {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.form .form-title {
    width: 100%;
    margin-bottom: 22px;
    font-weight: 900;
    font-size: 36px;
    color: #383838;
    line-height: 1.3;
    text-align: center;
}

@media (max-width: 767.98px) {
    .form .form-title {
        font-size: 30px;
        margin-bottom: 2px;
    }
}

@media (max-width: 575.98px) {
    .form .form-title {
        font-size: 20px;
        margin-bottom: 6px;
    }
}

.form .form-desc {
    width: 100%;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 24px;
    color: #383838;
    line-height: 1.4;
    text-align: center;
}

@media (max-width: 767.98px) {
    .form .form-desc {
        font-size: 20px;
        margin-bottom: 25px;
    }
}

@media (max-width: 575.98px) {
    .form .form-desc {
        margin-bottom: 20px;
        font-size: 14px;
    }
}

.form .btn {
    height: 51px;
    width: 100%;
}

.form .form-text {
    margin-top: 20px;
    font-weight: 500;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
}

@media (max-width: 767.98px) {
    .form .form-text {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575.98px) {
    .form .form-text {
        margin-top: 20px;
    }

    .form .form-text br {
        display: none;
    }
}

.form--dark .form-control {
    border: 1px solid rgba(56, 56, 56, 0.16);
    color: #383838;
}

.form--dark .form-control::placeholder {
    color: #383838;
    opacity: 0.6;
}

.form--dark .form-control:hover,
.form--dark .form-control:focus {

    color: #383838;
}

.form--dark .form-control:hover::placeholder,
.form--dark .form-control:focus::placeholder {
    opacity: 1;
}

.form--dark .form-text {
    color: rgba(56, 56, 56, 0.6);
}

/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

@font-face {
    font-family: "Gilroy";
    src: local("Gilroy-SemiBold"), url("../fonts/Gilroy-SemiBold.woff2.a0a27032401e.html") format("woff2"),
    url("../fonts/Gilroy-SemiBold.7b07346f8d3d.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Gilroy";
    src: local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.woff2.fa78b88dfaa4.html") format("woff2"),
    url("../fonts/Gilroy-Bold.a2f4251ce535.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Gilroy";
    src: local("Gilroy-Black"), url("../fonts/Gilroy-Black.woff2.a0c2f87ec21a.html") format("woff2"),
    url("../fonts/Gilroy-Black.525e908e72b5.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Gilroy";
url("../fonts/Gilroy-Regular.woff2.3219f81ea72b.html") format("woff2"),
url("../fonts/Gilroy-Regular.8d1fbd9566f0.woff") format("woff");
url("../fonts/Gilroy-Regular.8d1fbd9566f0.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Gilroy";
    src: local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.woff2.006dc205f8eb.html") format("woff2"),
    url("../fonts/Gilroy-Medium.d1add55d8927.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

.c-primary {
    color: #557A95;
}

.c-primary-hover {
    color: #1D4776;
}

.c-gray {
    color: #383838;
}

.bg-primary {
    background: #557A95;
}

.bg-gray {
    background: #f9f9f9;
}

.f-weight-300 {
    font-weight: 700;
}

.f-weight-400 {
    font-weight: 700;
}

.f-weight-500 {
    font-weight: 700;
}

.f-weight-600 {
    font-weight: 700;
}

.f-weight-700 {
    font-weight: 700;
}

.f-style-italic {
    font-style: italic;
}

::selection {
    background: #557A95;
    color: #fff;
}

@media (max-width: 767.98px) {
    .navigation-opened {
        overflow: hidden;
    }
}

* {
    outline: none !important;
}

body {
    overflow-x: hidden;
    color: #383838;
}

h1 {
    margin-top: 0;
    margin-bottom: 70px;
    font-weight: 900;
    font-size: 50px;
    line-height: 1.23;
    color: #383838;
}

@media (max-width: 1199.98px) {
    h1 {
        font-size: 36px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 24px;
        margin-bottom: 40px;
    }
}

h3 {
    margin-top: 0;
    margin-bottom: 90px;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.23;
    color: #383838;
}

@media (max-width: 991.98px) {
    h3 {
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    margin-top: 0;
    margin-bottom: 22px;
    font-weight: 700;
    font-size: 20px;
    color: rgba(56, 56, 56, 0.7);
}

.modal-open .navigation--scrolled {
    right: var(--scroll-width);
}

.custom-scrollbar {
    position: relative;
    padding-right: 15px;
}

.ps__rail-y {
    right: 5px !important;
    opacity: 1 !important;
}

.ps__rail-y:hover .ps__thumb-y,
.ps__rail-y:active .ps__thumb-y {
    background: #1D4776;
}

.ps__thumb-y {
    background: #557A95;
    opacity: 1 !important;
}

.block-title {
    position: relative;
    margin-bottom: 80px;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.11;
    color: #383838;
}

@media (max-width: 991.98px) {
    .block-title {
        font-size: 36px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .block-title {
        font-size: 27px;
        margin-bottom: 30px;
        text-align: center
    }
}

.paragraph {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #383838;
    line-height: 1.42;
}

.paragraph--xs {
    font-weight: 300;
    font-size: 12px;
}

.paragraph--sm {
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .paragraph--sm {
        font-size: 14px;
    }
}

.paragraph--lg {
    font-size: 24px;
}

@media (max-width: 767.98px) {
    .paragraph--lg {
        font-size: 20px;
    }
}

.link {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #557A95;
    text-decoration: underline;
    transition: color 150ms linear;
    cursor: pointer;
}

.link:hover,
.link:focus {
    color: #1D4776;
}

.logo {
    text-decoration: none;
    white-space: nowrap;
}

.logo__img {
    display: inline-block;
    height: 80px;
    margin-right: 9px;
    vertical-align: middle;
}

@media (max-width: 991.98px) {
    .logo__img {
        height: 45px;
    }
}

.logo__img img,
.logo__img svg {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.logo__text {
    display: inline-block;
    vertical-align: bottom;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.2;
    color: #383838;
}

@media (max-width: 991.98px) {
    .logo__text {
        font-size: 18px;
    }
}

.burger {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 12px;
    cursor: pointer;
}

.burger div {
    position: absolute;
    right: 0;
    width: 20px;
    height: 2px;
    background: #557A95;
    border-radius: 4px;
    transition: all 150ms ease-in-out;
    transform-origin: calc(100% - 3px) 50%;
}

.burger div:nth-child(1) {
    top: 0;
}

.burger div:nth-child(2) {
    top: calc(50% - 1px);
    transform-origin: 50%;
    transition: all 150ms ease-in-out, width 250ms ease-in-out, transform 300ms ease-in-out;
}

.burger div:nth-child(3) {
    bottom: 0;
}

.burger--active div:nth-child(1) {
    transform: rotate(-45deg);
}

.burger--active div:nth-child(2) {
    width: 0;
    transform: rotate(90deg);
}

.burger--active div:nth-child(3) {
    transform: rotate(45deg);
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature__icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 125px;
    margin-bottom: 26px;
    background: #fafafa;
    border-radius: 50%;
}

@media (max-width: 767.98px) {
    .feature__icon {
        margin-bottom: 20px;
    }
}

.feature__icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.feature__title {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.19;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .feature__title {
        font-size: 20px;
        margin-bottom: 18px;
    }
}

.feature__desc {
    font-size: 18px;
    color: rgba(56, 56, 56, 0.8);
    text-align: center;
}

@media (max-width: 1199.98px) {
    .feature__desc {
        font-size: 16px;
    }
}

.card {
    display: flex;
    flex-direction: column;
    padding: 15px 45px;
    background: #fff;
    border: 1px solid rgba(56, 56, 56, 0.08);
    border-radius: 8px;
}

.card--gray {
    background: #f9f9f9;
}

.icon-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    background: #557A95;
    color: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    appearance: none;
    cursor: pointer;
    transition: background 150ms linear;
}

@media (max-width: 991.98px) {
    .icon-button {
        width: 40px;
        height: 40px;
    }
}

.icon-button img {
    display: block;
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.icon-button:hover {
    background: #1D4776;
}

.slider {
    position: relative;
}

.slider__wrapper {
    position: relative;
}

.slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    user-select: none;
    z-index: 10;
    cursor: pointer;
}

@media (max-width: 1260px) {
    .slider__arrow {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .slider__arrow {
        display: block;
    }
}

@media (max-width: 1070px) {
    .slider__arrow {
        display: none;
    }
}

.slider__arrow path {
    transition: fill 150ms linear;
}

.slider__arrow:hover path {
    fill: #1D4776;
}

.slider__arrow--left {
    left: -70px;
}

@media (max-width: 991.98px) {
    .slider__arrow--left {
        left: -55px;
    }
}

@media (max-width: 767.98px) {
    .slider__arrow--left {
        left: -20px;
    }
}

.slider__arrow--left svg {
    margin-right: 3px;
}

.slider__arrow--right {
    right: -70px;
}

@media (max-width: 991.98px) {
    .slider__arrow--right {
        right: -55px;
    }
}

@media (max-width: 767.98px) {
    .slider__arrow--right {
        right: -20px;
    }
}

.slider__arrow--right svg {
    margin-left: 3px;
}

.slider__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    user-select: none;
}

.slider__pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 9px;
    border-radius: 50%;
    background: rgba(238, 59, 62, 0.2);
    vertical-align: middle;
    transition: width 150ms ease-in-out, height 150ms ease-in-out, background 150ms ease-in-out;
}

@media (max-width: 991.98px) {
    .slider__pagination-bullet {
        width: 6px;
        height: 6px;
    }
}

.slider__pagination-bullet--active {
    width: 16px;
    height: 16px;
    background: #557A95;
}

@media (max-width: 991.98px) {
    .slider__pagination-bullet--active {
        width: 10px;
        height: 10px;
    }
}

.slider--aline-slides-height .swiper-slide {
    height: auto;
}

.slider--aline-slides-height .slider__item {
    height: 100%;
}

@media all and (-ms-high-contrast: none) {
    .slider--aline-slides-height .slider__item {
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .slider--aline-slides-height .slider__item {
        height: auto;
    }
}

.skewed {
    position: relative;
    padding: 11px 39px;
}

.skewed:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: skewX(-30deg);
    background: #f9f9f9;
    border-radius: 8px;
}

.skewed__content {
    position: relative;
    z-index: 10;
}

.skewed--bg-primary {
    color: #fff;
}

.skewed--bg-primary:before {
    background: #557A95;
}

.skewed--bg-gray {
    color: #383838;
}

.skewed--15-deg:before {
    transform: skewX(-15deg);
}

.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.breadcrumbs__item {
    position: relative;
    margin-right: 62px;
    font-weight: 600;
    font-size: 16px;
    color: rgba(56, 56, 56, 0.8);
}

@media (max-width: 575.98px) {
    .breadcrumbs__item {
        font-size: 14px;
        margin-right: 25px;
    }
}

.breadcrumbs__item:last-child:after {
    display: none;
}

.breadcrumbs__item:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translate(100%, -50%);
    width: 30px;
    height: 1px;
    background: #557A95;
}

@media (max-width: 575.98px) {
    .breadcrumbs__item:after {
        width: 8px;
        right: -8px;
    }
}

.navigation {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    background: #fff;
}

.navigation__wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    z-index: 10;
    background: #fff;
}

.navigation__phone {
    display: inline-block;
    font-weight: 900;
    font-size: 24px;
    color: #383838;
    text-decoration: none;
    transition: color 150ms linear;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .navigation__social {
        display: flex;
        margin-left: auto;
    }

    .navigation__social img {
        width: 30px !important;
        height: 30px !important;
    }

    .navigation__phone {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .navigation__phone {
        font-size: 16px
    }
}

@media (max-width: 374.98px) {
    .navigation__social img {
        width: 25px !important;
        height: 25px !important;
    }

    .navigation__phone {
        font-size: 14px
    }
}

.navigation__phone svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}

.navigation__phone:hover,
.navigation__phone:focus {
    color: #557A95;
    text-decoration: none;
}

.navigation__info {
    display: flex;
    justify-content: flex-start;
    margin-right: -60px;
}

@media (max-width: 991.98px) {
    .navigation__info {
        display: none;
    }
}

.navigation__info-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.navigation__info-item:first-child {
    margin-right: 55px;
}

.navigation__info-item-icon {
    margin-top: 3px;
    margin-right: 14px;
}

.navigation__info-item-icon img,
.navigation__info-item-icon svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.navigation__info-item-content {
    line-height: 1.2;
}

.navigation__info-item-title {
    font-weight: bold;
    font-size: 16px;
    color: #383838;
}

.navigation__info-item-desc {
    font-size: 14px;
    color: rgba(56, 56, 56, 0.6);
}

.navigation #navigation-mobile-burger {
    display: none;
}

@media (max-width: 991.98px) {
    .navigation #navigation-mobile-burger {
        display: inline-block;
    }
}

.navigation__bar {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid rgba(56, 56, 56, 0.08);
    background: #fff;
    transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
}

@media (max-width: 991.98px) {
    .navigation__bar {
        display: none;
        height: calc(100vh - 77px);
        transition-duration: 300ms;
    }
}

.navigation__bar-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991.98px) {
    .navigation__bar-wrap {
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 991.98px) {
    .navigation__bar .btn {
        width: 100%;
        max-width: 290px;
        margin-bottom: 15px;
    }
}

.navigation__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 991.98px) {
    .navigation__list {
        justify-content: flex-start;
        flex-direction: column;
        margin-left: 0;
    }
}

.navigation__item {
    margin-right: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #383838;
    text-decoration: none;
    transition: color 150ms linear;
}

.navigation__item:last-child {
    margin-right: 0;
}

@media (max-width: 991.98px) {
    .navigation__item {
        margin-bottom: 15px;
        margin-right: 0;
    }
}

.navigation__item:hover,
.navigation__item:focus {
    color: #184579;
    text-decoration: none;
    text-shadow: #4d65a1 1px 0 10px;
}

.navigation--scrolled {
    position: fixed;
    background: #fff;
}

.navigation--menu-shown .navigation__bar {
    display: block !important;
}

.navigation-opened {
    overflow: hidden;
}

.menu {
    position: absolute;
    top: 148px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    background: transparent;
    transition: opacity 0 linear;
}

@media (max-width: 991.98px) {
    .menu {
        top: 67px;
    }
}

.menu:before {
    content: "";
    position: absolute;
    right: calc(50% + 254px);
    left: 0;
    top: 0;
    bottom: 0;
    background: #f9f9f9;
    pointer-events: none;
    z-index: 10;
}

@media (max-width: 1199.98px) {
    .menu:before {
        right: calc(50% + 164px);
    }
}

@media (max-width: 991.98px) {
    .menu:before {
        right: calc(50% + 44px);
    }
}

@media (max-width: 767.98px) {
    .menu:before {
        right: calc(50% - 46px);
    }
}

@media (max-width: 575.98px) {
    .menu:before {
        right: 0;
    }
}

.menu__list {
    position: relative;
    width: 100%;
    max-width: 286px;
    z-index: 20;
}

.menu__list-wrap {
    /*padding: 35px 0;*/
    height: 100%;
}

.menu__item {
    position: relative;
    display: block;
    padding: 18px;
    font-weight: 600;
    font-size: 16px;
    color: #383838;
    text-decoration: none !important;
    margin-right: -15px;
}

.menu__item span {
    position: relative;
    z-index: 10;
    text-decoration: none !important;
}

.menu__item:before {
    content: "";
    position: absolute;
    left: -3000px;
    right: 0;
    top: 0;
    bottom: 0;
    border-right: 6px solid #557A95;
    opacity: 0;
    background: #fff;
    transition: opacity 150ms ease-in-out;
    z-index: 0;
}

.menu__item:hover,
.menu__item:focus {
    color: #557A95;
}

.menu__item:hover:before,
.menu__item:focus:before {
    opacity: 1;
}

.menu .ps__rail-y {
    left: 0 !important;
    /*left: auto !important;*/
    right: calc(50% + 265px) !important;
    z-index: 100;
    margin: 20px 0;
}

@media (max-width: 1199.98px) {
    .menu .ps__rail-y {
        right: calc(50% + 177px) !important;
    }
}

@media (max-width: 991.98px) {
    .menu .ps__rail-y {
        right: calc(50% + 57px) !important;
    }
}

@media (max-width: 767.98px) {
    .menu .ps__rail-y {
        right: calc(50% - 33px) !important;
    }
}

@media (max-width: 575.98px) {
    .menu .ps__rail-y {
        right: 5px !important;
    }
}

.menu__close {
    position: absolute;
    top: 15px;
    right: calc(50% - 5px);
    width: 34px;
    height: 34px;
    display: none;
    z-index: 10;
    transition: transform 150ms linear;
}

@media (max-width: 991.98px) {
    .menu__close {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .menu__close {
        right: 15px;
    }
}

.menu__close svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.menu__close:hover {
    transform: scale(1.1);
}

.menu__backdrop {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(56, 56, 56, 0.9);
    cursor: pointer;
    z-index: 5;
}

.menu .container {
    position: relative;
}

.menu-shown {
    overflow: hidden;
    padding-right: var(--scroll-width);
}

.menu-shown .menu {
    position: fixed;
    opacity: 1;
    pointer-events: auto;
    right: var(--scroll-width);
}

.menu-shown .navigation {
    position: fixed;
    right: var(--scroll-width);
}

.header {
    position: relative;
    padding-top: 250px;
    padding-bottom: 78px;
    background: url("../images/header-bg.4973e004624f.jpg") center/cover no-repeat;
}

.header._new {
    padding-bottom: 0;
    margin-bottom: 78px;
    background: transparent;
}

@media (max-width: 991.98px) {
    .header {
        padding-top: 170px;
    }
}

@media (max-width: 767.98px) {
    .header {
        padding-top: 140px;
    }
}

@media (max-width: 575.98px) {
    .header {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

.header__offer {
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 600px;
}

.header__offer-title {
    margin-bottom: 66px;
    color: #fff;
    text-shadow: #000 1px 0 10px;
}

.header__offer-title._main {
    margin-bottom: 24px !important;
}

@media (max-width: 991.98px) {
    .header__offer-title {
        margin-bottom: 40px;
    }

    .header__offer-title br {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .header__offer-title {
        width: 100%;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        font-size: 27px;
    }
}

@media (max-width: 575.98px) {
    .header__offer-title {
        font-size: 24px;
    }
}

.discript {
    width: 100%;
    max-width: ;
    margin: 0 auto;
    margin-bottom: 41px;
    font-weight: 500;
    font-size: 20px;
    color: #313131;
    line-height: 1.0;
}

.header__offer-desc {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    margin-bottom: 41px;
    font-weight: 500;
    font-size: 30px;
    color: #ffffff;
    line-height: 1.22;
}

@media (max-width: 767.98px) {
    .header__offer-desc {
        max-width: 380px;
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .header__offer-desc {
        font-size: 22px;
        margin-bottom: 25px;
    }
}

.header__offer .form {
    max-width: 550px;
}

.header .breadcrumbs {
    margin-bottom: 110px;
}

@media (max-width: 991.98px) {
    .header .breadcrumbs {
        margin-bottom: 70px;
    }
}

@media (max-width: 767.98px) {
    .header .breadcrumbs {
        margin-bottom: 35px;
    }
}

.header--service-page {
    padding-top: 160px;
    padding-bottom: 100px;
    background: url("../images/header-bg.4973e004624f.jpg") center/cover no-repeat;
}

@media (max-width: 991.98px) {
    .header--service-page {
        padding-top: 100px;
    }
}

@media (max-width: 767.98px) {
    .header--service-page {
        padding-bottom: 60px;
    }
}

.header--service-page .header__offer {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.header--service-page .header__offer-title {
    width: 100%;
    max-width: 640px;
    color: #fff;
}

@media (max-width: 1199.98px) {
    .header--service-page .header__offer-title {
        max-width: 600px;
    }
}

@media (max-width: 767.98px) {
    .header--service-page .header__offer-title {
        font-size: 42px;
    }
}

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

.header--service-page .header__offer-desc {
    width: 100%;
    max-width: 600px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
    color: rgba(56, 56, 56, 0.8);
}

.header--service-page .header__offer .form {
    margin-left: 0;
    margin-right: 0;
}

.header--service-page .header__offer .form-text {
    max-width: 460px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

@media (max-width: 575.98px) {
    .header--service-page .header__offer .form-text {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .header--service-page .header__offer .btn {
        font-size: 16px;
    }
}

.header__img {
    position: absolute;
    left: calc(50% + 135px);
    bottom: 100px;
    pointer-events: none;
}

/*@media (max-width: 991.98px) {
    .header__img {
        display: none;
    }
}*/

@media screen and (max-width: 768px) {
    .header.header--service-page {
        display: grid;
    }

    .header__img {
        position: static;
        display: flex;
        justify-content: center;
        max-height: 300px;
    }

    .header__offer {
        min-height: 0;
    }
}

.header__img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.features2 {
    padding-top: 53px;
    padding-bottom: 100px;
    background: #f9f9f9;
}

@media (max-width: 991.98px) {
    .features2 {
        padding-bottom: 10px;
    }
}

.features2__list {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .features2__list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .features2__list .feature {
        margin-bottom: 50px;
    }

    .features2__list .feature:first-child {
        order: 1;
        margin-right: 40px;
    }

    .features2__list .feature:nth-child(2) {
        order: 3;
    }

    .features2__list .feature:last-child {
        order: 2;
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .features2__list .feature {
        margin-right: 0 !important;
        margin-bottom: 40px !important;
    }

    .features2__list .feature__desc {
        width: 100%;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .features2__list .feature br {
        display: none;
    }
}

.features {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 991.98px) {
    .features {
        padding-bottom: 10px;
    }
}

.features__list {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .features__list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .features__list .feature {
        margin-bottom: 50px;
    }

    .features__list .feature:first-child {
        order: 1;
        margin-right: 40px;
    }

    .features__list .feature:nth-child(2) {
        order: 3;
    }

    .features__list .feature:last-child {
        order: 2;
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .features__list .feature {
        margin-right: 0 !important;
        margin-bottom: 40px !important;
    }

    .features__list .feature__desc {
        width: 100%;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .features__list .feature br {
        display: none;
    }
}

.services {
    padding-top: 100px;
    padding-bottom: 70px;
    background: #f9f9f9;
}

.services .block-title {
    text-align: center;
}

.services h3 {
    margin-bottom: 20px;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .services {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

@media (max-width: 991.98px) {
    .services .block-title {
        width: 100%;
        max-width: 410px;
    }
}

@media (max-width: 767.98px) {
    .services .block-title {
        max-width: 305px;
    }
}

.services__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.4s ease;
}

.services__block._active .services__list {
    height: auto;
    opacity: 1;
}

.services__block h3 svg {
    transition: transform .4s ease;
}

.services__block._active h3 svg {
    transform: rotate(90deg);
}

.services__item {
    width: calc(25% - 22.5px);
    margin-right: 30px;
    margin-bottom: 30px;
    text-decoration: none !important;
    position: relative;
}

@media (max-width: 991.98px) {
    .services__item {
        padding: 22px;
    }
}

@media (min-width: 992px) {
    .services__item:nth-child(4n + 4) {
        margin-right: 0;
    }

    .services__item:nth-child(2),
    .services__item:nth-child(4),
    .services__item:nth-child(5),
    .services__item:nth-child(7),
    .services__item:nth-child(10) {
        background: #f9f9f9;
    }

    .services__item:nth-child(2) .services__item-img,
    .services__item:nth-child(4) .services__item-img,
    .services__item:nth-child(5) .services__item-img,
    .services__item:nth-child(7) .services__item-img,
    .services__item:nth-child(10) .services__item-img {
        background: #fff;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .services__item {
        width: calc(33.3333% - 20px);
    }

    .services__item:nth-child(3n + 3) {
        margin-right: 0;
    }

    .services__item:nth-child(2),
    .services__item:nth-child(4),
    .services__item:nth-child(6),
    .services__item:nth-child(8),
    .services__item:nth-child(10) {
        background: #f9f9f9;
    }

    .services__item:nth-child(2) .services__item-img,
    .services__item:nth-child(4) .services__item-img,
    .services__item:nth-child(6) .services__item-img,
    .services__item:nth-child(8) .services__item-img,
    .services__item:nth-child(10) .services__item-img {
        background: #fff;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .services__item {
        width: calc(50% - 15px);
    }

    .services__item:nth-child(2n + 2) {
        margin-right: 0;
    }

    .services__item:nth-child(2),
    .services__item:nth-child(3),
    .services__item:nth-child(6),
    .services__item:nth-child(7),
    .services__item:nth-child(10),
    .services__item:nth-child(11) {
        background: #f9f9f9;
    }

    .services__item:nth-child(2) .services__item-img,
    .services__item:nth-child(3) .services__item-img,
    .services__item:nth-child(6) .services__item-img,
    .services__item:nth-child(7) .services__item-img,
    .services__item:nth-child(10) .services__item-img,
    .services__item:nth-child(11) .services__item-img {
        background: #fff;
    }
}

@media (max-width: 575.98px) {
    .services__item {
        width: 100%;
        margin-right: 0 !important;
    }

    .services__item:nth-child(2n + 2) {
        background: #f9f9f9;
    }

    .services__item:nth-child(2n + 2) .services__item-img {
        background: #fff;
    }
}


.services__item-gear {
    position: absolute;
    top: 10px;
    right: 10px;
}

.services__item-img {
    position: relative;
    width: 116px;
    height: 116px;
    margin: 0 auto;
    margin-bottom: 31px;
    background: #f9f9f9;
    border-radius: 50%;
    transition: background 150ms linear;
}

.services__item-img img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.services__item-title {
    position: relative;
    margin-top: auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.15;
    color: #383838;
    transition: color 150ms linear;
    text-decoration: none !important;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .services__item-title {
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    .services__item-title {
        font-size: 18px;
    }
}

.services__item-title svg {
    position: absolute;
    right: 0;
    top: 5px;
}

@media (max-width: 1199.98px) {
    .services__item-title svg {
        top: 2px;
    }
}

.services__item.card--gray .services__item-img {
    background: #fff;
}

.services__item:hover .services__item-img {
    background: #557A95;
}

.services__item:hover .services__item-title {
    color: #557A95;
}

.reasons {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 991.98px) {
    .reasons {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .reasons {
        padding-bottom: 30px;
    }
}

.reasons__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.reasons__item {
    position: relative;
    width: calc(50% - 15px);
    padding: 50px 65px;
    margin-bottom: 30px;
}

.reasons__item.card--gray {
    border: 0;
}

@media (max-width: 991.98px) {
    .reasons__item {
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    .reasons__item {
        width: 100%;
    }
}

.reasons__item:last-child {
    width: 100%;
    padding-left: 308px;
}

@media (max-width: 767.98px) {
    .reasons__item:last-child {
        padding-left: 30px;
    }
}

.reasons__item:last-child .reasons__item-number {
    right: auto;
    left: 55px;
}

@media (max-width: 767.98px) {
    .reasons__item:last-child .reasons__item-number {
        left: auto;
        right: 30px;
    }
}

.reasons__item:last-child .reasons__item-desc {
    padding-left: 84px;
}

@media (max-width: 991.98px) {
    .reasons__item:last-child .reasons__item-desc {
        padding-left: 62px;
    }
}

@media (max-width: 767.98px) {
    .reasons__item:last-child .reasons__item-desc {
        padding-left: 0;
    }
}

.reasons__item-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    z-index: 10;
}

.reasons__item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    margin-right: 42px;
    border-radius: 50%;
    background: #557A95;
}

@media (max-width: 991.98px) {
    .reasons__item-icon {
        margin-right: 20px;
    }
}

.reasons__item-title {
    margin-bottom: 20px;
    width: calc(100% - 84px);
    font-weight: 900;
    font-size: 22px;
    line-height: 1.23;
    color: #383838;
    transform: translateY(-6px);
}

@media (max-width: 991.98px) {
    .reasons__item-title {
        width: calc(100% - 62px);
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .reasons__item-title {
        font-size: 18px;
        font-weight: 700;
    }
}

.reasons__item-desc {
    position: relative;
    z-index: 10;
}

.reasons__item-number {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    font-size: 160px;
    color: #f9f9f9;
    pointer-events: none;
    user-select: none;
}

@media (max-width: 991.98px) {
    .reasons__item-number {
        opacity: 0.7;
    }
}

.reasons__item.card--gray .reasons__item-number {
    color: #fff;
}

.stock {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #557A95;
}

@media (max-width: 991.98px) {
    .stock {
        padding-top: 60px;
        padding-bottom: 4px;
    }
}

.stock__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.stock__banner {
    position: absolute;
    right: calc(50% + 510px);
    top: 0;
    pointer-events: none;
    user-select: none;
    min-width: 280px;
}

@media (max-width: 1580px) {
    .stock__banner {
        right: calc(50% + 330px);
    }
}

@media (max-width: 991.98px) {
    .stock__banner {
        right: calc(50% + 50px);
    }
}

@media (max-width: 767.98px) {
    .stock__banner {
        min-width: 0;
        max-width: 160px;
        right: calc(50% - 20px);
    }
}

.stock__banner img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.stock__image {
    display: block;
    width: calc(50% - 35px);
}

@media (max-width: 1199.98px) {
    .stock__image {
        width: calc(42% - 35px);
    }
}

@media (max-width: 991.98px) {
    .stock__image {
        width: 100%;
        margin-bottom: 0px;
        text-align: center;
    }
}

.stock__image img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    object-fit: containc;
}

@media (max-width: 991.98px) {
    .stock__image img {
        max-width: 75%;
        max-height: 75%;
    }
}

.stock__content {
    width: calc(50% - 35px);
}

@media (max-width: 1199.98px) {
    .stock__content {
        width: calc(58% - 35px);
    }
}

@media (max-width: 991.98px) {
    .stock__content {
        width: 100%;
        text-align: center;
    }
}

.stock__title {
    margin-bottom: 34px;
    font-weight: 900;
    font-size: 36px;
    color: #fff;
    line-height: 1.22;
}

@media (max-width: 1199.98px) {
    .stock__title {
        font-size: 30px;
    }
}

@media (max-width: 575.98px) {
    .stock__title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.stock__time {
    margin-bottom: 33px;
}

.stock__time-left {
    margin-bottom: 14px;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
}

@media (max-width: 575.98px) {
    .stock__time-left {
        font-size: 20px;
    }
}

.stock__time-clock {
    display: block;
}

.stock__time-part {
    display: inline-block;
    margin-right: 16px;
    font-weight: 900;
    font-size: 54px;
    color: #fff;
}

@media (max-width: 575.98px) {
    .stock__time-part {
        font-size: 30px;
    }
}

.stock__time-definition {
    display: inline-block;
    margin-right: 33px;
    font-size: 24px;
    color: #fff;
}

.stock__time-definition:last-child {
    margin-right: 0;
}

@media (max-width: 575.98px) {
    .stock__time-definition {
        font-size: 20px;
    }
}

.stock .form {
    max-width: none;
}

@media (max-width: 991.98px) {
    .stock .form {
        max-width: 540px;
    }
}

.masters {
    padding-top: 70px;
    padding-bottom: 100px;
}

@media (max-width: 991.98px) {
    .masters {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

.masters .block-title {
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 991.98px) {
    .masters .block-title {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .masters .block-title {
        margin-bottom: 40px;
        text-align: center;
    }
}

.masters__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.masters__main-photo {
    position: relative;
    width: 442px;
    height: 442px;
    background: #fff;
    border-radius: 50%;
    box-shadow: -10px 0px 20px rgba(56, 56, 56, 0.03), 10px 0px 20px rgba(56, 56, 56, 0.03),
    0px -20px 20px rgba(51, 51, 51, 0.03);
}

@media (max-width: 991.98px) {
    .masters__main-photo {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 767.98px) {
    .masters__main-photo {
        width: 290px;
        height: 290px;
        margin-bottom: 80px;
        margin-left: auto;
        margin-right: auto;
    }
}

.masters__main-photo img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -56%);
}

@media (max-width: 991.98px) {
    .masters__main-photo img {
        width: 244px;
    }
}

.masters__main-info {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

.masters__main-info .skewed {
    width: 270px;
}

.masters__main-info .skewed:last-child {
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
}

.masters__main-name {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}

.masters__main-desc {
    line-height: 2;
}

.masters__sub {
    position: relative;
}

@media (max-width: 991.98px) {
    .masters__sub h3 {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 767.98px) {
    .masters__sub h3 {
        max-width: 300px;
        margin-bottom: 30px;
        font-size: 24px;
    }
}

.masters__additional {
    position: absolute;
    right: 0;
    bottom: -20px;
    transform: translateY(20%);
}

@media (max-width: 767.98px) {
    .masters__additional {
        position: static;
        width: 100%;
        transform: none;
        margin-bottom: 30px;
    }
}

.masters__additional .skewed {
    width: 340px;
}

@media (max-width: 767.98px) {
    .masters__additional .skewed {
        width: 100% !important;
    }
}

.masters__additional .skewed:first-child {
    padding-bottom: 30px;
}

.masters__additional .skewed:last-child {
    width: 304px;
    padding-left: 30px;
    padding-right: 30px;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
    transform: translateY(-18px);
}

@media (max-width: 767.98px) {
    .masters__additional .skewed:last-child {
        padding-left: 23px;
        padding-right: 23px;
        width: calc(100% - 19px) !important;
    }
}

@media (max-width: 575.98px) {
    .masters__additional .skewed:last-child {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 30px) !important;
    }
}

.masters__additional-title {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

@media (max-width: 767.98px) {
    .masters__additional-title {
        font-size: 18px;
        line-height: 1.3;
    }
}

.masters__additional-desc {
    font-size: 16px;
    line-height: 1.45;
}

.masters__features {
    width: calc(100% - 4px);
}

@media (max-width: 991.98px) {
    .masters__features {
        width: calc(100% - 4px);
    }
}

@media (max-width: 767.98px) {
    .masters__features {
        width: 100%;
    }
}

.masters__feature {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .masters__feature {
        margin-bottom: 15px;
    }
}

@media (max-width: 575.98px) {
    .masters__feature {
        flex-direction: column;
        align-items: center;
    }
}

.masters__feature:last-child {
    margin-bottom: 0;
}

.masters__feature-img {
    width: 101px;
    margin-right: 41px;
}

.about__feature-img {
    width: 150px;
    margin-right: 41px;
}

@media (max-width: 991.98px) {
    .masters__feature-img {
        margin-right: 20px;
    }

    .about__feature-img {
        margin-right: 20px;
    }
}

@media (max-width: 575.98px) {
    .masters__feature-img {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .about__feature-img {
        margin-right: 0;
        margin-bottom: 25px;
        width: 250px;
    }
}

.masters__feature-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.about__feature-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.masters__feature-content {
    width: calc(100% - 102px);
    max-width: 880px;
}

.about__feature-content {
    width: 100%;
    font-size: 18px;
    text-align: justify;
    line-height: 1.45;
}

@media (max-width: 991.98px) {
    .masters__feature-content {
        width: 100% -81px);
    }

    .about__feature-content {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .masters__feature-content {
        width: 100%;
    }

    .about__feature-content {
        width: 100%;
    }
}

.masters__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.masters__list .masters__item {
    width: calc(30% - 2.5px);
    margin-right: 20px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .masters__list .masters__item:nth-child(4n + 4) {
        margin-right: 0;
        880
    }
}

@media (max-width: 991.98px) {
    .masters__list .masters__item {
        width: calc(50% - 10px);
    }

    .masters__list .masters__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    .masters__list .masters__item {
        width: 100%;
        margin-right: 0 !important;
    }
}

.masters__list--hidden {
    display: none;
}

.masters__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .masters__item {
        padding: 20px;
    }

    .masters__item-name:hover {
        color: #557A95;
    }

    .masters__item-name:hover .masters__item-photo {
        background: #557A95;
    }

    .masters__item-photo:hover {
        background: #557A95;
    }
}

.masters__item-photo {
    width: 160px;
    height: 160px;
    margin-bottom: 13px;
    border: 4px solid #f9f9f9;
    border-radius: 50%;
}

.masters__item-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.masters__item-photo:hover {
    background: #557A95;
}

.masters__item-name {
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 22px;
    color: #383838;
}

.masters__item-name:hover {
    color: #557A95;
}

.masters__item-name:hover .masters__item-photo {
    background: #557A95;
}

.masters__item-desc {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}

@media (max-width: 575.98px) {
    .masters #show-all-masters .btn {
        width: 100%;
    }
}

.brand__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.brand__list .brand__item {
    width: calc(23% - 2.5px);
    margin-right: 10px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .brand__list .brand__item:nth-child(4n + 4) {
        margin-right: 0;
        880
    }
}

@media (max-width: 991.98px) {
    .brand__list .brand__item {
        width: calc(50% - 10px);
    }

    .masters__list .brand__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    .brand__list .brand__item {
        width: 100%;
        margin-right: 0 !important;
    }
}

.brand__list--hidden {
    display: none;
}

.brand__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    transition: box-shadow .5s ease;
}

.brand__item:hover {
    box-shadow: 0 0 8px;
}

@media (max-width: 1199.98px) {
    .brand__item {
        padding: 20px;
    }

    .brand__item-name:hover {
        color: #557A95;
    }

    .brand__item-name:hover .masters__item-photo {
        background: #557A95;
    }

    .brand__item-photo:hover {
        background: #557A95;
    }
}

.brand__item-photo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    height: 100%;
}

.brand__item-photo .post-thumbnail {
    height: 130px;
}

.brand__item-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand__item-name {
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 22px;
    color: #383838;
}

.brand__item-name:hover {
    color: #557A95;
}

.brand__item-name:hover .brand__item-photo {
    background: #557A95;
}

.brand__item-desc {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}

@media (max-width: 575.98px) {
    .brand #show-all-brand .btn {
        width: 100%;
    }
}

.contacts {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f9f9f9;
}

@media (max-width: 991.98px) {
    .contacts {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.contacts__item {
    display: flex;
    text-align: left;
    margin-bottom: 40px;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .contacts__item {
        margin-bottom: 30px;
    }
}

.contacts__item-icon {
    width: 20px;
    margin-right: 16px;
    margin-top: 9px;
}

.contacts__item-icon svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.contacts__item-content {
    width: calc(100% - 10px);
}

.contacts__item-title {
    font-weight: 900;
    font-size: 28px;
    color: #383838;
    transition: color 150ms linear;
}

.table {
    width: 80%;
    margin-bottom: 20px;
    border: 2px solid #dddddd;
    border-collapse: collapse;
}

.table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 2px solid #dddddd;
}

.table td {
    border: 2px solid #dddddd;
    padding: 5px;
}

@media (max-width: 767.98px) {
    .contacts__item-title {
        font-size: 24px;
    }
}

.contacts__item-desc {
    font-size: 20px;
    color: rgba(56, 56, 56, 0.6);
}

.contacts__item--link {
    transition: color 150ms linear;
    text-decoration: none !important;
}

.contacts__item--link:hover {
    color: #557A95 !important;
}

.contacts__item--link:hover .contacts__item-title {
    color: #557A95;
}

.contacts__map {
    position: relative;
    margin-top: 40px;
    height: 408px;
    background: rgba(56, 56, 56, 0.4);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(56, 56, 56, 0.1);
}

@media (max-width: 767.98px) {
    .contacts__map {
        width: 100%;
        height: 250px;
        margin-top: 0;
    }
}

.contacts__map-info {
    position: absolute;
    left: 13px;
    bottom: 0;
    width: 270px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    pointer-events: none;
}

@media (max-width: 767.98px) {
    .contacts__map-info {
        display: none;
    }
}

.contacts__map-info:before {
    border-radius: 14px;
}

.contacts__map-range {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 285px;
    height: 285px;
    background: rgba(238, 59, 62, 0.6);
    border-radius: 50%;
    pointer-events: none;
}

@media (max-width: 767.98px) {
    .contacts__map-range {
        display: none;
    }
}

.contacts__map-range:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 336px;
    height: 336px;
    border: 1px solid rgba(238, 59, 62, 0.28);
    border-radius: 50%;
    pointer-events: none;
}

.contacts__map-range:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 402px;
    height: 402px;
    border: 1px solid rgba(238, 59, 62, 0.14);
    border-radius: 50%;
    pointer-events: none;
}

.contacts__map-itself {
    width: 100%;
    height: 100%;
}

.magnet {
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
}

@media (max-width: 991.98px) {
    .magnet {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.magnet__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .magnet__bg {
        display: none;
    }
}

.magnet__bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #fff;
}

.magnet__bg:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #557A95;
}

.magnet__title {
    margin-bottom: 16px;
    font-weight: 900;
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
}

@media (max-width: 991.98px) {
    .magnet__title {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {
    .magnet__title {
        width: 100%;
        max-width: 245px;
        margin-left: auto;
        margin-right: auto;
    }
}

.magnet__title.c-gray {
    color: #383838;
}

.magnet__title--lg-mb {
    margin-bottom: 37px;
}

@media (max-width: 991.98px) {
    .magnet__title--lg-mb {
        margin-bottom: 22px;
    }
}

.magnet__subtitle {
    margin-bottom: 46px;
    color: #fff;
}

@media (max-width: 767.98px) {
    .magnet__subtitle {
        font-size: 20px;
        font-weight: 700;
        width: 100%;
        max-width: 285px;
    }
}

.magnet__phone {
    display: inline-block;
    margin-bottom: 50px;
    font-weight: 900;
    font-size: 30px;
    text-decoration: none !important;
    color: #383838;
    transition: color 150ms linear;
}

@media (max-width: 991.98px) {
    .magnet__phone {
        font-size: 24px;
    }
}

.magnet__phone:hover {
    color: #557A95;
    text-decoration: none !important;
}

.magnet__phone svg {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin-right: 13px;
}

.magnet__phone span {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px dashed #557A95;
    text-decoration: none !important;
}

.magnet__first-col1 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .magnet__first-col {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        margin-bottom: 20px;
    }

    .magnet__first-col:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 344px;
        background: #fff;
        z-index: -1;
    }

    .magnet__first-col1:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 344px;
        background: #557A95;
        z-index: -1;
    }
}

@media (max-width: 575.98px) {
    .magnet__first-col:before {
        height: 350px;
    }
}

@media (max-width: 575.98px) {
    .magnet .btn {
        width: 100%;
    }
}

/*.img-edg {
    background-image: url("../images/header-bg.4973e004624f.jpg");
    /* you need to match the shadow color to your background or image border for the desired effect*/
/*    box-shadow: inset -10px -10px 10px 20px white;
}

.img-edg:before
{
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    -moz-box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,1);
    -webkit-box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,1);
    box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,1);
} */

.price {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 991.98px) {
    .price {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.price__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.price__list .price__item {
    width: calc(30% - 15px);
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .price__list .price__item {
        width: calc(33% - 15px);
    }
}

@media (max-width: 991.98px) {
    .price__list .price__item {
        width: calc(60% - 15px);
    }
}

@media (max-width: 575.98px) {
    .price__list .price__item {
        width: 100%;
    }
}

.price__list .price__item--wide {
    width: calc(40% - 15px);
}

.price__list .price__item--nds {
    width: 100%;
}

@media (max-width: 1199.98px) {
    .price__list .price__item--wide {
        width: calc(33% - 15px);
    }

    .price__list .price__item--nds {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .price__list .price__item--wide {
        width: 100%;
    }

    .price__list .price__item--nds {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .price__list .price__item--wide {
        width: calc(50% - 15px);
    }

    .price__list .price__item--nds {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .price__list .price__item--wide {
        width: 100%;
    }
}

.price__list .price__item--wide .price__item-cost {
    margin-left: 20px;
    margin-right: 0;
}

@media (max-width: 767.98px) {
    .price__list .price__item--wide .price__item-cost {
        margin-left: auto;
        margin-right: auto;
    }
}

.price__list .price__item--wide .price__item-order {
    padding-left: 35px;
    text-align: left;
}

@media (max-width: 767.98px) {
    .price__list .price__item--wide .price__item-order {
        padding-left: 0;
        text-align: center;
    }
}

.price__item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 34px 30px;
    cursor: pointer;
}

.price__item-title {
    margin-bottom: 24px;
    font-weight: 900;
    font-size: 21px;
    line-height: 1.25;
    color: #383838;
}

@media (max-width: 575.98px) {
    .price__item-title {
        font-size: 20px;
        font-weight: 700;
    }
}

.price__item-todos {
    margin-bottom: 40px;
}

@media (max-width: 575.98px) {
    .price__item-todos {
        margin-bottom: 20px;
    }
}

.price__item-todo {
    position: relative;
    padding-left: 31px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.45;
    text-align: justify;
}

@media (max-width: 767.98px) {
    .price__item-todo {
        font-size: 15px;
    }
}

.price__item-todo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 2px;
    background: #557A95;
    border-radius: 2px;
}

.price__item-cost {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.price__item-order {
    font-weight: 500;
    font-size: 16px;
    color: #557A95;
    text-decoration: underline;
    transition: color 150ms linear;
    cursor: pointer;
    text-align: center;
}

.price__item-order:hover {
    color: #1D4776;
    text-decoration: none;
}

.price__item-img {
    position: absolute;
    right: 34px;
    bottom: 70px;
    opacity: 0.25;
    pointer-events: none;
    user-select: none;
}

@media (max-width: 1199.98px) {
    .price__item-img {
        bottom: 34px;
        right: 20px;
        opacity: 0.22;
    }
}

@media (max-width: 991.98px) {
    .price__item-img {
        opacity: 0.22;
    }
}

@media (max-width: 767.98px) {
    .price__item-img {
        display: none;
    }
}

.price__item-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.advantages {
    position: relative;
    padding-top: 100px;
    padding-bottom: 200px;
    background: #f9f9f9;
}

@media (max-width: 1199.98px) {
    .advantages {
        padding-bottom: 100px;
    }
}

@media (max-width: 991.98px) {
    .advantages {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.advantages__wrap {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 442px;
    height: 442px;
}

@media (max-width: 1199.98px) {
    .advantages__wrap {
        display: flex;
        justify-content: space-between;
        width: auto;
        height: auto;
        margin: 0;
    }
}

@media (max-width: 767.98px) {
    .advantages__wrap {
        flex-wrap: wrap;
    }
}

.advantages__img {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 442px;
    height: 442px;
    background: #fff;
    border-radius: 50%;
    box-shadow: -10px 0px 20px rgba(56, 56, 56, 0.03), 10px 0px 20px rgba(56, 56, 56, 0.03),
    0px -20px 20px rgba(51, 51, 51, 0.03);
}

.advantages__img:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 525px;
    height: 525px;
    border: 2px solid #fff;
    border-radius: 50%;
    pointer-events: none;
}

.advantages__img:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 605px;
    height: 605px;
    border: 2px solid #fff;
    border-radius: 50%;
    pointer-events: none;
}

@media (max-width: 1199.98px) {
    .advantages__img {
        width: 300px;
        height: 300px;
    }

    .advantages__img:before {
        width: 350px;
        height: 350px;
    }

    .advantages__img:after {
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 767.98px) {
    .advantages__img {
        width: 220px;
        height: 220px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .advantages__img:before {
        width: 250px;
        height: 250px;
    }

    .advantages__img:after {
        width: 280px;
        height: 280px;
    }
}

.advantages__img img {
    position: relative;
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

@media (max-width: 1199.98px) {
    .advantages__img img {
        max-height: 250px;
    }
}

@media (max-width: 767.98px) {
    .advantages__img img {
        max-height: 200px;
    }
}

.advantages__list {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 1199.98px) {
    .advantages__list {
        position: static;
        width: calc(100% - 400px);
    }
}

@media (max-width: 767.98px) {
    .advantages__list {
        width: 100%;
    }
}

.advantages__item {
    position: absolute;
    padding-left: 74px;
    width: 100%;
    max-width: 301px;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    color: rgba(56, 56, 56, 0.8);
}

@media (max-width: 1199.98px) {
    .advantages__item {
        position: relative;
        left: auto !important;
        top: auto !important;
        max-width: none;
        text-align: left;
        font-size: 20px;
        margin-bottom: 20px;
        padding-left: 55px;
    }
}

@media (max-width: 991.98px) {
    .advantages__item {
        font-size: 16px;
        font-weight: 600;
    }
}

.advantages__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 34px;
    height: 34px;
    background: url("../images/gal.d12e7e5f3328.png") center/cover no-repeat;
}

@media (max-width: 1199.98px) {
    .advantages__item:before {
        top: 2px;
    }
}

@media (min-width: 1200px) {
    .advantages__item:nth-child(odd) {
        padding-left: 0;
        padding-right: 74px;
    }

    .advantages__item:nth-child(odd):before {
        left: auto;
        right: 0;
    }
}

.advantages__item:nth-child(1) {
    left: -341px;
    top: 85px;
}

.advantages__item:nth-child(2) {
    left: 412px;
    top: -20px;
}

.advantages__item:nth-child(3) {
    left: -355px;
    top: 277px;
}

.advantages__item:nth-child(4) {
    left: 504px;
    top: 170px;
}

.advantages__item:nth-child(5) {
    top: 423px;
    left: -267px;
}

.advantages__item:nth-child(6) {
    left: 467px;
    top: 348px;
}

.reviews {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 991.98px) {
    .reviews {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

.reviews .swiper-wrapper {
    height: auto;
    padding: 40px 0;
}

.reviews .swiper-slide {
    transform: translate(0);
    transition: all 250ms ease-in-out;
    padding-top: 50px;
    padding-bottom: 5px;
}

@media all and (-ms-high-contrast: none) {
    .reviews .swiper-slide {
        padding: 0 15px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 1199.98px) {
    .reviews .swiper-slide {
        padding-top: 0;
    }
}

.reviews__item {
    position: relative;
    padding-top: 83px;
    padding-left: 34px;
    padding-right: 34px;
    padding-bottom: 55px;
    transition: transform 250ms ease-in-out;
}

@media all and (-ms-high-contrast: none) {
    .reviews__item {
        margin-bottom: 80px;
    }
}

.reviews__item:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 37px;
    transform: translateX(-50%);
    width: 32px;
    height: 26px;
    background: url("../images/kav.e3b8db220ecf.jpg") center/contain no-repeat;
}

.reviews__item-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.42;
    color: rgba(56, 56, 56, 0.4);
    text-align: center;
}

@media all and (-ms-high-contrast: none) {
    .reviews__item-desc {
        color: #383838;
    }
}

@media (max-width: 1199.98px) {
    .reviews__item-desc {
        color: #383838;
    }
}

.reviews__item-author {
    position: absolute;
    left: 50%;
    bottom: 37px;
    transform: translate(-50%, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
}

.reviews__item-photo {
    width: 73px;
    height: 73px;
    margin-bottom: 11px;
    border: 7px solid #f9f9f9;
    box-shadow: 0px 0px 10px rgba(56, 56, 56, 0.2);
    border-radius: 50%;
}

.reviews__item-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.reviews__item-name {
    font-weight: 600;
    font-size: 22px;
    color: #383838;
    text-align: center;
}

@media (min-width: 1200px) {
    .reviews .swiper-slide-active {
        transform: translateX(30px);
    }

    .reviews .swiper-slide-next {
        z-index: 10;
    }

    .reviews .swiper-slide-next + .swiper-slide {
        transform: translateX(-30px);
    }

    .reviews .swiper-slide-next .reviews__item {
        transform: translateY(-50px);
    }

    .reviews .swiper-slide-next .reviews__item-desc {
        color: #383838;
    }
}

@media all and (min-width: 1200px) and (-ms-high-contrast: none) {
    .reviews .swiper-slide-active {
        transform: none;
    }

    .reviews .swiper-slide-next + .swiper-slide {
        transform: none;
    }

    .reviews .swiper-slide-next .reviews__item {
        transform: none;
    }

    .reviews .swiper-slide-next .reviews__item-desc {
        color: #383838;
    }
}

.footer {
    padding-top: 60px;
    padding-bottom: 40px;
}

@media (max-width: 991.98px) {
    .footer {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.footer__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767.98px) {
    .footer__wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.footer__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 767.98px) {
    .footer__list {
        display: none;
        flex-direction: column;
        width: 100%;
        margin-bottom: 20px;
        order: 1;
    }
}

.footer__link {
    margin-right: 60px;
    font-weight: 600;
    font-size: 16px;
    color: #383838;
    text-decoration: none;
    transition: color 150ms linear;
}

.footer__link:last-child {
    margin-right: 0;
}

@media (max-width: 1199.98px) {
    .footer__link {
        margin-right: 40px;
    }
}

@media (max-width: 767.98px) {
    .footer__link {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.footer__link:hover,
.footer__link:focus {
    color: rgba(56, 56, 56, 0.4);
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .footer .logo {
        margin-bottom: 20px;
    }

    .footer .logo .logo__img {
        height: 45px;
    }
}

@media (max-width: 767.98px) {
    .footer .menu-toggler {
        margin-bottom: 20px;
        order: 2;
        min-width: 290px;
    }
}

@media (max-width: 575.98px) {
    .footer .menu-toggler {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .footer__call-us {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .footer__call-us {
        display: block;
        order: 3;
        margin-bottom: 15px;
        min-width: 290px;
    }
}

@media (max-width: 575.98px) {
    .footer__call-us {
        width: 100%;
    }
}


/*
* Внешний вид формы
*/
#add_feedback {
    margin: 20px 0 0;
    position: relative;
}

#art_name, #art_email, #art_subject, #art_comments {
    padding: 10px 5px;
    display: inline-block;
    width: 49.548%;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-size: 0.9em;
}

#art_subject {
    width: 100%;
    margin: 5px 0;
}

#art_comments {
    width: 100%;
}

#add_feedback .button {
    border: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 1em;
    display: inherit;
    margin: 10px 0 0 0;
    border-radius: 3px;
    background-color: #2f94ce;
}

#add_feedback input[type="text"]:focus, #add_feedback input[type="password"]:focus, #add_feedback input[type="email"]:focus, #add_feedback textarea:focus {
    color: #444;
    box-shadow: 0 0 3px rgba(68, 68, 68, 0.2);
}

.error-text {
    background: #F59E9E;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
}

.error-name, .error-email, .error-comments {
    display: inline-block;
    font-size: 11px;
    position: absolute;
    top: -30px;
    color: white;
    border: 1px solid red;
    padding: 5px 10px;
    line-height: 1.1;
    background: red;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
}

.error-name:after, .error-email:after, .error-comments:after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -10px;
    border: 5px solid transparent;
    border-top: 5px solid red;
}

.error-comments {
    top: 16%;
    left: 0;
}

.error-name {

    left: 0;
}

.error-email {
    right: 4%;
}

.message-success {
    background: rgba(0, 128, 0, 0.5);
    color: #fff;
    padding: 20px;
    text-align: center;
    margin: 20px auto;
    border-radius: 3px;
}

#add_feedback .error {
    border: 1px solid red;

}

#add_feedback .required:after {
    content: '*';
    position: absolute;
    left: 20px;
    bottom: -10px;
}

#art_name:focus::-moz-placeholder,
#art_name:focus:-moz-placeholder,
#art_name:focus:-ms-input-placeholder,
#art_email:focus::-webkit-input-placeholder,
#art_email:focus::-moz-placeholder,
#art_email:focus:-moz-placeholder,
#art_email:focus:-ms-input-placeholder,
#art_comments:focus::-webkit-input-placeholder,
#art_comments:focus::-moz-placeholder,
#art_comments:focus:-moz-placeholder,
#art_comments:focus:-ms-input-placeholder,
#art_subject:focus::-webkit-input-placeholder,
#art_subject:focus::-moz-placeholder,
#art_subject:focus:-moz-placeholder,
#art_subject:focus:-ms-input-placeholder {
    color: transparent
}

#menu-side {
    padding: 0;
}

#menu-side li {
    list-style: none;
}

#menu-side a img {
    position: relative;
    z-index: 1;
}

.search-navigation {
    display: flex;
    flex-direction: row-reverse;

    flex: 1 1 auto;

    border: 2px solid #557A95;
    border-radius: 10px;

    position: relative;
}

.search-navigation__input {
    flex: 1 1 auto;
    padding: 10px;
    border: 0;
    background-color: transparent;
    color: #383838;
    font-size: 20px;
}

.search-navigation__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border: 0;
    background-color: transparent;
}

.search-navigation__button path {
    stroke: #557A95;
}

.search-navigation__list {
    display: none;

    padding: 10px 0 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;

    max-height: 500px;
    overflow-y: scroll;
    z-index: -1;
    opacity: 0;

    transition: opacity .3s ease;

    background-color: #fff;
    color: #383838;
    border: 2px solid #557A95;
    border-radius: 10px;
}

.search-navigation__list.active {
    opacity: 1;
    z-index: 1000;
}

.search-navigation__list li {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 5px 20px;
    list-style: none;
    margin-bottom: 10px;

    transition: color .3s ease, background .3s ease;
}

.search-navigation__list li .post-thumbnail {
    width: 116px;
    height: 116px;
}

.search-navigation__list li .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search-navigation__list li:hover {
    background-color: #557A95;
}

.search-navigation__list li:hover a {
    color: #fff !important;
    text-decoration: none !important;
}

@media screen and (max-width: 991px) {
    .search-navigation {
        margin-bottom: 40px;
    }
}

.services__item-title {
    word-wrap: initial;
}

.footer__mark {
    padding: 5px 10px;
    background-color: #f1f1f1;
    font-size: 10px;
    text-align: center;
}

.header__place {
    padding: 0 20px;
    width: auto;
    height: auto;

    margin-bottom: 48px;
}

/* Новое меню */

.navigation__center {
    padding: 18px 0;
    border-top: 1px solid rgba(56, 56, 56, 0.08);
    border-bottom: 1px solid rgba(56, 56, 56, 0.08);
}

.navigation__center .container {
    display: flex;
    gap: 88px;
}

.menu-header {
}

.menu-header__wrap {
    position: relative;
}

.menu-header__list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.item-menu {
}

.item-menu__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 11px 16px;
    border-radius: 8px 8px 0 0;
    transition: background .2s ease;
}

.item-menu:hover .item-menu__link {
    background: #F5F5F5;
    text-decoration: none !important;
}

.item-menu:hover .submenu {
    display: grid;
}

.submenu {
    display: none;
    grid-template-columns: 400px 1fr;
    align-items: flex-start;
    gap: 60px;

    position: absolute;
    top: 100%;
    left: 0;

    padding: 30px 15px;

    width: auto;

    border-radius: 0px 0px 8px 8px;
    background: #F5F5F5;
}

.categories-submenu {
    display: grid;
    gap: 10px;
    padding-right: 30px;
    border-right: 1px solid rgba(56, 56, 56, 0.20);
}

.item-categories {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 10px;
    border-radius: 8px;
}

.item-categories:hover {
    text-decoration: none;
}

.item-categories:hover,
.item-categories._active {
    background-color: #557A95;
    color: #fff;
}

.item-categories__icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.equipments-submenu__item {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 60px;
}

.equipments-submenu__item._show {
    display: grid;
}

.offer-header__slide {
    padding: 80px 0;
    min-height: 600px;
    text-align: left;
}

.offer-header__slide .container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
}

.offer-header__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.offer-header__navigation {
    position: absolute;
    left: 0;
    bottom: 16px;
    z-index: 10;

    width: 100%;
}

.offer-header__navigation .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.offer-header__navigation .navigations {
    display: flex;
    align-items: center;
    gap: 30px;
}

.offer-header__navigation .navigations button {
    border: 0;
    background: transparent;
}

.offer-header__navigation .pagination {
    display: flex;
    align-items: center;
    gap: 15px;
    width: auto !important;
}

.offer-header__navigation .pagination .swiper-pagination-bullet {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 0;
    opacity: 1 !important;

    transition: all .2s ease;
}

.offer-header__navigation .pagination .swiper-pagination-bullet-active {
    background-color: #7BAFD6;
    border-color: #7BAFD6;
}

@media screen and (max-width: 991px) {
    .menu-header,
    .navigation__center,
    .offer-header__slide,
    .offer-header__navigation .empty{
        display: none;
    }

    .offer-header__slide .container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* Базовый контейнер с текстом согласия */
.form-check {
  display: inline-block;
  line-height: 1.4;
  text-align: left !important;
}

/* Скрываем нативный чекбокс, оставляя доступность */
.form-check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Оборачивающий span — зона клика */
.form-check span {
  position: relative;
  display: inline-block;
  padding-left: 30px; /* место под псевдочекбокс */
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease;
  font-size: 15px;
}

/* Псевдочекбокс (рамка) */
.form-check span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #3b82f6; /* синий */
  border-radius: 6px;
  background: #fff;
  box-shadow: inset 0 0 0 0 #3b82f6;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.stock .form-check {
    color: #fff !important;
}

/* Галочка */
.form-check span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 6px;
  height: 10px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(45deg);
  transition: border-color 0.2s ease;
}

/* Состояние: отмечено */
.form-check input[type="checkbox"]:checked + span::before {
  background: #3b82f6;
  border-color: #3b82f6;
  box-shadow: inset 0 0 0 9px #3b82f6;
}
.form-check input[type="checkbox"]:checked + span::after {
  border-color: #fff;
}

/* Ховер */
.form-check span:hover::before {
  border-color: #2563eb;
}

/* Фокус клавиатурой */
.form-check input[type="checkbox"]:focus-visible + span::before,
.form-check input[type="checkbox"]:focus + span::before {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

/* Ссылка внутри текста согласия */
.form-check a {
  color: #2563eb;
  text-decoration: underline;
}
.form-check a:hover {
  text-decoration: none;
}

/* Ошибка — красный текст рядом с чекбоксом */
.form-check.error span {
  color: #dc2626; /* красный */
}
.form-check.error span::before {
  border-color: #dc2626;
  box-shadow: none;
}

.form-control-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
}

.form-control-grid .form-control-wrap,
.form-control-grid .btn {
    width: 100% !important;
}

@media screen and (max-width: 768px) {
    .form-control-grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 8px;
    }
}