* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

input,
button,
textarea {
  font-family: inherit;
}

textarea {
  resize: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

@font-face {
  font-family: "Edo";
  src: url("../fonts/edosz.ttf") format("truetype");
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #1d1d1d;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 1440px) {
  body {
    font-size: calc(18px + 2 * (100vw - 390px) / 1050);
  }
}

body._lock {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.page-dark {
  background: #1d1d1d;
  color: #fff;
}

[class*=__container] {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.4375rem;
}

@media (min-width: 61.9988rem) {
  [class*=__container] {
    padding: 0 3rem;
  }
}

@media (max-width: 24.0625rem) {
  [class*=__container] {
    padding: 0 0.9375rem;
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.button {
  border: 0.125rem solid #fff;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (any-hover: hover) {
  .button:hover {
    border-color: #e5193a;
    color: #e5193a;
  }
}

.button-italic {
  font-style: italic;
}

.button-red {
  background: #e5193a;
  border-color: transparent;
}

@media (any-hover: hover) {
  .button-red-hover-dark:hover {
    background: transparent;
  }
}

@media (any-hover: hover) {
  .button-red-hover-light:hover {
    background: transparent;
    color: #e5193a;
    border-color: #e5193a;
  }
}

.button-alt {
  color: rgba(255, 255, 255, 0.74);
  border-color: rgba(255, 255, 255, 0.74);
}

.button-diff {
  border-color: #e5193a;
  border-radius: 2.375rem;
  color: #1d1d1d;
}

.button-diff svg {
  color: #e5193a;
}

@media (any-hover: hover) {
  .button-diff.button.button-diff-dark-mode:hover {
    color: #e5193a;
  }
}

.label {
  font-family: "Edo", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 107%;
  letter-spacing: 0.06em;
  color: #e5193a;
}

@media (max-width: 1440px) {
  .label {
    font-size: calc(20px + 8 * (100vw - 390px) / 1050);
  }
}

.title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 104%;
  color: #1d1d1d;
}

@media (max-width: 1440px) {
  .title {
    font-size: calc(36px + 12 * (100vw - 390px) / 1050);
  }
}

.title-white {
  color: #fff;
}

.crawl__body {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  align-items: center;
}

.crawl__body span {
  text-wrap: nowrap;
  background: #fff;
  display: block;
}

.ibg {
  position: relative;
}

.ibg img,
.ibg video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.article {
  min-height: 28.3125rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
  -webkit-box-shadow: inset 0.5rem 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0.5rem 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  color: #fff;
}

@media (any-hover: hover) {
  .article:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.article__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 96px;
}

@media (max-width: 1440px) {
  .article__wrapper {
    row-gap: calc(24px + 72 * (100vw - 390px) / 1050);
  }
}

.article__back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.article__back::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(72%, rgba(25, 25, 25, 0.72)), color-stop(83%, rgba(27, 27, 27, 0.92)), to(rgb(29, 29, 29)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(25, 25, 25, 0.72) 72%, rgba(27, 27, 27, 0.92) 83%, rgb(29, 29, 29) 100%);
}

.article__info {
  position: relative;
  z-index: 2;
  padding: 1rem;
}

.article__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 109%;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.article__subtitle {
  font-size: 0.9375rem;
  line-height: 127%;
  color: rgba(255, 255, 255, 0.99);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.header {
  padding: 0.875rem 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}

.header.header-logo-anim._active .header__logo-dark {
  display: none;
}

.header.header-logo-anim._active .header__logo-white {
  display: block;
}

.header.header-logo-anim-alt._active .header__logo-dark {
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
}

.header.header-logo-anim-alt._active .header__logo-white {
  display: none;
}

@media (max-width: 47.9988rem) {
  .header {
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.59);
  }
}

.header-bb {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.59);
}

.header-dark .header-menu__link {
  color: #1d1d1d;
}

@media (max-width: 47.9988rem) {
  .header-dark .header-menu__link {
    color: #fff;
  }
}

.header-dark .header-menu__link.button {
  border-color: #e5193a;
  color: #e5193a;
}

.header-dark .burger-menu__line {
  background: #1d1d1d;
}

@media (max-width: 78.125rem) {
  .header-dark .header-menu {
    background: #fff;
  }

  .header-dark .header-menu__link {
    color: #1d1d1d;
  }
}

.header-dark.header-bb {
  border-color: rgba(0, 0, 0, 0.59);
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.9375rem;
  max-width: 85.875rem;
}

@media (max-width: 78.125rem) {
  .header-white .header-menu {
    background: #1d1d1d;
  }
}

.header-white .header-menu__link {
  color: #fff;
}

.header-white .header-menu__link.button {
  color: #fff;
  border-color: #fff;
}

@media (any-hover: hover) {
  .header-white .header-menu__link.button:hover {
    border-color: #e5193a;
    color: #e5193a;
  }
}

@media (max-width: 78.125rem) {
  .header-white .burger-menu__line {
    background: #fff;
  }
}

.header.header-on-scroll {
  background: #1d1d1d;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.59);
}

.header.header-on-scroll .header__logo .header__logo-dark {
  display: none;
}

.header.header-on-scroll .header__logo .header__logo-white {
  display: block;
}

@media (max-width: 78.125rem) {
  .header.header-on-scroll .header-menu {
    background: #1d1d1d;
  }
}

.header.header-on-scroll .header-menu__link {
  color: #fff;
}

@media (any-hover: hover) {
  .header.header-on-scroll .header-menu__link:hover {
    color: #e5193a;
  }
}

.header.header-on-scroll .header-menu__link.button {
  color: #fff;
  border-color: #fff;
}

@media (any-hover: hover) {
  .header.header-on-scroll .header-menu__link.button:hover {
    border-color: #e5193a;
    color: #e5193a;
  }
}

@media (max-width: 78.125rem) {
  .header.header-on-scroll .burger-menu__line {
    background: #fff;
  }
}

.header__logo {
  position: relative;
  z-index: 5;
}

@media (min-width: 47.9988rem) {

  .header__logo-dh img.header__logo-white,
  .header__logo-dh img.header__logo-dark {
    display: none;
  }
}

.header__logo-sw .header__logo-white {
  display: block;
}

.header__logo-sw .header__logo-dark {
  display: none;
}

.header__logo-sd .header__logo-white {
  display: none;
}

.header__logo-sd .header__logo-dark {
  display: block;
}

.header__logo .header__logo-dark-anim.header__logo-dark {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 47.9988rem) {
  .header__logo .header__logo-dark-anim.header__logo-dark {
    display: block;
  }
}

@media (max-width: 28.125rem) {
  .header__logo {
    max-width: 7.5rem;
  }
}

@media (max-width: 78.125rem) {
  .header-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -120%;
    background: #fff;
    padding: 9.375rem 1.25rem 1.875rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: auto;
  }

  .header-menu._active {
    left: 0%;
  }
}

