<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/white/components/bitrix/menu/top/style.min.css?1692940421490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/white/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/white/styles.css?169294071192*/
 .menu__link{
    font-size: 0.85rem;
}
.preview__logo.detail_logo img {
    width: 140px;
}
/* End */


/* Start:/local/templates/white/css/style.css?169294102721791*/
@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 360px;
}

body {
  color: var(--whte);
  line-height: 1; 
  font-family: "FUTURICABS";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

body {
  background: var(--blck);
}
.lock body {
  overflow: hidden;
  touch-action: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.wrapper &gt; main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.wrapper &gt; * {
  min-width: 0;
}

.has-background {
  position: relative;
}
.has-background .page-background {
  z-index: -1;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  max-height: 100vh;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.has-background .page-background img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 61.99875em) {
  .has-background .page-background img {
    height: 100%;
  }
}
@media (max-width: 61.99875em) {
  .has-background .page-background {
    max-height: 500px;
    height: 100%;
  }
}
.has-background .page-background::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 4, 4, 0) 35.51%, #040404 100%), linear-gradient(0deg, rgba(4, 4, 4, 0.4) 0%, rgba(4, 4, 4, 0.4) 100%);
}
@media (min-width: 61.99875em) {
  .has-background .page-background::before {
    background: linear-gradient(180deg, rgba(4, 4, 4, 0) 35.51%, #040404 100%), linear-gradient(0deg, rgba(4, 4, 4, 0.5) 0%, rgba(4, 4, 4, 0.5) 100%);
  }
}
@media (max-width: 61.99875em) {
  .has-background--auto .page-background {
    height: 561px;
  }
}

@media(max-width:1400px){
  html { 
    zoom: 0.9; 
    -moz-transform: scale(0.9); 
    -moz-transform-origin: 0 0;
} 
}

/*
(i) Ð¡Ñ‚Ð¸Ð»Ð¸ Ð±ÑƒÐ´ÑƒÑ‚ Ð¿Ñ€Ð¸Ð¼ÐµÐ½ÑÑ‚ÑŒÑÑ ÐºÐ¾ 
Ð²ÑÐµÐ¼ ÐºÐ»Ð°ÑÑÐ°Ð¼ ÑÐ¾Ð´ÐµÑ€Ð¶Ð°Ñ‰Ð¸Ð¼ *__container
ÐÐ°Ð¿Ñ€Ð¸Ð¼ÐµÑ€ header__container, main__container Ð¸ Ñ‚.Ð´.
Ð¡Ð½Ð¸Ð¿ÐµÑ‚ (HTML): cnt
*/
[class*=__container] {
  max-width: 69.375rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

body.popup-show::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 16px;
  transition: all 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  transform: scale(1);
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s;
  background: #040404;
  padding: 30px 30px;
  width: 100%;
  max-width: 500px;
}
.lock .popup__content {
  visibility: visible;
}

.popup__content {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 160%; /* 160% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 61.99875em) {
  .popup__content {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 150%; /* 150% */
    letter-spacing: 1.92px;
  }
}
.popup__close {
  margin-bottom: 32px;
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background: #fff;
  width: 28px;
  height: 28px;
}
.popup__text {
  margin-bottom: 12px;
}
.popup__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.popup__links a{
  padding-bottom: .2rem;
  text-decoration: underline;
}
.popup__links a:not(:last-child) {
  margin-bottom: px;
}
.slider-popup {
  background: rgba(4, 4, 4, 0.8);
  padding: 0;
}
.slider-popup__slider {
  max-width: 100vw;
  position: relative;
}
.slider-popup .popup__content {
  max-width: 100%;
  background: none;
  padding: 0;
}
.slider-popup__slide picture,
.slider-popup__slide img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.slider-popup .popup__close {
  display: none;
}
@media (max-width: 61.99875em) {
  .slider-popup .popup__close {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
  }
}
.slider-popup__nav {
  display: flex;
  justify-content: space-between;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.slider-popup__arrow {
  width: 68px;
  height: 68px;
  mask: var(--icon) center center/40px 30px no-repeat;
  -webkit-mask: var(--icon) center center/40px 30px no-repeat;
  background: var(--whte);
  pointer-events: all;
}

[class*=-ibg] {
  position: relative;
}
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  object-fit: contain;
}

:root {
  --whte: #fff;
  --blck: #040404;
}

