:root {
  --fz-html: 62.5%;
  --fz-base: 1.8rem;
  --fw-base: 400;
  --lh-base: 1.6;
  --ff-base: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --c-base: #000;
  --c-black: #000;
  --c-red: #de3135;
  --c-white: #fff;
  --c-white-da: #dadada;
  --c-gray-bc: #bcbcbc;
  --c-gray-e2: #e2e2e2;
  --c-gray-2e: #2e2e2e;
  --c-gray-2d: #2d2d2d;
  --c-gray-51: #515151;
  --c-gray-21: #211f1f;
  --c-gray-32: #322f2f;
  --c-gray-d5: #d5d5d5;
  --c-gray-f8: #f8f8f8;
  --c-gray-1e: #1e1e1e;
  --c-gray-4e: #4e4e4e;
  --c-gray-e7: #e7e3e3;
  --c-gray-43: #434343;
  --c-gray-ec: #ececec;
  --t-duration: 0.3s;
}

* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

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

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

template {
  display: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}

b,
strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

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

a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}

a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=button],
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav ol {
  list-style: none outside none;
}

input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}

:root:has(body.is-loaded) {
  scroll-behavior: smooth;
}

html {
  font-size: var(--fz-html);
}

body {
  min-width: 320px;
  font-optical-sizing: auto;
  font-family: var(--ff-base);
  font-weight: var(--fw-base);
  font-size: var(--fz-base);
  line-height: var(--lh-base);
  color: var(--c-base);
}

a {
  color: inherit;
  text-decoration: underline;
}

@media (hover: hover) {
  a:hover, a:focus-within {
    text-decoration: underline transparent;
  }
}

a[href^=tel] {
  text-decoration: none;
}

.level-1, h1 {
  font-size: 6.5rem;
  line-height: 1.17;
}
.level-2, h2 {
  font-size: 5rem;
  line-height: 1;
}
.level-3, h3 {
  font-size: 3.5rem;
}
.level-4, h4 {
  font-size: 2.5rem;
}
.level-5, h5 {
  font-size: 2rem;
}
.level-6, h6 {
  font-size: 1.7rem;
}
@media (max-width: 1199px) {
  body {
    font-size: 1.8rem;
  }
  .level-1, h1 {
    font-size: 5.8rem;
  }
  .level-2, h2 {
    font-size: 4.8rem;
  }
  .level-3, h3 {
    font-size: 3.8rem;
  }
  .level-4, h4 {
    font-size: 3rem;
  }
  .level-5, h5 {
    font-size: 2.5rem;
  }
  .level-6, h6 {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 1.8rem;
  }
  .level-1, h1 {
    font-size: 5rem;
  }
  .level-2, h2 {
    font-size: 4.3rem;
  }
  .level-3, h3 {
    font-size: 3.4rem;
  }
  .level-4, h4 {
    font-size: 2.8rem;
  }
  .level-5, h5 {
    font-size: 2rem;
  }
  .level-6, h6 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .level-1, h1 {
    font-size: 4.5rem;
  }
  .level-2, h2 {
    font-size: 4rem;
  }
  .level-3, h3 {
    font-size: 3.2rem;
  }
  .level-4, h4 {
    font-size: 2.4rem;
  }
  .level-5, h5 {
    font-size: 2rem;
  }
  .level-6, h6 {
    font-size: 1.8rem;
  }
}

.level-1,
h1,
.level-2,
h2,
.level-3,
h3,
.level-4,
h4,
.level-5,
h5,
.level-6,
h6,
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  --mb: calc(var(--lh-base) * 0.2em);
  margin-bottom: 0;
}

.level-1:not(:last-child),
h1:not(:last-child),
.level-2:not(:last-child),
h2:not(:last-child),
.level-3:not(:last-child),
h3:not(:last-child),
.level-4:not(:last-child),
h4:not(:last-child),
.level-5:not(:last-child),
h5:not(:last-child),
.level-6:not(:last-child),
h6:not(:last-child),
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
dl:not(:last-child),
hr:not(:last-child),
table:not(:last-child),
blockquote:not(:last-child) {
  margin-bottom: var(--mb);
}

.keyboard-navigation *:focus {
  outline: 2px solid orange;
  clip-path: none !important;
}

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

[hidden],
.hidden {
  display: none !important;
}

[disabled],
.disabled {
  cursor: default;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1440.02px) {
  .hidden-ld {
    display: none !important;
  }
}

@media (max-width: 1440px) {
  .visible-ld {
    display: none !important;
  }
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ------------------------------------------------------------ *\
    Animate
\* ------------------------------------------------------------ */

.animate {
  opacity: 0;
}

.animate--fade-up.is-visible {
  animation: fadeUp 0.6s ease-out 0.15s forwards;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.animate--fade-in.is-visible {
  animation: fadeIn 0.6s ease-out 0.15s forwards;
  opacity: 0;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translate(0, 7vw);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 3.6rem 2rem 4rem 3.6rem;
  box-shadow: 0px 13px 27px 2px rgba(184, 184, 184, 0.13);
  background-color: var(--c-white);
  color: var(--c-gray-2d);
  font-size: 1.6rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .box {
    padding: 2.8rem 2rem 4rem 3.6rem;
  }
}

.box h4 {
  margin-bottom: 0;
}

.box h4:not(:last-child) {
  margin-bottom: 1.3rem;
}

@media (max-width: 767px) {
  .box h4 {
    margin-bottom: 0;
  }
  .box h4:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.box p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.box p:not(:last-child) {
  margin-bottom: 2.6rem;
}

@media (max-width: 767px) {
  .box p {
    margin-bottom: 0;
  }
  .box p:not(:last-child) {
    margin-bottom: 1.9rem;
  }
}

.box .btn {
  margin-top: 0;
}

.box .btn:not(:first-child) {
  margin-top: auto;
}

.boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2.8rem;
}

@media (max-width: 767px) {
  .boxes {
    gap: 2rem;
  }
}

.btn {
  --clip-size: 0.8rem;
  --bg-color: var(--c-red);
  --text-color: var(--c-white);
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  appearance: none;
  padding: 1.5rem 3.8rem 1.6rem 3.9rem;
  background-color: var(--bg-color);
  color: var(--text-color);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  
  letter-spacing: 0.05em;
  clip-path: polygon(var(--clip-size) 0%, 100% 0, calc(100% - var(--clip-size)) 100%, 0 100%);
  transition: background-color var(--t-duration), color var(--t-duration);
}

@media (max-width: 1199px) {
  .btn {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .btn {
    font-size: 1.6rem;
  }
}

.btn:is(a, button, input[type=button], input[type=submit]) {
  cursor: pointer;
}

@media (hover: hover) {
  .btn:is(a, button, input[type=button], input[type=submit]):hover, .btn:is(a, button, input[type=button], input[type=submit]):focus-within {
    --bg-color: var(--c-white);
    --text-color: var(--c-red);
  }
}

.btn.btn--white {
  --bg-color: var(--c-white);
  --text-color: var(--c-red);
}

@media (hover: hover) {
  .btn.btn--white:is(a, button, input[type=button], input[type=submit]):hover, .btn.btn--white:is(a, button, input[type=button], input[type=submit]):focus-within {
    --bg-color: var(--c-red);
    --text-color: var(--c-white);
  }
}

.btn.btn--sm {
  --clip-size: 0.6rem;
  padding: 0.9rem 1.9rem 1.1rem 1.8rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.btn.btn--md {
  --clip-size: 0.6rem;
  padding: 0.9rem 2.8rem 1.1rem 2.7rem;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.btn.btn--lg {
  padding: 1.5rem 4.6rem 1.6rem 4.3rem;
}

.btn.btn--xl {
  --clip-size: 1rem;
  padding: 2.5rem 5.3rem 2.7rem 5.1rem;
  letter-spacing: 0.11em;
}

@media (max-width: 1199px) {
  .btn.btn--xl {
    padding: 2rem 4rem;
  }
}

@media (max-width: 1023px) {
  .btn.btn--xl {
    padding: 1.5rem 3rem;
  }
}

.btn.btn--2xl {
  --clip-size: 1rem;
  padding: 2.4rem 6.7rem 3rem 6.1rem;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.0475em;
}

@media (max-width: 1440px) {
  .btn.btn--2xl {
    padding: 1.8rem 4rem;
    font-size: 2.8rem;
  }
}

@media (max-width: 1199px) {
  .btn.btn--2xl {
    padding: 1.5rem 3rem;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .btn.btn--2xl {
    font-size: 1.9rem;
    letter-spacing: 0.05em;
    padding: 1.7rem 3rem;
  }
}

.btn.btn--uppercase {
  text-transform: uppercase;
}

.btn.btn--block {
  display: block;
  padding-inline: 0;
}

.card {
  display: flex;
  flex-direction: column;
  color: var(--c-white);
  font-size: 1.6rem;
  line-height: 1.375;
}

.card .card__body {
  flex: 1;
  padding: 3.1rem 4rem 2.3rem;
  background-color: var(--c-gray-32);
}

@media (max-width: 767px) {
  .card .card__body {
    padding: 3.4rem 7.9rem 2.3rem;
  }
}

@media (max-width: 374px) {
  .card .card__body {
    padding: 3rem 4rem 2rem;
  }
}

.card .card__logo {
  margin-bottom: 0;
  aspect-ratio: 1944/640;
}

.card .card__logo:not(:last-child) {
  margin-bottom: 1.6rem;
}

@media (max-width: 767px) {
  .card .card__logo {
    margin-left: -0.4rem;
    margin-bottom: 0;
  }
  .card .card__logo:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}

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

.card .card__title {
  margin-bottom: 0;
}

.card .card__title:not(:last-child) {
  margin-bottom: 1.2rem;
}

.card .card__address {
  margin-bottom: 0;
}

.card .card__address:not(:last-child) {
  margin-bottom: 2.2rem;
}

.card .card__phone {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  transition: color var(--t-duration);
}

.card .card__phone:not(:last-child) {
  margin-bottom: 2.7rem;
}

@media (hover: hover) {
  .card .card__phone:hover, .card .card__phone:focus-within {
    color: var(--c-red);
  }
}

.card .card__schedule {
  margin-bottom: 0;
}

.card .card__schedule:not(:last-child) {
  margin-bottom: 2.3rem;
}

@media (max-width: 767px) {
  .card .card__schedule {
    margin-bottom: 0;
  }
  .card .card__schedule:not(:last-child) {
    margin-bottom: 0.6rem;
  }
}

.card .card__schedule h6 {
  margin-bottom: 0;
}

.card .card__schedule h6:not(:last-child) {
  margin-bottom: 0.9rem;
}

.card .card__schedule ul {
  list-style: none;
}

.card .card__actions {
  padding-top: 1px;
  background-color: var(--c-white);
  list-style: none;
}

.card .card__actions li {
  margin-bottom: 0;
}

.card .card__actions li:not(:last-child) {
  margin-bottom: 1px;
}

.card .card__actions a {
  display: block;
  padding: 1.7rem 2.3rem;
  background-color: var(--c-red);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.015em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color var(--t-duration), color var(--t-duration);
}

@media (hover: hover) {
  .card .card__actions a:hover, .card .card__actions a:focus-within {
    background-color: var(--c-white);
    color: var(--c-red);
  }
}

.card.card--alt .card__body {
  padding: 0;
}

.card.card--alt .card__logo {
  margin-bottom: 0;
  aspect-ratio: 188/64;
}

.card.card--alt .card__logo:not(:last-child) {
  margin-bottom: 2.2rem;
}

.card.card--alt .card__title {
  margin-bottom: 0;
}

.card.card--alt .card__title:not(:last-child) {
  margin-bottom: 1.2rem;
}

.card.card--alt .card__address {
  margin-bottom: 0;
}

.card.card--alt .card__address:not(:last-child) {
  margin-bottom: 1.8rem;
}

.card.card--alt .card__schedule {
  margin-bottom: 0;
  margin-bottom: 0;
}

.card.card--alt .card__schedule:not(:last-child) {
  margin-bottom: 2.3rem;
}

.card.card--alt .card__schedule:not(:last-child) {
  margin-bottom: 3rem;
}

.card.card--alt .card__phone {
  margin-bottom: 0;
  gap: 1.1rem;
}

.card.card--alt .card__phone:not(:last-child) {
  margin-bottom: 2.7rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.2rem;
}

@media (max-width: 767px) {
  .cards {
    gap: 2.1rem;
  }
}

.cards.cards--alt {
  justify-content: space-between;
  grid-template-columns: repeat(auto-fit, minmax(18.8rem, max-content));
}

@media (max-width: 767px) {
  .cards.cards--alt {
    text-align: center;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(17rem, max-content));
  }
}

.coupon {
  position: relative;
  margin-inline: 0.6rem;
  padding: 1.8rem 1.9rem 1.3rem 1.4rem;
  background-color: var(--c-white);
  color: var(--c-gray-32);
  max-width: 450px;
}

.coupon:before, .coupon:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 0.6rem;
  height: 100%;
  background-image: radial-gradient(transparent 0px, transparent 0.6rem, white 0.6rem, white);
  background-size: 2rem 10%;
  border-top: 5px solid var(--c-white);
  border-bottom: 5px solid var(--c-white);
}

.coupon:before {
  right: 100%;
  background-position: -1rem 0;
}

.coupon:after {
  left: 100%;
  background-position: -0.4rem 0;
}

.coupon .coupon__content {
  --border-color: var(--c-red);
  position: relative;
  padding: 2.3rem 4.4rem 3.2rem 13.6rem;
}

@media (max-width: 1440px) {
  .coupon .coupon__content {
    padding: 2rem 2rem 2rem 12rem;
  }
}

@media (max-width: 767px) {
  .coupon .coupon__content {
    padding: 2.3rem 2rem 3.1rem 13.8rem;
  }
}

@media (max-width: 374px) {
  .coupon .coupon__content {
    padding: 2rem 2rem 2rem 11.1rem;
  }
}

.coupon .coupon__content:before, .coupon .coupon__content:after {
  content: "";
  position: absolute;
  inset: 0;
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
}

.coupon .coupon__content:before {
  inset-inline: 0.5rem;
  background-image: repeating-linear-gradient(90deg, var(--border-color), var(--border-color) 3px, transparent 3px, transparent 6px), repeating-linear-gradient(transparent, transparent), repeating-linear-gradient(90deg, var(--border-color), var(--border-color) 3px, transparent 3px, transparent 6px), repeating-linear-gradient(transparent, transparent);
}

.coupon .coupon__content:after {
  inset-block: 0.5rem;
  background-image: repeating-linear-gradient(transparent, transparent), repeating-linear-gradient(180deg, var(--border-color), var(--border-color) 3px, transparent 3px, transparent 6px), repeating-linear-gradient(transparent, transparent), repeating-linear-gradient(180deg, var(--border-color), var(--border-color) 3px, transparent 3px, transparent 6px);
}

@media (max-width: 1199px) {
  .coupon .coupon__content .level-4 {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .coupon .coupon__content .level-4 {
    font-size: 2.4rem;
  }
}

.coupon .coupon__badge {
  position: absolute;
  isolation: isolate;
  top: 0;
  left: 3.5rem;
  width: 9.3rem;
  padding: 3.4rem 1rem 5.8rem;
  color: var(--c-white);
  text-align: center;
  filter: drop-shadow(5px 8px 3px rgba(35, 31, 32, 0.29));
}

@media (max-width: 1440px) {
  .coupon .coupon__badge {
    width: 7.5rem;
  }
}

@media (max-width: 767px) {
  .coupon .coupon__badge {
    width: 9.5rem;
  }
}

@media (max-width: 374px) {
  .coupon .coupon__badge {
    width: 7rem;
  }
}

.coupon .coupon__badge .level-3 {
  line-height: 0.875;
}

@media (max-width: 1440px) {
  .coupon .coupon__badge .level-3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .coupon .coupon__badge .level-3 {
    font-size: 3rem;
  }
}

@media (max-width: 374px) {
  .coupon .coupon__badge .level-3 {
    font-size: 2.8rem;
  }
}

.coupon .coupon__badge:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--c-gray-32);
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 0.2rem), 50% calc(100% - 3.2rem), calc(50% + 0.1rem) calc(100% - 3.2rem), 0% 100%);
}

.coupons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 3.3rem;
  justify-items: center;
}

