@font-face {
  font-family: BravoSC;
  src: local("BravoSC Regular"), url(https://cdn.jsdelivr.net/gh/AndreyInkinS/chowchow@main/Bravo-SC.140c25ce.woff2) format("woff2"),
    url(https://cdn.jsdelivr.net/gh/AndreyInkinS/chowchow@main/Bravo-SC.b849da04.woff) format("woff"),
    url(https://cdn.jsdelivr.net/gh/AndreyInkinS/chowchow@main/Bravo-SC.62d9b185.ttf) format("truetype"),
    url(https://cdn.jsdelivr.net/gh/AndreyInkinS/chowchow@main/Bravo-SC.f620745a.otf) format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: PF Regal Display Pro;
  src: local("PF Regal Display Pro Italic"),
    url(https://cdn.jsdelivr.net/gh/AndreyInkinS/chowchow@main/PFRegalDisplayPro-MediumItalic.3b23aca9.woff2) format("woff2"),
    url(https://cdn.jsdelivr.net/gh/AndreyInkinS/chowchow@main/PFRegalDisplayPro-MediumItalic.ffc6573b.woff) format("woff"),
    urlhttps://cdn.jsdelivr.net/gh/AndreyInkinS/chowchow@main/PFRegalDisplayPro-MediumItalic.092b648c.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}
:root {
  --color-black: #000;
  --color-grey-darker: #3e3f3f;
  --color-grey-dark: #3e3f3f;
  --color-grey: #f7f5f4;
  --color-white: #fff;
  --col-1: 8.33333vw;
  --col-2: 16.66667vw;
  --col-3: 25vw;
  --col-4: 33.33333vw;
  --col-5: 41.66667vw;
  --col-6: 50vw;
  --col-7: 58.33333vw;
  --col-8: 66.66667vw;
  --col-9: 75vw;
  --col-10: 83.33333vw;
  --col-11: 91.66667vw;
  --col-12: 100vw;
}
*,
:after,
:before {
  box-sizing: border-box;
}
ol,
ul {
  padding: 0;
  list-style: none;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body {
  overflow-y: scroll;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
button {
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  appearance: none;
  outline: none;
}
a {
  color: var(--color-grey-darker);
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img {
  display: block;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
select {
  background: none;
  border: none;
  -webkit-appearance: none;
}
.work_img-flex {
  pointer-events: none;
}
.work_title.is-1 .char {
  transform-origin: 50% 0;
}
.work_title.is-2 .char {
  transform-origin: 50% 100%;
}
.word {
  white-space: nowrap;
}
.work_title.is-2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.work_title.is-1 {
  position: relative;
  z-index: 1;
  margin: 0;
}
.cover,
[style*="--aspect-ratio"] > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@supports (--custom: property) {
  [style*="--aspect-ratio"] {
    position: relative;
    overflow: hidden;
  }
  [style*="--aspect-ratio"]:before {
    content: "";
    display: block;
    padding-bottom: calc(100% / var(--aspect-ratio));
  }
}
.is-device main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0;
  align-items: start;
  position: relative;
}
.container.is-centered {
  align-items: center;
}
:root {
  --brand-color: #ff4800;
  --horizontal-padding: 4.2vw;
  --animation-delay: 2.2s;
  --animation-duration: 500ms;
}
@media screen and (max-width: 768px) {
  :root {
    --horizontal-padding: 24px;
  }
}
@media screen and (max-width: 375px) {
  :root {
    --horizontal-padding: 16px;
  }
}
@keyframes logo-load {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bananas-load {
  0% {
    transform: translateY(-90px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
body {
  margin: 0;
  background-color: #0d130d;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  html {
    scroll-behavior: smooth;
  }
}
.inner {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  scrollbar-width: none;
}
@media screen and (max-width: 375px) {
  .inner::-webkit-scrollbar {
    display: none;
  }
}
.preloader__animation {
  z-index: 10000;
  position: absolute;
  right: calc(50% - 75px);
  top: calc(50% - 37.5px);
  width: 150px;
  height: 75px;
}
.title {
  margin: 0;
  font-family: Enthalpy, Arial, sans-serif;
  font-weight: 400;
  font-size: 7vw;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--brand-color);
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 80px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 375px) {
  .title {
    margin-top: 60px;
  }
}
.navigation {
  position: relative;
  display: flex;
  padding: 3.8vw var(--horizontal-padding) 8.4vw;
}
@media screen and (max-width: 768px) {
  .navigation {
    flex-direction: column;
    padding: 30px var(--horizontal-padding) 130px;
  }
}
@media screen and (max-width: 680px) {
  .navigation {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 375px) {
  .navigation {
    padding-top: 24px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .navigation__logo {
    margin-bottom: 11.7vw;
  }
}
@media screen and (max-width: 375px) {
  .navigation__logo {
    margin-bottom: 79px;
  }
}
.navigation__image {
  width: 12.6vw;
  height: 5.7vw;
}
@media screen and (max-width: 768px) {
  .navigation__image {
    width: 120px;
    height: 63px;
  }
}
.navigation__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .navigation__list {
    align-items: flex-start;
    margin-left: 3.2vw;
    margin-bottom: 9.7vw;
  }
}
@media screen and (max-width: 375px) {
  .navigation__list {
    margin-left: 23px;
    margin-bottom: 45px;
  }
}
.navigation__item {
  overflow: hidden;
  position: relative;
  width: fit-content;
  margin-bottom: 2.3vw;
}
@media screen and (max-width: 768px) {
  .navigation__item {
    overflow: visible;
    margin-bottom: 5.5vw;
    margin-left: 3.9vw;
  }
}
@media screen and (max-width: 375px) {
  .navigation__item {
    margin-bottom: 36px;
  }
}
.navigation__item:first-child {
  margin-left: -15.5vw;
  margin-top: -0.4vw;
}
@media screen and (max-width: 768px) {
  .navigation__item:first-child {
    margin-top: 0;
    margin-left: 0;
  }
}
.navigation__item:nth-child(2) {
  margin-left: 10vw;
}
@media screen and (max-width: 768px) {
  .navigation__item:nth-child(2) {
    margin-left: 0;
  }
}
.navigation__item:nth-child(3) {
  margin-left: -26vw;
}
@media screen and (max-width: 768px) {
  .navigation__item:nth-child(3) {
    margin-left: 0;
  }
}
.navigation__item:nth-child(4) {
  margin-left: -3vw;
}
@media screen and (max-width: 768px) {
  .navigation__item:nth-child(4) {
    margin-left: 0;
  }
}
.navigation__item:before {
  position: absolute;
  top: -0.5vw;
  left: -2vw;
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1vw;
  line-height: 1.435;
  text-transform: uppercase;
  color: var(--brand-color);
}
@media screen and (max-width: 768px) {
  .navigation__item:before {
    left: -3.5vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 375px) {
  .navigation__item:before {
    left: -23px;
    font-size: 12px;
  }
}
.navigation__item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: var(--brand-color);
  height: 2px;
  width: 100%;
}
.navigation__item:first-child:before {
  content: "01";
}
.navigation__item:nth-child(2):before {
  content: "02";
}
.navigation__item:nth-child(3):before {
  content: "03";
}
.navigation__item:nth-child(4):before {
  content: "04";
}
.navigation__char-a {
  margin-left: -1.7vw;
}
@media screen and (max-width: 768px) {
  .navigation__char-a {
    margin-left: -3vw;
  }
}
.navigation__char-o {
  margin-left: -1vw;
}
.navigation__char-s {
  margin-left: -0.6vw;
}
.navigation__link {
  font-family: Enthalpy, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12vw;
  line-height: 0.83;
  text-transform: uppercase;
  text-decoration: none;
  color: #d6e4c1 !important;
}
@media screen and (max-width: 768px) {
  .navigation__link {
    font-size: 20.8vw;
  }
}
@media screen and (max-width: 375px) {
  .navigation__link {
    font-size: 86px;
  }
}
.navigation__contacts {
  position: absolute;
  top: 3.5vw;
  right: 4.3vw;
  margin-left: auto;
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1vw;
  line-height: 1.435;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  color: #d6e4c1 !important;
}
@media screen and (max-width: 768px) {
  .navigation__contacts {
    top: 45px;
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  .navigation__contacts {
    top: 30px;
  }
}
.navigation__contacts:after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  background-color: var(--brand-color);
  height: 2px;
  width: 100%;
}
.navigation__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .navigation__inner {
    position: relative;
  }
}
@media screen and (max-width: 680px) {
  .navigation__inner {
    flex-direction: column;
  }
}
.navigation__slogan {
  position: absolute;
  top: 43.5vw;
  left: var(--horizontal-padding);
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-size: 1.67vw;
  font-weight: 500;
  line-height: 2.1vw;
  color: #d6e4c1;
}
@media screen and (max-width: 768px) {
  .navigation__slogan {
    position: relative;
    top: 0;
    left: 0;
    font-size: 24px;
    line-height: 1.17;
  }
}
.navigation__slogan--uppercase {
  font-size: 2vw;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 768px) {
  .navigation__slogan--uppercase {
    font-size: 28px;
  }
}
.navigation__slogan--colored {
  font-size: 2vw;
  font-family: PF Regal Display Pro, Arial, sans-serif;
  font-style: italic;
  color: var(--brand-color);
  letter-spacing: 0.6px;
}
@media screen and (max-width: 768px) {
  .navigation__slogan--colored {
    font-size: 28px;
  }
}
.navigation__animation {
  position: absolute;
  right: 2.2vw;
  top: 31.5vw;
  width: 24vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .navigation__animation {
    position: absolute;
    top: -175px;
    right: -100px;
    width: 500px;
    height: 350px;
  }
}
@media screen and (max-width: 680px) {
  .navigation__animation {
    position: relative;
    top: 0;
    right: auto;
    left: -115px;
  }
}
@media screen and (max-width: 375px) {
  .navigation__animation {
    left: -85px;
    top: -20px;
    height: 390px;
  }
}
.menu {
  padding: 0 var(--horizontal-padding) 5vw;
}
@media screen and (max-width: 768px) {
  .menu {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 375px) {
  .menu {
    padding-bottom: 95px;
  }
}
.menu--drinks {
  padding-bottom: 12vw;
}
.menu--drinks .menu-item__item {
  width: auto;
}
@media screen and (max-width: 768px) {
  .menu--drinks {
    padding-bottom: 12vw;
  }
}
@media screen and (max-width: 375px) {
  .menu--drinks {
    padding-bottom: 95px;
  }
}
.menu__title {
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  .menu__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .menu__title {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 375px) {
  .menu__title--drinks {
    margin-top: 0;
  }
}
.menu__list {
  margin: 0;
  padding: 0;
  column-count: 3;
  column-gap: 4.17vw;
}
@media screen and (max-width: 768px) {
  .menu__list {
    column-count: 2;
    column-gap: 5.2vw;
  }
}
@media screen and (max-width: 375px) {
  .menu__list {
    column-count: 1;
  }
}
.menu-item {
  padding-bottom: 0.5vw;
}
@media screen and (max-width: 375px) {
  .menu-item {
    padding-bottom: 8px;
  }
}
.menu-item--break {
  break-after: column;
}
@media screen and (max-width: 768px) {
  .menu-item--break {
    break-after: auto;
  }
}
@media screen and (max-width: 768px) {
  .menu-item--break-tablet {
    break-after: column;
  }
}
@media screen and (max-width: 375px) {
  .menu-item--break-tablet {
    break-after: auto;
  }
}
@media screen and (max-width: 768px) {
  .menu__item--desktop {
    display: none;
  }
}
.menu__item--tablet {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu__item--tablet {
    display: block;
  }
}
.menu-item__title {
  position: relative;
  margin: 0 0 1.6vw;
  font-family: BravoSC, Arial, sans-serif;
  font-weight: 400;
  font-size: 4.4vw;
  letter-spacing: -0.13vw;
  line-height: 1.22;
  text-transform: uppercase;
  color: var(--brand-color);
}
@media screen and (max-width: 768px) {
  .menu-item__title {
    margin-bottom: 3vw;
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 375px) {
  .menu-item__title {
    margin-bottom: 24px;
    font-size: 50px;
  }
}
.menu-item__title--hidden {
  margin-top: -4vw;
  color: transparent;
  user-select: none;
}
.menu-item__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.4px;
  background: var(--brand-color);
}
.menu-item__title:after {
  position: absolute;
  right: 0;
  top: 2.7vw;
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.24vw;
  line-height: 1.22;
  color: #d6e4c1;
  letter-spacing: 0.7px;
  text-transform: lowercase;
}
@media screen and (max-width: 768px) {
  .menu-item__title:after {
    top: 4.3vw;
    font-size: 1.9vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 375px) {
  .menu-item__title:after {
    top: 25px;
    font-size: 15px;
  }
}
.menu-item__title--dim-sam:after,
.menu-item__title--shots:after {
  content: "4 шт";
}
.menu-item__title--hot:after {
  top: 1.5vw;
  content: "подаются с рисом";
  width: 6.3vw;
  font-weight: 500;
  font-size: 1.24vw;
  line-height: 1.1;
  text-align: right;
  color: #d6e4c1;
}
@media screen and (max-width: 768px) {
  .menu-item__title--hot:after {
    top: 2vw;
    width: 12vw;
    font-size: 1.9vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 375px) {
  .menu-item__title--hot:after {
    top: 15px;
    width: 85px;
    font-size: 15px;
  }
}
.menu-item__title--50-360ml:after {
  content: "50 мл   360 мл";
}
.menu-item__title--50ml:after {
  content: "50 мл";
}
.menu-item__title--125ml:after {
  content: "125 мл   750 мл";
  letter-spacing: -0.1px;
}
.menu-item__title--600ml:after {
  content: "600 мл";
}
.menu-item__list {
  margin: 0;
}
.menu-item__inner {
  display: flex;
  margin-bottom: 1.35vw;
}
@media screen and (max-width: 768px) {
  .menu-item__inner {
    margin-bottom: 2.8vw;
  }
}
@media screen and (max-width: 375px) {
  .menu-item__inner {
    margin-bottom: 22px;
  }
}
.menu-item__item {
  width: 18vw;
  margin-right: 0.4vw;
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4vw;
  line-height: 1.2;
  color: #d6e4c1;
}
@media screen and (max-width: 768px) {
  .menu-item__item {
    width: 29vw;
    margin-right: 2vw;
    font-size: 2.2vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 375px) {
  .menu-item__item {
    width: 216px;
    min-width: 216px;
    margin-right: 5px;
    font-size: 17px;
    line-height: 20px;
  }
}
.menu-item__price {
  margin-left: auto;
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.66vw;
  line-height: 1;
  color: #ff4800;
}
.menu-item__price--right {
  margin-left: 1.7vw;
}
.menu-item__price--alone {
  margin-right: 5.4vw;
}
@media screen and (max-width: 768px) {
  .menu-item__price--alone {
    margin-right: 7.6vw;
  }
}
@media screen and (max-width: 375px) {
  .menu-item__price--alone {
    margin-right: 68px;
  }
}
.menu-item__price--small {
  margin-left: 1.4vw;
}
@media screen and (max-width: 768px) {
  .menu-item__price {
    font-size: 2.6vw;
    line-height: 0.9;
  }
}
@media screen and (max-width: 375px) {
  .menu-item__price {
    font-size: 20px;
    line-height: 20px;
  }
  .menu-item__price--right {
    margin-left: 6.6vw;
  }
  .menu-item__price--small {
    margin-left: 17px;
  }
}
.menu-item__volume {
  margin-right: 1.4vw;
  font-family: Montserrat, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.4vw;
  line-height: 1.2;
  color: #d6e4c1;
}
@media screen and (max-width: 768px) {
  .menu-item__volume {
    font-size: 2.2vw;
    margin-right: 2.3vw;
  }
}
@media screen and (max-width: 375px) {
  .menu-item__volume {
    font-size: 17px;
    line-height: 20px;
    margin-right: 16px;
  }
}
.gallery {
  padding-top: 3.9vw;
  padding-bottom: 6vw;
  background-color: #d6e4c1;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .gallery {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 375px) {
  .gallery {
    padding-bottom: 75px;
  }
}
.gallery__title {
  margin-left: var(--horizontal-padding);
  margin-bottom: 1.1vw;
}
@media screen and (max-width: 768px) {
  .gallery__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .gallery__title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  div.gallery__slider {
    display: none;
  }
}
.gallery__list {
  display: none;
}
@media screen and (max-width: 768px) {
  .gallery__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 var(--horizontal-padding);
  }
}
@media screen and (max-width: 768px) {
  .gallery__item {
    width: 47%;
    margin-bottom: 7.8vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 375px) {
  .gallery__item {
    width: 100%;
    margin-bottom: 28px;
  }
}
.gallery__image {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .gallery__image {
    transform: scale(1.49);
    aspect-ratio: 1/1.25;
  }
}
.contacts {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 680px) {
  .contacts {
    display: block;
  }
}
.contacts__title {
  margin-top: 3.9vw;
  margin-bottom: 11.8vw;
  margin-left: var(--horizontal-padding);
}
@media screen and (max-width: 768px) {
  .contacts__title {
    margin-bottom: 14vw;
  }
}
@media screen and (max-width: 375px) {
  .contacts__title {
    margin-top: 60px;
    margin-bottom: 160px;
  }
}
.contacts__inner {
  width: 46%;
  max-width: 46%;
}
@media screen and (max-width: 768px) {
  .contacts__inner {
    width: 52.5%;
    max-width: 52.5%;
  }
}
@media screen and (max-width: 680px) {
  .contacts__inner {
    width: 60%;
    max-width: 60%;
  }
}
@media screen and (max-width: 375px) {
  .contacts__inner {
    width: 100%;
    max-width: 100%;
  }
}
.contacts__map {
  position: relative;
}
.contacts__phone {
  margin: 0 3vw 1.7vw 0;
  margin-left: var(--horizontal-padding);
  font-family: BravoSC, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12.8vw;
  line-height: 0.9;
  letter-spacing: -0.4vw;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .contacts__phone {
    margin-bottom: 3vw;
    font-size: 18.9vw;
    letter-spacing: -0.65vw;
  }
}
@media screen and (max-width: 375px) {
  .contacts__phone {
    margin-bottom: 24px;
    font-size: 141px;
    letter-spacing: -5px;
  }
}
.contacts__phone-link {
  text-decoration: none;
  color: #d4e0c3 !important;
}
.contacts__text {
  margin: 0 0 1vw;
  margin-left: var(--horizontal-padding);
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4vw;
  line-height: 1.175;
  text-transform: uppercase;
  color: #d6e4c1;
}
@media screen and (max-width: 768px) {
  .contacts__text {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.contacts__text:last-child {
  margin-bottom: 0;
}
.contacts__image {
  width: 54.5vw;
  height: 53.5vw;
}
@media screen and (max-width: 768px) {
  .contacts__image {
    width: 47.5vw;
    height: 78vw;
  }
}
@media screen and (max-width: 680px) {
  .contacts__image {
    margin-top: 60px;
    width: 100vw;
    height: 104vw;
  }
}
@media screen and (max-width: 375px) {
  .contacts__image {
    margin-top: 60px;
    width: 100vw;
    height: 117vw;
  }
}
.contacts__interactive-map {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.contacts__interactive-map iframe {
    height: 100%;
}
.about {
  padding: 6.9vw var(--horizontal-padding) 8.5vw;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 80px var(--horizontal-padding) 40px;
  }
}
@media screen and (max-width: 375px) {
  .about {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.about__title {
  margin-bottom: 1.6vw;
}
@media screen and (max-width: 768px) {
  .about__title {
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 375px) {
  .about__title {
    margin-bottom: 28px;
  }
}
.about__text {
  margin: 0 0 3.3vw;
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.5vw;
  line-height: 4.6vw;
  color: #d6e4c1;
}
@media screen and (max-width: 768px) {
  .about__text {
    margin-right: 60px;
    margin-bottom: 33px;
    font-size: 26px;
    line-height: 37px;
  }
}
@media screen and (max-width: 680px) {
  .about__text {
    margin-right: 30px;
  }
}
@media screen and (max-width: 375px) {
  .about__text {
    margin-right: 0;
    margin-bottom: 32px;
    line-height: 36px;
  }
}
.about__text--one {
  margin-right: 1.8vw;
}
@media screen and (max-width: 768px) {
  .about__text--one {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .about__break {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .about__break--mobile {
    display: block;
  }
}
.about__text--bold {
   font-family: PF Regal Display Pro, Arial, sans-serif;
  font-style: italic;
  font-weight: 500 !important;
  font-size: 4.5vw;
  color: var(--brand-color);
  transform: rotate(0.1deg);
}
@media screen and (max-width: 768px) {
  .about__text--bold {
    font-size: 32px;
  }
}
.about__text--margin {
  margin-left: 3.5vw;
}
@media screen and (max-width: 768px) {
  .about__text--margin {
    margin-left: 0;
  }
}
.about__text--small-margin {
  margin-left: 3vw;
}
@media screen and (max-width: 768px) {
  .about__text--small-margin {
    margin-left: 0;
  }
}
.about__text--two {
  margin-bottom: 5.2vw;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .about__text--two {
    margin-left: 0;
    margin-right: 40px;
    margin-bottom: 33px;
    text-align: left;
  }
}
@media screen and (max-width: 680px) {
  .about__text--two {
    margin-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .about__text--two {
    margin-right: 0;
    margin-bottom: 38px;
  }
}
.about__text--three {
  margin-left: 17%;
}
@media screen and (max-width: 768px) {
  .about__text--three {
    margin-right: 60px;
    margin-left: 0;
  }
}
@media screen and (max-width: 680px) {
  .about__text--three {
    margin-right: 30px;
  }
}
@media screen and (max-width: 375px) {
  .about__text--three {
    margin-right: 0;
  }
}
.about__icon {
  position: relative;
  margin: 0 1.7vw;
  display: inline;
  width: 4.2vw;
  height: 4.2vw;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .about__icon {
    margin: 0 12px;
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 375px) {
  .about__icon {
    margin-top: -15px;
  }
}
@media screen and (max-width: 768px) {
  .about__icon--hidden {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .about__icon--hidden {
    display: inline-block;
  }
}
.about__icon--tablet {
  display: none;
}
@media screen and (max-width: 768px) {
  .about__icon--tablet {
    display: inline-block;
  }
}
@media screen and (max-width: 375px) {
  .about__icon--tablet {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .about__icon--fish,
  .about__icon--lamps {
    margin-top: -15px;
  }
}
.footer {
  padding: var(--horizontal-padding);
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 30px var(--horizontal-padding);
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__copyright {
  margin-top: 4vw;
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4vw;
  line-height: 1.175;
  text-transform: uppercase;
  color: #d6e4c1;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .footer__copyright {
    margin-top: 40px;
  }
}
.footer__logo {
  width: 10.8vw;
  height: 5.6vw;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 120px;
    height: 63px;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.promo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5.5vw;
  margin-bottom: 15vw;
}
@media screen and (max-width: 768px) {
  .promo {
    margin-top: 55px;
    margin-bottom: 215px;
  }
}
@media screen and (max-width: 375px) {
  .promo {
    margin-top: 38px;
    margin-bottom: 162px;
  }
}
.promo__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .promo__list {
    display: block;
    margin: 0 0 0 146px;
    margin: 0 auto;
  }
}
.promo__item {
  position: relative;
  padding-left: 17.2vw;
  margin-right: 7.6vw;
  max-width: 37.2vw;
}
.promo__item--cat {
  margin-top: 0.7vw;
  padding-left: 17.4vw;
}
@media screen and (max-width: 768px) {
  .promo__item--cat {
    padding-left: 252px;
  }
}
.promo__item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .promo__item {
    padding-left: 250px;
    margin-left: 10.4vw;
    margin-right: 0;
    max-width: 540px;
  }
  .promo__item:nth-child(odd) {
    margin-bottom: 26vw;
  }
}
@media screen and (max-width: 760px) {
  .promo__item {
    margin: 0 auto;
    padding-left: 0;
    max-width: auto;
  }
}
@media screen and (max-width: 375px) {
  .promo__item:nth-child(odd) {
    margin-bottom: 140px;
  }
}
.promo__title {
  margin-bottom: 1.24vw;
  font-family: Enthalpy, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4.1vw;
  line-height: 1;
  text-transform: uppercase;
  color: var(--brand-color);
}
.promo__title--dino {
  margin-top: 1.1vw;
}
@media screen and (max-width: 768px) {
  .promo__title--dino {
    margin-top: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .promo__title {
    font-size: 60px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 760px) {
  .promo__title {
    max-width: 275px;
    text-align: center;
    margin: 0 auto 16px;
  }
}
.promo__text {
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.7vw;
  line-height: 1.3;
  color: #d6e4c1;
}
@media screen and (max-width: 768px) {
  .promo__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 760px) {
  .promo__text {
    max-width: 280px;
    margin: 0 auto 32px;
    text-align: center;
  }
}
.promo__image {
  position: absolute;
  top: 0;
  left: 0;
}
.promo__image--dino {
  width: 14.5vw;
  height: 15.9vw;
}
.promo__image--cat {
  width: 14.6vw;
  height: 13.8vw;
}
@media screen and (max-width: 768px) {
  .promo__image--dino {
    width: 210px;
    height: 230px;
  }
  .promo__image--cat {
    width: 212px;
    height: 200px;
  }
}
@media screen and (max-width: 760px) {
  .promo__image {
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .promo__image {
    left: 20px;
  }
}
.slider {
  --slidesTotal: 26;
  visibility: hidden;
  opacity: 0;
  will-change: transform;
}
.slider__button-close {
  position: fixed;
  top: -11.11111vw;
  left: 56.944vw;
  z-index: 1001;
  width: 56.944vw;
  height: 56.944vw;
  will-change: transform;
}
.slider__button-close-icon {
  width: 56.944vw;
  height: 56.944vw;
  overflow: visible;
}
.slider__container {
  display: grid;
  grid-template-columns: repeat(var(--slidesTotal), var(--col-9));
  grid-column-gap: 4.167vw;
  align-items: center;
  padding: 0 4.167vw;
  height: calc(var(--vh, 1vh) * 100);
}
.slider__item {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  will-change: transform;
}
.slider__item-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider__item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  user-select: none;
}
.slider__item-button-wrap,
.slider__item-heading-wrap {
  display: flex;
  overflow: hidden;
}
.slider__item-button-wrap {
  pointer-events: all;
}
.slider__item-button {
  margin: 4.167vw auto 0;
  color: var(--color-white);
}
@media (min-width: 768px) {
  .slider {
    display: flex;
    align-items: center;
    width: 100%;
    overflow-x: unset;
  }
  .slider__button-close {
    position: absolute;
    top: 1.042vw;
    left: 83.68089vw;
    right: unset;
  }
  .slider__button-close,
  .slider__button-close-icon {
    width: 14.236vw;
    height: 14.236vw;
  }
  .slider__button-close-icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  .slider__container {
    grid-template-columns: repeat(var(--slidesTotal), var(--col-4));
    grid-column-gap: 4.167vw;
    padding: 0 var(--horizontal-padding);
    height: unset;
    cursor: url(https://static.tildacdn.com/tild3465-6536-4133-b966-326339656161/icon-cursor3c81f026.svg), auto;
  }
  .slider__item-heading {
    font-size: 7.569vw;
    line-height: 6.944vw;
  }
  .slider__item-button {
    margin: 1.389vw auto;
  }
  .slider__item-img {
    max-width: unset;
    pointer-events: none;
    user-select: none;
    transform-origin: left center;
    transform: scale(1.75);
    will-change: transform;
  }
  .slider__progress-wrap {
    left: var(--col-2);
    bottom: 3.125vw;
    width: var(--col-8);
    overflow: hidden;
    background-color: #d6d6d6;
    transform-origin: left center;
  }
  .slider__progress,
  .slider__progress-wrap {
    display: block;
    position: absolute;
    height: 1px;
    will-change: transform;
  }
  .slider__progress {
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-black);
    transform: scaleX(0);
    transform-origin: left center;
  }
}
.is-dragging .slider__container {
  cursor: url(https://static.tildacdn.com/tild3465-6536-4133-b966-326339656161/icon-cursor3c81f026.svg), auto;
}
.is-device .slider {
  top: 0;
  left: 0;
  bottom: 0;
  height: calc(var(--vh, 1vh) * 100);
}
.is-device .slider__container {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow-x: scroll;
}
.is-device .slider .nav__button-close {
  position: fixed;
}
.is-device .slider .slider__progress-wrap {
  display: none;
}