._title {
  font-size: 1rem;
  border-top: 1px solid var(--whte);
  padding: 8px 2px;
  letter-spacing: 7.68px;
  display: inline-block;
  text-transform: uppercase;
}

.btn {
  padding: 10px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 8px;
  border: 1px solid var(--whte);
  background: rgba(0, 0, 0, 0.5);
  line-height: 150%; /* 150% */
  letter-spacing: 1.44px;
  text-transform: uppercase;
  transition: all 0.3s ease-in 0s;
}
.btn:hover {
  background: var(--whte);
  color: var(--blck);
}

.header {
  padding: 40px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 61.99875em) {
  .header {
    padding: 16px 0;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  position: relative;
  z-index: 3;
}
.header__logo img,
.header__logo picture {
  max-width: 340px;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 71.25em) {
  .header__logo {
    flex: 0 0 273px;
  }
}
.menu__body {
  display: flex;
  align-items: center;
}
@media (max-width: 61.99875em) {
  .menu__body {
    transform: translateX(-120vw);
    position: fixed;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    max-height: 100%;
    overflow: auto;
    top: 0;
    flex-direction: column;
    z-index: 1;
    justify-content: center;
    background: var(--blck);
    padding: 40px 30px;
    transition: transform 0.3s ease-in 0s;
  }
  .menu-open .menu__body {
    transform: translate(0);
  }
  .header__logo img,
  .header__logo picture {
    max-width: 280px;}
  }
  .loyality__about,
  ._title,
  .about__text{
    font-size:0.9rem !important;
  }
  
.menu__list {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 71.25em) {
  .menu__list {
    gap: 18px;
  }
}
@media (max-width: 61.99875em) {
  .menu__list {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    flex: 1 1 auto;
    margin-top: auto;
    gap: 36px;
  }
}
.menu__link {
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 61.99875em) {
  .menu__link {
    text-align: center;
  }
}
@media (min-width: 61.99875em) {
  .menu__link {
    padding-bottom: 3px;
  }
  .menu__link:hover::before {
    content: "";
    width: 100%;
    right: auto;
    left: 0;
  }
  .menu__link::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0;
    height: 1px;
    right: 0;
    background: #fff;
    transition: all 0.3s ease-in 0s;
  }
}
.menu__lang {
  display: flex;
  align-items: center;
  gap: 26px;
}
.menu__lang a {
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  padding-bottom: 2px;
  display: inline-block;
}
.menu__lang a.active {
  border-bottom: 1px solid var(--whte);
}
.menu__lang a:not(:last-child) {
  position: relative;
}
.menu__lang a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -13px;
  width: 1px;
  height: 100%;
  background: var(--whte);
}
@media (min-width: 61.99875em) {
  .menu__lang {
    display: none;
  }
}

