*,
: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: 0.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: -0.25em;
}

sup {
  top: -0.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: 0.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: 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: 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 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.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 0.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 0.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 0.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 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;
}

.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: 0.01em;
  width: 100%;
  max-width: 205px;
  display: flex;
}

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

.header--soc {
  grid-gap: .2rem;
}

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

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

.whatsapp:hover span {
  border-bottom: 1px dashed transparent;
}

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

.telegram-link::before {
  background-image: url(../images/svgIcons/telegram.svg) !important;
  width: 30px;
  height: 30px;
}

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

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

.phone:before {
  content: "";
  background-image: url(../images/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: 0.01em;
  color: #FFF;
  padding: 0.7rem;
  display: inline-block;
  transition: all 0.2s ease-out;
}

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

.menu--css .current_page_item > a,
.menu--css .current-menu-parent > a {
  color: var(--bg-main, #262626);
}

.sub-menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 300px;
  opacity: 0;
  transition: 0.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 0.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 0.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, 0.1);
}

.sub-menu .current-menu-item a {
  background-color: #FFF;
  color: var(--red, #e32e30);
}

.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, 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: 0.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(../images/header-bg.png) 50% 0 no-repeat;
  bottom: 0;
  right: 0;
  width: 1040px;
  height: 594px;
}

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

.a-header--page-relative {
  position: relative;
}

.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;
  height: 100%;
}

.header-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  margin-right: -200px;
  max-width: 820px;
}

.a-header-box {
  gap: 30px;
}

.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: 0.01em;
}

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

.btn-bg {
  background: url(../images/tire-btn2.png) 0 0 no-repeat #E32E30;
  border: 2px solid #262626;
  border-radius: 100px;
  transition: 350ms !important;
  mix-blend-mode: multiply;
  font-size: 18px !important;
}

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

.btn-hover:hover {
  transform: translateY(-5px);
  color: #FFFFFF;
  background-color: #2D2D2D;
  border: 2px solid #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: 0.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, 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: 0.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 0.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: 0.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: 0.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 0.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 0.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: 0.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: 0.75rem;
}

