/**
 * Подключаем шрифты
 */
@font-face {
  font-family: "miamanueva";
  src: url("../font/miamanueva.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "iowanold";
  src: url("../font/iowanoldstyle_bold.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/lato/latoregular.woff2') format('woff2'), url('../fonts/lato/latoregular.woff') format('woff'), url('../fonts/lato/latoregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/lato/latobold.woff2') format('woff2'), url('../fonts/lato/latobold.woff') format('woff'), url('../fonts/lato/latobold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
/*
вставка из ландинга
 */
body {
  background-color: #151515;
  color: #fff;
}
header {
  padding-top: 25px;
}
.title_gift {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 20px;
}
.text-center {
  text-align: center;
}
.giftcard_list {
  margin: 40px auto 60px;
  max-width: 850px;
  font-family: 'Lato', sans-serif;
}
.giftcard_list li {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
  text-align: justify;
}
.title_gift a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.title_gift a:hover {
  color: #aa1916;
}
.map_link {
  color: #fff;
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin-bottom: 100px;
}
.map_link:hover {
  color: #aa1916;
}
.map_link:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 33px;
  height: 33px;
  background-image: url("img/fire.svg");
  top: 10px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .map_link {
    margin-bottom: 60px;
  }
  .giftcard_list {
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  .title_gift {
    font-size: 20px;
  }
  .giftcard_list li {
    font-size: 18px;
  }
}
/**
 * Подключаем миксины
 */
/**
 * Подключаем переменные
 */
/*Основные цвета */
/*Основные размер/высота текста */
/**
 * Подключаем модалки
 */
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999999;
  background-color: rgba(39, 41, 42, 0.8);
}
.modal_body {
  position: absolute;
  padding: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-color: #ffffff;
}
.modal_close {
  width: 34px;
  height: 34px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 999999;
}
.modal_close:after,
.modal_close:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 4px;
  position: absolute;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background: #27292a;
}
.modal_close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal_close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal_close:hover:after,
.modal_close:hover:before {
  background: #27292a;
}
.modal_open {
  cursor: pointer;
}
.modal_on {
  overflow: hidden;
}
/**
 * Подключчаем стили для тела
 */
body {
  background-color: #151515;
  margin: 0;
  padding-top: 15px;
}
header {
  position: relative;
  overflow: hidden;
}
header .logo {
  width: 100px;
  margin-bottom: 50px;
}
header .text {
  font-family: 'Lato';
  font-size: 12px;
  color: #ffffff;
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
  position: absolute;
  bottom: 3px;
  left: calc(50% + 42px);
  -webkit-transform: translateX(-50%) rotate(-13.97deg);
          transform: translateX(-50%) rotate(-13.97deg);
  width: 100%;
}
.text {
  font-family: 'Lato';
  font-size: 15px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}
.helpie-faq .collection-title {
  display: none;
}
.helpie-faq.accordions .accordion .accordion__item {
  border-bottom: none;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__header {
  padding: 15px 23px;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__header:before,
.helpie-faq.accordions .accordion .accordion__item .accordion__header:after {
  margin-right: 17px;
  background: #ffffff;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__header .accordion__title {
  font-family: 'Lato';
  font-size: 12px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 400;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__header.active {
  background: #27292a !important;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__body {
  background: #27292a !important;
  padding: 0 23px;
  position: relative;
  padding-top: 15px;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__body:after {
  position: absolute;
  display: block;
  height: 100%;
  width: 10px;
  background-color: #c21b1a;
  left: 0;
  bottom: 0;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__body p,
.helpie-faq.accordions .accordion .accordion__item .accordion__body a {
  font-family: 'Lato';
  font-size: 14px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__body ul {
  padding-left: 0;
  list-style-type: none;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__body ul li {
  font-family: 'Lato';
  font-size: 14px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__body ul li:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  background-image: url("../img/logo_little.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 7px;
}
.helpie-faq.accordions .search__wrapper .search__input {
  height: 45px;
  font-family: 'Lato';
  font-size: 14px;
  color: #000000;
  line-height: 30px;
  font-weight: 400;
}
.helpie-faq.accordions .search__wrapper .search__input::-webkit-input-placeholder {
  font-family: 'Lato';
  font-size: 14px;
  color: #000000;
  line-height: 1.2;
  font-weight: 400;
}
.helpie-faq.accordions .search__wrapper .search__input:-ms-input-placeholder {
  font-family: 'Lato';
  font-size: 14px;
  color: #000000;
  line-height: 1.2;
  font-weight: 400;
}
.helpie-faq.accordions .search__wrapper .search__input::-ms-input-placeholder {
  font-family: 'Lato';
  font-size: 14px;
  color: #000000;
  line-height: 1.2;
  font-weight: 400;
}
.helpie-faq.accordions .search__wrapper .search__input::placeholder {
  font-family: 'Lato';
  font-size: 14px;
  color: #000000;
  line-height: 1.2;
  font-weight: 400;
}
.helpie-faq.accordions .search__wrapper .search__input:focus {
  color: #000000;
}
.helpie-faq.accordions .search__wrapper .search__input:focus ~ .search__icon {
  background-image: url("../img/Union_hover.svg");
}
.helpie-faq.accordions .search__wrapper .search__icon {
  width: 20px;
  height: 20px;
  background-image: url("../img/Union.svg");
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.helpie-faq.accordions .search__wrapper .search__icon svg {
  display: none !important;
}
.helpie-faq.accordions .search__wrapper:hover .search__icon {
  background-image: url("../img/Union_hover.svg");
}
.helpie-faq .search__message__content {
  font-family: 'Lato';
  font-size: 15px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  margin-top: 20px;
}
.menu_accordeon_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu_accordeon_header p {
  padding: 10px 40px;
  background-color: #27292a;
  font-family: 'Lato';
  font-size: 18px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.menu_accordeon_header p.active {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 170, 55, 0)), to(#eea93f)), -webkit-gradient(linear, left top, left bottom, from(#f59c15), color-stop(25.52%, #ffc977), color-stop(53.12%, #ffdba3), color-stop(77.6%, #ffc977), to(#e29d33));
  background: linear-gradient(180deg, rgba(244, 170, 55, 0) 0%, #eea93f 100%), linear-gradient(180deg, #f59c15 0%, #ffc977 25.52%, #ffdba3 53.12%, #ffc977 77.6%, #e29d33 100%);
  color: #000000;
}
.menu_accordeon_header p.lit {
  position: fixed;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 20;
  width: 74px;
  height: 74px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.menu_accordeon_header p.lit span {
  display: none;
}
.menu_accordeon_header p.lit:nth-child(1) {
  top: 80px;
  background-image: url("../img/menu_icon.svg");
}
.menu_accordeon_header p.lit:nth-child(1).active {
  background: url("../img/menu_icon_act.svg") no-repeat center, -webkit-gradient(linear, left top, left bottom, from(rgba(244, 170, 55, 0)), to(#eea93f)), -webkit-gradient(linear, left top, left bottom, from(#f59c15), color-stop(25.52%, #ffc977), color-stop(53.12%, #ffdba3), color-stop(77.6%, #ffc977), to(#e29d33));
  background: url("../img/menu_icon_act.svg") no-repeat center, linear-gradient(180deg, rgba(244, 170, 55, 0) 0%, #eea93f 100%), linear-gradient(180deg, #f59c15 0%, #ffc977 25.52%, #ffdba3 53.12%, #ffc977 77.6%, #e29d33 100%);
  background-size: 50%,auto, auto;
  background-size: 50%,cover, cover;
  background-size: 50%,contain, contain;
}
.menu_accordeon_header p.lit:nth-child(2) {
  top: 154px;
  background-image: url("../img/drink_icon.svg");
}
.menu_accordeon_header p.lit:nth-child(2).active {
  background: url("../img/drink_icon_act.svg") no-repeat center, -webkit-gradient(linear, left top, left bottom, from(rgba(244, 170, 55, 0)), to(#eea93f)), -webkit-gradient(linear, left top, left bottom, from(#f59c15), color-stop(25.52%, #ffc977), color-stop(53.12%, #ffdba3), color-stop(77.6%, #ffc977), to(#e29d33));
  background: url("../img/drink_icon_act.svg") no-repeat center, linear-gradient(180deg, rgba(244, 170, 55, 0) 0%, #eea93f 100%), linear-gradient(180deg, #f59c15 0%, #ffc977 25.52%, #ffdba3 53.12%, #ffc977 77.6%, #e29d33 100%);
  background-size: 50%,100%, 100%;
}
.menu_accordeon_body .body {
  display: none;
}
.menu_accordeon_body .body.active {
  display: block;
}