.icon-menu {
  display: none;
}
@media (max-width: 61.99875em) {
  .icon-menu {
    display: block;
    position: relative;
    width: 22px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--whte);
    border-radius: 5px;
  }
  .icon-menu::before {
    top: 0px;
  }
  .icon-menu::after {
    bottom: 0px;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu span {
    transform: scale(0);
  }
  .menu-open .icon-menu::before {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu::after {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}

.footer {
  padding: 42px 0px 76px 0px;
}
@media (max-width: 47.99875em) {
  .footer {
    padding: 24px 0px 50px 0px;
  }
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 47.99875em) {
  .footer__container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.footer__left {
  display: flex;
  gap: 32px;
}
@media (max-width: 47.99875em) {
  .footer__left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 26px;
  }
}
.footer__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.75rem;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .footer__text {
    text-align: center;
  }
}
.footer__text a:hover {
  text-decoration: underline;
}
.footer__media {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.footer__media a {
  width: 44px;
  height: 44px;
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background: var(--whte);
}
@media (max-width: 47.99875em) {
  .footer__media a {
    width: 32px;
    height: 32px;
  }
}
.footer__lang {
  display: flex;
  align-items: center;
  gap: 26px;
}
.footer__lang a {
  padding-bottom: 2px;
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .footer__lang a {
    font-size: 0.75rem;
  }
}
.footer__lang a.active {
  border-bottom: 1px solid var(--whte);
}
.footer__lang a:not(:last-child) {
  position: relative;
}
.footer__lang a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -13px;
  width: 1px;
  height: 100%;
  background: var(--whte);
}

.restaurants {
  margin-bottom: 36px;
}
.restaurants__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px 32px;
}
@media (max-width: 71.25em) {
  .restaurants__row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 47.99875em) {
  .restaurants__row {
    grid-template-columns: 1fr;
  }
}
.restaurants__column {
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
}
.restaurants__column:hover .restaurants__img {
  transform: scale(105%);
}
.restaurants__img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in 0s;
}
.restaurants__img img,
.restaurants__img picture {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.restaurants__img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(4, 4, 4, 0.2) 0%, rgba(4, 4, 4, 0.2) 100%);
}
.restaurants__logo {
  position: relative;
  z-index: 1;
  max-width: 160px;
}
.restaurants__logo img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.about {
  margin: 30px 0px 80px 0px;
}
@media (max-width: 61.99875em) {
  .about {
    margin: 16px 0px 14px 0px;
  }
}
.about__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 52px;
}
@media (max-width: 61.99875em) {
  .about__row {
    gap: 14px;
    flex-direction: column-reverse;
  }
}
.about__title {
  margin-bottom: 24px;
}
@media (max-width: 61.99875em) {
  .about__title {
    order: 3;
    margin-bottom: 2px;
  }
}
.about__text {
  font-size: 1rem;
  line-height: 150%; /* 150% */
  letter-spacing: 1.92px;
}
.about__text p {
  font-weight: 300;
}
.about__text p:not(:last-child) {
  margin-bottom: 16px;
}
.about__btn {
  margin-top: 16px;
  width: 100%;
  padding: 15px 20px;
}
.about__image {
  flex: 0 0 544px;
}
@media (max-width: 61.99875em) {
  .about__image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 100%;
  }
}
.about__image img,
.about__image picture {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.contacts {
  margin: 30px 0px 122px 0px;
}
@media (max-width: 47.99875em) {
  .contacts {
    margin: 16px 0px 30px 0px;
  }
}
.contacts__title {
  margin-bottom: 60px;
}
.contacts__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 118px;
  margin-bottom: 80px;
}
@media (max-width: 47.99875em) {
  .contacts__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contacts__name {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 175%; /* 175% */
  letter-spacing: 1.92px;
  margin-bottom: 6px;
}
.contacts__info {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 166.667%; /* 166.667% */
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
@media (min-width: 61.99875em) {
  .contacts__support {
    grid-column: 2;
  }
}
@media (max-width: 61.99875em) and (min-width: 47.99875em) {
  .contacts__support {
    grid-column: 1;
    grid-area: span 1/span 2;
  }
}
.contacts__link {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 200%; /* 200% */
  letter-spacing: 1.68px;
}
@media (max-width: 47.99875em) {
  .contacts__link {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contacts__link span {
  font-style: normal;
  font-weight: 300;
  text-decoration-line: underline;
  text-transform: uppercase;
  text-decoration: underline;
  margin-right: 16px;
}
@media (max-width: 47.99875em) {
  .contacts__link span {
    margin-right: 0;
  }
}
.contacts__link a {
  color: #fff;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.news {
  margin-bottom: 40px;
}
.news__title {
  margin-bottom: 37px;
}
@media (max-width: 61.99875em) {
  .news__title {
    margin-bottom: 40px;
  }
}
.news__row {
  margin-bottom: 24px;
}
@media (max-width: 61.99875em) {
  .news__row {
    margin-bottom: 20px;
  }
}
.news__column {
  display: flex;
  align-items: center;
  background: var(--color);
  border-radius: 16px;
  overflow: hidden;
  min-height: 348px;
}
@media (max-width: 61.99875em) {
  .news__column {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
.news__column:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 71.25em) {
  .news__column.news__column--reverse {
    flex-direction: row-reverse;
  }
}
.news__column.news__column--reverse .news__text {
  text-align: left;
}
@media (max-width: 71.25em) {
  .news__column {
    flex-direction: column-reverse;
  }
}
.news__content {
  display: flex;
  flex-direction: column;
  padding: 30px 35px;
}
@media (max-width: 71.25em) {
  .news__content {
    justify-content: flex-start;
  }
}
@media (max-width: 61.99875em) {
  .news__content {
    padding: 40px 16px;
    margin-bottom: 22px;
  }
}
.news__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  overflow: hidden;
  margin-bottom: 34px;
}
.news__logo img,
.news__logo picture {
  max-height: 100%;
  object-fit: contain;
  width: 100%;
  max-width: 160px;
  height: 100%;
}
.news__text {
  color: #fff;
  text-align: right;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 166.667%; /* 166.667% */
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.news__image {
  flex: 1 0 68.51%;
  max-height: 100%;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 71.25em) {
  .news__image {
    flex: 0 0 auto;
    width: 100%;
    height: 217px;
  }
}
.news__image img,
.news__image picture {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.news__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news__btn .btn {
  padding: 13px 50px;
}
@media (max-width: 47.99875em) {
  .news__btn .btn {
    width: 100%;
  }
}

.loyality {
  margin: 37px 0 16px;
}
@media (max-width: 61.99875em) {
  .loyality {
    margin: 14px 0 16px;
  }
}
.loyality__title {
  margin-bottom: 107px;
}
@media (max-width: 61.99875em) {
  .loyality__title {
    margin-bottom: 24px;
  }
}
.loyality__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 61.99875em) {
  .loyality__row {
    flex-direction: column;
  }
}
.loyality__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.loyality__content {
  flex: 0 0 514px;
}
@media (max-width: 61.99875em) {
  .loyality__content {
    flex: 0 0 auto;
  }
}
.loyality__about {
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
  line-height: 150%;
  letter-spacing: 1.92px;
  margin-bottom: 20px;
}
.loyality__contacts {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
@media (min-width: 61.99875em) {
  .loyality__btn {
    display: none;
  }
}
@media (max-width: 61.99875em) {
  .loyality__btn {
    margin-top: 16px;
    width: 100%;
    max-width: 380px;
  }
}
@media (max-width: 29.99875em) {
  .loyality__btn {
    max-width: 100%;
  }
}
.loyality__right {
  flex: 0 0 160px;
}
@media (max-width: 61.99875em) {
  .loyality__right {
    display: none;
  }
}
.loyality__image {
  margin-bottom: 20px;
}
.loyality__image img,
.loyality__image picture {
  width: 160px;
  height: 160px;
}
.loyality__image-title {
  font-size: 0.75rem;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  text-align: center;
}

.preview {
  height: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin-top: 101px;
  margin-bottom: 76px;
}
@media (max-width: 61.99875em) {
  .preview {
    margin-bottom: 38px;
    margin-top: 48px;
  }
}
.preview__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.preview__row {
  display: flex;
  gap: 158px;
  flex: 1 1 auto;
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 61.99875em) {
  .preview__row {
    flex-direction: column;
    align-items: center;
    gap: 58px;
  }
}
.preview__left {
  flex: 0 0 300px;
}
@media (max-width: 61.99875em) {
  .preview__left {
    flex: 0 0 auto;
  }
}
.preview__logo {
  max-width: 240px;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-right: auto;
  margin-bottom: 28px;
}
.preview__logo img,
.preview__logo picture {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: contain;
}
.preview__contacts {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 150%; /* 150% */
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
@media (max-width: 61.99875em) {
  .preview__contacts {
    margin-bottom: 16px;
  }
}
.preview__text {
  font-size: 1rem;
  font-weight: 200;
  line-height: 24px; /* 150% */
  letter-spacing: 1.92px;
  margin-bottom: 32px;
}
@media (max-width: 61.99875em) {
  .preview__text {
    font-size: 0.875rem;
  }
}
.preview__text p:not(:last-child) {
  margin-bottom: 12px;
}
.preview__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 61.99875em) {
  .preview__btns {
    justify-content: center;
  }
}
.preview__btns .btn {
  flex: 0 0 206px;
}
@media (max-width: 47.99875em) {
  .preview__btns .btn {
    flex: 0 0 100%;
  }
}
.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

/* End */


/* Start:/local/templates/white/fnt/fonts.css?1692940429444*/
@font-face {
  font-family: FUTURICABS;
  font-display: swap;
  src: url("/local/templates/white/fnt/../fnt/AFuturicaMedium.woff2") format("woff2"),
    url("/local/templates/white/fnt/../fnt/AFuturicaMedium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: FUTURICABS;
  font-display: swap;
  src: url("/local/templates/white/fnt/../fnt/AFuturicaBsLight.woff2") format("woff2"),
    url("/local/templates/white/fnt/../fnt/AFuturicaBsLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

/* End */
/* /local/templates/white/components/bitrix/menu/top/style.min.css?1692940421490 */
/* /local/templates/white/styles.css?169294071192 */
/* /local/templates/white/css/style.css?169294102721791 */
/* /local/templates/white/fnt/fonts.css?1692940429444 */
</pre></body></html>