*,
:after,
:before {
    box-sizing: inherit;
    padding: 0;
    margin: 0
}

html {
    line-height: 1.15;
    box-sizing: border-box;
    font-family: sans-serif;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: transparent
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button,
input,
optgroup,
select,
textarea {
    line-height: inherit;
    border: 1px solid currentColor
}

button {
    overflow: visible;
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    padding: 1px 6px
}

input {
    overflow: visible
}

input,
textarea {
    padding: 1px
}

fieldset {
    border: 1px solid currentColor;
    margin: 0 2px
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

select {
    text-transform: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

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

[type=color] {
    background: inherit
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: .5
}

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

::-moz-focus-inner {
    border: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

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

dl,
ol,
ul {
    margin: 1em 0
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
    margin: 0
}

b,
strong {
    font-weight: bolder
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

table {
    text-indent: 0;
    border-color: inherit
}

details,
dialog {
    display: block
}

dialog {
    background-color: inherit;
    border: solid;
    color: inherit;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

dialog:not([open]) {
    display: none
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

: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, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 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: .25rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.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;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(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-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

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

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.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;
    -ms-user-select: none;
    -moz-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 .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -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: a;
    animation-name: a
}

@-webkit-keyframes a {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes a {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

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

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

.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 .1s ease
}

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

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

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

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

:root {
    --bg-main: #262626;
    --bg-btn: #ffe10d;
    --white: #fff;
    --red: #e32e30
}

body {
    background: var(--white, #fff);
    font-family: Gilroy, sans-serif;
    color: var(--bg-main, #262626)
}

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

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

[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 .2s ease-out
}

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

h1 {
    font-size: 53px;
    margin-top: 0;
}

h1,
h2 {
    line-height: 130.5%;
    font-family: Roboto Slab
}

h2 {
    font-size: 42px;
    margin-bottom: 20px
}

h3 {
    font-family: Roboto Slab;
    font-size: 24px;
    line-height: 130.5%;
    margin-bottom: 15px
}

p {
    font-weight: 300;
    font-size: 16px;
    line-height: 135%
}

strong {
    font-weight: 700
}

a {
    text-decoration: none
}

a:focus {
    outline: none
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    transition: transform .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
}

.container {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto
}

.hader-top {
    padding: 5px 10px 10px;
    position: relative;
    z-index: 5
}

.logo__img {
    flex: none;
    margin-right: 5px;
}

.logo__details {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 125%;
    text-transform: uppercase;
    font-family: Bebas Neue
}

.logo__br {
    background-color: #c7c7c7;
    height: 1px;
    display: block;
    width: 100%
}

.col-red {
    color: var(--red, red)
}

.header-address {
    font-size: 1rem;
    line-height: 125%;
    letter-spacing: .01em;
    width: 100%;
    max-width: 205px;
    display: flex
}

.header-address:before {
    content: "";
    background-image: url(svgIcons/map-pin.svg);
    background-size: contain;
    display: inline-block;
    flex: none;
    width: 21px;
    height: 27px;
    margin-right: 8px
}

.whatsapp {
    line-height: 125%;
    letter-spacing: .01em;
    display: inline-flex;
    align-items: center;
    margin-right: 32px;
    transition: all .2s ease-out
}

.whatsapp span {
    border-bottom: 1px dashed #000
}

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

.whatsapp:before {
    content: "";
    background-image: url(svgIcons/whatsapp.svg);
    background-size: contain;
    display: inline-block;
    flex: none;
    width: 18px;
    height: 18px;
    margin-right: 6px
}

.phone {
    font-weight: 500;
    font-size: 24px;
    line-height: 140.5%;
    text-align: right;
    letter-spacing: .01em;
    color: var(--bg-main, #262626);
    display: inline-flex;
    align-items: center;
    transition: all .2s ease-out
}

.phone:hover {
    color: var(--red, #e32e30)
}

.phone:before {
    content: "";
    background-image: url(svgIcons/phone-icon.svg);
    background-size: contain;
    display: inline-block;
    flex: none;
    width: 24px;
    height: 24px;
    margin-right: 5px
}

.navigation-box {
    background-color: var(--red, #e32e30);
    z-index: 100
}

.menu--css {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0
}

.menu--css>li {
    position: relative
}

.menu--css a {
    line-height: 125%;
    letter-spacing: .01em;
    color: #fff;
    padding: .7rem;
    display: inline-block;
    transition: all .2s ease-out
}

.menu--css a:hover {
    color: var(--bg-main, #262626)
}

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

.sub-menu li {
    background-color: var(--red, #e32e30);
    position: relative;
    color: var(--white, #fff)
}

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

.sub-menu .sub-menu {
    left: 100%;
    top: 0
}

.menu-item-has-children>a:after {
    content: "";
    border: solid var(--white, #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 .2s ease-out;
    vertical-align: middle
}

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

.sub-menu .menu-item-has-children:hover>a:after {
    transform: translateY(0) rotate(-45deg)
}

.sub-menu a {
    display: block;
    transition: all .2s ease-out;
    border: 1px solid transparent
}

.sub-menu a:hover {
    background-color: #fff;
    color: var(--red, #e32e30);
    border: 1px solid rgba(0, 0, 0, .1)
}

.sub-menu .menu-item-has-children a:hover:after {
    border: solid var(--red, #e32e30);
    border-width: 0 1px 1px 0
}

.g-tag {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 20px;
    position: relative;
    z-index: 5;
    margin-bottom: 20px
}

.incline {
    transform: skew(-15deg);
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
    border-radius: 5px;
    display: flex;
    justify-content: center
}

.tag-box {
    transform: skew(15deg);
    min-height: 87px;
    min-width: 230px
}

.tag-box,
.tag-box__icon {
    display: flex;
    align-items: center
}

.tag-box__icon {
    width: 54px;
    height: 54px;
    justify-content: center;
    border-radius: 50%;
    background-color: #ededed;
    flex: none;
    margin-right: 16px
}

.tag-box p {
    font-weight: 600;
    line-height: 140.5%;
    letter-spacing: .01em;
    margin-bottom: 0;
}

.a-header {
    padding-bottom: 82px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.a-header:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #fff url(header-bg.png) 50% 0 no-repeat;
    bottom: 0;
    right: 0;
    width: 1040px;
    height: 594px
}

.a-header--page {
    padding-bottom: 22px;
}

.a-header--page::before {
    display: none;
}

.a-header--page h1 {
    font-size: 50px;
}

.header-grid-box {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    grid-gap: 20px;
}

.a-header__right {
    /* border: 3px solid var(--red, #e32e30); */
    padding: 5px;
    border-radius: 5px;
}

.a-header__right img {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.a-header__left {
    width: 100%;
    max-width: 520px
}

.subtitle,
.title {
    margin-bottom: 20px
}

.subtitle {
    font-weight: 600;
    font-size: 23px;
    line-height: 131.5%
}

.caption,
.subtitle {
    letter-spacing: .01em
}

.caption {
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    line-height: 153%;
    margin-bottom: 25px
}

.btn-bg {
    background: #262626 url(tire-btn.png) 0 0 no-repeat;
    border: 2px solid #e32e30;
    border-radius: 100px
}

.btn-font {
    font-weight: 700;
    font-size: 16px;
    line-height: 153%;
    text-align: center;
    letter-spacing: .03em;
    color: #fff
}

.btn-hover:hover {
    transform: translateY(-5px);
    color: var(--red, #e32e30);
}

.btn-size {
    width: 100%;
    max-width: 280px;
    min-height: 70px
}

section {
    padding-top: 75px;
    padding-bottom: 90px
}

.bg-why {
    overflow: hidden
}

.subtitle-sec {
    font-style: italic;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 153%;
    letter-spacing: .01em
}

.g-why {
    margin-top: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
    margin-bottom: 45px
}

.why {
    min-height: 348px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
    border-radius: 5px;
    padding: 40px 20px 0 35px;
    position: relative;
    overflow: hidden
}

.why p {
    font-size: 1.125rem;
    line-height: 131.5%
}

.why_details {
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0
}

.callback-text {
    font-size: 1.75rem;
    line-height: 131.5%;
    text-transform: uppercase;
    margin-bottom: 30px
}

.about-company {
    display: flex;
    align-items: center;
    padding-bottom: 20px
}

.about-company__left {
    flex: 0 0 445px
}

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

.about-company__img {
    width: 938px;
    height: 522px;
    position: relative
}

.about-company-img {
    display: none
}

.coin-box {
    background-color: #f1f1f1;
    padding-bottom: 110px
}

.tabs--css {
    margin-bottom: 25px
}

.tabs--css a {
    background: #e32e30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px 10px 55px;
    min-height: 95px;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 151%;
    letter-spacing: .01em;
    color: #fff;
    font-family: Roboto Slab;
    margin-top: 10px
}

.tabs--css a:first-of-type {
    border-radius: 5px 5px 0 0
}

.tabs--css a:last-of-type {
    border-radius: 0 0 5px 5px
}

.tabs--css a:after {
    content: "";
    border: solid var(--white, #fff);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px;
    transform: translateY(-3px) rotate(45deg);
    -webkit-transform: translateY(-3px) rotate(45deg);
    margin-left: 7px;
    transition: all .2s ease-out;
    vertical-align: middle
}

.faq-content {
    display: none
}

.table-1 {
    background: #fff;
    border-radius: 0 0 5px 5px;
    width: 100%;
    border-collapse: collapse
}

.table-1 td {
    font-size: 1.125rem;
    line-height: 151%;
    letter-spacing: .01em;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c7c7c7
}

.table-1 td:first-of-type {
    padding-left: 55px;
    padding-right: 10px
}

.table-1 td:nth-of-type(2) {
    width: 242px;
    text-align: right;
    padding-right: 47px;
    padding-left: 20px;
    border-left: 1px solid #d2d2d2
}

.js-faq-title.active:after {
    transform: translateY(5px) rotate(-135deg)
}

.coin-content p {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 153%;
    text-align: center;
    letter-spacing: .01em;
    display: block;
    width: 100%;
    max-width: 674px;
    margin: 0 auto 20px
}

.callback-box {
    padding-top: 25px;
    padding-bottom: 30px;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
    align-items: center
}

.callback-box__left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/span 5;
    text-align: right
}

.callback-box__right {
    grid-column: 6/-1;
    padding-left: 20px
}

.callback-box__right .callback-text {
    font-size: 34px;
    line-height: 57px;
    width: 100%;
    max-width: 557px
}

.map {
    background-color: #f1f1f1
}

.map-box {
    min-height: 548px;
    margin-bottom: 40px
}

.map-box img {
    width: 100%;
    height: 637px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.tags-box {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px
}

.tags-box__left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1/span 10
}

.tags-box__left a {
    font-size: 18px;
    line-height: 130.5%;
    color: var(--red, #e32e30);
    border-bottom: 1px dashed #e32e30;
    transition: all .2s ease-out
}

.tags-box__left a:hover {
    border-bottom: none
}

.a-tags-link {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 32px
}

.tags-box__right {
    grid-column: 11/-1;
    text-align: right
}

.tags-right-link {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 130.5%;
    text-align: center;
    color: var(--white, #fff);
    width: 117px;
    height: 107px;
    background-color: #e32e30;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: polygon(0 0, calc(100% - 2rem) 0, 100% 50%, calc(100% - 2rem) 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 2rem) 0, 100% 50%, calc(100% - 2rem) 100%, 0 100%);
    padding-right: 15px;
    transition: all .2s ease-out
}

.tags-right-link:hover {
    transform: scale(1.05);
    outline: none
}

.help-box .sec-subtitle {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 30px;
    font-style: italic;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 153%;
    text-align: center;
    letter-spacing: .01em
}

button.btn-menu {
    background-color: transparent;
    width: 3rem;
    height: 2rem;
    border: 0;
    display: none;
    z-index: 1
}

button.btn-menu .line {
    width: 90%;
    position: relative;
    border-radius: 100px
}

button.btn-menu .line:before {
    content: "";
    top: .75rem
}

button.btn-menu .line:after {
    content: "";
    top: -.75rem
}

.btn-menu .line:after,
.btn-menu .line:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0
}

button.btn-menu .line,
button.btn-menu .line:after,
button.btn-menu .line:before {
    display: inline-block;
    background-color: #fff;
    height: 4px;
    transition: .3s
}

.a-footer {
    background-color: var(--red, #e32e30);
    padding-top: 55px;
    padding-bottom: 75px;
    color: #fff
}

.a-footer-top {
    grid-template-columns: repeat(3, -webkit-max-content);
    -ms-grid-columns: (-webkit-max-content)[3];
    -ms-grid-columns: (max-content)[3];
    grid-template-columns: repeat(3, max-content);
    justify-content: space-between;
    margin-bottom: 45px
}

.a-footer-top a {
    font-size: 18px;
    line-height: 151%;
    letter-spacing: .01em;
    color: var(--white, #fff);
    display: block;
    transition: all .2s ease-out
}

.a-footer-top a:hover {
    padding-left: 5px;
    color: var(--bg-main, #262626)
}

.a-footer-bottom {
    padding-top: 35px;
    border-top: 1px solid #ff7474;
    -ms-grid-columns: 1fr 20px 2fr 20px 1fr;
    grid-template-columns: 1fr 2fr 1fr;
        grid-template-areas: "a b c";
    grid-gap: 20px
}

.logo-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    background: #fff;
    border-radius: 5px;
    padding: 10px 32px 17px 17px;
    width: 100%;
    max-width: 263px;
    grid-area: a
}

.logo-container .logo__br {
    background-color: #c7c7c7;
    height: 1px;
    display: block;
    width: 100%
}

.a-footer-centerbox {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    text-align: center;
    grid-area: b
}

.a-address {
    margin-bottom: 0;
}

.a-footer-centerbox,
.a-footer-centerbox a {
    color: var(--white, #fff);
    font-size: 18px;
    line-height: 151%;
    letter-spacing: .01em
}

.a-footer-centerbox a {
    border-bottom: 1px dashed #fff;
    transition: all .2s ease-out
}

.a-footer-centerbox a:hover {
    border-bottom: none
}

.a-footer-contacsbox {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    margin-left: auto;
    text-align: right;
    grid-area: c
}

.a-footer-contacsbox a {
    display: flex;
    align-items: center;
    color: var(--white, #fff);
    justify-content: flex-end;
    font-weight: 500;
    font-size: 24px;
    line-height: 140.5%;
    text-align: right;
    letter-spacing: .01em;
    transition: all .2s ease-out
}

.a-footer-contacsbox a:hover {
    color: var(--bg-main, #262626)
}

.a-footer-contacsbox a.phone:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    background-image: url(svgIcons/phone-footer-icon.svg);
    background-size: contain;
    flex: none;
    width: 24px;
    height: 24px
}

.a-footer-contacsbox a.mail {
    font-size: 18px;
    line-height: 151%;
    letter-spacing: .01em
}

/* callback */

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

.callback a {
    background: #262626 url(tire-btn.webp) 0 0 no-repeat;
    text-align: center;
    padding: 15px 0;
    border-radius: 20px;
    color: #fff !important;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

a.whatsapp img {
    width: 100%;
    max-width: 25px;
    flex: none;
    margin-right: 5px;
}

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

/* start media */

@media (max-width:1240px) {
    .a-header:before {
        right: -70px;
    }
}

@media (max-width:1100px) {
    .a-header:before {
        right: -130px;
    }
}

@media (max-width:1070px) {
    .tag-box {
        justify-content: center
    }
}

@media (max-width:1020px) {
    .a-header {
        padding-bottom: 0;
    }

    .a-header .container {
        display: -ms-grid;
        display: grid
    }

    .g-tag {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        margin-top: 82px;
        margin-bottom: 0;
        order: 1;
        padding-bottom: 20px
    }

    .a-header::before {
        bottom: auto;
        top: -90px;
    }

    .a-footer-bottom {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto 20px auto;
            grid-template-areas: "a c""b b"
    }

    .logo-container {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .a-footer-centerbox {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .a-footer-contacsbox {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }
}

@media (max-width:991.98px) {
    .a-footer .navigation-box {
        display: none
    }

    button.btn-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto
    }

    .a-header:before {
        content: "";
        position: relative;
        z-index: 1;
        background: #fff url(header-bg.png) 100% -85px no-repeat;
        background-size: cover;
        bottom: 0;
        top: auto;
        right: 0;
        width: 100%;
        height: 500px;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        display: block
    }

    .a-header--page:before {
        display: none
    }

    .a-header--page .header-grid-box {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .a-header--page .a-header__left {
        width: 100%;
        max-width: 100%;
        order: 1;
    }

    .a-header--page .a-header__right {
        padding: 20px 0 0;
    }

    .header-address {
        display: none
    }

    .navigation-box {
        padding: 11px 0
    }

    .menu--css {
        align-items: flex-start;
        flex-direction: column;
        display: none;
        position: absolute;
        width: 100%;
        background: var(--red, #e32e30);
        left: 0
    }

    .sub-menu {
        visibility: visible;
        margin-left: 20px;
        opacity: 1;
        position: relative;
        width: auto
    }

    .sub-menu .sub-menu {
        left: auto
    }

    .about-company-img {
        display: block;
        text-align: center
    }

    .about-company__right {
        display: none
    }

    .about-company__left {
        flex: 1
    }

    .about-company {
        margin-top: 70px
    }
}

@media (max-width:767.98px) {
    .callback {
        display: block;
    }

    .header-contacts {
        flex-direction: column-reverse
    }

    .a-header:before {
        content: "";
        position: relative;
        z-index: 1;
        background: #fff url(header-bg.png) 73% -85px no-repeat;
        background-size: cover;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 500px;
        width: 100vw;
        margin-left: calc(-50vw + 50%)
    }

    .a-header__left {
        width: 100%;
        max-width: 100%;
        text-align: center
    }

    .callback-text {
        max-width: 450px;
        margin: 0 auto 30px
    }

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

    .callback-box__left,
    .callback-box__right {
        grid-column: initial;
        text-align: center
    }

    .callback-box__right {
        padding-left: 0
    }

    .map h2 {
        text-align: center
    }

    .map-box {
        min-height: auto
    }

    .map-box img {
        height: 448px
    }

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

    .tags-box__left {
        -ms-grid-column: 1;
        -ms-grid-column-span: 11;
        grid-column: 1/12
    }

    .tags-box__right {
        -ms-grid-column: 1;
        -ms-grid-column-span: 11;
        grid-column: 1/12;
        text-align: center
    }

    .tags-right-link {
        width: 100%;
        height: 80px;
        -webkit-clip-path: polygon(100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
        clip-path: polygon(100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
        padding-right: 0
    }
}

@media (max-width:640px) {
    .a-footer-top {
        grid-template-columns: repeat(2, -webkit-max-content);
        -ms-grid-columns: (-webkit-max-content)[2];
        -ms-grid-columns: (max-content)[2];
        grid-template-columns: repeat(2, max-content);
        grid-gap: 20px
    }

    .a-header--page h1 {
        font-size: 40px;
    }
}

@media (max-width:575.98px) {
    .a-footer {
        padding-bottom: 90px;
        padding-top: 0;
    }

    .a-header--page h1 {
        font-size: 30px;
    }

    .logo__img {
        max-width: 76px
    }

    .phone {
        font-size: 18px
    }

    .whatsapp {
        margin-right: 0;
        font-size: 14px
    }

    .phone:before {
        width: 17px;
        height: 17px;
        margin-right: 3px
    }

    .logo__details {
        font-size: 1.25rem
    }

    .whatsapp:before {
        width: 15px;
        height: 15px;
        margin-right: 3px
    }

    .a-header:before {
        background: #fff url(header-bg-mob.png) 0 0 no-repeat;
        height: 245px;
        background-size: cover
    }

    h1 {
        font-size: 30px
    }

    .subtitle {
        font-size: 18px
    }

    .caption {
        font-size: 16px
    }

    .g-tag {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 25px;
        grid-gap: 10px;
    }

    .tag-box {
        justify-content: flex-start;
        min-height: 60px
    }

    .incline {
        min-width: 260px;
        max-width: 260px
    }

    .incline:nth-of-type(2),
    .incline:nth-of-type(4) {
        margin-left: auto
    }

    section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    h2 {
        font-size: 30px
    }

    .subtitle-sec {
        font-size: 1rem
    }

    .callback-text {
        font-size: 21px;
        line-height: 144%;
        margin-bottom: 25px
    }

    p {
        font-size: 1rem !important
    }

    .tabs--css a {
        font-size: 18px;
        padding: 19px 20px 14px 18px;
        min-height: 57px
    }

    .tabs--css a:after {
        padding: 5px
    }

    .table-1 td:first-of-type {
        padding-left: 20px;
        padding-right: 10px
    }

    .table-1 td {
        font-size: .875rem
    }

    .table-1 td:nth-of-type(2) {
        width: 115px;
        padding-right: 10px;
        padding-left: 10px
    }

    .table-1 td {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .coin-box {
        padding-bottom: 60px
    }

    .callback-box__right .callback-text {
        font-size: 21px;
        line-height: 144.5%
    }

    .map-box img {
        height: 300px
    }

    .help-box .sec-subtitle {
        font-size: 1rem
    }

    .a-footer-top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        text-align: center;
        margin-bottom: 0;
    }

    .a-footer-bottom {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 20px auto 20px auto;
            grid-template-areas: "a""c""b";
        justify-items: center
    }

    .logo-container .logo__img {
        width: 105px;
        height: 74px
    }

    .logo-container .logo__details {
        font-size: 28px
    }

    .a-footer-centerbox {
        font-size: 14px
    }

    .a-footer-contacsbox {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .a-footer-centerbox a {
        font-size: 14px
    }

    .logo-container {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .a-footer-centerbox {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1
    }

    .a-footer-contacsbox {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }
}

@supports (-webkit-appearance:none) {
    .owl-carousel .owl-video-play-icon {
        background: url(owl.video.play.webp) no-repeat
    }

    .header-address:before {
        background-image: url(svgIcons/map-pin.svg)
    }

    .whatsapp:before {
        background-image: url(svgIcons/whatsapp.svg)
    }

    .phone:before {
        background-image: url(svgIcons/phone-icon.svg)
    }

    .a-header:before {
        background: #fff url(header-bg.webp) 50% 0 no-repeat
    }

    .btn-bg {
        background: #262626 url(tire-btn.webp) 0 0 no-repeat
    }

    .a-footer-contacsbox a.phone:before {
        background-image: url(svgIcons/phone-footer-icon.svg)
    }
}

@media (max-width:1070px) {

    @supports (-webkit-appearance: none) {}

}

@media (max-width:1020px) {

    @supports (-webkit-appearance: none) {}

}

@media (max-width:991.98px) {

    @supports (-webkit-appearance: none) {
        .a-header:before {
            background: #fff url(header-bg.webp) 73% -85px no-repeat
        }
    }

}

@media (max-width:767.98px) {

    @supports (-webkit-appearance: none) {
        .a-header:before {
            background: #fff url(header-bg.webp) 73% -85px no-repeat
        }
    }

}

@media (max-width:640px) {

    @supports (-webkit-appearance: none) {}

}

@media (max-width:575.98px) {

    @supports (-webkit-appearance: none) {
        .a-header:before {
            background: #fff url(header-bg-mob.webp) 0 0 no-repeat;
            background-size: cover;
        }
    }

}