@media (max-width: 767px) {
  .coupons {
    gap: 1.7rem;
  }
}

/* ------------------------------------------------------------ *\
    Dropdown
\* ------------------------------------------------------------ */

.dropdown {
  --space-x: 2.3rem;
  position: relative;
  z-index: 13;
}

@media (max-width: 767px) {
  .dropdown {
    --space-x: 1.9rem;
  }
}

.dropdown .dropdown__overlay {
  position: absolute;
  left: -100vw;
  top: -100vw;
  width: 300vw;
  height: 300vw;
  pointer-events: none;
  opacity: 0;
}

.dropdown .dropdown__head {
  padding-left: var(--space-x);
  padding-right: var(--space-x);
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

@media (max-width: 767px) {
  .dropdown .dropdown__head {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.dropdown .dropdown__body {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0rem;
  width: 100%;
  background-color: var(--c-black);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.dropdown .dropdown__body ul {
  list-style-type: none;
  padding: 1.2rem 0 0;
}

.dropdown .dropdown__body ul li a {
  text-decoration: none;
  display: block;
  padding: 0.8rem var(--space-x);
  transition: background-color 0.3s;
}

@media (hover: hover) {
  .dropdown .dropdown__body ul li a:hover, .dropdown .dropdown__body ul li a:focus-within {
    background-color: var(--c-red);
  }
}

.dropdown .dropdown__body ul li + li {
  border-top: 1px solid var(--c-gray-4e);
}

@media (hover: hover) and (min-width: 1023.02px) {
  .dropdown:hover .dropdown__body, .dropdown:focus-within .dropdown__body {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 1023px) {
  .dropdown.is-expanded .dropdown__overlay {
    pointer-events: auto;
  }
  .dropdown.is-expanded .dropdown__body {
    opacity: 1;
    pointer-events: auto;
  }
}

.dropdown--has-arrow .dropdown__head {
  position: relative;
  padding-right: 4rem;
}

.dropdown--has-arrow .dropdown__head:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.3rem;
  width: 1.3rem;
  height: 1.1rem;
  background-color: var(--c-white);
  translate: 50% -50%;
  scale: -1;
  opacity: 0.46;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transition: scale 0.3s;
}

.footer {
  padding-top: 7.9rem;
  background-color: var(--c-gray-21);
  color: var(--c-white);
  overflow: hidden;
}

@media (max-width: 1199px) {
  .footer {
    padding-top: 4rem;
  }
}

@media (max-width: 767px) {
  .footer {
    border-top: 1px solid var(--c-gray-43);
    text-align: center;
    padding: 3.1rem 0;
    background-color: #242222;
  }
}

.footer .footer__inner {
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
}

.footer .footer__inner:not(:last-child) {
  margin-bottom: 7.6rem;
}

@media (max-width: 1199px) {
  .footer .footer__inner {
    margin-bottom: 0;
    gap: 3rem;
  }
  .footer .footer__inner:not(:last-child) {
    margin-bottom: 4rem;
  }
}

@media (max-width: 1023px) {
  .footer .footer__inner {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .footer .footer__inner {
    display: none;
  }
}

.footer .footer__inner h5 {
  font-weight: 600;
  line-height: 1;
}

.footer .footer__entry {
  max-width: 250px
}

.footer .footer__entry .footer__logo {
  margin-bottom: 0;
}

.footer .footer__entry .footer__logo:not(:last-child) {
  margin-bottom: 2.3rem;
}

.footer .footer__entry h5 {
  margin-bottom: 0;
}

.footer .footer__entry h5:not(:last-child) {
  margin-bottom: 1.8rem;
}

.footer .footer__entry .footer__address {
  margin-bottom: 0;
}

.footer .footer__entry .footer__address:not(:last-child) {
  margin-bottom: 2.5rem;
}

.footer .footer__entry .footer__contacts {
  margin-bottom: 0;
}

.footer .footer__entry .footer__contacts:not(:last-child) {
  margin-bottom: 3.1rem;
}

.footer .footer__logo {
  display: block;
  max-width: 18.8rem;
  text-decoration: none;
}

.footer .footer__address {
  font-size: 1.5rem;
  line-height: 1.4667;
}

.footer .footer__address h6 {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

.footer .footer__address h6:not(:last-child) {
  margin-bottom: 0.9rem;
}

.footer .footer__address address {
  color: var(--c-gray-e2);
}

.footer .footer__contacts .link-icon {
  margin-bottom: 0;
}

.footer .footer__contacts .link-icon:not(:last-child) {
  margin-bottom: 1.6rem;
}

.footer .footer__schedule h5 {
  margin-bottom: 0;
}

.footer .footer__schedule h5:not(:last-child) {
  margin-bottom: 3.5rem;
}

.footer .footer__schedule ul {
  list-style: none;
  font-size: 1.8rem;
}

.footer .footer__schedule ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8rem;
}

@media (max-width: 1199px) and (min-width: 1023.02px) {
  .footer .footer__schedule ul li {
    gap: 1rem;
    font-size: 1.2rem;
  }
}

.footer .footer__schedule ul li + li {
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.27);
  padding-top: 1.7rem;
}

.footer .footer__schedule ul li + li:not(:first-child) {
  margin-top: 1.4rem;
}

@media (max-width: 1023px) {
  .footer .footer__links {
    width: 33%;
  }
}

.footer .footer__links h5 {
  margin-bottom: 0;
}

.footer .footer__links h5:not(:last-child) {
  margin-bottom: 3.8rem;
}

.footer .footer__links ul {
  font-size: 1.6rem;
  line-height: 1.125;
  list-style: none;
}

.footer .footer__links ul li {
  margin-bottom: 0;
}

.footer .footer__links ul li:not(:last-child) {
  margin-bottom: 2.3rem;
}

.footer .footer__links ul a {
  text-decoration: none;
  transition: color var(--t-duration);
}

@media (hover: hover) {
  .footer .footer__links ul a:hover, .footer .footer__links ul a:focus-within {
    color: var(--c-red);
  }
}

.footer .footer__cta {
  flex-basis: 36.1rem;
  padding: 3.6rem 5.3rem 4.3rem 5.8rem;
  background-color: rgba(255, 255, 255, 0.03);
}

@media (max-width: 1199px) {
  .footer .footer__cta {
    max-width: 33%;
    padding: 3rem 3rem;
  }
}

@media (max-width: 1023px) {
  .footer .footer__cta {
    max-width: 60%;
  }
}

.footer .footer__cta h4 {
  margin-bottom: 0;
  font-weight: 600;
}

.footer .footer__cta h4:not(:last-child) {
  margin-bottom: 1.6rem;
}

.footer .footer__cta p {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.875;
}

.footer .footer__cta p:not(:last-child) {
  margin-bottom: 4rem;
}

@media (max-width: 1199px) {
  .footer .footer__cta p {
    font-size: 1.5rem;
  }
}

.footer .footer__cta .btn {
  font-weight: 600;
}

.footer .footer__bar {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.6rem 0 2.6rem 5.1rem;
}

@media (max-width: 767px) {
  .footer .footer__bar {
    padding: 0;
    display: block;
  }
}

.footer .footer__bar:before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw) 0 0.1rem;
  display: block;
  z-index: -1;
  background-color: var(--c-red);
  clip-path: polygon(2rem 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 767px) {
  .footer .footer__bar:before {
    display: none;
  }
}

.footer .footer__copy {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3333;
}

.footer .footer__copy:not(:last-child) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer .footer__copy {
    opacity: 0.43;
    line-height: 1.6;
  }
}

.footer .footer__copy a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer .payments {
    margin-top: 2.8rem;
  }
}

.grid-flex {
  --grid-gutter: 2rem;
  display: flex;
  flex-flow: row wrap;
  margin-inline: calc(var(--grid-gutter) / 2 * -1);
}

.grid-flex .grid__col {
  --grid-cols: 1;
  padding-inline: calc(var(--grid-gutter) / 2);
  max-width: calc(100% / var(--grid-cols));
  flex: 0 0 calc(100% / var(--grid-cols));
}

.grid-flex .grid__col--1of2 {
  --grid-cols: 2;
}

.grid-flex .grid__col--1of3 {
  --grid-cols: 3;
}

.grid-flex .grid__col--1of4 {
  --grid-cols: 4;
}

.grid-flex .grid__col--1of5 {
  --grid-cols: 5;
}

.grid-flex .grid__col--1of6 {
  --grid-cols: 6;
}

.grid {
  --grid-cols: 1;
  --grid-gutter: 2rem;
  display: grid;
  grid-template-columns: repeat(var(--grid-cols), 1fr);
  gap: var(--grid-gutter);
}

.grid--size-1of2 {
  --grid-cols: 2;
}

.grid--size-1of3 {
  --grid-cols: 3;
}

.grid--size-1of4 {
  --grid-cols: 4;
}

.grid--size-1of5 {
  --grid-cols: 5;
}

.grid--size-1of6 {
  --grid-cols: 6;
}

/* ------------------------------------------------------------ *\
Header
\* ------------------------------------------------------------ */

.header {
  position: sticky;
  z-index: 13;
  top: 0;
  color: var(--c-white-da);
  background-color: var(--c-gray-1e);
}

@media (max-width: 1023px) {
  .header {
    background-color: var(--c-white);
    color: var(--c-black);
    position: static;
    padding-top: 6rem;
  }
}

@media (max-width: 767px) {
  .header {
    padding-top: min(22.9vw, 11rem);
  }
}

@media (max-width: 374px) {
  .header {
    padding-top: min(25.9vw, 11rem);
  }
}

.header .header__inner {
  --aside-size: 16.6%;
  position: relative;
}

@media (max-width: 1440px) {
  .header .header__inner {
    --aside-size: 22%;
  }
}

@media (min-width: 1023.02px) {
  .header .header__inner:before {
    content: "";
    position: absolute;
    right: calc(100% - var(--aside-size));
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: var(--c-red);
    transform: skew(-14deg, 0);
  }
}

.header .header__top {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .header .header__top {
    color: var(--c-white-da);
    background-color: var(--c-gray-1e);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    display: block;
  }
}

.header .header__top-aside {
  width: var(--aside-size);
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 0.9rem;
}

@media (max-width: 1023px) {
  .header .header__top-aside {
    padding: 0 var(--shell-gutter);
    background-color: var(--c-red);
    width: 100%;
  }
}

.header .header__top-aside .dropdown {
  width: 100%;
}

.header .header__top-aside > * {
  position: relative;
  z-index: 2;
}

.header .header__top-main {
  font-size: 1.3rem;
  width: 10%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 2.8rem 2.4rem 2.4rem 2.5%;
}

@media (max-width: 1199px) {
  .header .header__top-main {
    padding: 1.5rem 0 1.5rem 3rem;
  }
}

@media (max-width: 1023px) {
  .header .header__top-main {
    width: 100%;
    padding: 2rem var(--shell-gutter);
  }
}

@media (max-width: 767px) {
  .header .header__top-main {
    padding: 2.3rem 1.2rem 2.6rem;
  }
}

.header .header__top-main .list-contacts {
  width: 10%;
  flex-grow: 1;
  margin-bottom: 0;
}

.header .header__body {
  --header-body-height: 10rem;
  position: relative;
  margin-top: calc(var(--header-body-height) * -0.5);
  top: calc(var(--header-body-height) * 0.5);
  min-height: var(--header-body-height);
  display: flex;
  align-items: center;
  background-color: var(--c-white);
  color: var(--c-black);
  padding: 0 0 0 2.6rem;
}

@media (max-width: 1440px) {
  .header .header__body {
    --header-body-height: 7rem;
  }
}

@media (max-width: 1199px) {
  .header .header__body {
    --header-body-height: 6rem;
  }
}

@media (max-width: 1023px) {
  .header .header__body {
    position: fixed;
    z-index: 13;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 0 var(--shell-gutter);
  }
}

@media (max-width: 767px) {
  .header .header__body {
    padding: 2.6rem 2.4rem 2.1rem 2.8rem;
  }
}

@media (max-width: 1440px) {
  .header .header__body .logo {
    max-width: 17rem;
  }
}

@media (max-width: 1023px) {
  .header .header__body .logo {
    order: -1;
  }
}

@media (max-width: 767px) {
  .header .header__body .logo {
    max-width: 67%;
  }
}

@media (max-width: 1440px) {
  .header .header__body .logo img {
    width: 50%;
    height: 50%;
  }
}

.header .header__body .nav {
  margin-left: auto;
}

@media (max-width: 1023px) {
  .header .header__body .nav-trigger {
    margin-left: auto;
  }
}

.header .header__body .btn {
  --clip-size: 1.8rem;
  padding-left: 5.3rem;
  padding-right: 4.2rem;
  height: var(--header-body-height);
  margin-left: 3.3rem;
  position: relative;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.09em;
  font-weight: 700;
  
  text-decoration: none;
  color: var(--c-white);
  clip-path: polygon(var(--clip-size) 0%, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 1440px) {
  .header .header__body .btn {
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1.4rem;
    max-width: 17rem;
  }
}

@media (hover: hover) {
  .header .header__body .btn:hover, .header .header__body .btn:focus-within {
    color: var(--c-red);
  }
}

@media (max-width: 1023px) {
  .header .header__body .btn {
    display: none;
  }
}

.header .header__foot {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media (min-width: 1023.02px) {
  .header .header__foot {
    display: none !important;
  }
}

.header .header__foot .btn {
  --clip-size: 0rem;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
}

.hero {
  position: relative;
  color: var(--c-white);
  overflow: hidden;
}

@media (max-width: 767px) {
  .hero {
    background-image: none;
    background-color: var(--c-red);
  }
}

@media (max-width: 767px) and (min-width: 374.02px) {
  .hero {
    --shell-gutter: 3.8rem;
  }
}

@media (min-width: 1199.02px) {
  .hero {
	min-height: 45rem;
  }
}

.hero .hero__inner {
  position: relative;
  max-width: calc(50% + 8.2rem);
  padding-block: 16.7rem 17.9rem;
  clip-path: polygon(0 0%, 100% 0, calc(100% - 13.2rem) 100%, 0 100%);
}

@media (max-width: 1023px) {
  .hero .hero__inner {
    padding: 7rem 0;
  }
}

@media (max-width: 767px) {
  .hero .hero__inner {
    max-width: 100%;
    clip-path: none;
    background-color: transparent;
    padding: 4.9rem 0 5.4rem;
  }
}

.hero .hero__inner:before {
  position: absolute;
  top: 0;
  right: 1.1rem;
  display: block;
  width: 22.7rem;
  height: 100%;
  background-color: var(--c-white);
  clip-path: polygon(0% 100%, 10.5% 82.1%, 32% 82.1%, 21% 100%, 100% 100%, 100% 0%, 98% 0%, 68.8% 50.3%, 70.4% 50.3%, 100% 0%, 100% 100%);
}

@media (min-width: 767.02px) {
  .hero .hero__inner:before {
    content: "";
  }
}

.hero .hero__head {
  margin-bottom: 0;
  max-width: 57rem;
  margin-left: 0.8rem;
}

.hero .hero__head:not(:last-child) {
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
  .hero .hero__head {
    margin-left: 0;
    margin-bottom: 0;
  }
  .hero .hero__head:not(:last-child) {
    margin-bottom: 1.4rem;
  }
}

.hero .hero__content {
  margin-bottom: 0;
  max-width: 52rem;
  margin-left: 1.4rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5556;
}

.hero .hero__content:not(:last-child) {
  margin-bottom: 5.4rem;
}

@media (max-width: 1023px) {
  .hero .hero__content {
    padding-right: 9rem;
    margin-bottom: 0;
  }
  .hero .hero__content:not(:last-child) {
    margin-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .hero .hero__content {
    margin-left: 0.4rem;
    font-size: 1.3rem;
    line-height: 1.538;
    padding-right: 4rem;
    margin-bottom: 0;
  }
  .hero .hero__content:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

.hero .hero__actions {
  max-width: 57rem;
}

.hero .hero__actions .btn {
  --bg-color: var(--c-white);
  --text-color: var(--c-red);
}

.hero .hero__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  bottom: -5.2rem;
  width: 100%;
  max-width: calc(50% + 2.3rem);
  overflow: hidden;
  text-align: right;
  clip-path: polygon(13.2rem 0%, 100% 0%, 100% 100%, -0.9rem 100%);
}

@media (max-width: 767px) {
  .hero .hero__image {
    position: static;
    max-width: 100%;
    clip-path: none;
  }
}

.hero .hero__image:before {
  position: absolute;
  top: 0;
  left: 11.4rem;
  z-index: 1;
  display: block;
  width: 7.8rem;
  height: 16.9rem;
  background-color: var(--c-red);
  clip-path: polygon(0% 100%, 38.5% 0%, 100% 0%, 61.5% 100%);
}

@media (min-width: 767.02px) {
  .hero .hero__image:before {
    content: "";
  }
}

.hero .hero__image:after {
  position: absolute;
  bottom: 5.2rem;
  left: 1.8rem;
  z-index: 1;
  display: block;
  width: 32.4rem;
  height: 34.4rem;
  background-color: var(--c-red);
  mix-blend-mode: overlay;
  clip-path: polygon(0% 100%, 18.8% 0%, 61.31% 0%, 42.4% 100%, 47% 100%, 57.4% 45.6%, 100% 45.6%, 89.5% 100%);
}

@media (min-width: 767.02px) {
  .hero .hero__image:after {
    content: "";
  }
}

@media (min-width: 767.02px) {
  .hero .hero__image img {
    position: absolute;
    top: -0.2rem;
    right: 0;
    width: auto;
    min-width: 55vw;
    max-width: unset;
    height: 100%;
    object-position: top right;
    object-fit: cover;
  }
}

.hero--alt {
  --rotate-distance: 10.1deg;
  background-color: var(--c-gray-2e);
  background-image: none;
}

@media (max-width: 767px) {
  .hero--alt {
    --shell-gutter: 1.5rem;
  }
}

.hero--alt .hero__inner {
  padding: 11.7rem 0 8.6rem;
  position: relative;
  clip-path: none;
  width: 50.8%;
}

@media (max-width: 767px) {
  .hero--alt .hero__inner {
    width: 100%;
    padding: 4rem 0;
  }
}

.hero--alt .hero__inner:after, .hero--alt .hero__inner:before {
  content: "";
  position: absolute;
  background-color: none;
  top: auto;
  bottom: 0;
  width: 0.5rem;
  right: 0.9rem;
  height: 100%;
  clip-path: none;
  transform: skewX(calc(var(--rotate-distance) * -1));
  transform-origin: bottom left;
}

.hero--alt .hero__inner:after {
  background-image: linear-gradient(to bottom, var(--c-white) 31%, transparent 31%);
}

.hero--alt .hero__inner:before {
  width: 4.8rem;
  right: 4.8rem;
  height: 14.8rem;
  background-color: var(--c-red);
}

@media (max-width: 1199px) {
  .hero--alt .hero__inner:before {
    right: 2.8rem;
  }
}

@media (max-width: 767px) {
  .hero--alt .hero__inner:before {
    width: 3rem;
    right: 0.5rem;
  }
}

.hero--alt .hero__head {
  max-width: 65rem;
}

@media (min-width: 1199.02px) {
  .hero--alt .hero__head h1 {
    font-size: 6rem;
  }
}

.hero--alt .hero__image {
  z-index: 1;
  bottom: 0;
  max-width: 49.2%;
  clip-path: none;
  transform: skewX(calc(var(--rotate-distance) * -1));
  transform-origin: left bottom;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hero--alt .hero__image {
    max-width: 100%;
    transform: none;
  }
}

.hero--alt .hero__image img {
  transform: skewX(var(--rotate-distance));
  transform-origin: left bottom;
}

@media (max-width: 767px) {
  .hero--alt .hero__image img {
    transform: none;
  }
}

.hero--alt .hero__image:before {
  height: 100%;
  left: -1px;
  clip-path: none;
  background-color: var(--c-white);
  width: 2.7rem;
}

.hero--alt .hero__image:after {
  left: 4rem;
  width: 4.8rem;
  height: 40.6%;
  bottom: auto;
  top: 0;
  clip-path: none;
  background-color: var(--c-white);
  opacity: 1;
  mix-blend-mode: unset;
}

@media (min-width: 767.02px) {
  .hero--alt-3 {
    --rotate-distance: 10.1deg;
    background-color: var(--c-gray-2e);
    background-image: none;
  }
  .hero--alt-3 .hero__inner {
    padding: 10.7rem 0 14.6rem;
    clip-path: none;
    width: 49.1%;
  }
  .hero--alt-3 .hero__inner:after, .hero--alt-3 .hero__inner:before {
    content: "";
    position: absolute;
    background-color: none;
    top: auto;
    bottom: 0;
    width: 0.5rem;
    right: 3.1rem;
    height: 100%;
    clip-path: none;
    transform: skewX(calc(var(--rotate-distance) * -1));
    transform-origin: bottom left;
  }
  .hero--alt-3 .hero__inner:after {
    background-image: linear-gradient(to bottom, var(--c-white) 32.2%, transparent 32.2%);
  }
  .hero--alt-3 .hero__inner:before {
    width: 2.7rem;
    right: 2.9rem;
    height: 16.4rem;
    background-color: var(--c-red);
  }
  .hero--alt-3 .hero__image {
    z-index: 1;
    bottom: 0;
    max-width: 50.9%;
    clip-path: none;
    transform: skewX(calc(var(--rotate-distance) * -1));
    transform-origin: left bottom;
    overflow: hidden;
  }
}

@media (min-width: 767.02px) and (max-width: 767px) {
  .hero--alt-3 .hero__image {
    max-width: 100%;
    transform: none;
  }
}

@media (min-width: 767.02px) {
  .hero--alt-3 .hero__image img {
    transform: skewX(var(--rotate-distance));
    transform-origin: left bottom;
  }
}

@media (min-width: 767.02px) and (max-width: 767px) {
  .hero--alt-3 .hero__image img {
    transform: none;
  }
}

@media (min-width: 767.02px) {
  .hero--alt-3 .hero__image:before {
    height: 100%;
    left: -1px;
    clip-path: none;
    background-color: var(--c-white);
    width: 2.7rem;
  }
  .hero--alt-3 .hero__image:after {
    left: 3.7rem;
    width: 4.8rem;
    height: 28.4%;
    bottom: auto;
    top: 0;
    clip-path: none;
    background-color: var(--c-white);
    opacity: 1;
    mix-blend-mode: unset;
  }
  .hero--alt-3 .hero__image-decor-1 {
    position: absolute;
    z-index: 2;
    left: 3.7rem;
    width: 14.1rem;
    height: 48.2%;
    bottom: auto;
    bottom: 0;
    clip-path: none;
    background-color: var(--c-black);
    opacity: 1;
    mix-blend-mode: overlay;
  }
}

@media (min-width: 767.02px) and (max-width: 1199px) {
  .hero--alt-3 .hero__image-decor-1 {
    width: 7rem;
    height: 35%;
  }
}

@media (min-width: 767.02px) {
  .hero--alt-3 .hero__image-decor-2 {
    position: absolute;
    z-index: 2;
    left: 19.2rem;
    width: 14.1rem;
    height: 20.6%;
    bottom: auto;
    bottom: 0;
    clip-path: none;
    background-color: var(--c-red);
    opacity: 1;
    mix-blend-mode: overlay;
  }
}

@media (min-width: 767.02px) and (max-width: 1199px) {
  .hero--alt-3 .hero__image-decor-2 {
    width: 7rem;
    left: 12rem;
    height: 15%;
  }
}

@media (min-width: 767.02px) {
  .hero--alt-3 .hero__head {
    max-width: 62rem;
    margin-left: 0.4rem;
    margin-bottom: 0;
  }
  .hero--alt-3 .hero__head:not(:last-child) {
    margin-bottom: 1.7rem;
  }
}

@media (min-width: 767.02px) and (max-width: 1023px) {
  .hero--alt-3 .hero__head {
    max-width: 100%;
  }
}

@media (min-width: 767.02px) {
  .hero--alt-3 .hero__content {
    max-width: 61rem;
    margin-left: 0.3rem;
    letter-spacing: 0;
    font-size: 1.7rem;
    line-height: 1.647;
    margin-bottom: 0;
  }
  .hero--alt-3 .hero__content:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}

@media (min-width: 767.02px) and (max-width: 1023px) {
  .hero--alt-3 .hero__content {
    padding-right: 0;
  }
}

@media (min-width: 767.02px) {
  .hero--alt-3 .hero__actions .btn {
    --clip-size: 1.5rem;
    --bg-color: var(--c-red);
    --text-color: var(--c-white);
    letter-spacing: 0.075em;
  }
}

@media (min-width: 767.02px) and (min-width: 1023.02px) {
  .hero--alt-3 .hero__actions .btn {
    padding: 2.6rem 4.1rem;
  }
}

@media (min-width: 767.02px) {
  .hero--alt-3 .hero__actions .link {
    display: inline-block;
    margin: 1rem 0 1rem 2rem;
    vertical-align: middle;
  }
}

.link-icon {
  display: flex;
  align-items: flex-end;
  gap: 2.1rem;
}

.link-icon .link__content {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4667;
}

.link-icon .link__content h6 {
  margin-bottom: 0;
  color: var(--c-gray-bc);
  font: inherit;
}

.link-icon .link__content h6:not(:last-child) {
  margin-bottom: 0;
}

.link-icon .link__content a {
  text-decoration: none;
  transition: color var(--t-duration);
}

@media (hover: hover) {
  .link-icon .link__content a:hover, .link-icon .link__content a:focus-within {
    color: var(--c-red);
  }
}

.link-icon.link-icon--phone .link__content a {
  font-size: 2.5rem;
  line-height: 1.2;
}

/* ------------------------------------------------------------ *\
    Link
\* ------------------------------------------------------------ */

.link {
  font-size: 2.4rem;
  font-weight: 700;
  
  letter-spacing: 0.01em;
  text-decoration: none;
}

/* ------------------------------------------------------------ *\
    List Checked
\* ------------------------------------------------------------ */

.list-checked {
  list-style-type: none;
  columns: 2;
  padding-right: 7rem;
  font-weight: 600;
  font-size: 1.7rem;
}

@media (max-width: 1199px) {
  .list-checked {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .list-checked {
    line-height: 1.2;
  }
}

.list-checked li {
  position: relative;
  padding-left: 3.3rem;
  margin-bottom: 0.15rem;
}

@media (max-width: 1023px) {
  .list-checked li {
    padding-left: 3rem;
  }
}

@media (max-width: 767px) {
  .list-checked li {
    padding-left: 2.3rem;
    margin-bottom: 0.3rem;
  }
}

.list-checked li:before {
  content: "";
  position: absolute;
  width: 1.7rem;
  top: 0.8rem;
  left: 0;
  aspect-ratio: 1;
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17.5" viewBox="0 0 17 17.5"><defs><clipPath id="a"><path fill="%23de3135" d="M375 269h17v17.5h-17z" data-name="Rectangle 1"/></clipPath></defs><g clip-path="url(%23a)" data-name="Mask Group 1" transform="translate(-375 -269)"><path fill="%23de3135" fill-rule="evenodd" d="M383.5 525.999a8.5 8.5 0 1 1 8.5-8.5 8.5 8.5 0 0 1-8.5 8.5Zm3.845-11.282a.932.932 0 0 0-1.315 0l-3.593 3.593-1.467-1.468a.93.93 0 0 0-1.315 1.315l2.125 2.125a.932.932 0 0 0 1.315 0l4.25-4.25a.932.932 0 0 0 0-1.315Zm-3.845-18.718a8.5 8.5 0 1 1 8.5-8.5 8.5 8.5 0 0 1-8.5 8.5Zm3.845-11.282a.932.932 0 0 0-1.315 0l-3.593 3.592-1.467-1.467a.93.93 0 0 0-1.315 1.315l2.125 2.125a.932.932 0 0 0 1.315 0l4.25-4.25a.932.932 0 0 0 0-1.315Zm-3.845-18.718a8.5 8.5 0 1 1 8.5-8.5 8.5 8.5 0 0 1-8.5 8.5Zm3.845-11.282a.932.932 0 0 0-1.315 0l-3.593 3.592-1.467-1.467a.93.93 0 0 0-1.315 1.315l2.125 2.12a.93.93 0 0 0 1.315 0l4.25-4.249a.932.932 0 0 0 0-1.311Zm-3.845-18.718a8.5 8.5 0 1 1 8.5-8.5 8.5 8.5 0 0 1-8.5 8.5Zm3.845-11.282a.932.932 0 0 0-1.315 0l-3.593 3.593-1.467-1.468a.93.93 0 0 0-1.315 1.315l2.125 2.125a.932.932 0 0 0 1.315 0l4.25-4.25a.932.932 0 0 0 0-1.315Zm-3.845-18.718a8.5 8.5 0 1 1 8.5-8.5 8.5 8.5 0 0 1-8.5 8.5Zm3.845-11.282a.932.932 0 0 0-1.315 0l-3.593 3.592-1.467-1.467a.93.93 0 0 0-1.315 1.315l2.125 2.125a.932.932 0 0 0 1.315 0l4.25-4.25a.932.932 0 0 0 0-1.315Zm-3.845-18.718a8.5 8.5 0 1 1 8.5-8.5 8.5 8.5 0 0 1-8.5 8.5Zm3.845-11.282a.932.932 0 0 0-1.315 0l-3.593 3.592-1.467-1.467a.93.93 0 1 0-1.315 1.315l2.125 2.125a.932.932 0 0 0 1.315 0l4.25-4.25a.932.932 0 0 0 0-1.315Zm-3.845-18.718a8.5 8.5 0 1 1 8.5-8.5 8.5 8.5 0 0 1-8.5 8.5Zm3.845-11.282a.932.932 0 0 0-1.315 0l-3.593 3.592-1.467-1.467a.93.93 0 0 0-1.315 1.315l2.125 2.125a.932.932 0 0 0 1.315 0l4.25-4.251a.931.931 0 0 0 0-1.314ZM383.5 316a8.5 8.5 0 1 1 8.5-8.5 8.5 8.5 0 0 1-8.5 8.5Zm3.845-11.283a.932.932 0 0 0-1.315 0l-3.593 3.593-1.467-1.468a.93.93 0 0 0-1.315 1.315l2.125 2.125a.932.932 0 0 0 1.315 0l4.25-4.25a.932.932 0 0 0 0-1.315ZM383.5 286a8.5 8.5 0 1 1 8.5-8.5 8.5 8.5 0 0 1-8.5 8.5Zm3.845-11.283a.932.932 0 0 0-1.315 0l-3.593 3.592-1.467-1.467a.93.93 0 1 0-1.315 1.315l2.125 2.12a.932.932 0 0 0 1.315 0l4.25-4.25a.932.932 0 0 0 0-1.31ZM383.5 538.999a8.5 8.5 0 1 1-8.5 8.5 8.5 8.5 0 0 1 8.5-8.5Zm-3.845 9.158 2.125 2.12a.932.932 0 0 0 1.315 0l4.25-4.25a.93.93 0 0 0-1.32-1.31l-3.593 3.593-1.467-1.468a.93.93 0 0 0-1.31 1.315Z"/></g></svg>');
  mask-size: 100% 100%;
  background-color: var(--c-red);
}

@media (max-width: 1199px) {
  .list-checked li:before {
    top: 0.5rem;
  }
}

@media (max-width: 767px) {
  .list-checked li:before {
    top: 0.1rem;
  }
}

/* ------------------------------------------------------------ *\
    List Contacts
\* ------------------------------------------------------------ */

.list-contacts {
  display: flex;
  list-style-type: none;
  line-height: 1.33;
  font-weight: 600;
}

@media (max-width: 1440px) {
  .list-contacts {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .list-contacts {
    flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 1.375;
    gap: 1.8rem 0;
  }
}

.list-contacts h6 {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.list-contacts a {
  text-decoration: none;
}

.list-contacts > li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 767px) {
  .list-contacts > li {
    width: 47.4%;
    align-items: flex-start;
  }
}

.list-contacts > li > picture {
  margin-right: 1.2rem;
}

@media (max-width: 767px) {
  .list-contacts > li > picture {
    margin-top: 0.4rem;
  }
}

.list-contacts > li > div {
  width: 10%;
  flex-grow: 1;
}

@media (min-width: 767.02px) {
  .list-contacts > li + li {
    padding-left: 3.2rem;
  }
}

.list-contacts li ul {
  list-style-type: none;
  columns: 4;
  column-gap: 1rem;
}

@media (max-width: 1440px) {
  .list-contacts li ul {
    columns: 2;
  }
}

@media (max-width: 767px) {
  .list-contacts li ul {
    columns: 1;
  }
}

.list-contacts li ul li {
  break-inside: avoid;
}

@media (max-width: 767px) {
  .list-contacts li:has(.socials) {
    align-self: center;
  }
}

@media (max-width: 767px) {
  .list-contacts .visible-xs-block {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .list-contacts .socials {
    margin-left: 3.4rem;
    gap: 0.6rem !important;
  }
}

.list-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem 3.9rem;
  margin: 0;
  font-size: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .list-logos {
    gap: 1.4rem 0.2rem;
  }
}

.list-logos li {
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .list-logos img {
    max-width: calc(var(--img-width) * 0.57);
  }
}

/* ------------------------------------------------------------ *\
    List Services
\* ------------------------------------------------------------ */

.list-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  gap: 7.8rem;
}

@media (max-width: 767px) {
  .list-services {
    gap: 3rem;
  }
}

.list-services li {
  display: inline-flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .list-services li {
    width: 100%;
  }
}

.list-services li picture {
  margin-top: 0.7rem;
}

@media (max-width: 767px) {
  .list-services li picture {
    min-width: 25%;
    text-align: center;
  }
}

.list-services li > div {
  flex-grow: 1;
  width: 10%;
  margin-left: 1.5rem;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.176;
}

.list-services li h6 {
  font-size: inherit;
  margin-bottom: 0.2rem;
}

/* ------------------------------------------------------------ *\
    List Working Time
\* ------------------------------------------------------------ */

.list-working-time {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.list-working-time li:not(:first-child):before {
  content: "/";
  margin: 0 1.1rem;
}

/* ------------------------------------------------------------ *\
    Location
\* ------------------------------------------------------------ */

.location h6 {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.1em;
}

@media (max-width: 767px) {
  .location h6 {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .location p {
    display: none;
  }
}

.location--big h6 {
  font-size: 1.8rem;
}

.section-map {
	overflow: hidden;
}

.map {
  overflow: hidden;
  padding-top: 30%;
  position: relative;
  max-height: 65rem;
}
@media (max-width: 767px) {
	.map {
		padding-top: 100%;
	}
}
.map .map__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* ------------------------------------------------------------ *\
    Nav Trigger
\* ------------------------------------------------------------ */

.nav-trigger {
  --clip-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  width: 4.8rem;
  height: 3.7rem;
  background-color: var(--c-red);
  clip-path: polygon(var(--clip-size) 0%, 100% 0, calc(100% - var(--clip-size)) 100%, 0 100%);
}

@media (min-width: 1023.02px) {
  .nav-trigger {
    display: none;
  }
}

.nav-trigger .nav__inner {
  position: relative;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  color: var(--c-white);
}

.nav-trigger .nav__inner span {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: currentcolor;
  transition: top 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
}

.nav-trigger .nav__inner span:nth-child(1) {
  top: 0;
}

.nav-trigger .nav__inner span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.nav-trigger .nav__inner span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}

.is-menu-open .nav-trigger .nav__inner span {
  transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s;
}

.is-menu-open .nav-trigger .nav__inner span:nth-child(2) {
  opacity: 0;
}

.is-menu-open .nav-trigger .nav__inner span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.is-menu-open .nav-trigger .nav__inner span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

/* ------------------------------------------------------------ *\
    Nav
\* ------------------------------------------------------------ */

.nav {
  list-style-type: none;
  font-size: 1.35rem;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--c-black);
    color: var(--c-white);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
}

@media (max-width: 767px) {
  .nav {
    font-size: 2rem;
  }
}

.nav a {
  text-decoration: none;
}

.nav > ul {
  list-style-type: none;
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  .nav > ul {
    display: block;
  }
}

.nav > ul > li {
  position: relative;
}

.nav > ul > li > a {
  
  letter-spacing: 0.075em;
  transition: color 0.3s;
  display: block;
}

@media (max-width: 1023px) {
  .nav > ul > li > a {
    padding: 2rem 2rem;
  }
}

@media (max-width: 767px) {
  .nav > ul > li > a {
    padding: 1.35rem 4.4rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.nav > ul > li > a:hover {
  color: var(--c-red);
}

.nav > ul > li + li {
  margin-left: 4.7rem;
}

@media (max-width: 1440px) {
  .nav > ul > li + li {
    margin-left: 3rem;
  }
}

@media (max-width: 1023px) {
  .nav > ul > li + li {
    margin: 0;
    border-top: 1px solid #59575b;
  }
}

.nav > ul > li ul {
  color: var(--c-white);
  list-style-type: none;
  font-size: 1.8rem;
  font-weight: 600;
}

@media (min-width: 1023.02px) {
  .nav > ul > li ul {
    position: absolute;
    z-index: 99;
    top: calc(50% + var(--header-body-height) / 2);
    min-width: 28rem;
    left: 59%;
    transform: translate(-50%, 0);
    width: 100%;
    background-color: var(--c-black);
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 1023px) {
  .nav > ul > li ul {
    background: var(--c-red);
    display: none;
  }
}

@media (max-width: 767px) {
  .nav > ul > li ul {
    padding-top: 1.4rem;
    padding-bottom: 1.9rem;
    font-size: 1.7rem;
  }
}

@media (min-width: 1023.02px) {
  .nav > ul > li ul:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: calc(var(--header-body-height) / 2);
  }
}

@media (min-width: 1023.02px) {
  .nav > ul > li ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -50%;
    rotate: 45deg;
    width: 1.4rem;
    aspect-ratio: 1;
    background-color: red;
    background-color: var(--c-black);
  }
}

.nav > ul > li ul li a {
  position: relative;
  text-decoration: none;
  display: block;
  padding: 1.1rem 3.7rem;
  transition: background-color 0.3s;
}

@media (max-width: 767px) {
  .nav > ul > li ul li a {
    padding: 0.55rem 7rem;
  }
}

@media (hover: hover) {
  .nav > ul > li ul li a:hover, .nav > ul > li ul li a:focus-within {
    background-color: var(--c-red);
  }
}

@media (min-width: 1023.02px) {
  .nav > ul > li ul li + li {
    border-top: 1px solid var(--c-gray-4e);
  }
}

@media (max-width: 1023px) {
  .nav > ul > li:has(ul) > a {
    position: relative;
    padding-right: 7rem;
  }
  .nav > ul > li:has(ul) > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.3rem;
    width: 1rem;
    height: 1.2rem;
    background-color: var(--c-white);
    translate: 50% -50%;
    opacity: 0.46;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    transition: rotate 0.3s;
  }
}

@media (max-width: 1023px) {
  .nav > ul > li.is-expanded > a:after {
    rotate: 90deg;
  }
}

@media (min-width: 1023.02px) {
  .nav > ul > li:has(a:focus) ul, .nav > ul > li:hover ul {
    opacity: 1;
    pointer-events: auto;
  }

}

@media (max-width: 1023px) {
  .is-menu-open .nav {
    opacity: 1;
    pointer-events: auto;
  }
}

.payments {
  display: flex;
  align-items: center;
  gap: 1.9rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3333;
}

@media (max-width: 767px) {
  .payments {
    justify-content: center;
  }
}

.payments p {
  margin-bottom: 0;
}

.payments p:not(:last-child) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .payments p {
    display: none;
  }
}

.payments ul {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  list-style: none;
}

/* ------------------------------------------------------------ *\
    Reason
\* ------------------------------------------------------------ */

.reason {
  background-color: var(--c-white);
  padding: 2.6rem 5rem 3.6rem 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0px 7px 11.96px 1.04px rgba(184, 184, 184, 0.29);
}

@media (max-width: 767px) {
  .reason {
    padding: 2.5rem 2rem 2.5rem;
  }
}

.reason .reason__media {
  margin-top: 0.9rem;
  width: 21.5%;
  text-align: center;
}

.reason .reason__content {
  width: 10%;
  flex-grow: 1;
  margin-left: 1.1rem;
  font-size: 1.7rem;
  line-height: 1.5294;
  font-weight: 600;
}

@media (max-width: 767px) {
  .reason .reason__content {
    margin-left: 2rem;
    font-size: 1.6rem;
  }
}

.reason .reason__content h4 {
  margin-bottom: 0;
}

.reason .reason__content h4:not(:last-child) {
  margin-bottom: 0.8rem;
}

.section-boxes {
  padding-block: 8.4rem 11.3rem;
  background-color: var(--c-gray-f8);
}

@media (max-width: 767px) {
  .section-boxes {
    padding: 3.2rem 0 0;
    background-color: var(--c-gray-e7);
  }
}

.section-boxes .section__head {
  margin-bottom: 0;
  align-items: center;
}

.section-boxes .section__head:not(:last-child) {
  margin-bottom: 4.1rem;
}

@media (max-width: 767px) {
  .section-boxes .section__head {
    margin-bottom: 0;
  }
  .section-boxes .section__head:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}

.section-boxes .section__head h2 {
  margin-bottom: 0;
}

.section-boxes .section__head h2:not(:last-child) {
  margin-bottom: 0;
}

.section-boxes .section__head .btn {
  margin-left: auto;
}

@media (max-width: 767px) {
  .section-boxes .section__head .btn {
    display: none;
  }
}

.section-boxes .section__foot {
  text-align: center;
  margin: 2.9rem calc(50% - 50vw) 0;
}

.section-boxes .section__foot .btn {
  width: 100%;
  clip-path: none;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.section-cards {
  padding-block: 6.8rem 8.5rem;
}

@media (max-width: 1199px) {
  .section-cards {
    padding: 5.5rem 0;
  }
}

@media (max-width: 767px) {
  .section-cards {
    padding: 1.8rem 0;
  }
}

@media (max-width: 767px) and (min-width: 374.02px) {
  .section-cards {
    --shell-gutter: 3.4rem;
  }
}

.section-cards .section__head {
  margin-bottom: 0;
}

.section-cards .section__head:not(:last-child) {
  margin-bottom: 4.2rem;
}

@media (max-width: 767px) {
  .section-cards .section__head {
    margin-bottom: 0;
  }
  .section-cards .section__head:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}

@media (max-width: 767px) {
  .section-cards .section__media {
    margin: 0 calc(50% - 50vw) 2.7rem;
  }
}

.section-cards .section__media .map {
  aspect-ratio: 420/238;
}

.section-cards.section-cards--alt {
  background-color: var(--c-gray-32);
  color: var(--c-white);
}

@media (min-width: 1199.02px) {
  .section-cards.section-cards--alt {
    padding-block: 7.1rem 7.9rem;
  }
}

@media (max-width: 767px) {
  .section-cards.section-cards--alt {
    background: #242222;
    padding: 4.8rem 0;
  }
}

@media (max-width: 767px) {
  .section-cards.section-cards--alt .card .card__body {
    background-color: transparent;
  }
}

/* ------------------------------------------------------------ *\
    Section Contacts
\* ------------------------------------------------------------ */

.section-contacts {
  color: var(--c-white);
  background-color: var(--c-red);
}

.section-contacts .section__inner {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .section-contacts .section__inner {
    width: 100%;
  }
}

.section-contacts .section__content {
  font-size: 1.8rem;
  line-height: 1.667;
  font-weight: 600;
  width: 50%;
  padding: 1rem 4rem 1rem 0rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 1023px) {
  .section-contacts .section__content {
    width: 40%;
    padding: 2rem 0;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .section-contacts .section__content {
    width: 100%;
  }
}

.section-contacts .section__aside {
  width: 10%;
  flex-grow: 1;
  margin-left: 6%;
  position: relative;
  padding: 6.9rem 2rem 6.4rem 8.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 1199px) {
  .section-contacts .section__aside {
    padding: 5rem 0rem 5rem 4rem;
  }
}

@media (max-width: 1023px) {
  .section-contacts .section__aside {
    padding: 4rem 0rem 4rem 4rem;
  }
}

@media (max-width: 767px) {
  .section-contacts .section__aside {
    padding: 3rem 0rem;
    width: 100%;
    margin: 0;
    font-size: 1.4rem;
  }
}

.section-contacts .section__aside:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 2rem;
  height: 100%;
  background-color: var(--c-gray-32);
  transform: skewX(-10deg);
}

@media (max-width: 1023px) {
  .section-contacts .section__aside:after {
    width: 100vw;
  }
}

@media (max-width: 767px) {
  .section-contacts .section__aside:after {
    left: -4rem;
    width: 118vw;
  }
}

.section-contacts .section__aside > * {
  position: relative;
  z-index: 2;
}

.section-contacts .section__aside h5 {
  font-weight: 600;
  margin-bottom: 0;
}

.section-contacts .section__aside h5:not(:last-child) {
  margin-bottom: 0.6rem;
}

.section-contacts .section__aside h2 {
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 0;
}

.section-contacts .section__aside h2:not(:last-child) {
  margin-bottom: 1.1rem;
}

@media (max-width: 1023px) {
  .section-contacts .section__aside h2 {
    font-size: 4rem;
  }
}

.section-contacts .section__aside h2 a {
  text-decoration: none;
  transition: opacity 0.3s;
}

.section-contacts .section__aside h2 a:hover {
  opacity: 0.6;
}

.section-contacts .section__aside h6 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
}

.section-coupons {
  padding-block: 6.5rem 11rem;
  background-color: var(--c-red);
  color: var(--c-white);
}

@media (max-width: 767px) {
  .section-coupons {
    padding: 3.6rem 0 6.5rem;
  }
}

@media (max-width: 767px) and (min-width: 374.02px) {
  .section-coupons {
    --shell-gutter: 4.5rem;
  }
}

.section-coupons .section__head {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem 4rem;
}

.section-coupons .section__head:not(:last-child) {
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .section-coupons .section__head {
    margin-bottom: 0;
	display: flex;
    flex-direction: column;
  }
  .section-coupons .section__head:not(:last-child) {
    margin-bottom: 3.3rem;
  }
}

.section-coupons .section__head h2 {
  margin-bottom: 0;
}

.section-coupons .section__head h2:not(:last-child) {
  margin-bottom: 0;
}

.section-coupons .section__head .btn {
  margin-left: auto;
}
@media (max-width: 767px) {
  .section-coupons .section__head .btn {
  margin-left: 0;
  }
}

.section-cta {
  position: relative;
  isolation: isolate;
  padding-block: 8.1rem 7.8rem;
  background-color: var(--c-gray-51);
  color: var(--c-white);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.4444;
}

@media (max-width: 767px) {
  .section-cta {
    --shell-gutter: 5rem;
    padding: 3.4rem 0 4.6rem;
    text-align: center;
  }
}

.section-cta .section__inner {
  display: flex;
  align-items: flex-start;
  gap: 4.2rem;
}

@media (max-width: 767px) {
  .section-cta .section__inner {
    display: block;
  }
}

.section-cta .section__body {
  padding-top: 0.5rem;
}

@media (max-width: 767px) {
  .section-cta .section__body {
    margin-bottom: 0;
  }
  .section-cta .section__body:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.section-cta .section__actions {
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .section-cta .section__actions .btn {
    width: 100%;
  }
}

.section-cta .section__background {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.48;
  mix-blend-mode: overlay;
}

.section-cta .section__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-logos {
  padding-block: 6.4rem 8.4rem;
}

@media (max-width: 767px) {
  .section-logos {
    --shell-gutter: 0rem;
    padding: 3.3rem 0 4rem;
  }
}

.section-logos .section__head {
  margin-bottom: 0;
}

.section-logos .section__head:not(:last-child) {
  margin-bottom: 2.6rem;
}

/* ------------------------------------------------------------ *\
    Section Reasons
\* ------------------------------------------------------------ */

.section-reasons {
  background-color: var(--c-gray-ec);
  padding: 5.4rem 0 7.7rem;
}

@media (max-width: 767px) {
  .section-reasons {
    padding: 4rem 0;
  }
}

.section-reasons .section__head {
  margin-bottom: 0;
}

.section-reasons .section__head:not(:last-child) {
  margin-bottom: 5.2rem;
}

@media (max-width: 767px) {
  .section-reasons .section__head {
    margin-bottom: 0;
  }
  .section-reasons .section__head:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.section-reasons .section__body .grid {
  --grid-gutter: 2.2rem 2.5rem;
}

@media (max-width: 767px) {
  .section-reasons .section__body .grid {
    --grid-cols:1;
  }
}

.section-reasons .section__body .reason {
  height: 100%;
}

/* ------------------------------------------------------------ *\
    Section Services
\* ------------------------------------------------------------ */

.section-services {
  padding: 8.2rem 0 7.5rem;
}

@media (max-width: 1023px) {
  .section-services {
    padding: 6rem 0;
  }
}

.section-services .section__title {
  text-align: center;
  margin-bottom: 0;
}

.section-services .section__title:not(:last-child) {
  margin-bottom: 5.2rem;
}

@media (max-width: 767px) {
  .section-services .section__title {
    margin-bottom: 0;
  }
  .section-services .section__title:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.section-services .section__title h3 {
  font-size: 4rem;
}

.section-services .section__content {
  text-align: center;
  padding: 0 7rem;
}

@media (max-width: 767px) {
  .section-services .section__content {
    padding: 0;
  }
}

.section-services .section__content .list-services {
  text-align: left;
  margin-bottom: 0;
}

.section-services .section__content .list-services:not(:last-child) {
  margin-bottom: 4.6rem;
}

.section-services .section__content > p {
  font-size: 1.7rem;
  font-weight: 600;
}

/* ------------------------------------------------------------ *\
    Section Solutions
\* ------------------------------------------------------------ */

.section-solutions {
  --decor-angle: 7.9deg;
}

.section-solutions .section__inner {
  display: flex;
  flex-wrap: wrap;
}

.section-solutions .section__inner .section__media {
  width: 50%;
  flex-grow: 1;
  margin-left: calc(50% - 50vw);
  position: relative;
}

@media (max-width: 767px) {
  .section-solutions .section__inner .section__media {
    margin: 0 calc(50% - 50vw) 2rem;
    width: 100%;
    height: 70vw;
  }
}

.section-solutions .section__inner .section__media picture {
  position: absolute;
  top: 0;
  right: 2rem;
  left: 0;
  bottom: 0;
  display: block;
  min-height: 100%;
  transform: skewX(calc(var(--decor-angle) * -1));
  transform-origin: top right;
  overflow: hidden;
}

@media (max-width: 767px) {
  .section-solutions .section__inner .section__media picture {
    width: 100%;
  }
}

.section-solutions .section__inner .section__media picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: skewX(var(--decor-angle));
  transform-origin: top right;
}

.section-solutions .section__inner .section__media:before, .section-solutions .section__inner .section__media:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 2.7rem;
  height: 10rem;
  width: 4rem;
  background-color: var(--c-red);
  transform: skewX(calc(var(--decor-angle) * -1));
  transform-origin: bottom right;
}

@media (max-width: 767px) {
  .section-solutions .section__inner .section__media:before, .section-solutions .section__inner .section__media:after {
    width: 2rem;
    height: 4rem;
    right: 1.2rem;
  }
}

.section-solutions .section__inner .section__media:after {
  height: 19.2rem;
  width: 7rem;
  right: 6.1rem;
  background-color: var(--c-gray-32);
}

@media (max-width: 767px) {
  .section-solutions .section__inner .section__media:after {
    right: 3rem;
    width: 3rem;
    height: 8rem;
  }
}

.section-solutions .section__inner .section__content {
  width: 50%;
  padding: 7.1rem 0 10.5rem 4%;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.667;
}

@media (max-width: 1023px) {
  .section-solutions .section__inner .section__content {
    padding: 4rem 0;
  }
}

@media (max-width: 767px) {
  .section-solutions .section__inner .section__content {
    width: 100%;
  }
}

.section-solutions .section__inner .section__content h3 {
  margin-bottom: 0;
}

.section-solutions .section__inner .section__content h3:not(:last-child) {
  margin-bottom: 2rem;
}

@media (max-width: 1023px) {
  .section-solutions .section__inner .section__content h3 {
    margin-bottom: 0;
  }
  .section-solutions .section__inner .section__content h3:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.section-solutions .section__inner .section__content p {
  margin-bottom: 0;
}

.section-solutions .section__inner .section__content li:before {
  content: "";
  position: absolute;
  width: 1.7rem;
  top: 0.8rem;
  left: 0;
  aspect-ratio: 1;
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17.5" viewBox="0 0 17 17.5"><defs><clipPath id="a"><path fill="%23de3135" d="M375 269h17v17.5h-17z" data-name="Rectangle 1"/></clipPath></defs><g clip-path="url(%23a)" data-name="Mask Group 1" transform="translate(-375 -269)"><path fill="%23de3135" fill-rule="evenodd" d="M383.5 525.999a8.5 8.5 0 1 1 8.5-8.5 8.5 8.5 0 0 1-8.5 8.5Zm3.845-11.282a.932.932 0 0 0-1.315 0l-3.593 3.593-1.467-1.468a.93.93 0 0 0-1.315 1.315l2.125 2.125a.932.932 0 0 0 1.315 0l4.25-4.25a.932.932 0 0 0 0-1.315Zm-3.845-18.718a8.5 8.5 0 1 1 8.5-8.5 8.5 8.5 0 0 1-8.5 8.5Zm3.845-11.282a.932.932 0 0 0-1.315 0l-3.593 3.592-1.467-1.467a.93.93 0 0 0-1.315 1.315l2.125 2.125a.932.932 0 0 0 1.315 0l4.25-4.25a.932.932 0 0 0 0-1.315Zm-3.845-18.718a8.5 8.5 0 1 1 8.5-8.5 8.5 8.5 0 0 1-8.5 8.5Zm3.845-11.282a.932.932 0 0 0-1.315 0l-3.593 3.592-1.467-1.467a.93.93 0 0 0-1.315 1.315l2.125 2.12a.93.93 0 0 0 1.315 0l4.25-4.249a.932.932 0 0 0 0-1.311Zm-3.845-18.718a8.5 8.5 0 1 1 8.5-8.5 8.5 8.5 0 0 1-8.5 8.5Zm3.845-11.282a.932.932 0 0 0-1.315 0l-3.593 3.593-1.467-1.468a.93.93 0 0 0-1.315 1.315l2.125 2.125a.932.932 0 0 0 1.315 0l4.25-4.25a.932.932 0 0 0 0-1.315Zm-3.845-18.718a8.5 8.5 0 1 1 8.5-8.5 8.5 8.5 0 0 1-8.5 8.5Zm3.845-11.282a.932.932 0 0 0-1.315 0l-3.593 3.592-1.467-1.467a.93.93 0 0 0-1.315 1.315l2.125 2.125a.932.932 0 0 0 1.315 0l4.25-4.25a.932.932 0 0 0 0-1.315Zm-3.845-18.718a8.5 8.5 0 1 1 8.5-8.5 8.5 8.5 0 0 1-8.5 8.5Zm3.845-11.282a.932.932 0 0 0-1.315 0l-3.593 3.592-1.467-1.467a.93.93 0 1 0-1.315 1.315l2.125 2.125a.932.932 0 0 0 1.315 0l4.25-4.25a.932.932 0 0 0 0-1.315Zm-3.845-18.718a8.5 8.5 0 1 1 8.5-8.5 8.5 8.5 0 0 1-8.5 8.5Zm3.845-11.282a.932.932 0 0 0-1.315 0l-3.593 3.592-1.467-1.467a.93.93 0 0 0-1.315 1.315l2.125 2.125a.932.932 0 0 0 1.315 0l4.25-4.251a.931.931 0 0 0 0-1.314ZM383.5 316a8.5 8.5 0 1 1 8.5-8.5 8.5 8.5 0 0 1-8.5 8.5Zm3.845-11.283a.932.932 0 0 0-1.315 0l-3.593 3.593-1.467-1.468a.93.93 0 0 0-1.315 1.315l2.125 2.125a.932.932 0 0 0 1.315 0l4.25-4.25a.932.932 0 0 0 0-1.315ZM383.5 286a8.5 8.5 0 1 1 8.5-8.5 8.5 8.5 0 0 1-8.5 8.5Zm3.845-11.283a.932.932 0 0 0-1.315 0l-3.593 3.592-1.467-1.467a.93.93 0 1 0-1.315 1.315l2.125 2.12a.932.932 0 0 0 1.315 0l4.25-4.25a.932.932 0 0 0 0-1.31ZM383.5 538.999a8.5 8.5 0 1 1-8.5 8.5 8.5 8.5 0 0 1 8.5-8.5Zm-3.845 9.158 2.125 2.12a.932.932 0 0 0 1.315 0l4.25-4.25a.93.93 0 0 0-1.32-1.31l-3.593 3.593-1.467-1.468a.93.93 0 0 0-1.31 1.315Z"/></g></svg>');
  mask-size: 100% 100%;
  background-color: var(--c-red);
}

.section-solutions .section__inner .section__content ul {
  column-count: 2;
}

.section-solutions .section__inner .section__content p:not(:last-child) {
  margin-bottom: 3.1rem;
}

@media (max-width: 1023px) {
  .section-solutions .section__inner .section__content p {
    margin-bottom: 0;
  }
  .section-solutions .section__inner .section__content p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.section-testimonials {
  padding-block: 7.5rem 10.4rem;
  background-color: var(--c-gray-32);
  color: var(--c-white);
}

@media (max-width: 767px) {
  .section-testimonials {
    padding: 3.2rem 0 0;
  }
}

@media (max-width: 767px) and (min-width: 374.02px) {
  .section-testimonials {
    --shell-gutter: 4.3rem;
  }
}

.section-testimonials .section__head {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem 4rem;
}

.section-testimonials .section__head:not(:last-child) {
  margin-bottom: 4.4rem;
}

@media (max-width: 767px) {
  .section-testimonials .section__head {
    margin-bottom: 0;
  }
  .section-testimonials .section__head:not(:last-child) {
    margin-bottom: 3.4rem;
  }
}

.section-testimonials .section__head h2 {
  margin-bottom: 0;
}

.section-testimonials .section__head h2:not(:last-child) {
  margin-bottom: 0;
}

.section-testimonials .section__head .btn {
  margin-left: auto;
}

.section-testimonials .section__foot {
  text-align: center;
  margin: 5.5rem calc(50% - 50vw) 0;
}

.section-testimonials .section__foot .btn {
  width: 100%;
  clip-path: none;
  font-size: 2rem;
}

/* ------------------------------------------------------------ *\
    Section Text Images
\* ------------------------------------------------------------ */

.section-text-images {
  margin: 11.3rem 0 9.6rem;
}

@media (max-width: 1023px) {
  .section-text-images {
    margin: 8rem 0 6rem;
  }
}

@media (max-width: 767px) {
  .section-text-images {
    margin: 6rem 0;
  }
}

.section-text-images .section__inner {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .section-text-images .section__inner {
    display: block;
  }
}

.section-text-images .section__inner .section__content {
  width: 41.66%;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.765;
  padding-top: 0.8rem;
}

@media (max-width: 1023px) {
  .section-text-images .section__inner .section__content {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .section-text-images .section__inner .section__content {
    width: 100%;
  }
}

.section-text-images .section__inner .section__content h3 {
  line-height: 1.125;
  margin-bottom: 0;
}

@media (min-width: 767.02px) {
  .section-text-images .section__inner .section__content h3 {
    font-size: 3.5rem;
  }
}

.section-text-images .section__inner .section__content h3:not(:last-child) {
  margin-bottom: 1.8rem;
}

.section-text-images .section__inner .section__media {
  flex-grow: 1;
  width: 20%;
  display: flex;
  gap: 0.8rem;
  margin-right: 1rem;
  margin-left: 7.7rem;
}

@media (max-width: 1023px) {
  .section-text-images .section__inner .section__media {
    margin-left: 2rem;
  }
}

@media (max-width: 767px) {
  .section-text-images .section__inner .section__media {
    width: 100%;
    margin: 2rem 0 0;
  }
}

.section-text-images .section__inner .section__media picture {
  flex-grow: 1;
}

.section-text-images .section__inner .section__media picture img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.section-tiles {
  background-color: var(--c-red);
  color: var(--c-white);
}

@media (max-width: 767px) {
  .section-tiles {
    background-color: transparent;
  }
}

.section-tiles .section__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem 4rem;
  padding-block: 3.3rem 3.7rem;
}

@media (max-width: 767px) {
  .section-tiles .section__head {
    background-color: var(--c-red);
    padding: 2.4rem 0 2.8rem;
  }
}

.section-tiles .section__head h2 {
  margin-bottom: 0;
}

.section-tiles .section__head h2:not(:last-child) {
  margin-bottom: 0;
}

.section-tiles .section__head .btn {
  margin-left: auto;
}

@media (max-width: 767px) {
  .section-tiles .section__head .btn {
    display: none;
  }
}

.section-tiles .section__foot {
  text-align: center;
}

.section-tiles .section__foot .btn {
  width: 100%;
  clip-path: none;
  font-size: 2rem;
  letter-spacing: 0.075em;
}

.section {
  padding-block: 4.2rem 9.6rem;
  text-align: left;
}

.section .section__content {
  font-weight: 600;
}

.section .section__content h3 {
  line-height: 42px;
}

.section .section__content p {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

.section .section__content h2 {
  margin-bottom: 0;
}

.section .section__content h2:not(:last-child) {
  margin-bottom: 3.7rem;
}

.section .section__content h5 {
  margin-bottom: 0;
}

.section .section__content h5:not(:last-child) {
  margin-bottom: 1.7rem;
}

.section .section__content p:has(+ h5) {
  margin-bottom: 0;
}

.section .section__content p:has(+ h5):not(:last-child) {
  margin-bottom: 3.6rem;
}

.section .section__content ul {
  column-count: 2;
  width: 75%
}

:root {
  --shell-max-width: 142rem;
  --shell-gutter: 1.5rem;
}

@media (max-width: 767px) {
  :root {
    --shell-gutter: 2rem;
  }
}

@media (max-width: 374px) {
  :root {
    --shell-gutter: 1.5rem;
  }
}

.shell {
  max-width: calc(var(--shell-max-width) + var(--shell-gutter) * 2);
  padding-inline: var(--shell-gutter);
  margin-inline: auto;
  width: 100%;
}

.shell.shell--sm {
  --shell-max-width: 124.2rem;
}

.shell.shell--md {
  --shell-max-width: 139rem;
}

.shell.shell--lg {
  --shell-max-width: 142.2rem;
}

.shell.shell--xl {
  --shell-max-width: 143rem;
}

.shell--fluid {
  max-width: none;
}

.socials {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
}

@media (max-width: 767px) {
  .socials {
    gap: 0.1rem;
  }
}

.socials a {
  display: block;
  transition: opacity var(--t-duration);
}

@media (hover: hover) {
  .socials a:hover, .socials a:focus-within {
    opacity: 0.8;
  }
}

.star-rating {
  display: flex;
  gap: 0.2rem;
  margin: 0;
  font-size: 0;
  list-style: none;
}

.testimonial {
  position: relative;
  padding: 4.1rem 3.6rem 4rem 4.7rem;
  background-color: rgba(255, 255, 255, 0.078);
  color: var(--c-white);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.875;
}

@media (max-width: 374px) {
  .testimonial {
    padding: 3.5rem 2.5rem;
  }
}

.testimonial blockquote {
  margin-bottom: 0;
}

.testimonial blockquote:not(:last-child) {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .testimonial blockquote {
    margin-bottom: 0;
  }
  .testimonial blockquote:not(:last-child) {
    margin-bottom: 2.2rem;
  }
}

.testimonial .star-rating {
  margin-left: 0.4rem;
}

.testimonial .btn {
  position: absolute;
  bottom: 0.1rem;
  left: 4.4rem;
  transform: translateY(50%);
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2.9rem;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .testimonials {
    gap: 4.4rem;
  }
}

.tile {
  position: relative;
  aspect-ratio: 384/450;
  max-height: 45rem;
}


@media (hover: hover) {
  .tile:hover, .tile:focus-within {
    --img-scale: 1.05;
  }
}

.tile .tile__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tile .tile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(var(--img-scale, 1));
  transition: transform var(--t-duration);
}

.tile .tile__actions {
  --offset: 2.4rem;
  position: absolute;
  bottom: var(--offset);
  left: 50%;
  width: 100%;
  max-width: calc(100% - 2 * var(--offset));
  text-align: center;
  transform: translateX(-50%);
}

.tile .tile__actions .btn {
  --clip-size: 1.2rem;
  min-width: 22.1rem;
  padding: 1.4rem 2.4rem 1.7rem;
  letter-spacing: 0.075em;
}

@media (max-width: 767px) {
  .tile .tile__actions .btn {
    font-size: 2rem;
  }
}

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

.tiles .tile {
  min-width: 30rem;
  flex: 1 1 calc(20% - 1rem);
}

@media (max-width: 1515px) {
  .tiles .tile { flex: 1 1 calc(33.333% - 1rem); }
}

@media (max-width: 900px) {
  .tiles .tile { flex: 1 1 calc(50% - 1rem); }
}

@media (max-width: 600px) {
  .tiles .tile { flex: 1 1 100%; }
}

.wrapper {
  overflow: clip;
  position: relative;
  min-height: 100svh;
}


  /* ------------------------------------------------------------ *\
	Widgets location blocks
\* ------------------------------------------------------------ */
.widgets-location-blocks .widgets__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2.4rem -3.3rem;
}

@media (max-width: 1199px) {
  .widgets-location-blocks .widgets__items {
    margin: 0 -1.5rem -2.54rem;
  }
}

.widgets-location-blocks .widgets__item {
  padding: 0 2.4rem;
  margin-bottom: 3.3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
@media (max-width: 1199px) {
  .widgets-location-blocks .widgets__item {
    padding: 0 1.5rem;
    margin-bottom: 2.54rem;
  }
}

.widgets-location-blocks .widgets__item--1of3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
@media (max-width: 1023px) {
  .widgets-location-blocks .widgets__item--1of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 575px) {
  .widgets-location-blocks .widgets__item--1of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.location-card { 
  background: rgba(64,68,69, .15);
  padding: 2.9rem 3.3rem 2.9rem 3.2rem; 
  height: 100%;
  border-radius: 10px; 
}

.breadcrumbs {
	margin-bottom: 1.5rem;
}

.list-contacts > li > .mask-img {
  margin-right: 1.2rem;
}

@media (max-width: 767px) {
  .list-contacts > li > .mask-img {
    margin-top: 0.4rem;
  }
}

/* ------------------------------------------------------------ *\
    Mask Img
\* ------------------------------------------------------------ */

.mask-img {
  font-size: 0;
  display: block;
  width: fit-content;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: currentColor;
  -webkit-mask-image: var(--url);
  mask-image: var(--url);
}

.mask-img img {
  opacity: 0;
}

table.location-page-hours { width: auto; }
table.location-page-hours td { padding-right: 15px; }