@charset "UTF-8";

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

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

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

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

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

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

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

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

ol,
ul {
    padding-left: 2rem;
}

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

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 0.875em;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

a:hover {
    color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}

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

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

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

a>code {
    color: inherit;
}

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

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

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

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

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

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

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

label {
    display: inline-block;
}

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,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

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

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

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

textarea {
    resize: vertical;
}

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

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

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

legend+* {
    clear: left;
}

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

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

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

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

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

output {
    display: inline-block;
}

iframe {
    border: 0;
}

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

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

.d-grid {
    display: -ms-grid;
    display: grid;
}

.d-table {
    display: table;
}

.d-table-row {
    display: table-row;
}

.d-table-cell {
    display: table-cell;
}

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

.d-none {
    display: none;
}

.flex-fill {
    flex: 1 1 auto;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-column-reverse {
    flex-direction: column-reverse;
}

.flex-grow-0 {
    flex-grow: 0;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-shrink-1 {
    flex-shrink: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-center {
    align-items: center;
}

.align-items-baseline {
    align-items: baseline;
}

.align-items-stretch {
    align-items: stretch;
}

.align-content-start {
    align-content: flex-start;
}

.align-content-end {
    align-content: flex-end;
}

.align-content-center {
    align-content: center;
}

.align-content-between {
    align-content: space-between;
}

.align-content-around {
    align-content: space-around;
}

.align-content-stretch {
    align-content: stretch;
}

.align-self-auto {
    -ms-grid-row-align: auto;
    align-self: auto;
}

.align-self-start {
    align-self: flex-start;
}

.align-self-end {
    align-self: flex-end;
}

.align-self-center {
    -ms-grid-row-align: center;
    align-self: center;
}

.align-self-baseline {
    align-self: baseline;
}

.align-self-stretch {
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.order-first {
    order: -1;
}

.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-last {
    order: 6;
}

.m-0 {
    margin: 0;
}

.m-1 {
    margin: 0.25rem;
}

.m-2 {
    margin: 0.5rem;
}

.m-3 {
    margin: 1rem;
}

.m-4 {
    margin: 1.5rem;
}

.m-5 {
    margin: 3rem;
}

.m-auto {
    margin: auto;
}

.mx-0 {
    margin-right: 0;
    margin-left: 0;
}

.mx-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}

.mx-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.mx-3 {
    margin-right: 1rem;
    margin-left: 1rem;
}

.mx-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}

.mx-5 {
    margin-right: 3rem;
    margin-left: 3rem;
}

.mx-auto {
    margin-right: auto;
    margin-left: auto;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}

.mt-auto {
    margin-top: auto;
}

.me-0 {
    margin-right: 0;
}

.me-1 {
    margin-right: 0.25rem;
}

.me-2 {
    margin-right: 0.5rem;
}

.me-3 {
    margin-right: 1rem;
}

.me-4 {
    margin-right: 1.5rem;
}

.me-5 {
    margin-right: 3rem;
}

.me-auto {
    margin-right: auto;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.mb-auto {
    margin-bottom: auto;
}

.ms-0 {
    margin-left: 0;
}

.ms-1 {
    margin-left: 0.25rem;
}

.ms-2 {
    margin-left: 0.5rem;
}

.ms-3 {
    margin-left: 1rem;
}

.ms-4 {
    margin-left: 1.5rem;
}

.ms-5 {
    margin-left: 3rem;
}

.ms-auto {
    margin-left: auto;
}

.p-0 {
    padding: 0;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 1rem;
}

.p-4 {
    padding: 1.5rem;
}

.p-5 {
    padding: 3rem;
}

.px-0 {
    padding-right: 0;
    padding-left: 0;
}

.px-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.px-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.px-3 {
    padding-right: 1rem;
    padding-left: 1rem;
}

.px-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.px-5 {
    padding-right: 3rem;
    padding-left: 3rem;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-3 {
    padding-top: 1rem;
}

.pt-4 {
    padding-top: 1.5rem;
}

.pt-5 {
    padding-top: 3rem;
}

.pe-0 {
    padding-right: 0;
}

.pe-1 {
    padding-right: 0.25rem;
}

.pe-2 {
    padding-right: 0.5rem;
}

.pe-3 {
    padding-right: 1rem;
}

.pe-4 {
    padding-right: 1.5rem;
}

.pe-5 {
    padding-right: 3rem;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-3 {
    padding-bottom: 1rem;
}

.pb-4 {
    padding-bottom: 1.5rem;
}

.pb-5 {
    padding-bottom: 3rem;
}

.ps-0 {
    padding-left: 0;
}

.ps-1 {
    padding-left: 0.25rem;
}

.ps-2 {
    padding-left: 0.5rem;
}

.ps-3 {
    padding-left: 1rem;
}

.ps-4 {
    padding-left: 1.5rem;
}

.ps-5 {
    padding-left: 3rem;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-ExtraBold.eot");
    src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url("../fonts/Gilroy/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Heavy.eot");
    src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("../fonts/Gilroy/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Heavy.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Heavy.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-LightItalic.eot");
    src: local("Gilroy Light Italic"), local("Gilroy-LightItalic"), url("../fonts/Gilroy/Gilroy-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-LightItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-ThinItalic.eot");
    src: local("Gilroy Thin Italic"), local("Gilroy-ThinItalic"), url("../fonts/Gilroy/Gilroy-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-ThinItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-BlackItalic.eot");
    src: local("Gilroy Black Italic"), local("Gilroy-BlackItalic"), url("../fonts/Gilroy/Gilroy-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-BlackItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-BoldItalic.eot");
    src: local("Gilroy Bold Italic"), local("Gilroy-BoldItalic"), url("../fonts/Gilroy/Gilroy-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-BoldItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-SemiBold.eot");
    src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("../fonts/Gilroy/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-UltraLightItalic.eot");
    src: local("Gilroy UltraLight Italic"), local("Gilroy-UltraLightItalic"), url("../fonts/Gilroy/Gilroy-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-UltraLightItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-UltraLightItalic.ttf") format("truetype");
    font-weight: 200;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-SemiBoldItalic.eot");
    src: local("Gilroy SemiBold Italic"), local("Gilroy-SemiBoldItalic"), url("../fonts/Gilroy/Gilroy-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-SemiBoldItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Light.eot");
    src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/Gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-MediumItalic.eot");
    src: local("Gilroy Medium Italic"), local("Gilroy-MediumItalic"), url("../fonts/Gilroy/Gilroy-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-MediumItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-ExtraBoldItalic.eot");
    src: local("Gilroy ExtraBold Italic"), local("Gilroy-ExtraBoldItalic"), url("../fonts/Gilroy/Gilroy-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-ExtraBoldItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Regular.eot");
    src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
    font-weight: normal;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-HeavyItalic.eot");
    src: local("Gilroy Heavy Italic"), local("Gilroy-HeavyItalic"), url("../fonts/Gilroy/Gilroy-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-HeavyItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-HeavyItalic.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Medium.eot");
    src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-RegularItalic.eot");
    src: local("Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url("../fonts/Gilroy/Gilroy-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-RegularItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-RegularItalic.ttf") format("truetype");
    font-weight: normal;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-UltraLight.eot");
    src: local("Gilroy UltraLight"), local("Gilroy-UltraLight"), url("../fonts/Gilroy/Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-UltraLight.woff") format("woff"), url("../fonts/Gilroy/Gilroy-UltraLight.ttf") format("truetype");
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Bold.eot");
    src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
    font-weight: bold;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Thin.eot");
    src: local("Gilroy Thin"), local("Gilroy-Thin"), url("../fonts/Gilroy/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Thin.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Thin.ttf") format("truetype");
    font-weight: 100;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Black.eot");
    src: local("Gilroy Black"), local("Gilroy-Black"), url("../fonts/Gilroy/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Black.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
    This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
    calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

*/:root {
    --blue: #0075BD;
    --color-main: #262626;
    --white: #fff //; color: var(--white, #fff)
}

body {
    background: var(--white, #fff);
    font-family: "Gilroy", sans-serif;
    color: var(--bg-main, #262626);
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: left;
    line-height: 1.6875rem;
    letter-spacing: 0.01em;
}

h1 {
    font-weight: 600;
    font-size: 2.75rem;
    line-height: 135.5%;
}

h2 {
    font-weight: 600;
    font-size: 2.375rem;
    line-height: 135.5%;
}

p {
    font-size: 1.125rem;
    line-height: 151%;
}

.c-blue {
    color: var(--blue, #0075BD);
}

.b-blue {
    background-color: var(--blue, #0075BD);
}

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

[hidden] {
    display: none;
}

.text-center {
    text-align: center;
}

.btn-clear {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.but {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.2s ease-out;
}

.btn-menu {
    width: 100%;
    max-width: 40px;
    margin-left: auto;
}

.btn-menu svg {
    width: 100%;
    height: 100%;
    fill: #000;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

strong {
    font-weight: 700;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    transition: transform 0.2s ease-in-out;
    vertical-align: bottom;
}

.position-relative {
    position: relative;
}

.sticky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}

.a-header {
    padding-top: 2px;
    padding-bottom: 2px;
}

.logo {
    column-gap: 11px;
}

.logo img {
    flex: none;
    display: block;
}

.logo__text {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 900;
    font-size: 19px;
    line-height: 140.5%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    width: 100%;
    max-width: 185px;
    color: var(--color-main, #262626);
}

.a-addres-header {
    display: flex;
    margin-bottom: 0;
}

.a-addres-header::before {
    content: "";
    background-image: url("../images/svg/pin.svg");
    width: 21px;
    height: 27px;
    margin-right: 8px;
}

.a-contacts-header {
    margin-bottom: 0;
}

.a-whatsapp {
    display: flex;
    align-items: center;
    margin-right: 45px;
    color: var(--bg-main, #262626);
}

.a-whatsapp::before {
    content: "";
    background: url("../images/icon/whatsapp.png") 50% no-repeat;
    background-size: contain;
    flex: none;
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.a-whatsapp span {
    border-bottom: 1px dashed #000;
    transition: all 0.2s ease-out;
}

.a-whatsapp:hover span {
    border-bottom: none;
}

.a-phone {
    color: var(--bg-main, #262626);
    font-weight: 500;
    font-size: 20px;
    line-height: 140.5%;
    display: flex;
    align-items: center;
}

.a-phone::before {
    content: "";
    background: url("../images/svg/phone.svg") 50% no-repeat;
    background-size: contain;
    flex: none;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

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

.a-nav li {
    position: relative;
}

.a-nav a {
    line-height: 125%;
    color: var(--white, #fff);
    display: block;
    padding: 11px;
    position: relative;
    overflow: hidden;
}

.a-nav a::before {
    content: '';
    position: absolute;
    transition: transform .5s ease;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: translateX(-100%);
}

.a-nav a:hover:before {
    transform: translateX(0);
}

.a-nav>li:first-of-type a {
    padding-left: 0;
}

.sub-menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 300px;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    max-height: 370px;
    overflow: auto;
}

.sub-menu>li:hover>.sub-menu,
.a-nav>li:hover>.sub-menu {
    opacity: 1;
    pointer-events: auto;
}

.sub-menu li {
    background-color: var(--blue, #0075BD);
    position: relative;
    color: #000;
    transition: all 0.2s ease-out;
}

.sub-menu li a {
    color: var(--white, #fff);
    padding: .5rem 1rem;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.menu-item-has-children:hover>a::after {
    transform: translateY(3px) rotate(-135deg);
}

.menu-item-has-children>a::after {
    content: '';
    /* border: solid var(--bg-main, rgba(43, 43, 43, 1)); */
    border: solid var(--bg-main, #fff);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: translateY(-3px) rotate(45deg);
    -webkit-transform: translateY(-3px) rotate(45deg);
    margin-left: 7px;
    transition: all 0.2s ease-out;
    vertical-align: middle;
}

.a-boxes {
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
    grid-gap: 20px;
    padding: 0 30px;
}

.a-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    display: flex;
    align-items: center;
    transform: skew(-15deg);
    min-height: 87px;
    font-weight: 600;
    line-height: 140.5%;
}

.a-box div {
    transform: skew(15deg);
    display: flex;
    align-items: center;
}

.a-box div::before {
    content: "";
    flex: none;
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-color: #EDEDED;
    background-position: 50% 50%;
    border-radius: 50%;
}

.a-box-1 {
    padding-left: 39px;
}

.a-box-1 div::before {
    background-image: url("../images/svg/clock.svg");
    margin-right: 20px;
}

.a-box-2 {
    padding-left: 33px;
}

.a-box-2 div::before {
    background-image: url("../images/svg/car.svg");
    margin-right: 16px;
}

.a-box-3 {
    padding-left: 45px;
}

.a-box-3 div::before {
    background-image: url("../images/svg/stopwatch.svg");
    margin-right: 13px;
}

.a-box-4 {
    padding-left: 49px;
}

.a-box-4 div::before {
    background-image: url("../images/svg/visa.svg");
    margin-right: 17px;
}

.b1 {
    padding-top: 24px;
}

.b1__left {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.1fr 1fr;
    grid-template-columns: 1.1fr 1fr;
    grid-gap: 10px;
}

.subtitle-des {
    font-size: 1.0625rem;
    width: 100%;
    max-width: 577px;
    line-height: 153%;
}

.btn-link {
    width: 100%;
    max-width: 280px;
    min-height: 70px;
    border-radius: 100px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 153%;
    letter-spacing: 0.03em;
    color: var(--white, #fff);
}

.btn-link:hover {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
    color: var(--white, #fff);
}

.btn-link:active {
    transform: translateY(2px);
    box-shadow: none;
}

.b1__top {}

.b1__right {
    background: url(../images/bg-header.png) no-repeat;
}

.b1__right img {
    width: 100%;
    max-width: 558px;
}

.b2 {
    padding-top: 103px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 20px;
    padding-bottom: 106px;
}

.b2__foto-man {
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    width: 489px;
    margin-left: -27px;
}

.b2__right {
    padding-left: 20px;
}

.b2__right h2 {
    margin-bottom: 36px;
}

.b3 {
    background-color: #F3F3F3;
    padding-top: 83px;
    padding-bottom: 113px;
    text-align: center;
}

.b3 h2 {
    margin-bottom: 45px;
}

.b3-boxes {
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
    grid-gap: 17px 20px;
    margin-bottom: 45px;
}

.b3-boxes p {
    margin-bottom: 0;
}

.b3-box {
    min-height: 323px;
    background: var(--white, #fff);
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
    padding-top: 22px;
}

.b3-box__top {
    background: url("../images/triangle.png") 50% 0 no-repeat;
    min-height: 165px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 24px;
    padding-left: 10px;
    padding-right: 10px;
}

.b3-box__icon {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    background: var(--white, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.3125rem;
    line-height: 151%;
}

.b3-box__icon svg {
    width: 100%;
    height: 100%;
}

.a-callback {
    font-size: 28px;
    line-height: 131.5%;
    margin-bottom: 30px;
}

.b4 {
    padding-top: 92px;
    padding-bottom: 106px;
    text-align: center;
}

.b4 h2 {
    margin-bottom: 33px;
}

.price-container {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 33px 20px;
    margin-bottom: 36px;
}

.a-card .btn-link {
    width: 100%;
    max-width: 236px;
    min-height: 50px;
    margin: auto;
}

.a-card {
    display: grid;
    align-items: start;
    grid-template-rows: auto auto;
    row-gap: 20px;
}

.a-card__img {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.a-card__img img {
    width: 100%;
    height: 259px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.2s ease-out;
}

.a-card__img:hover img {
    transform: scale(1.1);
}

.a-card__img span {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.61) 0%, rgba(1, 1, 1, 0.41) 100%);
    text-align: center;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-weight: 700;
    font-size: 24px;
    line-height: 132%;
    color: var(--white, #fff);
    padding: 85px 20px 0;
}

.a-card__img span::before {
    content: "";
    width: 76px;
    height: 3px;
    background: var(--blue, #0075BD);
    display: block;
    margin: 0 auto 15px;
}

.a-card__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 151%;
    padding-top: 15px;
    margin-bottom: 10px;
}

.btn-button {
    padding: 0;
    background-color: transparent;
    border: none;
    font-weight: 600;
    font-size: 20px;
    color: var(--blue, #0075BD);
    transition: all 0.2s ease-out;
    position: relative;
}

.btn-button::before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 1px;
    width: 133px;
    background-color: var(--blue, #0075BD);
}

.btn-button.done,
.btn-button:hover::before {
    display: none;
}

.btn-button span {
    border-bottom: 1px solid #0075BD;
}

.btn-button:hover span {
    border-bottom: none;
}

.btn-button::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    background: url("../images/svg/more.svg") no-repeat;
    width: 14px;
    height: 12px;
}

.b5 {
    background-color: #F3F3F3;
    padding-top: 81px;
    padding-bottom: 127px;
}

.b5 h2 {
    margin-bottom: 36px;
}

.b5-boxs {
    grid-gap: 19px;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
}

.b5-boxs div:nth-of-type(1) {
    -ms-grid-column-span: 4;
    grid-column: span 4;
}

.b5-boxs div:nth-of-type(2) {
    -ms-grid-column-span: 5;
    grid-column: span 5;
}

.b5-boxs div:nth-of-type(3) {
    -ms-grid-column-span: 3;
    grid-column: span 3;
}

.b5-boxs div:nth-of-type(4) {
    -ms-grid-column-span: 3;
    grid-column: span 3;
}

.b5-boxs div:nth-of-type(5) {
    -ms-grid-column-span: 5;
    grid-column: span 5;
}

.b5-boxs div:nth-of-type(6) {
    -ms-grid-column-span: 4;
    grid-column: span 4;
}

.b5-boxs div:nth-of-type(7) {
    -ms-grid-column-span: 6;
    grid-column: span 6;
}

.b5-boxs div:nth-of-type(8) {
    -ms-grid-column-span: 6;
    grid-column: span 6;
}

.b5-boxs img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 329px;
}

.b5-boxs .b5-379 {
    flex: 0 1 379px;
}

.b5-boxs .b5-329 {
    flex: 0 1 329px;
}

.fl-1 {
    flex: 1;
}

.b6 {
    padding-top: 72px;
    padding-bottom: 100px;
}

.b6 h2 {
    margin-bottom: 30px;
}

.slider-css {
    padding: 0 50px;
}

.slider-css img {
    height: 512px;
}

.owl-nav button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0075BD url("../images/svg/arrow-left.svg") 50% no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}

.bg-departure {
    width: 100%;
    max-width: 1430px;
    margin: auto;
    padding-top: 81px;
    padding-bottom: 84px;
    background: url("../images/bg-way.png") 0 0 no-repeat, url("../images/foto-man-motor.png") 100% 0 no-repeat;
}

.b7__left {
    width: 100%;
    max-width: 577px;
}

.b7__left h2 {
    font-weight: 300;
    font-size: 64px;
    line-height: 152.5%;
    margin-bottom: 33px;
    text-transform: uppercase;
}

.b8 {
    background-color: #F3F3F3;
    padding-top: 110px;
    padding-bottom: 110px;
}

.a-footer {
    padding-top: 67px;
    padding-bottom: 50px;
}

.a-footer--css {
    grid-template-columns: auto auto;
    justify-content: space-between;
}

.a-footer-logo {
    padding-right: 20px;
}

.a-politics-box {
    margin-top: 15px;
}

.a-politics {
    line-height: 125%;
    color: var(--bg-main, #262626);
    font-size: 1rem;
    text-decoration: underline;
    text-underline-offset: 1px;
    transition: all 0.2s ease-out;
}

.a-politics:hover {
    text-decoration: none;
}

.a-footer-menu {
    padding-top: 10px;
}

.a-footer-title {
    font-size: 18px;
    line-height: 151%;
}

.a-footer-flex {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(177px, 1fr));
    grid-gap: 39px;
}

.menu--css {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu--css a {
    font-size: 14px;
    line-height: 125%;
    color: var(--bg-main, #262626);
    text-decoration: none;
    transition: all 0.2s ease-out;
    display: inline-block;
    padding: 5px 5px 5px 0;
}

.menu--css a:hover {
    color: var(--blue, #0075BD);
    padding-left: 5px;
    font-weight: 500;
}

.a-contacts {
    text-align: right;
    padding-top: 10px;
    padding-left: 30px;
}

.a-contacts-title {
    font-size: 18px;
    line-height: 151%;
}

.contact-lists li:not(:last-of-type) {
    margin-bottom: 15px;
}

.contact-lists a {
    font-size: 1rem;
    line-height: 125%;
    color: var(--bg-main, #262626);
    display: inline-flex;
    transition: all 0.2s ease-out;
}

.contact-lists a:hover {
    color: var(--blue, #0075BD);
    font-weight: 500;
}

.contact-lists a::before {
    content: "";
    flex: none;
    margin-right: 5px;
}

.f-pin::before {
    background: url("../images/svg/pin-footer.svg") no-repeat;
    width: 9px;
    height: 16px;
}

.f-phone {
    align-items: center;
}

.f-phone::before {
    background: url("../images/svg/phone-footer.svg") no-repeat;
    width: 15px;
    height: 15px;
}

.f-mail {
    align-items: center;
}

.f-mail::before {
    background: url("../images/svg/mail-footer.svg") no-repeat;
    width: 16px;
    height: 12px;
}

.btn-loadmore {
    grid-column: 1/-1;
}

.entry-header {
    margin-bottom: 20px;
}


.d-block-mobile {
    display: none
}

.map-container {
    border: 8px solid var(--blue, #0075BD);
    margin: 20px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
}

/* Ставим фильтры для самой карты */
.map-container .ymaps-2-1-79-ground-pane {
    filter: brightness(0.8) contrast(1.5) saturate(2);
}

/* Убираем лишнии кнопки и ползунок масштаба */
.map-container .ymaps-2-1-79-controls__toolbar_right,
.map-container .ymaps-2-1-79-controls__toolbar_left,
.map-container .ymaps-2-1-79-zoom__scale {
    display: none;
}

/* Оформляем кнопки плюс и минус */
.map-container .ymaps-2-1-79-float-button {
    border-color: var(--blue, #0075BD);
    background-color: var(--blue, #0075BD);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.map-container .ymaps-2-1-79-float-button-icon {
    border: 0;
    width: 22px;
    height: 22px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.map-container .ymaps-2-1-79-float-button:hover .ymaps-2-1-79-float-button-icon {
    opacity: 1;
}

.map-container .ymaps-2-1-79-zoom {
    transform: scale(1.5);
    height: 10px !important;
}

.map-container .ymaps-2-1-79-controls__control {
    inset: 36px auto auto 30px !important;
}

.map-container .ymaps-2-1-79-zoom__plus .ymaps-2-1-79-zoom__icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3e%3cpath fill='%23fff' fill-rule='evenodd' d='M11 15H6v-4h5V6h4v5h5v4h-5v5h-4v-5zm0 0'/%3e%3c/svg%3e");
    background-size: 16px 16px;
}

.map-container .ymaps-2-1-79-zoom__minus .ymaps-2-1-79-zoom__icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3e%3cpath fill='%23fff' fill-rule='evenodd' d='M6 11h14v4H6z'/%3e%3c/svg%3e");
    background-size: 16px 16px;
}

/* Оформляем балун */
.map-container .ymaps-2-1-79-balloon__content {
    font: 15px/24px Arial, sans-serif;
    color: #FFF;
    padding: 8px 8px 8px 16px;
}

.map-container .ymaps-2-1-79-balloon__layout,
.map-container .ymaps-2-1-79-balloon__content,
.map-container .ymaps-2-1-79-balloon__tail::after {
    background: var(--blue, #0075BD);
}

.map-container .ymaps-2-1-79-balloon__close-button {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3e%3cpath fill='%23fff' fill-rule='evenodd' d='M14 .7l-.7-.7L7 6.3.7 0 0 .7 6.3 7 0 13.3l.7.7L7 7.7l6.3 6.3.7-.7L7.7 7z' clip-rule='evenodd'/%3e%3c/svg%3e");
    opacity: 1;
    height: 30px;
}

.map-container .ymaps-2-1-79-islets_icon-caption {
    background: var(--blue, #0075BD);
    font: 16px/24px Arial, sans-serif;
    color: #FFF;
    padding: 2px 16px 0 30px;
}

/* Оформляем нижнюю строку */
.map-container .map-info {
    display: flex;
    background: var(--blue, #0075BD);
    color: #FFF;
    flex-wrap: wrap;
    justify-content: space-between;
    font: 16px/24px Arial, sans-serif;
}

.map-container .map-info div {
    padding: 10px 12px 4px;
}

.map-container .map-info a {
    color: #FFF;
    text-decoration: none;
    padding-left: 6px;
}

/* callback */
.callback {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 7px;
    z-index: 555;
}

.callback-img {
    flex: none;
    margin-right: 10px;
}

.callback a {
    background: var(--blue, #0075BD);
    text-align: center;
    padding: 12px 0;
    border-radius: 3px;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.new-telefone2 {
    text-shadow: 1px 1px 1px rgb(0 0 0 / 95%);
    font-weight: 600;
    margin-left: 10px;
}

ul.tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 15px;
}

.tabs li {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
    -ms-flex: 1;
    flex: 1;
}

.tabs li:first-of-type {
    -ms-flex: 0 1 27.16%;
    flex: 0 1 27.16%;
}

.tabs li:nth-of-type(2) {
    -ms-flex: 1;
    flex: 1;
}

.tabs li:nth-of-type(3) {
    -ms-flex: 0 1 27.16%;
    flex: 0 1 27.16%;
}

.tabs a {
    background-color: #F3F3F3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 75px;
    border: 1px solid #8E8E8E;
    cursor: pointer;
    color: #000;
}

.w-100 {
    width: 100%;
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
    height: 0 !important;
    border: none !important;
    min-height: 0 !important;
}

.tabs .js-current {
    background: var(--blue, #0075BD);
    color: white;
    border: none !important;
}

.table--css .table-head th {
    color: var(--bg-main);
    padding: 16px 0;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}

.table--css .table-head th:first-of-type {
    padding-left: 32px;
}

table.table--css {
    width: 100%;
}

.table-body {
    border-left: 1px solid #8E8E8E;
    border-right: 1px solid #8E8E8E;
    border-bottom: 1px solid #8E8E8E;
}

.table-body tr:nth-of-type(odd) {
    background-color: #5e5b5b;
    color: #fff;
}

.table-body tr:nth-of-type(even) {
    background-color: #323232;
    color: #fff;
}

.table-body td,
.table-body th {
    line-height: 19px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

.table-head th {
    width: 9.375%;
}

.table-head th:first-of-type {
    width: 25%;
}

.table-body th {
    padding-left: 32px;
}

.table-head tr {
    background: var(--blue, #0075BD);
    color: #fff;
}

.table--css-top {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.table--css-top td,
.table--css-top th {
    padding: 10px;
    text-align: left;
}

.table--css-top .table-head-top th {
    background: var(--blue, #0075BD);
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: white;
}

.table--css-top th:first-of-type {
    padding: 15px 32px;
}

.table--css-top td:first-of-type {
    padding: 20px 32px;
}

.services {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.services__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    margin-bottom: 20px;
}

/* end table */

.footer-menu--css {
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 300px));
    align-items: start;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 5px;
    width: 100%;
}

/* start media */

@media(max-width: 1200px) {
    .a-footer--css {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .a-footer-menu {
        padding-top: 0;
        order: -1;
        grid-column: 1/-1;
        margin-bottom: 1.5rem;
    }

    .a-contacts {
        padding-top: 0;
        padding-left: 0;
    }
}



@media(max-width: 1100px) {
    .b1__left {
        order: 1;
        margin: 0 auto;
    }

    .text-center-mobile {
        display: flex;
        margin: auto
    }
}

@media (max-width: 991.98px) {
    .contact-lists a {
        text-align: left;
    }

    .contact-lists a br {
        display: none;
    }

    .table--css-top th:first-of-type {
        padding: 15px 10px;
    }

    .table--css-top td:first-of-type {
        padding: 20px 10px;
    }

    .table--css-top .table-head-top th {
        font-size: 16px;
    }

    .table--css-top td,
    .table--css-top th {
        padding: 7px;
        text-align: left;
    }

    .services {
        grid-gap: 10px;
    }

    .table--css .table-head th:first-of-type {
        padding-left: 10px;
    }

    .table-body th {
        padding-left: 10px;
    }

    .table--css .table-head th {
        padding: 10px;
    }

    .table-body td,
    .table-body th {
        padding: 10px;
    }

    .footer-menu--css {
        grid-template-columns: repeat(2, minmax(250px, 300px));
        justify-content: space-evenly;
    }

    .b1__left {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .b1__right {
        background: url(../images/bg-header.png) 50% no-repeat;
        text-align: center
    }

    .b2 {
        padding-top: 103px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding-bottom: 106px;
    }

    .b2__img {
        text-align: center;
    }

    .b2__foto-man {
        margin-left: -12px;
    }

    .b2-mobile {
        text-align: center
    }
}

@media (max-width: 959.98px) {
    .a-addres-header {
        display: none
    }

    .b5-boxs div:nth-of-type(1) {
        -ms-grid-column-span: 5;
        grid-column: span 5;
    }

    .b5-boxs div:nth-of-type(2) {
        -ms-grid-column-span: 7;
        grid-column: span 7;
    }

    .b5-boxs div:nth-of-type(3) {
        -ms-grid-column-span: 7;
        grid-column: span 7;
    }

    .b5-boxs div:nth-of-type(4) {
        -ms-grid-column-span: 5;
        grid-column: span 5;
    }

    .b5-boxs div:nth-of-type(5) {
        -ms-grid-column-span: 5;
        grid-column: span 5;
    }

    .b5-boxs div:nth-of-type(6) {
        -ms-grid-column-span: 7;
        grid-column: span 7;
    }

    .b5-boxs div:nth-of-type(7) {
        -ms-grid-column-span: 7;
        grid-column: span 7;
    }

    .b5-boxs div:nth-of-type(8) {
        -ms-grid-column-span: 5;
        grid-column: span 5;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: auto;
        margin: auto
    }

    section {
        padding-bottom: 50px !important
    }

    .b8 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .a-nav a {
        padding: 7px;
    }

    .sm-d-none {
        display: none;
    }

    .a-footer--css {
        grid-template-columns: 1fr;
        justify-content: start;
    }

    .a-contacts {
        text-align: left;
    }

    .tabs li {
        font-size: 17px;
        line-height: 20px;
    }

    .tabs li,
    .tabs li:first-of-type,
    .tabs li:nth-of-type(2),
    .tabs li:nth-of-type(3) {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }

    .tabs a {
        min-height: 50px;
    }

    .table--css-top thead {
        display: none;
    }

    .table--css-top tr {
        display: block;
    }

    .table--css-top td:first-of-type {
        padding: 5px;
        background: var(--blue, #0075BD);
        color: white;
    }

    .table--css .table-head th,
    .table-body td,
    .table-body th {
        font-size: 13px;
    }

    .table--css-top td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #CCC;
        border-right: 1px solid transparent;
    }

    .table--css-top td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #CCC;
        border-right: 1px solid transparent;
    }

    .table--css-top td::before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
    }

    .footer-menu--css {
        grid-template-columns: 1fr;
        justify-content: space-evenly;
        height: 300px;
        overflow-y: auto;
    }

    .table--css {
        margin-bottom: 0;
    }

    .services {
        grid-template-columns: 1fr;
        grid-gap: 35px;
    }

    .callback {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .a-whatsapp span {
        display: none
    }

    .a-whatsapp {
        margin-right: 10px;
    }

    .a-whatsapp::before {
        width: 22px;
        height: 22px;
    }

    .b2 {
        padding-top: 20px;
    }

    .b7__left h2 {
        background-color: rgba(255, 255, 255, .5);
        border-radius: 5px;
    }
}

@media (max-width: 680px) {
    .sub-menu {
        width: 100%;
        padding: 0 0 0 40px;
        position: relative;
        opacity: 1;
        pointer-events: auto;
    }


    .menu-toggle--css {
        display: block;
        margin-left: auto;
        background-color: #fff;
        padding: 5px 10px;
        border-radius: 3px;
    }

    .menu-1 {
        display: none
    }

    .a-navigation .container {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .a-nav>li:first-of-type a {
        padding-left: 11px;
    }

    .a-nav a {
        display: block
    }

    .b5-boxs div {
        -ms-grid-column-span: 6 !important;
        grid-column: span 6 !important;
    }
}

@media (max-width: 575.98px) {
    .tabs a {
        min-height: 47px;
        font-size: 15px;
    }

    .a-contacts-header .a-whatsapp {
        display: none;
    }

    .d-none-mobile {
        display: none
    }

    .d-block-mobile {
        display: -ms-grid;
        display: grid;
    }

    .mb-3 {
        margin-bottom: 20px
    }

    .a-box-1 {
        padding-left: 21px;
    }

    .a-box-2 {
        padding-left: 21px;
    }

    .a-box-3 {
        padding-left: 21px;
    }

    .a-box-4 {
        padding-left: 21px;
    }

    .b5-boxs {
        grid-gap: 10px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .b7__left h2 {
        font-size: 48px;
    }

    .logo__text {
        display: none
    }

    h1 {
        font-size: 2.3rem;
    }

    .a-boxes {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        padding: 0 10px;
    }

    .a-box-1 {
        padding-left: 10px;
    }

    .a-box div {
        font-size: 14px;
    }

    .b2__foto-man {
        bottom: 7px;
        width: 100%;
    }

    .b2 {
        padding-top: 80px;
    }
}

@media(max-width: 480px) {
    .logo {
        width: 60px
    }

    h1 {
        font-size: 1.8rem;
    }

    .a-boxes {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 5px;
    }

    .a-box {
        min-height: 55px;
        padding-left: 10px !important
    }

    .a-box div {
        font-size: 14px;
        line-height: 17px;
    }

    .a-box-4 div::before {
        margin-right: 7px;
    }

    .a-box div::before {
        width: 40px;
        height: 40px;
        margin-right: 7px;
        background-size: 70%;
    }

    .a-footer--css {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .a-footer-flex {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }

    .a-contacts {
        text-align: left;
    }

    .a-footer-logo {
        padding-right: 0;
        order: 1;
    }

    .contact-lists {
        padding-left: 0;
        list-style: none;
        margin-left: 0;
        margin-top: 1rem;
    }

    .b7__left {
        text-align: center;
    }

    .b7__left h2 {
        font-size: 34px;
    }

    .b7__left h2 span {
        display: block
    }

    .price-container {
        grid-gap: 15px 20px;
    }

    .a-card__title {
        padding-top: 0;
    }

    .b3-box {
        min-height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    p {
        font-size: 1rem;
        line-height: 130%;
    }

    .b3-boxes {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }

    .b3-boxes p {
        font-size: 14px;
    }

    .b3-box__top {
        min-height: 142px;
        padding-bottom: 20px;
        background-size: 93%;
    }
}