button.btn-menu .line:after {
  content: "";
  top: -0.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: 0.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: 0.01em;
  color: var(--white, #fff);
  display: block;
  transition: all 0.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: 0.01em;
}

.a-footer-centerbox a {
  border-bottom: 1px dashed #FFF;
  transition: all 0.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: 0.01em;
  transition: all 0.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(../images/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: 0.01em;
}

/* callback */
.callback {
  display: none;
  position: fixed;
  bottom: 5px;
  left: 50%;
  right: 0;
  width: 98%;
  padding: 7px;
  z-index: 555;
  background: #262626 url(../images/tire-btn.webp) 0 0 no-repeat;
  padding: 15px 0;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  text-align: center;
  gap: 10px;
  transform: translateX(-50%);
}

.callback a {
  color: #FFF !important;
  text-decoration: none;
  font-size: 20px;
}

.callback .whatsapp::before {
  width: 30px;
  height: 30px;
}

.callback .telegram-link::before {
  width: 37px;
  height: 37px;
}

.phone_class {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

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

.site--css {
  overflow: hidden;
}

.form-box {
  background-color: rgba(255, 255, 255, .7);
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  text-align: center;
  border: 5px solid #E32E30;
}

.form-box--add {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.form-box__subtitle {
  font-size: 18px;
}

.form-box__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.a-group-form {}

.a-group-form--mb {
  margin-bottom: 10px;
}

form .form-inp {
  width: 100%;
  border-radius: 10px;
  padding: 15px 20px;
}

.a-group-btn {
  margin-top: 20px;
}

.form-but {
  cursor: pointer;
}

/* slider */
section {
  position: relative;
}

section .container.swiper {
  max-width: 1080px;
}

section .swiper-button-next,
section .swiper-button-prev {
  opacity: 0.2;
  color: var(--red, red);
  transition: all 0.3s ease;
}

section .swiper-pagination .swiper-pagination-bullet {
  height: 7px;
  width: 26px;
  border-radius: 25px;
  background-color: var(--red, red);
}

section .swiper-button-next:hover,
section .swiper-button-prev:hover {
  opacity: 1;
}

.a-reviews-container {
  padding: 0;
  padding-bottom: 40px;
}

.card-content {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px 20px 30px;
  margin: 20px 5px;
  border-radius: 8px;
  border-top: 6px solid var(--red, red);
}

.a-img {
  margin-bottom: 15px;
}

.a-content {
  margin-bottom: 15px;
  font-weight: 500;
}

.user-box {
  gap: 20px;
}

.image {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 80px;
}

/* gallery */
.a-gallerys {
  margin-bottom: 4rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: .1rem;
}

.a-gallery-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.a-gallery-link::before {
  position: absolute;
  z-index: 2;
  top: -50px;
  left: -50px;
  width: 56px;
  height: 56px;
  content: '';
  transition: all .5s ease 0s;
  opacity: 0;
  background: url('../images/sprite.png') 0 -592px no-repeat;
}

.a-gallery-link::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transition: opacity .3s ease 0s;
  opacity: 0;
  background: rgba(0, 0, 0, .5);
}

.a-gallery-link:hover {
  cursor: pointer;
}

.a-gallery-link:hover::before {
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -28px;
  opacity: 1;
}

.a-gallery-link:hover::after {
  opacity: 1;
}

.a-gallery-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* yandex map */
.rowfoure {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: minmax(300px, 400px) 1fr;
}

.bl-hide {
  display: none;
}

.a-rayon {
  margin-bottom: 30px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}

.s-link {
  cursor: pointer;
  text-align: center;
  background: #F9F9F9;
  border: 1px solid #C4C4C4;
  transition: all .3s;
  font-size: 17px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-main, #262626);
  font-weight: 600;
}

.s-link.active {
  background-color: var(--red, red);
  border: 1px solid var(--red, red);
  color: #fff;
}

.list-top {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: start;
  grid-gap: 5px;
  overflow-y: scroll;
  height: 300px;
}

.list-top li {
  text-align: center;
  background: #F9F9F9;
  border: 1px solid #C4C4C4;
  transition: all .3s;
  padding: 5px 2px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

.list-top li.active {
  background-color: var(--red, red);
  border: 1px solid var(--red, red);
  color: #fff;
}

.list-top li:hover {
  background-color: var(--red, red);
  border: 1px solid var(--red, red);
  color: #fff;
}

.bigmap--css {
  width: 100%;
  height: 100%;
}

.a-geograf {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px 20px;
}

.a-fancybox--img figure img {
  aspect-ratio: 4/3 !important;
  cursor: pointer;
}

a.btn-visited:visited {
  color: #fff;
}

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

@media (max-width: 1160px) {
  .header-img {
    position: relative;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    max-width: 500px;
    display: block;
  }

  .header-grid-box {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    text-align: center
  }

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

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

  .rowfoure {
    grid-template-columns: 1fr;
  }

  .a-rayon {
    grid-template-columns: repeat(auto-fit, minmax(120px, auto));
  }

  .list-top {
    grid-template-columns: repeat(auto-fit, minmax(120px, auto));
    height: auto;
  }

  .bigmap--css .ymaps-map {
    width: 100% !important;
    height: 500px !important
  }

  .map-box {
    margin-bottom: 0;
  }

  .ymaps-b-balloon__content ymaps {
    font-size: 16px !important;
  }

  .comagic_phone2_link {
    font-size: 14px !important
  }
}

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

  .form-box {
    width: 100%;
    max-width: 415px;
  }
}

@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-header__left {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .form-box {
    max-width: 100%;
  }

  .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(../images/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;
    order: 1;
  }

  .header-grid-box--add {
    padding-top: 10px
  }

  .a-header__right--add {
    min-height: 351px
  }

  .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: flex;
  }

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

  .a-header:before {
    content: "";
    position: relative;
    z-index: 1;
    background: #FFF url(../images/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-gallerys {
    grid-template-columns: 1fr 1fr;
  }

  .a-rayon {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .s-link {
    font-size: 14px;
    min-height: 40px;
  }

  .list-top {
    grid-template-columns: repeat(3, 1fr);
  }

  .list-top li {
    font-size: 12px;
  }

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

  .telegram-link::before {
    width: 18px;
    height: 18px;
  }

  .a-header:before {
    background: #FFF url(../images/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;
    text-align: center;
  }

  .why {
    text-align: center;
  }

  .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: 0.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(../images/svgIcons/map-pin.svg);
  }

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

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

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

  .btn-bg {
    background: url(../images/tire-btn2.webp) 0 0 no-repeat #E32E30;
    border-radius: 100px;
  }

  .a-footer-contacsbox a.phone:before {
    background-image: url(../images/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(../images/header-bg.webp) 73% -85px no-repeat;
    }
  }
}

@media (max-width: 767.98px) {
  @supports (-webkit-appearance: none) {
    .a-header:before {
      background: #FFF url(../images/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(../images/header-bg-mob.webp) 0 0 no-repeat;
      background-size: cover;
    }
  }
}