.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
}

@media (max-width: 1440px) {
  .header-menu__list {
    gap: calc(20px + 6 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 78.125rem) {
  .header-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.header-menu__link {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  text-transform: uppercase;
}

.header-menu__link:not(.button) {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .header-menu__link:hover {
    color: #e5193a;
  }
}

.header-menu__link.button {
  padding: 0.625rem 0.75rem;
  border: 0.0625rem solid #fff;
  border-radius: 0.5rem;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.burger-menu {
  display: none;
  width: 1.875rem;
  height: 1rem;
  background: transparent;
  position: relative;
  z-index: 3;
}

.burger-menu._active .burger-menu__line_2 {
  width: 0;
  -webkit-transition: width 0s ease 0.3s;
  transition: width 0s ease 0.3s;
}

.burger-menu._active .burger-menu__line_1 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(40deg) translate(0, -50%);
  -ms-transform: rotate(40deg) translate(0, -50%);
  transform: rotate(40deg) translate(0, -50%);
  -webkit-transition: top 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  transition: top 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  transition: top 0.3s ease 0s, transform 0.3s ease 0.3s;
  transition: top 0.3s ease 0s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
}

.burger-menu._active .burger-menu__line_3 {
  position: absolute;
  bottom: 50%;
  left: 0;
  -webkit-transform: rotate(-40deg) translate(0, 50%);
  -ms-transform: rotate(-40deg) translate(0, 50%);
  transform: rotate(-40deg) translate(0, 50%);
  -webkit-transition: bottom 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  transition: bottom 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  transition: bottom 0.3s ease 0s, transform 0.3s ease 0.3s;
  transition: bottom 0.3s ease 0s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
}

@media (max-width: 78.125rem) {
  .burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.burger-menu__line {
  background: #000000;
  width: 100%;
  height: 0.125rem;
  border-radius: 6.25rem;
  position: absolute;
}

@media (max-width: 47.9988rem) {
  .burger-menu__line {
    background: #fff;
  }
}

.burger-menu__line_1 {
  top: 0;
  left: 0;
  -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
  transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, top 0.3s ease 0.3s;
  transition: transform 0.3s ease 0s, top 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
}

.burger-menu__line_2 {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: width 0s ease 0.3s;
  transition: width 0s ease 0.3s;
}

.burger-menu__line_3 {
  bottom: 0;
  left: 0;
  -webkit-transition: bottom 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
  transition: bottom 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, bottom 0.3s ease 0.3s;
  transition: transform 0.3s ease 0s, bottom 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
}

.hero-home {
  position: relative;
  z-index: 3;
  background: #1d1d1d;
  clip-path: polygon(0 0, 100% 0, 100% 89%, 0 100%);
}

@media (max-width: 101.25rem) {
  .hero-home {
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
  }
}

@media (max-width: 61.9988rem) {
  .hero-home {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  }
}

.hero-home__wrapper {
  background: #1d1d1d;
}

.hero-home__container {
  position: relative;
  z-index: 2;
}

@media (max-width: 47.9988rem) {
  .hero-home__container {
    padding: 0;
  }
}

.hero-home__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.hero-home__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 47.9988rem) {
  .hero-home__slide {
    min-height: 57.5625rem;
    overflow: hidden;
  }
}

.hero-home__slide-02 {
  opacity: 0;
  visibility: hidden;
}

.hero-home__slide-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.hero-home__slide-reverse .hero-home__info {
  border: none;
}

@media (min-width: 47.9988rem) {
  .hero-home__slide-reverse .hero-home__info-wrapper {
    padding-bottom: 8.25rem;
  }
}

.hero-home__slide-reverse .hero-home__switcher {
  left: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-home__slide-reverse .hero-home__switcher svg {
  position: relative;
  z-index: 2;
  margin-right: 0.6875rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hero-home__slide-reverse .hero-home__pizza-image {
  margin-left: 0;
  -webkit-transform: translate(-68%, -50%) scale(0.9);
  -ms-transform: translate(-68%, -50%) scale(0.9);
  transform: translate(-68%, -50%) scale(0.9);
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 47.9988rem) {
  .hero-home__slide-reverse .hero-home__pizza-image {
    -webkit-transform: translate(-65%, 0);
    -ms-transform: translate(-65%, 0);
    transform: translate(-65%, 0);
  }
}

.hero-home__slide-reverse .hero-home__decor::after {
  left: -50vw;
}

.hero-home__slide-reverse .hero-home__decor::before {
  display: none;
}

@media (max-width: 47.9988rem) {
  .hero-home__slide-reverse .hero-home__buton {
    display: none;
  }
}

.hero-home__info {
  z-index: 2;
  background: #1d1d1d;
}

@media (max-width: 47.9988rem) {
  .hero-home__info {
    width: 100%;
    background: transparent;
  }
}

@media (min-width: 47.9988rem) {
  .hero-home__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    border-right: 0.125rem solid #fff;
  }
}

@media (min-width: 47.9988rem) {
  .hero-home__info {
    padding-bottom: 3.125rem;
  }
}

.hero-home__info-wrapper {
  overflow: hidden;
  position: relative;
}

@media (max-width: 75rem) {
  .hero-home__info-wrapper {
    padding: 9.375rem 1.25rem 17.0625rem 1.25rem;
  }
}

@media (min-width: 75rem) {
  .hero-home__info-wrapper {
    padding-left: 162px;
    padding: 13.0625rem 4.375rem 17.0625rem 10.125rem;
  }
}

@media (min-width: 75rem) and (max-width: 1440px) {
  .hero-home__info-wrapper {
    padding-left: calc(0px + 162 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 47.9988rem) {
  .hero-home__info-wrapper {
    padding: 0;
  }
}

.hero-home__label {
  font-size: 34px;
  line-height: 106%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  max-width: 15.75rem;
  margin-bottom: 27px;
}

@media (max-width: 1440px) {
  .hero-home__label {
    font-size: calc(22px + 12 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 1440px) {
  .hero-home__label {
    margin-bottom: calc(13px + 14 * (100vw - 390px) / 1050);
  }
}

@media (min-width: 47.9988rem) {
  .hero-home__label {
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}

@media (max-width: 47.9988rem) {
  .hero-home__label {
    max-width: 8.125rem;
  }
}

.hero-home__main-title {
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  color: #fff;
  max-width: 29.375rem;
}

@media (max-width: 1440px) {
  .hero-home__main-title {
    font-size: calc(29px + 35 * (100vw - 390px) / 1050);
  }
}

@media (min-width: 47.9988rem) {
  .hero-home__main-title {
    margin-bottom: 4.25rem;
  }
}

@media (max-width: 47.9988rem) {
  .hero-home__main-title {
    -webkit-box-shadow: -0.125rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.04);
    box-shadow: -0.125rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.04);
    background: rgba(29, 29, 29, 0.41);
    border: 0.0638rem solid #fff;
    border-radius: 50%;
    backdrop-filter: blur(0.625rem);
    aspect-ratio: 1/1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    margin-bottom: 18.625rem;
    width: 68.1%;
    margin-top: 150px;
    margin-left: -50px;
    min-width: 18.5625rem;
  }
}

@media (max-width: 47.9988rem) and (max-width: 1440px) {
  .hero-home__main-title {
    margin-top: calc(113px + 37 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 47.9988rem) and (max-width: 1440px) {
  .hero-home__main-title {
    margin-left: calc(-25px + -25 * (100vw - 390px) / 1050);
  }
}

.hero-home__main-title-alt {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 88px;
  line-height: 91%;
  text-transform: uppercase;
  color: #e5193a;
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  .hero-home__main-title-alt {
    font-size: calc(44px + 44 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 1440px) {
  .hero-home__main-title-alt {
    margin-bottom: calc(0px + 40 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 47.9988rem) {
  .hero-home__header {
    -webkit-box-shadow: -0.125rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.04);
    box-shadow: -0.125rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.04);
    background: rgba(29, 29, 29, 0.41);
    border: 0.0638rem solid #fff;
    border-radius: 50%;
    backdrop-filter: blur(0.625rem);
    aspect-ratio: 1/1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    margin-bottom: 24rem;
    width: 68.1%;
    margin-top: 150px;
    margin-right: -50px;
    min-width: 18.5625rem;
    margin-left: auto;
    padding-inline: 60px;
  }
}

@media (max-width: 47.9988rem) and (max-width: 1440px) {
  .hero-home__header {
    margin-top: calc(102px + 48 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 47.9988rem) and (max-width: 1440px) {
  .hero-home__header {
    margin-right: calc(-25px + -25 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 47.9988rem) and (max-width: 1440px) {
  .hero-home__header {
    padding-inline: calc(50px + 10 * (100vw - 390px) / 1050);
  }
}

.hero-home__main-title-label-01 {
  font-family: "Edo", sans-serif;
  font-weight: 400;
  font-size: 80px;
  color: #1d1d1d;
  text-shadow: -0.0625rem -0.0625rem 0 #000, 0.0625rem -0.0625rem 0 #fff, -0.2rem -0.2rem 0 #fff, 0.1rem 0.1rem 0 #fff;
}

@media (max-width: 1440px) {
  .hero-home__main-title-label-01 {
    font-size: calc(35px + 45 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 47.9988rem) {
  .hero-home__main-title-label-01 {
    line-height: 125%;
  }
}

.hero-home__main-title-label-02 {
  font-weight: 600;
  font-size: 130px;
  line-height: 103%;
  text-transform: uppercase;
  color: #e5193a;
}

@media (max-width: 1440px) {
  .hero-home__main-title-label-02 {
    font-size: calc(60px + 70 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 47.9988rem) {
  .hero-home__main-title-label-02 {
    letter-spacing: -0.02em;
  }
}

.hero-home__subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  max-width: 20.75rem;
  margin-bottom: 80px;
}

@media (max-width: 1440px) {
  .hero-home__subtitle {
    font-size: calc(18px + 2 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 1440px) {
  .hero-home__subtitle {
    margin-bottom: calc(90px + -10 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 47.9988rem) {
  .hero-home__subtitle {
    margin: 0 auto;
  }
}

@media (max-width: 28.125rem) {
  .hero-home__subtitle {
    max-width: 14.4375rem;
  }
}

.hero-home__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

@media (max-width: 68.75rem) {
  .hero-home__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 18.5625rem;
    margin: 0 auto;
  }
}

@media (max-width: 47.9988rem) {
  .hero-home__actions {
    margin-bottom: 6.3125rem;
  }
}

.hero-home__switcher {
  position: absolute;
  width: 5.875rem;
  height: 5.875rem;
  top: 47.08%;
  right: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

@media (max-width: 47.9988rem) {
  .hero-home__switcher {
    color: #e5193a;
  }
}

.hero-home__switcher::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #fff;
  border: 0.0625rem dashed #000000;
  z-index: 1;
  -webkit-animation: spin 20s linear infinite;
  animation: spin 20s linear infinite;
}

@media (max-width: 47.9988rem) {
  .hero-home__switcher::after {
    background: #1d1d1d;
    border-color: #fff;
  }
}

.hero-home__switcher svg {
  position: relative;
  z-index: 2;
  margin-left: 0.6875rem;
}

.hero-home__buton {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.hero-home__buton-alt {
  padding: 0.625rem;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-home__decor {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (min-width: 47.9988rem) {
  .hero-home__decor::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 110%;
    top: 0;
    left: 0%;
    background: #fff;
    z-index: 1;
  }
}

@media (max-width: 47.9988rem) {
  .hero-home__decor {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.hero-home__pizza-image {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  height: 49.0625rem;
  aspect-ratio: 1/1;
}

@media (max-width: 47.9988rem) {
  .hero-home__pizza-image {
    top: 200px;
    right: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-left: 28%;
  }
}

@media (max-width: 47.9988rem) and (max-width: 1440px) {
  .hero-home__pizza-image {
    top: calc(0px + 200 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 47.9988rem) {
  .hero-home__pizza-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.hero-home__boxes-image {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 27.14%;
}

@media (min-width: 61.9988rem) {
  .hero-home__boxes-image {
    margin-bottom: 9.625rem;
    margin-left: -1.6875rem;
  }
}

@media (max-width: 61.9988rem) {
  .hero-home__boxes-image {
    max-width: 21.875rem;
  }
}

@media (max-width: 47.9988rem) {
  .hero-home__boxes-image {
    max-width: 25rem;
    margin-left: 5.64%;
    margin-bottom: 30px;
  }
}

@media (max-width: 47.9988rem) and (max-width: 1440px) {
  .hero-home__boxes-image {
    margin-bottom: calc(230px + -200 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 26.25rem) {
  .hero-home__boxes-image {
    margin-bottom: 66.14%;
    max-width: 94.61%;
  }
}

.hero-home__footer {
  position: relative;
  z-index: 5;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hero-home__crawl {
  border: 0.125rem solid #636363;
  margin-top: -6.25rem;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  font-family: "Edo", sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #636363;
  gap: 2.8125rem;
  padding: 0.625rem 0;
  position: relative;
  z-index: 2;
  position: relative;
}

@media (max-width: 47.9988rem) {
  .hero-home__crawl {
    font-size: 1.25rem;
    line-height: 110%;
    margin-bottom: -7.5rem;
  }
}

/* .home-promotions styles moved to /assets/css/template-parts/frontpage/promotions.css */

.home-reviews {
  position: relative;
  z-index: 5;
}

.home-reviews__wrapper {
  background: #e5193a;
}

@media (max-width: 47.9988rem) {
  .home-reviews__wrapper {
    padding-bottom: 3.75rem;
  }
}

.home-reviews__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  gap: 20px;
}

@media (max-width: 1440px) {
  .home-reviews__container {
    gap: calc(33px + -13 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 71.875rem) {
  .home-reviews__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.home-reviews__info {
  max-width: 30.3125rem;
  padding-top: 3.75rem;
}

@media (min-width: 71.875rem) {
  .home-reviews__info {
    padding-top: 7.5rem;
  }
}

.home-reviews__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 104%;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media (max-width: 1440px) {
  .home-reviews__title {
    font-size: calc(38px + 12 * (100vw - 390px) / 1050);
  }
}

.home-reviews__subtitle {
  max-width: 22rem;
  margin-bottom: 80px;
}

@media (max-width: 1440px) {
  .home-reviews__subtitle {
    margin-bottom: calc(33px + 47 * (100vw - 390px) / 1050);
  }
}

.home-reviews__reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  max-width: 25rem;
}

@media (max-width: 47.9988rem) {
  .home-reviews__reviews {
    margin: 0 auto;
    min-width: 21.375rem;
  }
}

.home-reviews__review {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  line-height: 130%;
  max-width: 15.25rem;
  font-size: 20px;
  grid-column-start: 1;
  grid-column-end: 3;
}

@media (max-width: 1440px) {
  .home-reviews__review {
    font-size: calc(16px + 4 * (100vw - 390px) / 1050);
  }
}

.home-reviews__review:not(.home-reviews__review-alt) {
  color: #1d1d1d;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.home-reviews__review-alt {
  max-width: 13rem;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  margin-left: auto;
}

.body-home-reviews {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 46.5625rem;
  overflow: hidden;
  gap: 1.5rem;
  height: 906px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1440px) {
  .body-home-reviews {
    height: calc(350px + 556 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 47.9988rem) {
  .body-home-reviews {
    gap: 0.5rem;
  }
}

@media (max-width: 71.875rem) {
  .body-home-reviews {
    background: #1d1d1d;
    margin: 0 -1.5rem;
  }
}

.body-home-reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0;
}

@media (min-width: 71.875rem) {
  .body-home-reviews__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 0.75rem);
    flex: 0 0 calc(50% - 0.75rem);
  }
}

.body-home-reviews__swiper {
  height: 100%;
  min-height: 0;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
}

.body-home-reviews__wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.body-home-reviews__slide {
  width: 100%;
  aspect-ratio: 1/1;
}

.body-home-reviews__body {
  position: relative;
  height: 100%;
}

.body-home-reviews__body img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home-reviews__crawl {
  gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 15px;
}

@media (max-width: 1440px) {
  .home-reviews__crawl {
    padding-block: calc(12px + 3 * (100vw - 390px) / 1050);
  }
}

.home-reviews span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #636363;
}

@media (max-width: 1440px) {
  .home-reviews span {
    font-size: calc(26px + 6 * (100vw - 390px) / 1050);
  }
}

.home-reviews span.home-reviews__bold {
  font-family: "Edo", sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 105%;
  text-transform: uppercase;
  color: #1d1d1d;
}

@media (max-width: 1440px) {
  .home-reviews span.home-reviews__bold {
    font-size: calc(28px + 14 * (100vw - 390px) / 1050);
  }
}

/* Moved to products.css */

/* .home-about styles moved to template-parts/frontpage/about.css */

/* .home-values styles moved to template-parts/frontpage/values.css */

.footer {
  overflow: hidden;
  padding-top: 6.5rem;
}

@media (max-width: 61.9988rem) {
  .footer {
    padding: 3.75rem 0 0;
  }
}

.footer-dark {
  background: #1d1d1d;
  color: #fff;
}

.footer-dark .info-footer__back {
  background: #e5193a;
}

.footer-dark .info-footer__title,
.footer-dark .info-footer__value span {
  color: #1d1d1d;
}

.footer-dark .actions-footer__title {
  color: #fff;
}

.footer-dark .actions-footer__input {
  border-color: #fff;
  background: #1d1d1d;
}

.footer-dark .info-footer__socials svg {
  color: #1d1d1d;
}

.footer-dark .info-footer__copy {
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 61.9988rem) {
  .footer-dark .info-footer__copy {
    color: #9c9c9c;
  }
}

.footer-dark .actions-footer__button {
  color: #fff;
}

.footer-dark .footer__logo-dark {
  display: none;
}

.footer-dark .footer__logo-white {
  display: block;
}

@media (min-width: 61.9988rem) {
  .footer-alt {
    display: none;
  }
}

.footer-alt.footer-dark .info-footer__value {
  color: #fff;
}

.footer-alt.footer-dark .info-footer__icon {
  color: #fff;
}

.footer-alt .info-footer__value {
  color: #1d1d1d;
}

.footer-alt .info-footer__icon {
  color: #1d1d1d;
}

.footer-alt .info-footer {
  margin-left: 0;
  margin-bottom: 0;
  aspect-ratio: unset;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 61.9988rem) {
  .footer-alt .info-footer {
    min-width: unset;
    width: 100%;
  }
}

.footer-alt .info-footer__back {
  display: none;
}

.footer-alt .info-footer__title {
  display: none;
}

.footer-alt .info-footer__value span {
  color: #e5193a;
}

.footer-alt .info-footer__socials {
  display: none;
}

.footer-alt .actions-footer {
  display: none;
}

.footer-alt .footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
}

@media (max-width: 1440px) {
  .footer-alt .footer__body {
    gap: calc(32px + 18 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 61.9988rem) {
  .footer-alt .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 61.9988rem) {
  .footer-alt .footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.625%;
    flex: 0 0 45.625%;
  }
}

@media (max-width: 61.9988rem) {
  .footer-alt .footer__logo {
    min-width: 18.9375rem;
    margin-left: auto;
  }
}

@media (max-width: 61.9988rem) {
  .footer-alt .info-footer__copy {
    width: 100%;
    text-align: left;
  }
}

.footer__body {
  display: grid;
  grid-template-columns: 44.9375rem auto;
  -webkit-column-gap: 129px;
  -moz-column-gap: 129px;
  column-gap: 129px;
  row-gap: 1.875rem;
}

@media (max-width: 1440px) {
  .footer__body {
    -webkit-column-gap: calc(30px + 99 * (100vw - 390px) / 1050);
    -moz-column-gap: calc(30px + 99 * (100vw - 390px) / 1050);
    column-gap: calc(30px + 99 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 75rem) {
  .footer__body {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
}

@media (max-width: 61.9988rem) {
  .footer__body {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 61.9988rem) {
  .footer__logo {
    padding-bottom: 0.75rem;
  }
}

.footer__logo img {
  width: 100%;
}

@media (max-width: 61.9988rem) {
  .footer__logo {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.footer__logo-white {
  display: none;
}

.info-footer {
  position: relative;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  margin-left: -7.9375rem;
  max-width: 44.9375rem;
}

@media (max-width: 47.9988rem) {
  .info-footer {
    min-width: 28.5rem;
  }
}

@media (min-width: 61.9988rem) {
  .info-footer {
    margin-left: -8.4375rem;
    margin-bottom: -7.8125rem;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}

@media (max-width: 24.375rem) {
  .info-footer {
    margin-left: -6.25rem;
    min-width: 26.25rem;
  }
}

@media (max-width: 61.9988rem) {
  .info-footer {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.info-footer__back {
  background: #1d1d1d;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: spin 20s linear infinite;
  animation: spin 20s linear infinite;
}

.info-footer__body {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 342px;
}

@media (max-width: 1440px) {
  .info-footer__body {
    max-width: calc(253px + 89 * (100vw - 390px) / 1050);
  }
}

.info-footer__title {
  font-family: "Edo", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 80%;
  text-align: center;
  color: #e5193a;
  margin-bottom: 20px;
}

@media (max-width: 1440px) {
  .info-footer__title {
    font-size: calc(22px + 18 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 1440px) {
  .info-footer__title {
    margin-bottom: calc(15px + 5 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 24.375rem) {
  .info-footer__title {
    font-size: 1.125rem;
  }
}

.info-footer__items {
  margin-bottom: 64px;
}

@media (max-width: 1440px) {
  .info-footer__items {
    margin-bottom: calc(32px + 32 * (100vw - 390px) / 1050);
  }
}

.info-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.6875rem;
}

.info-footer__item:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1440px) {
  .info-footer__item:not(:last-child) {
    margin-bottom: calc(14px + -4 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 24.375rem) {
  .info-footer__item:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

@media (max-width: 24.375rem) {
  .info-footer__item {
    font-size: 0.75rem;
  }
}

.info-footer__icon {
  color: #fff;
}

.info-footer__value {
  color: #fff;
  font-style: normal;
  font-size: 20px;
}

@media (max-width: 1440px) {
  .info-footer__value {
    font-size: calc(14px + 6 * (100vw - 390px) / 1050);
  }
}

.info-footer__value:has(span) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 24.375rem) {
  .info-footer__value:has(span) {
    gap: 0.3125rem;
  }
}

@media (max-width: 24.375rem) {
  .info-footer__value {
    font-size: 0.75rem;
  }
}

.info-footer__value span {
  font-family: "Edo", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #e5193a;
}

@media (max-width: 1440px) {
  .info-footer__value span {
    font-size: calc(14px + 6 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 24.375rem) {
  .info-footer__value span {
    font-size: 0.75rem;
  }
}

.info-footer__schedule {
  margin-top: 30px;
  margin-bottom: 74px;
}

@media (max-width: 1440px) {
  .info-footer__schedule {
    margin-top: calc(16px + 14 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 1440px) {
  .info-footer__schedule {
    margin-bottom: calc(32px + 42 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 24.375rem) {
  .info-footer__schedule {
    margin-bottom: 0.9375rem;
  }
}

@media (min-width: 47.9988rem) {
  .info-footer__socials {
    margin-bottom: 2.25rem;
  }
}

.info-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
}

.info-footer__button {
  padding: 0.375rem;
  border-radius: 50%;
  background: #fff;
  color: #e5193a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .info-footer__button:hover {
    background: #e5193a;
    color: #fff;
  }
}

.info-footer__copy {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
  color: #9c9c9c;
}

@media (max-width: 1440px) {
  .info-footer__copy {
    font-size: calc(8px + 6 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 61.9988rem) {
  .info-footer__copy {
    text-align: left;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (min-width: 61.9988rem) {
  .actions-footer {
    padding-top: 4.5rem;
    margin-left: -8.4375rem;
  }
}

@media (max-width: 61.9988rem) {
  .actions-footer {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.actions-footer__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 1rem;
}

@media (max-width: 1440px) {
  .actions-footer__title {
    font-size: calc(20px + 4 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 47.9988rem) {
  .actions-footer__title {
    letter-spacing: normal;
    line-height: 1;
  }
}

.actions-footer__form {
  max-width: 34.1875rem;
}

.actions-footer__input {
  display: block;
  width: 100%;
  padding: 1.5rem 3.125rem 1.5rem 1rem;
  border: 0.125rem solid #636363;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 1rem;
}

.actions-footer__input::-webkit-input-placeholder {
  color: #636363;
}

.actions-footer__input::-moz-placeholder {
  color: #636363;
}

.actions-footer__input:-ms-input-placeholder {
  color: #636363;
}

.actions-footer__input::-ms-input-placeholder {
  color: #636363;
}

.actions-footer__input::placeholder {
  color: #636363;
}

.actions-footer__input:focus {
  border-color: #e5193a;
}

.actions-footer__body {
  position: relative;
  margin-bottom: 1rem;
}

.actions-footer__icon {
  position: absolute;
  top: 50%;
  right: 1.6875rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #636363;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.actions-footer__icon svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 28.125rem) {
  .actions-footer__button {
    width: 100%;
  }
}

/* Moved to template-parts/about/hero.css */

.about-story {
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}

@media (max-width: 1440px) {
  .about-story {
    padding-top: calc(40px + 40 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 1440px) {
  .about-story {
    padding-bottom: calc(85px + 35 * (100vw - 390px) / 1050);
  }
}

.about-story__back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.about-story__back img {
  -o-object-position: right top;
  object-position: right top;
}

.about-story__container {
  position: relative;
  z-index: 2;
}

.about-story__title {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 127%;
  text-align: center;
  color: #636363;
  margin: 0 auto;
  margin-bottom: 80px;
  max-width: 34.375rem;
}

@media (max-width: 1440px) {
  .about-story__title {
    font-size: calc(17px + 5 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 1440px) {
  .about-story__title {
    margin-bottom: calc(48px + 32 * (100vw - 390px) / 1050);
  }
}

.about-story__body {
  max-width: 50rem;
}

.about-story__body span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 39px;
  line-height: 108%;
  color: #e5193a;
}

@media (max-width: 1440px) {
  .about-story__body span {
    font-size: calc(32px + 7 * (100vw - 390px) / 1050);
  }
}

.about-story__body p {
  position: relative;
  z-index: 5;
}

.about-story__body p.mb-medium {
  margin-bottom: 3.5rem;
}

.about-story__body p.mb-small {
  margin-bottom: 1.5rem;
}

.about-story__body p.mb-big {
  margin-bottom: 88px;
}

@media (max-width: 1440px) {
  .about-story__body p.mb-big {
    margin-bottom: calc(41px + 47 * (100vw - 390px) / 1050);
  }
}

.about-story__bio {
  margin-top: 136px;
  display: grid;
  grid-template-columns: 58.88% 1fr;
  margin-bottom: 120px;
}

@media (max-width: 1440px) {
  .about-story__bio {
    margin-top: calc(56px + 80 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 1440px) {
  .about-story__bio {
    margin-bottom: calc(30px + 90 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 61.9988rem) {
  .about-story__bio {
    grid-template-columns: 1fr;
  }
}

.about-story__names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 1.875rem;
  padding-block: 24px;
}

@media (max-width: 1440px) {
  .about-story__names {
    padding-block: calc(16px + 8 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 61.9988rem) {
  .about-story__names {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.about-story__name {
  font-family: "Edo", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 158%;
  letter-spacing: 0.06em;
  color: #1d1d1d;
}

@media (max-width: 1440px) {
  .about-story__name {
    font-size: calc(14px + 5 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 61.9988rem) {
  .about-story__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 61.9988rem) {
  .about-story__photo {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

@media (max-width: 47.9988rem) {
  .about-story__photo {
    margin-inline: -1.5rem;
  }
}

.about-story__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.about-story__info {
  background: #e5193a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-block: 0.9375rem;
  padding-inline: 48px;
}

@media (max-width: 1440px) {
  .about-story__info {
    padding-inline: calc(24px + 24 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 61.9988rem) {
  .about-story__info {
    padding-block: 3rem;
    padding-inline: 1.5rem;
    margin: 0 -1.5rem;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (min-width: 61.9988rem) {
  .about-story__info {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

.about-story__label {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 3rem;
  line-height: 100%;
  margin-bottom: 1rem;
}

.about-story__more {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 127%;
  color: #fff;
  max-width: 29.875rem;
}

@media (max-width: 1440px) {
  .about-story__more {
    font-size: calc(20px + 2 * (100vw - 390px) / 1050);
  }
}

.about-story__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 61.9988rem) {
  .about-story__wrapper {
    gap: 8.625rem;
  }
}

.about-story__decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.76%;
  flex: 0 0 40.76%;
}

@media (max-width: 61.9988rem) {
  .about-story__decor {
    display: none;
  }
}

@media (max-width: 61.9988rem) {
  .about-story__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.about-story__image-01 {
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

@media (min-width: 61.9988rem) {
  .about-story__image-01 {
    margin-bottom: 5.625rem;
    margin-right: 1.6875rem;
  }
}

@media (max-width: 61.9988rem) {
  .about-story__image-01 {
    margin-bottom: 88px;
  }
}

@media (max-width: 61.9988rem) and (max-width: 1440px) {
  .about-story__image-01 {
    margin-bottom: calc(41px + 47 * (100vw - 390px) / 1050);
  }
}

.about-story__image-02 {
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}

@media (max-width: 61.9988rem) {
  .about-story__image-02 {
    margin-bottom: 88px;
  }
}

@media (max-width: 61.9988rem) and (max-width: 1440px) {
  .about-story__image-02 {
    margin-bottom: calc(41px + 47 * (100vw - 390px) / 1050);
  }
}

.about-story__image-03 {
  -webkit-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  transform: rotate(-18deg);
}

@media (max-width: 61.9988rem) {
  .about-story__image-03 {
    margin-top: 88px;
  }
}

@media (max-width: 61.9988rem) and (max-width: 1440px) {
  .about-story__image-03 {
    margin-top: calc(41px + 47 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 75rem) {
  .blog-hero {
    padding-top: 236px;
  }
}

@media (max-width: 75rem) and (max-width: 1440px) {
  .blog-hero {
    padding-top: calc(116px + 120 * (100vw - 390px) / 1050);
  }
}

.blog-hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 75rem) {
  .blog-hero__body {
    gap: 34px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media (max-width: 75rem) and (max-width: 1440px) {
  .blog-hero__body {
    gap: calc(32px + 2 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 75rem) {
  .blog-hero__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 75rem) {
  .blog-hero__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19.0625rem;
    flex: 0 0 19.0625rem;
  }
}

.blog-hero__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 104%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
}

@media (max-width: 1440px) {
  .blog-hero__title {
    font-size: calc(38px + 12 * (100vw - 390px) / 1050);
  }
}

.blog-hero__subtitle {
  max-width: 16.25rem;
}

.blog-hero__subtitle p:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.blog-hero__subtitle span {
  color: #e5193a;
}

.actions-blog-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
}

@media (min-width: 75rem) {
  .actions-blog-hero {
    overflow: hidden;
    padding-top: 236px;
    padding-inline: 1.25rem;
  }
}

@media (min-width: 75rem) and (max-width: 1440px) {
  .actions-blog-hero {
    padding-top: calc(116px + 120 * (100vw - 390px) / 1050);
  }
}

.actions-blog-hero__swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.actions-blog-hero__nav {
  margin-left: auto;
}

.nav-swiper {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1440px) {
  .nav-swiper {
    margin-top: calc(14px + -4 * (100vw - 390px) / 1050);
  }
}

.nav-swiper__button {
  display: inline-block;
  border: 0.0625rem dashed #fff;
  color: #fff;
  height: 2.4375rem;
  width: 2.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .nav-swiper__button:hover {
    border-color: #e5193a;
    color: #e5193a;
  }
}

.nav-swiper__button-dark {
  background: #1d1d1d;
}

.nav-swiper__button-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.blog-hero-articles {
  padding-top: 64px;
  padding-bottom: 48px;
}

@media (max-width: 1440px) {
  .blog-hero-articles {
    padding-top: calc(70px + -6 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 1440px) {
  .blog-hero-articles {
    padding-bottom: calc(82px + -34 * (100vw - 390px) / 1050);
  }
}

.blog-hero-articles__header {
  margin-bottom: 1rem;
}

.blog-hero-articles__label {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 127%;
  color: #fff;
}

@media (max-width: 1440px) {
  .blog-hero-articles__label {
    font-size: calc(20px + 2 * (100vw - 390px) / 1050);
  }
}

.blog-hero-articles__footer {
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 1440px) {
  .blog-hero-articles__footer {
    margin-top: calc(50px + 30 * (100vw - 390px) / 1050);
  }
}

.blog-hero-articles__button svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.single-page {
  padding-top: 180px;
}

@media (max-width: 1440px) {
  .single-page {
    padding-top: calc(107px + 73 * (100vw - 390px) / 1050);
  }
}

.single-page .mb-medium {
  margin-bottom: 64px;
}

@media (max-width: 1440px) {
  .single-page .mb-medium {
    margin-bottom: calc(40px + 24 * (100vw - 390px) / 1050);
  }
}

.single-page .mt-medium {
  margin-top: 64px;
}

@media (max-width: 1440px) {
  .single-page .mt-medium {
    margin-top: calc(40px + 24 * (100vw - 390px) / 1050);
  }
}

.single-page__header {
  margin-bottom: 63px;
}

@media (max-width: 1440px) {
  .single-page__header {
    margin-bottom: calc(40px + 23 * (100vw - 390px) / 1050);
  }
}

.single-page__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 105%;
  text-transform: uppercase;
  color: #1d1d1d;
  margin-bottom: 1rem;
}

@media (max-width: 1440px) {
  .single-page__title {
    font-size: calc(38px + 12 * (100vw - 390px) / 1050);
  }
}

.single-page__title span {
  color: #e5193a;
}

.single-page__details {
  font-size: 22px;
  line-height: 127%;
  max-width: 30.3125rem;
}

@media (max-width: 1440px) {
  .single-page__details {
    font-size: calc(18px + 4 * (100vw - 390px) / 1050);
  }
}

.single-page__body {
  color: #fff;
  background: #1d1d1d;
}

.single-page__body .single-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}

@media (max-width: 1440px) {
  .single-page__body .single-page__container {
    gap: calc(40px + 8 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 61.9988rem) {
  .single-page__body .single-page__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.single-page__body-reverse .single-page__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.single-page__body-reverse .single-page__images {
  display: none;
}

@media (min-width: 61.9988rem) {
  .single-page__body-reverse .single-page__images {
    margin-left: -3rem;
    margin-right: 0;
    display: block;
  }
}

@media (max-width: 61.9988rem) {
  .single-page__body-reverse .single-page__text {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
}

.single-page__text {
  background: #1d1d1d;
}

@media (min-width: 61.9988rem) {
  .single-page__text {
    padding-top: 80px;
  }
}

@media (min-width: 61.9988rem) and (max-width: 1440px) {
  .single-page__text {
    padding-top: calc(40px + 40 * (100vw - 390px) / 1050);
  }
}

.single-page__text p>b {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  color: #e5193a;
}

@media (max-width: 1440px) {
  .single-page__text p>b {
    font-size: calc(32px + 6 * (100vw - 390px) / 1050);
  }
}

.single-page__text p:not(:last-child) {
  margin-bottom: 48px;
}

@media (max-width: 1440px) {
  .single-page__text p:not(:last-child) {
    margin-bottom: calc(32px + 16 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 61.9988rem) {
  .single-page__text {
    padding-bottom: 2.5rem;
  }
}

.single-page__quote {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  padding-left: 1.5rem;
  position: relative;
}

@media (max-width: 1440px) {
  .single-page__quote {
    font-size: calc(17px + 3 * (100vw - 390px) / 1050);
  }
}

@media (min-width: 61.9988rem) {
  .single-page__quote {
    max-width: 39.75rem;
  }
}

.single-page__quote::after {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 100%;
  top: 0;
  left: 0;
  background: #e5193a;
}

.single-page__autor {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 175%;
  text-align: right;
  display: block;
  padding-left: 1.5rem;
}

@media (min-width: 61.9988rem) {
  .single-page__autor {
    max-width: 39.75rem;
  }
}

.single-page__autor b {
  font-weight: 700;
}

@media (max-width: 47.9988rem) {
  .single-page__autor b {
    display: block;
  }
}

@media (max-width: 61.9988rem) {
  .single-page__image {
    margin: 0 -1.5rem;
  }
}

@media (max-width: 61.9988rem) {
  .single-page__image img {
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 61.9988rem) {
  .single-page__image-sm {
    display: none;
  }
}

.single-page__images {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44.25%;
  flex: 0 0 44.25%;
}

@media (min-width: 61.9988rem) {
  .single-page__images {
    margin-right: -3rem;
  }
}

.single-page__crawl {
  padding-block: 21px;
  gap: 48px;
}

@media (max-width: 1440px) {
  .single-page__crawl {
    padding-block: calc(13px + 8 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 1440px) {
  .single-page__crawl {
    gap: calc(24px + 24 * (100vw - 390px) / 1050);
  }
}

.single-page__crawl span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #636363;
}

@media (max-width: 1440px) {
  .single-page__crawl span {
    font-size: calc(26px + 6 * (100vw - 390px) / 1050);
  }
}

.single-post-articles {
  padding-block: 104px;
}

@media (max-width: 1440px) {
  .single-post-articles {
    padding-block: calc(80px + 24 * (100vw - 390px) / 1050);
  }
}

.single-post-articles__title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  line-height: 100%;
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (max-width: 47.9988rem) {
  .single-post-articles__title {
    font-weight: 700;
  }
}

@media (max-width: 1440px) {
  .single-post-articles__title {
    margin-bottom: calc(24px + 6 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 47.9988rem) {
  .single-post-articles .article__wrapper {
    display: block;
  }
}

@media (max-width: 47.9988rem) {
  .single-post-articles .article__wrapper .swiper {
    overflow: visible;
  }
}

@media (min-width: 47.9988rem) {

  .single-post-articles .swiper,
  .single-post-articles .swiper-wrapper,
  .single-post-articles .swiper-slide {
    display: contents;
  }
}

@media (min-width: 47.9988rem) {
  .single-post-articles .nav-swiper {
    display: none;
  }
}

.geolocation {
  padding-top: 76px;
}

@media (max-width: 1440px) {
  .geolocation {
    padding-top: calc(92px + -16 * (100vw - 390px) / 1050);
  }
}

@media (min-width: 61.9988rem) {
  .geolocation__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
  }
}

@media (min-width: 61.9988rem) and (max-width: 1440px) {
  .geolocation__container {
    gap: calc(16px + 32 * (100vw - 390px) / 1050);
  }
}

.geolocation__map {
  margin-right: -3rem;
  position: relative;
}

.geolocation__map img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (min-width: 61.9988rem) {
  .geolocation__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59.27%;
    flex: 0 0 59.27%;
    min-height: 100%;
  }
}

@media (max-width: 61.9988rem) {
  .geolocation__map {
    margin: 0 -1.5rem;
    margin-top: 2rem;
    min-width: 100%;
    min-height: 25rem;
  }
}

@media (max-width: 25rem) {
  .geolocation__map {
    min-height: 22.625rem;
  }
}

.action-geolocation {
  padding-top: 56px;
  position: relative;
}

@media (max-width: 1440px) {
  .action-geolocation {
    padding-top: calc(24px + 32 * (100vw - 390px) / 1050);
  }
}

@media (min-width: 61.9988rem) {
  .action-geolocation {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.action-geolocation__decor {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
  width: 348px;
  height: 201px;
}

@media (max-width: 1440px) {
  .action-geolocation__decor {
    width: calc(158px + 190 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 1440px) {
  .action-geolocation__decor {
    height: calc(91px + 110 * (100vw - 390px) / 1050);
  }
}

.action-geolocation__title {
  font-family: "Edo", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 104%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media (max-width: 1440px) {
  .action-geolocation__title {
    font-size: calc(38px + 12 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 1440px) {
  .action-geolocation__title {
    margin-bottom: calc(20px + -4 * (100vw - 390px) / 1050);
  }
}

.action-geolocation__title span {
  color: #e5193a;
}

.action-geolocation__input {
  display: block;
  width: 100%;
  padding: 1.5rem 3.125rem 1.5rem 1rem;
  border: 0.125rem solid #636363;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 1rem;
}

.action-geolocation__input::-webkit-input-placeholder {
  color: #636363;
}

.action-geolocation__input::-moz-placeholder {
  color: #636363;
}

.action-geolocation__input:-ms-input-placeholder {
  color: #636363;
}

.action-geolocation__input::-ms-input-placeholder {
  color: #636363;
}

.action-geolocation__input::placeholder {
  color: #636363;
}

.action-geolocation__input:focus {
  border-color: #e5193a;
}

.action-geolocation__body {
  position: relative;
  margin-bottom: 1rem;
}

.action-geolocation__icon {
  position: absolute;
  top: 50%;
  right: 1.6875rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #636363;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.action-geolocation__icon svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 28.125rem) {
  .action-geolocation__button {
    width: 100%;
  }
}

.action-geolocation__button-route {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 114%;
  text-transform: uppercase;
  color: #1d1d1d;
  border: 0.0625rem solid #1d1d1d;
  border-radius: 0.5rem;
  padding-block: 6px;
  padding-inline: 0.625rem;
  background: #fff;
  display: none;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

@media (max-width: 1440px) {
  .action-geolocation__button-route {
    font-size: calc(13px + 1 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 1440px) {
  .action-geolocation__button-route {
    padding-block: calc(4px + 2 * (100vw - 390px) / 1050);
  }
}

@media (any-hover: hover) {
  .action-geolocation__button-route:hover {
    color: #e5193a;
  }
}

.action-geolocation__label {
  font-size: 20px;
  line-height: 140%;
  color: #636363;
  margin-top: 56px;
  padding-bottom: 14.4375rem;
}

@media (max-width: 1440px) {
  .action-geolocation__label {
    font-size: calc(16px + 4 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 1440px) {
  .action-geolocation__label {
    margin-top: calc(16px + 40 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 47.9988rem) {
  .action-geolocation__label {
    padding-bottom: 10.0625rem;
  }
}

.action-geolocation__label-located {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-bottom: 0;
}

@media (min-width: 61.9988rem) {
  .action-geolocation__results {
    max-height: 26.75rem;
    overflow: auto;
  }
}

@media (min-width: 61.9988rem) {
  .action-geolocation__results {
    margin-top: 2rem;
  }
}

.action-geolocation__list {
  background: #1d1d1d;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
}

@media (max-width: 61.9988rem) {
  .action-geolocation__list {
    margin: 0 -1.5rem;
  }
}

.action-geolocation__item {
  background: #1d1d1d;
  color: #fff;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.action-geolocation__item._active {
  background: #e5193a;
}

.action-geolocation__item._active .action-geolocation__button-route {
  display: inline-block;
}

.action-geolocation__item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.action-geolocation__wrapper {
  position: relative;
  padding-left: 1.5rem;
}

.action-geolocation__wrapper::before {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}

.action-geolocation__name {
  margin-bottom: 0.25rem;
}

.action-geolocation__address {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  font-style: normal;
  margin-bottom: 14px;
}

@media (max-width: 1440px) {
  .action-geolocation__address {
    font-size: calc(14px + 2 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 1440px) {
  .action-geolocation__address {
    margin-bottom: calc(8px + 6 * (100vw - 390px) / 1050);
  }
}

.action-geolocation__shedule {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
}

@media (max-width: 1440px) {
  .action-geolocation__shedule {
    font-size: calc(13px + 3 * (100vw - 390px) / 1050);
  }
}

@media (max-width: 1440px) {
  .action-geolocation__shedule {
    margin-bottom: calc(8px + 4 * (100vw - 390px) / 1050);
  }
}

.action-geolocation__shedule::before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  background: #66b07c;
  border-radius: 50%;
}

.action-geolocation__shedule-close::before {
  background: #810217;
}

.action-geolocation__shedule span {
  font-weight: 600;
}

.action-geolocation__footer {
  text-align: right;
}

/* Header hidden initially - fade in on scroll (about page) */
.header-hidden-init {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header-hidden-init._scrolled {
  opacity: 1;
  visibility: visible;
}

/* Blog Pagination */
.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.blog-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4375rem;
  height: 2.4375rem;
  border: 0.0625rem dashed #fff;
  border-radius: 50%;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: transparent;
  transition: all 0.3s ease 0s;
}

.blog-pagination__link:hover {
  border-color: #e5193a;
  color: #e5193a;
}

.blog-pagination__link--current {
  border-color: #e5193a;
  color: #e5193a;
  pointer-events: none;
}

/* Single Post Header Overrides */
.single .header,
.single-post .header {
  background-color: #1d1d1d !important;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.59) !important;
  transition: none !important;
}

.single .header .header__logo-white,
.single-post .header .header__logo-white {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.single .header .header__logo-dark,
.single-post .header .header__logo-dark {
  display: none !important;
}

.single .header .header-menu__link,
.single-post .header .header-menu__link {
  color: #fff !important;
}

.single .header .header-menu__link:hover,
.single-post .header .header-menu__link:hover {
  color: #e5193a !important;
}

.single .header .burger-menu__line,
.single-post .header .burger-menu__line {
  background-color: #fff !important;
}

/* .home-about .button:hover moved to template-parts/frontpage/about.css */

/* Sales point page footer adjustments */
.footer-sales-point .actions-footer {
  display: none;
}

.footer-sales-point .footer__logo {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
}