@font-face {
  font-family: Almoni Tzar Aaa;
  src: url('../fonts/almoni-tzar-bold-aaa.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Almoni Tzar Aaa;
  src: url('../fonts/almoni-tzar-demibold-aaa.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Almoni Tzar Aaa;
  src: url('../fonts/almoni-tzar-regular-aaa.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Almoni Tzar Aaa;
  src: url('../fonts/almoni-tzar-medium-aaa.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --bgr_light: #fcf9f5;
  --black: #000;
  --green: #20623a;
  --top-sec: #fcf9f5;
  --white: #fff;
  --yellow: #eee110;
  --transparent: #fff0;
  --trip-green: #eef5e1;
  --black10: #0000001a;
  --orange: #eb650d;
  --light-green: #e7eeea;
  --search_grey: #e1e1e1;
  --dark-grey: #333;
  --black-30: #0000004d;
  --black-90: #000000e6;
  --green-90: #20623ae6;
  --green-95: #20623af2;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--bgr_light);
  color: var(--black);
  text-align: right;
  direction: rtl;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 80px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 46px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

p {
  margin-top: 5px;
  margin-bottom: 10px;
}

a {
  color: var(--green);
  cursor: pointer;
  text-decoration: none;
  transition: all .15s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: inline-block;
}

.top_search_group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  font-size: 14px;
  display: flex;
  position: relative;
}

.top_links_group {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.top_links_group.mob {
  display: none;
}

.top_sec {
  z-index: 100;
  background-color: var(--top-sec);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 2%;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 10px #0000004d;
}

.top_logo {
  width: 22%;
  max-width: 244px;
  margin-bottom: 5px;
}

.top_logo.mobile {
  display: none;
}

.nav_bar {
  z-index: 90;
  background-color: #fff0;
  font-size: 18px;
  font-weight: 700;
}

.nav_link {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: static;
}

.nav_link:hover {
  color: var(--yellow);
  border-bottom-color: #000;
  text-decoration: none;
}

.top_content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top_link {
  opacity: .6;
  color: #000;
  cursor: pointer;
  font-weight: 500;
  display: block;
}

.top_link:hover {
  opacity: 100;
  text-decoration: none;
}

.top_link.login {
  background-color: var(--green);
  opacity: 100;
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  padding: 5px 15px;
  font-weight: 500;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.top_link.login:hover {
  background-color: var(--black);
  color: var(--yellow);
}

.top_link.login.mob {
  display: none;
}

.nav_menu {
  float: left;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  background-color: var(--black);
  border-radius: 6px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 16px;
  padding: 2px 28px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.gigi_link {
  z-index: 500;
  height: 190px;
  color: var(--black);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 16px;
  padding-left: 39px;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
}

.gigi_link:hover {
  height: 200px;
  padding-top: 26px;
  padding-left: 56px;
  text-decoration: none;
}

.gigi_pict {
  width: auto;
  min-width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gigi_info {
  background-color: var(--white);
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  padding: 10px 14px 10px 76px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 20px;
  box-shadow: 0 0 24px #0000001a;
}

.gigi_title {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.content_sec {
  padding: 20px 2%;
  font-size: 14px;
  line-height: 18px;
}

.content_sec.trip {
  background-color: var(--trip-green);
  flex-flow: column;
  display: flex;
}

.content_sec.activity {
  padding-bottom: 5px;
}

.content_sec.content {
  padding-top: 0;
}

.content_block {
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

.content_block.welcome {
  background-color: var(--black);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  margin-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content_block.duo {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.content_block.your {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content_block.our_list {
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content_block.title {
  background-color: var(--black);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content_block.trip {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.content_block.trip_title {
  background-color: var(--black);
  border-radius: 6px;
  justify-content: center;
  align-items: flex-end;
  height: 38vw;
  max-height: 540px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content_block.activity_title {
  background-color: var(--transparent);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content_block.content {
  max-width: 860px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
}

.bgr_pict {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bgr_pict.welcome {
  opacity: .77;
}

.welcome_info {
  width: 100%;
  height: 100%;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 4%;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 26px;
  line-height: 28px;
  display: flex;
  position: absolute;
}

.button {
  background-color: var(--white);
  box-shadow: 0 2px 6px 0 var(--black10);
  color: var(--black);
  background-image: url('../images/ar_left_or.svg');
  background-position: 28px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 6px;
  margin-top: 18px;
  padding-left: 60px;
  padding-right: 28px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  transition-duration: .2s;
}

.button:hover {
  background-position: 20px;
  text-decoration: none;
}

.button.love {
  background-color: var(--yellow);
  min-width: 140px;
}

.button.map {
  background-color: var(--yellow);
  min-width: 140px;
  margin-top: 10px;
}

.button.popup {
  background-color: var(--black);
  box-shadow: none;
  color: var(--white);
  margin-top: 10px;
  padding-top: 6px;
  padding-bottom: 7px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.button.waze {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #3cf;
  background-image: url('../images/ar_left_w.svg');
  background-position: 17px;
  margin-top: 0;
  padding: 6px 12px 6px 44px;
  font-size: 20px;
  display: flex;
}

.button.waze:hover {
  background-position: 10px;
}

.button.benefit {
  background-color: var(--orange);
  min-height: 42px;
  color: var(--white);
  background-image: url('../images/ar_left_bl.svg');
  background-position: 22px;
  background-size: 14px;
  margin-top: 0;
  padding: 9px 18px 9px 46px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.button.benefit:hover {
  background-position: 16px;
}

.button.order {
  background-color: var(--black);
  box-shadow: none;
  color: var(--white);
  background-position: 22px;
  background-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px 16px 7px 46px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.button.order:hover {
  background-position: 16px;
}

.button.site {
  background-color: var(--black);
  box-shadow: none;
  color: var(--white);
  background-position: 22px;
  background-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 16px 5px 46px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.button.site:hover {
  background-position: 16px;
}

.welcome_title {
  text-align: center;
  margin-top: 0;
  font-size: 106px;
  line-height: 86px;
}

.footer_nav_group {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 20px;
  display: flex;
}

.footer_nav_group.credit {
  border-top: 1px solid var(--black);
  justify-content: space-between;
  padding-top: 30px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.footer_nav_block {
  width: 20%;
}

.footer_nav_block.index {
  border-left: 1px solid #000;
  width: 48%;
  margin-left: 1%;
}

.footer_nav_block.info {
  width: 31%;
}

.footer_nav_list {
  grid-column-gap: 1.2%;
  grid-row-gap: 18px;
  flex-flow: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 2%;
  padding-right: 0;
  display: flex;
}

.footer_nav_list.social {
  grid-column-gap: 3%;
  grid-row-gap: 15px;
  margin-top: 17px;
}

.credit_link {
  color: var(--black);
}

.credit_link:hover {
  color: #eb650d;
  text-decoration: none;
}

.footer_link {
  color: var(--black);
  font-weight: 500;
}

.footer_link:hover {
  color: #eb650d;
  text-decoration: none;
}

.footer_nav_item {
  width: 19%;
}

.footer_nav_item.info {
  width: 32%;
}

.footer_nav_item.social {
  justify-content: flex-start;
  align-items: center;
  width: 18.6%;
  display: flex;
}

.footer_soc_link {
  background-color: var(--white);
  opacity: .6;
  filter: grayscale();
  cursor: pointer;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: block;
  overflow: hidden;
}

.footer_soc_link:hover {
  opacity: 100;
  filter: none;
}

.your_group {
  background-color: var(--light-green);
  justify-content: space-between;
  display: flex;
}

.your_info_block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  padding: 20px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.your_title {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 42px;
  line-height: 40px;
}

.your_txt {
  margin-bottom: 20px;
  font-size: 84px;
  line-height: 52px;
}

.love_group {
  background-color: var(--green);
  width: 76%;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 32px 26px 20px;
  display: flex;
}

.top_search_block {
  text-align: right;
  width: 168px;
  margin-bottom: 0;
  position: relative;
}

.top_search_block.mob {
  display: none;
}

.search_autocomp_link {
  color: #000;
  display: block;
}

.search_autocomp_link:hover {
  color: #008a5e;
  text-decoration: none;
}

.autocomp_field {
  width: 166px;
  height: 31px;
  box-shadow: none;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/ic_search.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 1px solid #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 9px 0 0;
  font-weight: 400;
  transition: all .2s ease-in-out;
  position: relative;
}

.autocomp_field:hover {
  background-position: 6px;
  background-size: 18px;
}

.autocomp_field:focus {
  background-image: url('../images/ic_search.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 1px;
  border-color: #0000;
}

.search_label {
  margin-top: 2px;
  margin-bottom: 10px;
  line-height: 16px;
}

.search_label.close {
  margin-top: 5px;
  margin-bottom: 7px;
  display: none;
}

.search_form {
  grid-column-gap: 1.6%;
  grid-row-gap: 1.6%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.search_scroll_block {
  min-height: 15px;
  max-height: 600px;
  overflow: auto;
}

.res_info_txt {
  margin-top: 6px;
  font-size: 14px;
}

.res_info_txt.close {
  display: none;
}

.search_autocomp_list {
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 2px;
  padding-right: 0;
  display: flex;
}

.search_res_block {
  z-index: 92;
  background-color: var(--search_grey);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 8px 8px 14px 4px;
  font-weight: 400;
  position: absolute;
  inset: 23px 0% auto;
  overflow: hidden;
}

.search_res_block.close {
  display: none;
}

.search_stage {
  border-left: 1px solid #fff;
  width: 16%;
  padding-bottom: 10px;
  padding-left: 1.8%;
}

.search_stage.autocomp {
  background-color: var(--search_grey);
  color: #000;
  border-left-style: none;
  border-radius: 6px;
  width: 100%;
  min-height: 32px;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}

.love_title {
  margin-top: 0;
  font-size: 38px;
  line-height: 38px;
}

.love_list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  letter-spacing: .5px;
  flex-flow: wrap;
  align-content: flex-start;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: flex;
}

.love_item {
  border-radius: 14px;
  transition: all .2s ease-in-out;
  overflow: hidden;
  box-shadow: 0 0 18px #0000004d;
}

.love_item:hover {
  box-shadow: 0 0 24px #0000008f;
}

.love_link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100px;
  height: 100%;
  box-shadow: inset 0 0 0 2px var(--transparent);
  color: var(--white);
  text-align: center;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.love_link:hover {
  box-shadow: inset 0 0 0 2px var(--white);
  text-decoration: none;
}

.love_link.check {
  background-color: var(--black);
  filter: invert();
}

.love_link.check:hover {
  box-shadow: none;
}

.love_icon {
  object-fit: contain;
  width: 44px;
  min-width: auto;
  max-width: none;
}

.recom_group {
  width: 48.6%;
}

.recom_group.index {
  width: 62%;
}

.recom_big {
  background-color: var(--white);
  justify-content: space-between;
  align-items: stretch;
  width: 48.6%;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
  transition: all .2s ease-in-out;
  display: flex;
  position: sticky;
  top: 110px;
  box-shadow: 0 0 20px #0000001a;
}

.recom_big:hover {
  box-shadow: 0 0 20px #0003;
}

.recom_big.map {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  position: sticky;
  top: 110px;
}

.recom_big_pict {
  object-fit: cover;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.recom_big_link {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  width: 50%;
  min-height: 420px;
  color: var(--black);
  background-image: url('../images/circle_ar_bl.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-right: 50%;
  padding: 20px 20px 20px 47px;
  display: flex;
}

.recom_big_link:hover {
  background-image: url('../images/circle_ar_or.svg');
  text-decoration: none;
}

.recom_big_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 34px;
}

.recom_big_title.popup {
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 50px;
}

.recom_big_title.activity {
  font-size: 54px;
  line-height: 48px;
}

.recom_tag_list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--dark-grey);
  text-align: center;
  flex-flow: wrap;
  align-content: flex-start;
  margin-top: 6px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.recom_tag_list.popup {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-size: 14px;
  line-height: 18px;
}

.recom_tag_list.slider {
  margin: 8px 6px;
}

.recom_tag_list.index {
  margin: 4px 6px;
}

.recom_tag_list.trips {
  margin: 10px 6px 5px;
  font-size: 14px;
  line-height: 18px;
}

.recom_tag_list.trip {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}

.recom_tag_list.title {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 6px;
}

.recom_tag_list.activity {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 18px;
}

.recom_tag_item {
  background-color: #0000000f;
  border-radius: 6px;
  padding: 4px 8px;
  overflow: hidden;
}

.recom_tag_item.popup {
  background-color: #0000000d;
  padding: 6px 10px;
}

.recom_tag_item.trips {
  padding: 5px 10px;
}

.recom_tag_item.activity {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 18px;
}

.recom_title_gr {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  margin-top: -8px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  display: flex;
}

.recom_title_gr.popup {
  margin-top: 0;
  padding-bottom: 6px;
}

.recom_title_gr.spec {
  border-bottom-style: none;
  padding-bottom: 0;
}

.recom_all_link {
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
}

.recom_all_link:hover {
  color: #eb650d;
  text-decoration: none;
}

.recom_gr_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 38px;
}

.recom_gr_title.popup {
  font-size: 34px;
  line-height: 34px;
}

.recom_list {
  grid-row-gap: 30px;
  flex-flow: wrap;
  place-content: flex-start space-between;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.recom_list.index {
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 20px;
}

.recom_list.shows {
  grid-row-gap: 30px;
  flex-flow: wrap;
  margin-bottom: 20px;
}

.recom_item {
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 47.7%;
  min-height: 100px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px #0000001a;
}

.recom_item:hover {
  box-shadow: 0 0 20px #0003;
}

.recom_item.spec {
  background-color: var(--transparent);
  box-shadow: none;
}

.recom_item.index {
  width: 100%;
  box-shadow: none;
  flex-flow: wrap;
  align-content: flex-start;
}

.recom_item.shows {
  background-color: var(--transparent);
  box-shadow: none;
}

.recom_item.trips {
  width: 100%;
  box-shadow: none;
  flex-flow: wrap;
  align-content: flex-start;
}

.recom_pict_block {
  background-color: var(--light-green);
  justify-content: center;
  align-items: center;
  height: 14vw;
  max-height: 200px;
  position: relative;
  overflow: hidden;
}

.recom_pict_block.shows {
  height: 19vw;
  max-height: 280px;
}

.recom_pict {
  filter: brightness(95%);
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.flah_list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--dark-grey);
  text-align: center;
  flex-flow: wrap;
  align-content: flex-start;
  margin-bottom: 0;
  padding: 5px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  position: relative;
}

.flah_list.slider {
  position: absolute;
  inset: 0% 0% auto auto;
}

.flah_list.index {
  margin-bottom: -6px;
  position: relative;
  inset: 0% 0% auto auto;
}

.flah_list.trips {
  display: none;
}

.flah_item {
  background-color: var(--yellow);
  border-radius: 5px;
  padding: 3px 7px;
  overflow: hidden;
}

.recom_title {
  margin: 8px 4px 4px;
  font-size: 24px;
  line-height: 24px;
}

.recom_title.shows {
  margin-left: 0;
  margin-right: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.recom_txt {
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
}

.recom_add_block {
  border-top: 1px solid var(--black-30);
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: center;
  margin-top: 10px;
  padding: 12px 4px 10px;
  display: flex;
}

.recom_add_block.shows {
  padding-left: 0;
  padding-right: 0;
}

.recom_add_block.stretch {
  margin-top: 0;
  margin-left: 6px;
  margin-right: 6px;
  padding: 10px 0 12px;
  position: absolute;
  inset: auto 2% 0%;
}

.recom_place_txt {
  width: 74%;
}

.recom_order_txt {
  color: var(--orange);
  font-weight: 600;
  transition: all .15s ease-in-out;
}

.recom_order_txt:hover {
  color: var(--green);
}

.recom_link {
  color: var(--black);
  padding: 5px;
}

.recom_link:hover {
  text-decoration: none;
}

.recom_link.spec, .recom_link.shows {
  padding: 0;
}

.map_block {
  background-color: var(--light-green);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.map_block.popup {
  justify-content: center;
  align-items: center;
  height: 260px;
  margin-top: 20px;
  display: flex;
}

.map_block.event {
  justify-content: center;
  align-items: center;
  height: 340px;
  margin-top: 20px;
  display: flex;
}

.map_block.trip {
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 360px;
  margin-top: 0;
  display: flex;
}

.spec_info_gr {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 8px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.spec_flah {
  background-color: #ffdfc8;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 400;
}

.spec_flah.popup {
  margin-top: 14px;
  padding: 12px 18px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.spec_flah.benefit {
  min-height: 42px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 20px;
}

.spec_flah.slider {
  justify-content: flex-start;
  align-items: center;
  min-height: 42px;
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.spec_flah.index {
  justify-content: flex-start;
  align-items: center;
  min-height: 42px;
  margin-bottom: 8px;
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.spec_flah.place {
  background-color: #c8fbff;
  justify-content: flex-start;
  align-items: center;
  min-height: 42px;
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.our_list {
  grid-column-gap: 2.5%;
  grid-row-gap: 30px;
  flex-flow: wrap;
  align-content: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.our_item {
  border-top-left-radius: 40%;
  width: 23.1%;
  overflow: hidden;
}

.our_link {
  height: 20vw;
  max-height: 300px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 6px 12px 12px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 40px;
  line-height: 38px;
  transition-duration: .2s;
  display: flex;
  position: relative;
}

.our_link:hover {
  padding-bottom: 20px;
  text-decoration: none;
}

.our_link_txt {
  position: relative;
}

.our_link_txt.num {
  font-size: 140px;
  font-weight: 400;
  line-height: 106px;
}

.our_pict {
  filter: brightness(86%);
  object-fit: cover;
  height: 100%;
  transition: all .15s ease-in-out;
  position: absolute;
  inset: 0%;
}

.our_pict:hover {
  filter: brightness(70%);
}

.item_pict {
  filter: brightness(95%);
  object-fit: cover;
  height: 100%;
}

.bonus_txt {
  letter-spacing: 1px;
  background-color: #eff1ed;
  border: 3px dashed #0000004d;
  padding: 10px 25px;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.popup_button {
  background-color: var(--orange);
  min-height: 46px;
  color: var(--white);
  cursor: pointer;
  background-image: url('../images/ar_left_yel.svg');
  background-position: 28px;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 6px;
  margin: 20px auto;
  padding: 10px 26px 10px 58px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
  transition: all .15s ease-in-out;
  display: block;
}

.popup_button:hover {
  background-position: 18px;
}

.popup_button.reg {
  background-color: var(--green);
  color: #fff;
  text-align: center;
  background-position: 74px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 58px;
}

.popup_button.reg:hover {
  box-shadow: none;
  background-position: 64px;
  text-decoration: none;
}

.popup_form_txt {
  width: 100%;
  margin-bottom: 12px;
}

.popup_form_txt.bold {
  font-size: 18px;
  font-weight: 700;
}

.popup_form_txt.bonus {
  margin-bottom: 10px;
}

.popup_form_txt.reg {
  margin-bottom: 20px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.popup_form_txt.complete {
  text-align: center;
  margin-bottom: 8px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
}

.popup_form_stage {
  grid-column-gap: 3.3%;
  grid-row-gap: 3.3%;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.popup_form_stage.bonus {
  flex-flow: column;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
}

.popup_form {
  width: 100%;
}

.form_allert {
  color: red;
  font-size: 12px;
  line-height: 14px;
}

.form_allert.no {
  clear: both;
  opacity: 0;
  width: 100%;
}

.popup_content {
  grid-column-gap: 12%;
  grid-row-gap: 12%;
  width: 90%;
  max-width: 680px;
  max-height: 90vh;
  box-shadow: 0 2px 20px 0 var(--black-30);
  text-align: center;
  background-color: #fff;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: center;
  margin: 20px auto;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  overflow: auto;
}

.popup_content.benefit {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: right;
  justify-content: space-between;
  align-items: stretch;
  max-width: 880px;
  margin-top: 3%;
  margin-bottom: 3%;
  padding: 24px 28px;
  display: flex;
}

.popup_content.reg {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  background-image: url('../images/popup_reg_pict.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: stretch;
  max-width: 880px;
  max-height: 92vh;
  display: flex;
}

.popup_content.hl {
  width: 84%;
  max-width: 1380px;
  padding: 20px 25px 25px;
}

.popup_form_block {
  width: 80%;
  margin: -30px auto 40px;
}

.popup_form_block.benefit {
  width: 44%;
  margin: 0 0 8px;
}

.popup_form_block.reg {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 60vh;
  margin: 0;
  padding: 30px 40px;
  display: flex;
}

.popup_label {
  width: 100%;
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 400;
}

.popup_top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.check_field {
  float: right;
  text-align: right;
  align-items: center;
  width: 100%;
  min-height: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-left: 0;
  padding-right: 42px;
  font-size: 16px;
  position: relative;
}

.check_field.filter {
  margin-top: 12px;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-right: 38px;
}

.benefit_info_title {
  margin-top: 0;
  font-size: 32px;
  line-height: 32px;
}

.bonus-_info_group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.benefit_info_block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 44%;
  margin-bottom: 8px;
  display: flex;
}

.slider_flah {
  background-color: #facd07;
  border-radius: 6px;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  inset: 10px 10px auto auto;
  box-shadow: 0 2px 5px #0003;
}

.slider_flah.close {
  display: none;
}

.popup_form_title {
  margin-top: 0;
  font-size: 48px;
  line-height: 42px;
}

.popup_form_title.benefit {
  font-size: 24px;
  line-height: 26px;
}

.check_button {
  float: right;
  border: 2px solid var(--black);
  background-color: var(--top-sec);
  cursor: pointer;
  background-image: url('../images/ic_vi.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 8px;
  transition: all .15s ease-in-out;
  position: absolute;
  inset: 0% 0% auto auto;
}

.check_button.w--redirected-checked {
  border-color: var(--green);
  background-color: var(--green);
  background-image: url('../images/ic_vi.svg');
  background-position: 50% 48%;
  background-size: 80%;
  margin-left: 10px;
  box-shadow: 0 0 #fff0;
}

.check_button.w--redirected-focus {
  border-color: var(--green);
  box-shadow: 0 0 #0003;
}

.check_button.filter {
  width: 28px;
  height: 28px;
}

.check_button.filter.w--redirected-checked {
  border-color: var(--orange);
  background-color: var(--orange);
}

.popup_line {
  border-right: 2px solid #00000080;
  width: 1px;
}

.popup_close {
  background-image: url('../images/ic_close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  width: 50px;
  height: 50px;
  margin-left: auto;
  position: sticky;
  top: 0;
  left: 100%;
  right: -40px;
}

.popup_close.reg {
  z-index: 1000;
  background-image: url('../images/ic_close_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
}

.popup_close.reg:hover {
  background-image: url('../images/ic_close_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
}

.popup_close.hl {
  float: left;
  background-color: var(--black);
  width: auto;
  height: auto;
  color: var(--white);
  background-image: url('../images/ar_left_or.svg');
  background-position: 28px 14px;
  background-size: 16px;
  border-radius: 6px;
  margin-left: 0;
  padding: 6px 24px 6px 54px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  position: static;
  top: 10px;
  left: 0%;
  right: 100%;
}

.popup_close.hl:hover {
  background-position: 22px 14px;
  text-decoration: none;
}

.benefit_pict_block {
  background-color: #334f1f1a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.copy_link {
  background-image: url('../images/ic_copy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 40px;
  height: 40px;
}

.copy_link:hover {
  background-image: url('../images/ic_copy_yellow.svg');
}

.check_label {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 4px;
  display: inline;
}

.popup_field {
  border: 2px solid var(--black);
  background-color: var(--top-sec);
  color: #000;
  border-radius: 4px;
  width: 100%;
  min-height: 46px;
  margin-bottom: 0;
  padding: 0 12px;
  font-size: 18px;
  font-weight: 400;
}

.popup_field:focus {
  border-color: var(--green);
}

.popup_field.trio {
  width: 31%;
}

.popup_sec {
  z-index: 1000;
  background-color: var(--black-90);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup_sec.close {
  display: none;
}

.firm_name {
  margin-top: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.bonus_sec {
  z-index: 1000;
  background-color: var(--black-90);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.bonus_sec.close {
  display: none;
}

.register_sec {
  z-index: 1000;
  background-color: var(--black-90);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.register_sec.close {
  display: none;
}

.complete_group {
  text-align: right;
}

.popup_info_gr {
  direction: ltr;
  justify-content: space-between;
  align-items: center;
  margin-top: 55px;
  display: flex;
}

.popup_info_gr.add_info {
  text-align: right;
  direction: rtl;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 10px;
}

.popup_slider {
  background-color: var(--white);
  width: 49%;
  height: 32vw;
  max-height: 480px;
}

.popup_info_block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: right;
  direction: rtl;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.popup_slider_nav {
  display: none;
}

.popup_slider_ar {
  background-color: var(--black10);
  width: 32px;
  height: 32px;
  color: var(--black);
  cursor: pointer;
  background-image: url('../images/sl_arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 101% 101%;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 16px;
  transition: all .2s ease-in-out;
}

.popup_slider_ar:hover {
  background-color: #00000047;
}

.popup_slider_ar.left {
  background-image: url('../images/sl_arrow_left.svg');
  margin-left: 10px;
  margin-right: 0;
}

.slider_pict_block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider_pict {
  object-fit: cover;
  height: 100%;
}

.popup_title_block {
  width: 25%;
}

.popup_title_block.place {
  width: 43%;
}

.clock_list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  display: flex;
}

.clock_list.event {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 20px;
}

.clock_info_txt {
  margin-left: 5px;
  display: inline;
}

.clock_info_txt.title {
  min-width: 67px;
  font-weight: 700;
  display: inline-block;
}

.clock_info_block.icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.place_info_gr {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ic_waze {
  width: 26px;
  min-width: auto;
  max-width: none;
}

.contact_info_gr {
  flex-flow: column;
  font-size: 16px;
  display: flex;
}

.phone_block {
  margin-top: 12px;
}

.phone_link {
  background-color: var(--search_grey);
  color: var(--black);
  border-radius: 6px;
  margin-right: 4px;
  padding: 6px 10px;
  display: inline-block;
}

.phone_link:hover {
  background-color: var(--yellow);
  text-decoration: none;
}

.event_main_group {
  direction: ltr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  margin: 20px auto;
  display: flex;
}

.event_slider {
  background-color: var(--white);
  width: 49%;
  height: 34vw;
  max-height: 520px;
}

.event_title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 92px;
  font-size: 76px;
  font-weight: 700;
  line-height: 64px;
}

.event_info_block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: right;
  direction: rtl;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 49%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  position: relative;
}

.event_sl_ar {
  background-color: var(--black10);
  width: 32px;
  height: 32px;
  color: var(--black);
  cursor: pointer;
  background-image: url('../images/sl_arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 101% 101%;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 16px;
  transition: all .2s ease-in-out;
}

.event_sl_ar:hover {
  background-color: #00000047;
}

.event_sl_ar.left {
  background-image: url('../images/sl_arrow_left.svg');
  margin-left: 10px;
  margin-right: 0;
}

.event_info_txt {
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.benefit_group {
  margin-top: 20px;
  margin-bottom: 10px;
}

.benefit_block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 20px;
  display: flex;
}

.benefit_gr_title {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 22px;
}

.event_info_gr {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1480px;
  margin: 50px auto;
  display: flex;
}

.place_txt {
  margin-bottom: 10px;
  font-weight: 700;
}

.clock_item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000000d;
  border-radius: 6px;
  flex-flow: column;
  padding: 12px 10px 10px;
  display: flex;
}

.clock_icon {
  width: 18px;
  min-width: auto;
  max-width: none;
  margin-left: 6px;
  position: relative;
  bottom: 1px;
}

.slider_list {
  width: 101%;
  margin-bottom: 12px;
  margin-right: -10px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider_list.activity {
  width: 102.5%;
  margin-bottom: 0;
}

.slider_nav_group {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 8px 0%;
}

.slider_title_group {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-bottom: 8px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.slider_arrow {
  opacity: .5;
  width: 30px;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.slider_arrow:hover {
  opacity: 1;
}

.slider_arrow.invert {
  transform-style: preserve-3d;
  transform: none;
}

.slider_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}

.slider_link {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #0000001f;
}

.slider_link:hover {
  color: #334f1f;
  text-decoration: none;
  box-shadow: 0 2px 10px #00000038;
}

.slider_link.stretch {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 54px;
}

.slider_link_title {
  color: #000;
  margin: 4px 6px 2px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 34px;
  position: static;
  inset: auto 0% -5px;
}

.slider_item {
  width: 390px;
  min-width: 390px;
  margin-left: 29px;
  position: relative;
}

.slider_sec {
  width: 100%;
  max-width: 1480px;
  margin: 30px auto 40px;
  position: relative;
}

.slider_sec.activity {
  max-width: none;
  margin-bottom: 0;
}

.sl_pict {
  background-color: #334f1f1a;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-bottom: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sl_pict.trip {
  height: 340px;
}

.slider_link_txt {
  margin-bottom: 6px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 12px;
  line-height: 16px;
}

.slider_link_subtitle {
  margin: 0 6px 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.spec_icon {
  width: 32px;
  min-width: auto;
  max-width: none;
  margin-left: 10px;
}

.spec_icon.close {
  display: none;
}

.spec_txt {
  display: inline-flex;
}

.sl_title_txt.close {
  display: none;
}

.share_link {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/ic_share.svg');
  background-position: 12px 46%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 6px;
  padding: 5px 15px 5px 35px;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  inset: 12px auto auto 0%;
}

.share_link:hover {
  background-color: var(--orange);
  text-decoration: none;
}

.top_title_block {
  width: 100%;
  height: 100%;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20%;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 26px;
  line-height: 28px;
  display: flex;
  position: absolute;
}

.top_title_block.trip {
  justify-content: flex-end;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
}

.top_title_block.activity {
  color: var(--black);
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}

.title_pict {
  opacity: .78;
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.top_title {
  text-shadow: 1px 1px 4px #0003;
  margin-top: 0;
  font-size: 90px;
  font-weight: 700;
}

.top_title.num {
  color: var(--green);
}

.filter_group {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 34%;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  position: sticky;
  top: 114px;
}

.filter_title_gr {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  display: flex;
}

.filter_title {
  font-size: 46px;
  font-weight: 400;
  line-height: 42px;
}

.filter_num {
  font-size: 182px;
  line-height: 116px;
}

.filter_info_block {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.filter_block {
  margin-bottom: 20px;
}

.filter_drop {
  clear: both;
  border-top: 1px solid #000;
  margin: 0;
  display: block;
}

.filter_drop_toggle {
  color: var(--black);
  text-align: right;
  background-image: url('../images/ic_filter_off.svg');
  background-position: 99% 22px;
  background-repeat: no-repeat;
  background-size: 9px;
  padding: 18px 6% 18px 0;
  transition: all .2s ease-in-out;
  display: block;
}

.filter_drop_toggle:hover {
  color: var(--orange);
  background-position: 98% 22px;
  text-decoration: none;
}

.filter_drop_toggle.w--open {
  background-image: url('../images/ic_filter_on.svg');
  background-position: 99% 25px;
  background-size: 16px;
}

.filter_drop_toggle.w--open:hover {
  color: var(--black);
}

.filter_drop_toggle.on {
  background-image: url('../images/ic_filter_on.svg');
  background-position: 99.5% 25px;
  background-size: 16px;
}

.filter_drop_toggle.on:hover {
  color: var(--black);
}

.filter_button {
  color: var(--black);
  background-color: #00000012;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.filter_button:hover {
  background-color: #0000001a;
  text-decoration: none;
}

.filter_button.on {
  background-color: var(--orange);
  color: var(--white);
}

.filter_list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  align-content: flex-start;
  margin-top: -5px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: all .25s ease-in-out;
  display: none;
}

.filter_list.w--open {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--transparent);
  flex-flow: wrap;
  place-content: flex-start;
  align-items: stretch;
  margin-top: -8px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  position: relative;
}

.filter_list.on {
  margin-bottom: 20px;
  display: flex;
}

.index_pict {
  background-color: #334f1f1a;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 26vw;
  max-height: 312px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.index_pict.activity {
  border-radius: 4px;
  width: 47%;
  height: 34vw;
  max-height: 450px;
}

.index_link_title {
  color: #000;
  margin: 10px 6px 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 34px;
  position: static;
  inset: auto 0% -5px;
}

.index_link_subtitle {
  margin: 0 6px 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.index_list_link {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: wrap;
  place-content: center space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px 1px #0000001a;
}

.index_list_link:hover {
  color: #334f1f;
  text-decoration: none;
  box-shadow: 0 0 20px 1px #0003;
}

.index_info {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 49%;
  padding-bottom: 45px;
  display: flex;
  position: relative;
}

.shows_subttle {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.trips_list_link {
  color: #000;
  background-color: #fff;
  border-radius: 18px;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 6px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px 1px #0000001a;
}

.trips_list_link:hover {
  color: #334f1f;
  text-decoration: none;
  box-shadow: 0 0 20px 1px #0003;
}

.trips_pict {
  background-color: #334f1f1a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 28%;
  height: 26vw;
  max-height: 312px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.trips_info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  display: flex;
  position: relative;
}

.info_title_group {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.trip_about_group {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.trip_info_block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

.trip_info_block.activity {
  margin-top: 6px;
  margin-bottom: 6px;
}

.trip_info_txt {
  margin-left: 4px;
  margin-right: 4px;
  display: inline;
}

.trip_info_txt.bold {
  font-weight: 700;
}

.activity_title_block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.activity_list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1480px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.activity_item {
  background-color: var(--trip-green);
  padding: 20px;
  overflow: hidden;
}

.activity_info_group {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.activity_info_block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: right;
  direction: rtl;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 37%;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.activity_num {
  min-width: 13%;
  color: var(--green);
  text-align: center;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 212px;
  line-height: 200px;
}

.activity_info_txt {
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.event_pict {
  background-color: var(--white);
  width: 49%;
  height: 34vw;
  max-height: 520px;
  overflow: hidden;
}

.phone_number {
  color: var(--black);
  margin-top: 8px;
}

.phone_number:hover {
  color: var(--orange);
}

.title_gradiant {
  background-image: linear-gradient(180deg, var(--transparent) 20%, #00000080 90%);
  position: absolute;
  inset: 0%;
}

.popup_cookies {
  z-index: 300;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-image: linear-gradient(#0000, #3d3d3d80);
  padding: 80px 2% 24px;
  line-height: 25px;
  transition: all .25s ease-in-out;
  position: fixed;
  inset: auto 0% 0%;
}

.cookies_content {
  background-color: #fff;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  max-width: 1048px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 25px 22px 30px;
  display: flex;
  box-shadow: 0 0 10px #0000001f;
}

.cookies_txt_block {
  width: 82%;
}

.cookies_txt {
  margin-left: 6px;
  display: inline;
}

.cookies_link {
  color: var(--orange);
  margin-left: 6px;
  text-decoration: none;
}

.cookies_button {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 6px;
  margin-top: 10px;
  padding: 8px 32px;
  font-family: Almoni Tzar Aaa, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  transition-duration: .2s;
}

.cookies_button:hover {
  background-color: var(--orange);
  text-decoration: none;
}

.index_place_block {
  border-top: 1px solid var(--black-30);
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: center;
  width: 98%;
  margin-top: 8px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 8px 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.index_place_block.shows {
  padding-left: 0;
  padding-right: 0;
}

.index_place_block.stretch {
  margin-top: 0;
  margin-left: 6px;
  margin-right: 6px;
  padding: 10px 0 12px;
  position: absolute;
  inset: auto 2% 0%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 80px;
    line-height: 70px;
  }

  h2 {
    font-size: 52px;
  }

  h3 {
    font-size: 34px;
  }

  .top_search_group {
    z-index: 90;
    width: 100%;
    display: none;
  }

  .top_links_group {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .top_links_group.mob {
    grid-column-gap: 4vw;
    grid-row-gap: 1vw;
    border-top: 1px solid #000;
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: center;
    margin-top: 2vw;
    padding-top: 3vw;
    font-size: 16px;
    line-height: 18px;
    display: flex;
  }

  .top_sec {
    z-index: 520;
    padding: 0 0%;
    box-shadow: 0 5px 5px #0000001a;
  }

  .top_logo {
    z-index: 110;
    display: none;
    position: absolute;
    inset: auto 40% 0% auto;
  }

  .top_logo.mobile {
    z-index: 0;
    justify-content: center;
    align-items: center;
    width: 140px;
    max-width: none;
    height: 60px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    inset: 0% 20px 0% auto;
  }

  .nav_bar {
    z-index: 110;
  }

  .nav_link {
    color: var(--black);
    text-align: center;
    border-bottom-style: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 30px;
    line-height: 30px;
    position: static;
  }

  .nav_link:hover {
    color: var(--black);
  }

  .nav_button {
    z-index: 150;
    float: left;
    background-image: url('../images/ic_gamb.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 45%;
    width: 70px;
    height: 60px;
    padding: 0;
    transition: all .2s ease-in-out;
  }

  .nav_button.w--open {
    z-index: 150;
    background-color: var(--transparent);
    background-image: url('../images/ic_close.svg');
    background-size: 36%;
    position: fixed;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .nav_container {
    margin-left: 0;
  }

  .top_content {
    position: relative;
  }

  .top_link {
    opacity: 100;
    font-family: IBM Plex Sans Hebrew, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
  }

  .top_link.login {
    color: #fff;
  }

  .top_link.login:hover {
    background-color: var(--green);
    color: var(--white);
  }

  .top_link.login.mob {
    z-index: 115;
    justify-content: center;
    align-items: center;
    max-height: 32px;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.5vw;
    font-size: 14px;
    line-height: 16px;
    display: none;
    inset: 0 auto 0% 80px;
  }

  .nav_menu {
    z-index: 140;
    grid-row-gap: 9px;
    background-color: var(--top-sec);
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    max-height: 100vh;
    margin-top: 0;
    padding: 50px 10vw 5vw;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .top_nav_group {
    width: 100%;
  }

  .content_sec {
    padding: 3vw 3%;
  }

  .content_sec.welcome {
    padding-bottom: 1vw;
  }

  .content_sec.index {
    padding-top: 1vw;
  }

  .content_sec.trip {
    padding-bottom: 1vw;
  }

  .content_sec.content {
    padding-top: 1vw;
  }

  .content_block.welcome {
    min-height: 48vw;
    margin-top: 0;
  }

  .content_block.duo {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-flow: column;
    max-width: none;
  }

  .content_block.your {
    margin-top: 1vw;
    margin-bottom: 2vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .content_block.our_list {
    grid-row-gap: 2vw;
    max-width: none;
    margin-top: 1vw;
    margin-bottom: 2vw;
  }

  .content_block.title {
    min-height: auto;
    margin-top: 0;
  }

  .content_block.trip {
    margin-top: 2vw;
    margin-bottom: 3vw;
  }

  .content_block.trip_title {
    height: 47vw;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 1vw;
  }

  .content_block.activity_title {
    min-height: auto;
    margin-top: 0;
  }

  .content_block.content {
    max-width: none;
  }

  .welcome_info {
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 24px;
    line-height: 26px;
  }

  .button {
    background-position: 20px;
    padding-left: 50px;
    padding-right: 24px;
    font-size: 24px;
    line-height: 26px;
  }

  .button.love {
    min-width: 126px;
  }

  .button.order, .button.site {
    margin-bottom: 1vw;
  }

  .welcome_title {
    margin-top: 2vw;
    margin-bottom: 1vw;
    font-size: 90px;
    line-height: 70px;
  }

  .footer_nav_group {
    flex-flow: wrap;
    max-width: none;
    padding-top: 2vw;
    padding-bottom: 3vw;
  }

  .footer_nav_group.credit {
    padding-top: 3vw;
  }

  .footer_nav_block {
    width: 33%;
  }

  .footer_nav_block.index {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left-style: none;
    width: 100%;
    margin-bottom: 3vw;
    margin-left: 0%;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .footer_nav_block.info {
    border-left: 1px solid #000;
    width: 61%;
  }

  .your_info_block {
    width: 26%;
  }

  .your_title {
    font-size: 38px;
    line-height: 38px;
  }

  .your_txt {
    font-size: 80px;
    line-height: 50px;
  }

  .love_group {
    padding-left: 18px;
    padding-right: 26px;
  }

  .top_search_block {
    width: 78vw;
    max-width: 640px;
    margin-top: 16px;
    margin-bottom: 10px;
  }

  .top_search_block.mob {
    width: 100%;
    max-width: none;
    margin-top: 10px;
    display: block;
  }

  .autocomp_field {
    background-position: 8px 46%;
    background-size: 24px;
    width: 100%;
    height: 48px;
    padding: 4px 10px 4px 40px;
    font-size: 30px;
    line-height: 24px;
  }

  .autocomp_field:hover {
    background-position: 8px 46%;
    background-size: 24px;
  }

  .search_label {
    font-size: 16px;
  }

  .search_form {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .search_scroll_block {
    min-height: 14vh;
    max-height: 44vh;
  }

  .search_autocomp_list {
    grid-row-gap: 8px;
    font-size: 24px;
    line-height: 28px;
  }

  .search_res_block {
    background-color: var(--top-sec);
    border-bottom: 1px solid #000;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 30vh;
    padding: 6px 12px 14px 0;
    top: 40px;
  }

  .search_stage {
    border-bottom: 1px solid #0c7db6;
    border-left-style: none;
    width: 100%;
    margin-bottom: 14px;
    padding-bottom: 8px;
    padding-left: 0%;
  }

  .search_stage.autocomp {
    border-top: 1px solid #000;
    border-bottom-style: solid;
    border-bottom-color: var(--black);
    background-color: var(--top-sec);
    border-radius: 0;
    min-height: auto;
    margin-bottom: 6px;
    padding-bottom: 0;
  }

  .love_list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .love_item {
    border-radius: 10px;
  }

  .love_link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 10px;
    width: 90px;
  }

  .love_link:hover {
    box-shadow: none;
  }

  .love_link.check {
    padding: 6px;
  }

  .love_link.check:hover {
    opacity: 1;
  }

  .love_icon {
    width: 40px;
  }

  .recom_group, .recom_group.index {
    width: 100%;
  }

  .recom_big {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    top: 0;
  }

  .recom_big.map {
    margin-top: 40px;
    padding-bottom: 20px;
    position: relative;
    top: 0;
  }

  .recom_big_link {
    min-height: 40vw;
    padding-left: 50px;
  }

  .recom_big_title {
    font-size: 36px;
    line-height: 36px;
  }

  .recom_big_title.popup {
    margin-bottom: 1vw;
    font-size: 46px;
    line-height: 48px;
  }

  .recom_big_title.activity {
    margin-bottom: .5vw;
    font-size: 48px;
    line-height: 46px;
  }

  .recom_tag_list.slider {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .recom_tag_list.index, .recom_tag_list.trips {
    font-size: 13px;
  }

  .recom_tag_list.activity {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .recom_title_gr {
    margin-bottom: 2vw;
  }

  .recom_list {
    grid-row-gap: 30px;
  }

  .recom_list.index {
    grid-row-gap: 2vw;
    margin-bottom: 2vw;
  }

  .recom_list.shows {
    grid-row-gap: 3vw;
    margin-bottom: 2vw;
  }

  .recom_item {
    width: 48%;
  }

  .recom_pict_block, .recom_pict_block.shows {
    height: 30vw;
    max-height: none;
  }

  .map_block {
    z-index: 200;
    justify-content: center;
    align-items: center;
    height: 46vw;
    margin-bottom: 1vw;
    display: flex;
  }

  .map_block.popup, .map_block.event {
    height: 36vw;
    margin-top: 2vw;
    margin-bottom: 0;
  }

  .map_block.trip {
    width: 49%;
    height: 36vw;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .spec_flah {
    font-size: 20px;
    line-height: 22px;
  }

  .spec_flah.index, .spec_flah.place {
    min-height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .our_list {
    grid-column-gap: 0%;
    grid-row-gap: 4vw;
    justify-content: space-between;
  }

  .our_item {
    width: 48%;
  }

  .our_link {
    height: 39vw;
    max-height: none;
    padding: 1vw 2vw 2vw;
    font-size: 38px;
    line-height: 36px;
  }

  .our_link:hover {
    padding-bottom: 2vw;
  }

  .our_link_txt.num {
    font-size: 130px;
    line-height: 103px;
  }

  .popup_button {
    background-size: 20px;
    min-height: 44px;
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 30px;
    line-height: 32px;
  }

  .popup_button:hover {
    box-shadow: none;
  }

  .popup_button.reg, .popup_button.reg:hover {
    background-position: 30px;
  }

  .popup_form_txt {
    margin-bottom: 10px;
  }

  .popup_form_txt.reg {
    margin-bottom: 2vw;
  }

  .popup_form {
    margin-bottom: 6px;
  }

  .form_allert.no {
    font-size: 10px;
    line-height: 12px;
  }

  .popup_content {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    width: 94%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 3vw 50px;
  }

  .popup_content.benefit {
    width: 100%;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .popup_content.reg {
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .popup_content.hl {
    width: 92%;
    max-width: none;
    max-height: 92vh;
    padding: 2vw;
  }

  .popup_form_block {
    width: 90%;
    margin-bottom: 0;
  }

  .popup_form_block.benefit {
    width: 46%;
  }

  .popup_form_block.reg {
    width: 55%;
    padding: 3vw;
  }

  .popup_top.login {
    margin-bottom: 15px;
  }

  .check_field {
    margin-top: 1vw;
    margin-bottom: 1vw;
    margin-left: 3%;
    padding-top: 4px;
  }

  .check_field.filter {
    margin-top: 6px;
    font-size: 18px;
  }

  .benefit_info_title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 30px;
  }

  .popup_form_title {
    margin-bottom: 1vw;
    font-size: 40px;
    line-height: 40px;
  }

  .popup_form_title.benefit {
    font-size: 22px;
    line-height: 24px;
  }

  .popup_close {
    position: absolute;
    right: 0;
  }

  .popup_close.reg {
    margin-top: 4vh;
    position: fixed;
    right: 26px;
  }

  .popup_field {
    min-height: 44px;
    padding: 4px 10px;
  }

  .firm_name {
    margin-top: 3vw;
    font-size: 30px;
    line-height: 32px;
  }

  .popup_info_gr {
    flex-flow: column;
    margin-top: 6vw;
  }

  .popup_info_gr.add_info {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-flow: wrap;
    align-content: flex-start;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .popup_slider {
    width: 100%;
    height: 52vw;
    max-height: none;
    margin-bottom: 2vw;
  }

  .popup_info_block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-bottom: 2vw;
  }

  .popup_slider_ar {
    width: 4vw;
    height: 4vw;
    font-size: 2vw;
    line-height: 2vw;
  }

  .popup_title_block {
    width: 100%;
  }

  .popup_title_block.place {
    width: 72%;
  }

  .popup_title_block.clock {
    width: 25%;
  }

  .clock_info_txt.title {
    min-width: 63px;
  }

  .event_main_group {
    flex-flow: column;
    max-width: none;
    margin-top: 0;
  }

  .event_slider {
    width: 100%;
    height: 52vw;
    max-height: none;
    margin-bottom: 2vw;
  }

  .event_title {
    margin-top: 1vw;
    margin-bottom: 2vw;
    padding-left: 0;
    font-size: 60px;
    line-height: 58px;
  }

  .event_info_block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 2vw;
  }

  .event_sl_ar {
    width: 4vw;
    height: 4vw;
    font-size: 2vw;
    line-height: 2vw;
  }

  .event_info_gr {
    flex-flow: wrap;
    max-width: none;
    margin-top: 6vw;
  }

  .slider_list {
    width: 100%;
    margin-bottom: 4vw;
    padding-right: 10px;
  }

  .slider_list.activity {
    width: 103%;
  }

  .slider_nav_group {
    display: none;
  }

  .slider_title_group {
    margin: 4vw auto 1vw;
  }

  .slider_title_group.activity {
    margin-top: 3vw;
  }

  .slider_arrow {
    width: 34px;
  }

  .slider_title {
    font-size: 34px;
    line-height: 36px;
  }

  .slider_link.stretch {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .slider_link_title {
    margin-top: 2px;
    margin-bottom: 4px;
    font-size: 38px;
    line-height: 34px;
  }

  .slider_item {
    width: 360px;
    min-width: 360px;
    margin-left: 26px;
  }

  .slider_sec {
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sl_pict.trip {
    height: 320px;
  }

  .share_link {
    display: none;
  }

  .top_title_block {
    padding: 5vw 10%;
    font-size: 22px;
    line-height: 22px;
    position: relative;
  }

  .top_title {
    font-size: 64px;
    line-height: 52px;
  }

  .top_title.num {
    margin-bottom: 6px;
    font-size: 66px;
    line-height: 58px;
  }

  .filter_group {
    width: 100%;
    margin-bottom: 4vw;
    position: relative;
    top: 0;
  }

  .filter_title_gr {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .filter_title {
    font-size: 34px;
    line-height: 34px;
  }

  .filter_num {
    font-size: 138px;
    line-height: 100px;
  }

  .filter_info_block {
    padding-top: 2px;
    padding-bottom: 14px;
    font-size: 22px;
    line-height: 26px;
  }

  .filter_block {
    border-bottom: 1px solid #000;
    margin-bottom: 0;
  }

  .filter_drop_toggle {
    background-position: 99.5% 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 4%;
    font-size: 18px;
  }

  .filter_drop_toggle:hover {
    background-position: 99.5% 20px;
  }

  .filter_drop_toggle.on, .filter_drop_toggle.on:hover {
    background-position: 100% 20px;
  }

  .filter_button {
    font-size: 15px;
    line-height: 22px;
  }

  .filter_list.on {
    margin-top: -4px;
    font-size: 15px;
  }

  .index_pict {
    height: 34vw;
    max-height: none;
  }

  .index_pict.activity {
    width: 100%;
    height: 52vw;
    max-height: none;
    margin-top: 1vw;
  }

  .index_link_title {
    font-size: 48px;
    line-height: 40px;
  }

  .index_link_subtitle {
    font-size: 18px;
    line-height: 20px;
  }

  .index_list_link {
    justify-content: space-between;
    align-items: flex-start;
  }

  .index_info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 50%;
  }

  .shows_subttle {
    font-size: 18px;
    line-height: 20px;
  }

  .trips_pict {
    height: 34vw;
    max-height: none;
  }

  .trips_info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .trip_about_group {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 49%;
  }

  .trip_info_block.activity {
    margin-top: .5vw;
    margin-bottom: .5vw;
  }

  .activity_list {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .activity_item {
    padding: 2vw;
  }

  .activity_info_group {
    flex-flow: wrap;
    align-content: flex-start;
  }

  .activity_info_block {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    width: 77%;
    margin-top: 1vw;
    margin-bottom: 2vw;
  }

  .activity_num {
    min-width: 21%;
    font-size: 172px;
    line-height: 188px;
  }

  .activity_info_txt {
    font-size: 22px;
    line-height: 24px;
  }

  .event_pict {
    width: 100%;
    height: 52vw;
    max-height: none;
    margin-bottom: 2vw;
  }

  .popup_cookies {
    padding: 10vw 3% 3vw;
    font-size: 18px;
    line-height: 24px;
  }

  .cookies_content {
    border-radius: 6px;
    width: 100%;
    max-width: none;
    padding: 2vw 3vw;
    font-size: 15px;
    line-height: 22px;
  }

  .cookies_txt_block {
    width: 80%;
  }

  .cookies_button {
    border-radius: 8px;
    margin-top: 0;
    font-size: 24px;
  }

  .index_place_block {
    padding-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 10px;
    font-size: 64px;
    line-height: 60px;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 44px;
    line-height: 40px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 32px;
  }

  h4 {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 24px;
  }

  h5 {
    margin-top: 5px;
    margin-bottom: 4px;
  }

  ul, ol {
    padding-left: 24px;
    padding-right: 24px;
  }

  .top_logo.mobile {
    width: 146px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav_link {
    margin-top: 6px;
    padding-bottom: 9px;
  }

  .nav_button {
    width: 74px;
    height: 64px;
  }

  .top_link.login.mob {
    margin-top: 16px;
    left: 82px;
  }

  .nav_menu {
    width: 100%;
    padding-top: 64px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .content_sec {
    padding-left: 4%;
    padding-right: 4%;
  }

  .content_sec.welcome {
    padding-bottom: 2vw;
  }

  .content_sec.index {
    padding-top: 0;
  }

  .content_sec.trip {
    padding-bottom: 2vw;
  }

  .content_sec.content {
    padding-top: 0;
  }

  .content_block.your {
    margin-bottom: 1vw;
  }

  .content_block.trip {
    flex-flow: column;
  }

  .content_block.trip_title {
    height: 56vw;
  }

  .content_block.content {
    margin-bottom: 3vw;
  }

  .welcome_info {
    font-size: 22px;
    line-height: 24px;
  }

  .button {
    border-radius: 5px;
    padding: 6px 20px 6px 46px;
  }

  .button.love {
    padding: 8px 20px 8px 46px;
  }

  .button.waze {
    line-height: 21px;
  }

  .welcome_title {
    font-size: 78px;
    line-height: 62px;
  }

  .footer_nav_group.credit {
    margin-top: 1vw;
  }

  .footer_nav_block.index {
    margin-bottom: 4vw;
    margin-left: 0%;
  }

  .your_group {
    flex-flow: column;
  }

  .your_info_block {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .love_group {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
  }

  .top_search_block {
    width: 85vw;
    max-width: none;
  }

  .top_search_block.mob {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .search_autocomp_link {
    font-size: 22px;
    line-height: 26px;
  }

  .autocomp_field {
    width: 100%;
    max-width: none;
    height: 48px;
    min-height: auto;
  }

  .search_form {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
  }

  .search_scroll_block {
    max-height: 60vh;
  }

  .search_autocomp_list {
    grid-row-gap: 7px;
    margin-bottom: 2vw;
    padding-left: 0;
  }

  .search_res_block {
    max-height: 50vh;
    padding-top: 8px;
    padding-bottom: 0;
  }

  .search_stage.autocomp {
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .love_list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .love_item {
    border-radius: 10px;
  }

  .love_link {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border-radius: 10px;
    width: 84px;
  }

  .love_icon {
    width: 36px;
  }

  .recom_big.map {
    margin-bottom: 0;
    padding: 2vw 2vw 4vw;
  }

  .recom_big_link {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    background-position: 2vw;
    background-size: 4vw;
    min-height: 46vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-right: 3vw;
  }

  .recom_tag_list.trip {
    margin-top: 2vw;
    margin-bottom: 1vw;
  }

  .recom_title_gr {
    margin-top: 0;
    margin-bottom: 3vw;
  }

  .recom_list.index, .recom_list.shows {
    grid-row-gap: 3vw;
  }

  .map_block {
    height: 50vw;
    margin-bottom: 1vw;
  }

  .map_block.popup, .map_block.event {
    height: 46vw;
  }

  .map_block.trip {
    width: 100%;
    height: 46vw;
  }

  .our_list {
    margin-bottom: 0;
  }

  .our_link {
    height: 42vw;
    font-size: 36px;
    line-height: 34px;
  }

  .our_link_txt.num {
    font-size: 124px;
    line-height: 98px;
  }

  .popup_button.reg {
    min-height: auto;
    margin-top: 20px;
  }

  .popup_form_txt {
    margin-bottom: 1vw;
  }

  .popup_form_txt.reg {
    font-size: 20px;
    line-height: 22px;
  }

  .popup_form_stage.bonus {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .popup_content {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    flex-flow: column;
    padding: 4vw;
  }

  .popup_content.reg {
    flex-flow: wrap;
    width: 94%;
    max-width: none;
    max-height: 94vh;
    padding-right: 0;
  }

  .popup_content.hl {
    padding-bottom: 4vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .popup_form_block, .popup_form_block.benefit {
    width: 100%;
  }

  .popup_form_block.reg {
    width: 60%;
    padding-top: 3vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .check_field {
    margin-top: 1vw;
    margin-bottom: 2vw;
    margin-left: 0%;
  }

  .check_field.filter {
    font-size: 16px;
  }

  .benefit_info_title {
    margin-bottom: 1vw;
  }

  .benefit_info_block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 1vw;
    margin-left: 0;
    margin-right: 0;
  }

  .slider_flah {
    padding-top: 1px;
    font-size: 13px;
    line-height: 20px;
  }

  .popup_form_title {
    font-size: 36px;
    line-height: 36px;
  }

  .check_button, .check_button.w--redirected-checked {
    margin-left: 8px;
  }

  .popup_line {
    border-bottom: 2px solid #00000080;
    border-right-style: none;
    width: 100%;
    height: 1px;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .popup_close {
    background-size: 63%;
    width: 40px;
    height: 40px;
  }

  .popup_close.reg {
    margin-top: 3vh;
    right: 3vw;
  }

  .copy_link {
    min-width: 40px;
  }

  .popup_field {
    width: 100%;
    max-width: none;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
  }

  .firm_name {
    margin-top: 4vw;
  }

  .register_sec {
    justify-content: center;
    align-items: center;
  }

  .complete_group {
    margin-top: 1vw;
  }

  .popup_info_gr.add_info {
    flex-flow: column;
  }

  .popup_slider {
    height: 66vw;
    margin-top: 1.4vw;
  }

  .popup_info_block {
    margin-bottom: 3vw;
  }

  .popup_slider_ar {
    width: 5vw;
    height: 5vw;
    margin-right: 1vw;
    font-size: 2.4vw;
    line-height: 3vw;
  }

  .popup_slider_ar.left {
    margin-left: 1vw;
  }

  .popup_title_block.place, .popup_title_block.clock {
    width: 100%;
    margin-bottom: 4vw;
  }

  .clock_list.event {
    flex-flow: wrap;
    align-content: flex-start;
    margin-bottom: 2vw;
  }

  .clock_info_txt.title {
    min-width: 75px;
  }

  .event_main_group {
    margin-top: 1vw;
    margin-bottom: 0;
  }

  .event_slider {
    height: 68vw;
    margin-top: 0;
  }

  .event_title {
    font-size: 54px;
    line-height: 52px;
  }

  .event_info_block {
    margin-bottom: 1vw;
  }

  .event_sl_ar {
    width: 5vw;
    height: 5vw;
    margin-right: 1vw;
    font-size: 2.4vw;
    line-height: 3vw;
  }

  .event_sl_ar.left {
    margin-left: 1vw;
  }

  .benefit_group {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .event_info_gr {
    margin-top: 3vw;
    margin-bottom: 5vw;
  }

  .clock_item {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    width: 48%;
  }

  .slider_list {
    width: 101.6%;
  }

  .slider_list.activity {
    width: 105%;
  }

  .slider_nav_group {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .slider_title_group {
    margin-top: 6vw;
  }

  .slider_title_group.activity {
    margin-top: 4vw;
  }

  .slider_arrow {
    width: 30px;
  }

  .slider_link {
    padding: 6px;
  }

  .slider_link.stretch {
    padding-bottom: 52px;
  }

  .slider_link_title {
    margin-bottom: 4px;
  }

  .slider_item {
    margin-left: 22px;
  }

  .top_title_block {
    font-size: 22px;
    line-height: 24px;
  }

  .top_title_block.trip {
    padding-left: 5%;
    padding-right: 5%;
  }

  .top_title_block.activity {
    padding: 2vw 4% 3vw;
  }

  .filter_title {
    font-size: 32px;
    line-height: 32px;
  }

  .filter_num {
    font-size: 108px;
    line-height: 84px;
  }

  .filter_info_block {
    font-size: 20px;
    line-height: 24px;
  }

  .filter_drop_toggle {
    font-size: 16px;
    line-height: 20px;
  }

  .index_pict {
    width: 100%;
    height: 56vw;
  }

  .index_pict.activity {
    height: 56vw;
  }

  .index_link_title {
    margin-bottom: 4px;
  }

  .index_list_link {
    flex-flow: column-reverse wrap;
    align-items: stretch;
    padding: 6px;
  }

  .index_info {
    width: 100%;
    margin-top: 1vw;
    padding-bottom: 0;
  }

  .trips_list_link {
    border-radius: 16px;
    flex-flow: column-reverse wrap;
    align-items: stretch;
    padding: 6px;
  }

  .trips_pict {
    border-radius: 10px;
    width: 100%;
    height: 56vw;
  }

  .trips_info {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 100%;
    margin-top: 2vw;
    padding: 0 6px 3vw;
  }

  .trip_about_group {
    width: 100%;
    margin-bottom: 3vw;
    padding-left: 0%;
    padding-right: 0%;
  }

  .activity_item {
    padding: 3vw;
  }

  .activity_info_block {
    margin-bottom: 3vw;
  }

  .event_pict {
    height: 68vw;
    margin-top: 0;
  }

  .popup_cookies {
    padding: 15vw 4% 4vw;
    font-size: 16px;
    line-height: 22px;
  }

  .cookies_content {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    text-align: center;
    flex-flow: column;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .cookies_txt_block {
    width: 100%;
  }

  .index_place_block {
    padding-top: 8px;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .top_links_group.mob {
    grid-column-gap: 5vw;
    grid-row-gap: 2vw;
    margin-top: 3vw;
    padding-top: 5vw;
    padding-left: 0%;
    padding-right: 0%;
  }

  .top_logo.mobile {
    z-index: 116;
    width: 112px;
    height: 60px;
    margin-right: 0;
    padding-bottom: 4px;
    bottom: 0;
    right: 3vw;
  }

  .nav_link {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 24px;
    line-height: 22px;
  }

  .nav_button {
    background-size: 48%;
    width: 60px;
    height: 60px;
  }

  .nav_container {
    height: 60px;
  }

  .top_link {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }

  .top_link.login {
    padding: 4px 18px;
    font-size: 12px;
    font-weight: 600;
  }

  .top_link.login.mob {
    height: 30px;
    max-height: 30px;
    margin-top: 14px;
    padding-bottom: 1px;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 13px;
    line-height: 14px;
    left: 62px;
  }

  .nav_menu {
    padding: 64px 4vw 7vw;
  }

  .content_sec.welcome {
    padding-top: 4vw;
    padding-bottom: 3vw;
  }

  .content_sec.trip {
    padding-top: 5vw;
    padding-bottom: 4vw;
  }

  .content_block.welcome {
    min-height: 90vw;
  }

  .content_block.your {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .content_block.title {
    border-radius: 4px;
    margin-bottom: 2vw;
  }

  .content_block.trip_title {
    border-radius: 4px;
    height: 90vw;
    margin-bottom: 2vw;
  }

  .content_block.activity_title {
    border-radius: 4px;
    margin-bottom: 2vw;
  }

  .welcome_info {
    font-size: 20px;
    line-height: 22px;
  }

  .button {
    font-size: 22px;
    line-height: 24px;
  }

  .button.love {
    margin-top: 16px;
  }

  .button.benefit {
    min-height: 40px;
    padding-top: 9px;
    padding-bottom: 8px;
    padding-right: 14px;
    font-size: 14px;
    line-height: 20px;
  }

  .button.order {
    margin-bottom: 2vw;
    margin-left: 6px;
    padding: 6px 14px 6px 42px;
    font-size: 14px;
    line-height: 22px;
  }

  .button.site {
    margin-bottom: 3vw;
    padding: 6px 14px 6px 42px;
    font-size: 14px;
    line-height: 22px;
  }

  .welcome_title {
    margin-top: 0;
    margin-bottom: 2vw;
    font-size: 64px;
    line-height: 56px;
  }

  .footer_nav_group.credit {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    align-content: flex-start;
    padding-top: 7vw;
    padding-bottom: 5vw;
  }

  .footer_nav_block {
    width: 100%;
    padding-top: 3vw;
  }

  .footer_nav_block.index {
    padding-top: 3vw;
  }

  .footer_nav_block.info {
    border-bottom: 1px solid #000;
    border-left-style: none;
    width: 100%;
    padding-top: 0;
  }

  .footer_nav_list.social {
    grid-column-gap: 2%;
    grid-row-gap: 2vw;
  }

  .footer_nav_item, .footer_nav_item.info {
    width: 32.5%;
  }

  .footer_nav_item.social {
    width: 13%;
  }

  .your_info_block {
    justify-content: center;
    align-items: center;
  }

  .love_group {
    padding-bottom: 22px;
  }

  .top_search_block {
    width: 90vw;
  }

  .autocomp_field {
    min-height: 46px;
    padding-left: 10px;
    padding-right: 12px;
    font-size: 24px;
  }

  .search_label.close {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .search_scroll_block {
    max-height: 63vh;
  }

  .search_autocomp_list {
    font-size: 14px;
    line-height: 18px;
  }

  .search_res_block {
    padding-bottom: 12px;
    padding-right: 12px;
  }

  .search_stage.autocomp {
    width: 100%;
  }

  .love_title {
    letter-spacing: 1px;
    margin-bottom: 4px;
    font-size: 32px;
    line-height: 34px;
  }

  .love_list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .love_item {
    border-radius: 6px;
  }

  .love_link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 6px;
    width: 82px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
  }

  .love_icon {
    width: 36px;
  }

  .recom_big {
    border-radius: 6px;
    flex-flow: column;
  }

  .recom_big.map {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding-bottom: 7vw;
  }

  .recom_big_pict {
    width: 199%;
    min-width: 100%;
    max-width: 100%;
    position: relative;
  }

  .recom_big_link {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    background-position: 3vw;
    background-size: 6vw;
    width: 100%;
    margin-right: 0%;
    padding-bottom: 4vw;
    padding-left: 11vw;
  }

  .recom_big_title {
    font-size: 34px;
    line-height: 34px;
  }

  .recom_big_title.activity {
    margin-bottom: 0;
  }

  .recom_tag_list.index {
    margin-bottom: 8px;
  }

  .recom_tag_list.trips {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
  }

  .recom_tag_list.trip {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }

  .recom_tag_item.activity {
    font-size: 12px;
    line-height: 16px;
  }

  .recom_title_gr {
    margin-bottom: 4vw;
  }

  .recom_gr_title {
    font-size: 34px;
    line-height: 34px;
  }

  .recom_gr_title.popup {
    font-size: 30px;
  }

  .recom_list {
    grid-row-gap: 7vw;
  }

  .recom_list.index {
    grid-row-gap: 6vw;
    justify-content: flex-start;
  }

  .recom_list.shows {
    grid-row-gap: 6vw;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }

  .recom_item {
    border-radius: 6px;
    width: 100%;
  }

  .recom_pict_block {
    height: 60vw;
  }

  .recom_pict_block.shows {
    height: 64vw;
  }

  .flah_list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 6px;
  }

  .recom_title {
    font-size: 26px;
    line-height: 26px;
  }

  .recom_add_block.stretch {
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .recom_link {
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .map_block {
    height: 54vw;
  }

  .map_block.popup {
    height: 60vw;
    margin-top: 4vw;
  }

  .map_block.event, .map_block.trip {
    height: 70vw;
    margin-top: 4vw;
  }

  .spec_flah.benefit {
    min-height: 40px;
    padding: 9px 14px 8px;
    font-size: 18px;
    line-height: 20px;
  }

  .spec_flah.slider, .spec_flah.index, .spec_flah.place {
    font-size: 18px;
    line-height: 18px;
  }

  .our_list {
    grid-row-gap: 4vw;
  }

  .our_link {
    height: 44vw;
    padding-bottom: 2vw;
    padding-left: 2vw;
    padding-right: 3vw;
    font-size: 26px;
    font-weight: 500;
    line-height: 24px;
  }

  .our_link_txt.num {
    font-size: 94px;
    line-height: 68px;
  }

  .our_pict {
    filter: brightness(80%);
  }

  .bonus_txt {
    padding: 8px 14px;
  }

  .popup_button {
    border-radius: 8px;
    font-size: 28px;
    line-height: 30px;
  }

  .popup_button.reg {
    min-width: 50%;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup_form_txt {
    margin-bottom: 6px;
  }

  .popup_form_txt.bold {
    font-size: 16px;
  }

  .popup_form_txt.bonus {
    margin-bottom: 8px;
  }

  .popup_form_txt.reg {
    font-size: 18px;
    line-height: 20px;
  }

  .popup_form_stage.bonus {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .popup_form {
    line-height: 20px;
  }

  .popup_content {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    width: 92%;
    padding-top: 10vw;
    padding-left: 6vw;
    padding-right: 6vw;
    font-size: 14px;
    line-height: 18px;
  }

  .popup_content.reg {
    background-position: 50% 0;
    background-size: 100%;
  }

  .popup_content.hl {
    border-radius: 0;
    max-height: 94vh;
  }

  .popup_form_block {
    width: 100%;
  }

  .popup_form_block.reg {
    width: 100%;
    min-height: 54vh;
    padding-left: 38px;
    padding-right: 38px;
  }

  .popup_top {
    margin-bottom: 12px;
  }

  .check_field {
    margin-top: 4px;
    margin-left: 4%;
    padding-top: 6px;
    padding-right: 40px;
  }

  .benefit_info_title {
    font-size: 20px;
    line-height: 22px;
  }

  .benefit_info_block {
    width: 100%;
  }

  .slider_flah {
    top: 8px;
    right: 8px;
  }

  .popup_close {
    width: 38px;
    height: 38px;
    margin-top: 0;
  }

  .benefit_pict_block {
    height: 270px;
  }

  .popup_field {
    min-height: 44px;
  }

  .firm_name {
    font-size: 24px;
    line-height: 24px;
  }

  .popup_info_gr {
    width: 100%;
    margin-top: 12vw;
  }

  .popup_title_block {
    margin-bottom: 4vw;
  }

  .popup_title_block.place, .popup_title_block.clock {
    margin-bottom: 8vw;
  }

  .clock_list.event {
    margin-bottom: 4vw;
  }

  .clock_info_txt.title {
    min-width: 68px;
  }

  .place_info_gr {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: column;
  }

  .phone_block {
    font-size: 12px;
  }

  .event_main_group {
    width: 100%;
    margin-top: 2vw;
  }

  .event_slider {
    height: 74vw;
  }

  .event_title {
    margin-top: 2vw;
    font-size: 38px;
    line-height: 36px;
  }

  .event_info_block {
    display: block;
  }

  .event_sl_ar {
    width: 6vw;
    height: 6vw;
    margin-right: 2vw;
  }

  .event_sl_ar.left {
    margin-left: 2vw;
  }

  .event_info_txt {
    font-size: 18px;
    line-height: 20px;
  }

  .benefit_group {
    margin-top: 5vw;
    margin-bottom: 5vw;
    font-size: 14px;
    line-height: 22px;
  }

  .benefit_gr_title {
    font-size: 20px;
    line-height: 20px;
  }

  .event_info_gr {
    width: 100%;
    margin-top: 8vw;
  }

  .clock_item {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 100%;
    padding-left: 2vw;
    padding-right: 3vw;
  }

  .slider_list.activity {
    width: 106.5%;
    margin-right: -2vw;
  }

  .slider_nav_group {
    width: 100%;
    margin-top: 8px;
  }

  .slider_title_group {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 18px;
  }

  .slider_title_group.activity {
    margin-top: 7vw;
  }

  .slider_arrow {
    float: right;
    margin-top: 4px;
    margin-left: 8px;
  }

  .slider_title {
    font-size: 30px;
    line-height: 32px;
  }

  .slider_link {
    padding: 5px;
  }

  .slider_link.stretch {
    padding-bottom: 48px;
  }

  .slider_link_title {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 36px;
    line-height: 34px;
  }

  .slider_item {
    width: 300px;
    min-width: 300px;
    margin-left: 22px;
  }

  .sl_pict {
    height: 260px;
    margin-bottom: 10px;
  }

  .sl_pict.trip {
    height: 260px;
  }

  .slider_link_subtitle {
    font-size: 18px;
    line-height: 20px;
  }

  .spec_icon {
    width: 28px;
    margin-left: 8px;
  }

  .top_title_block {
    padding: 7vw 3%;
    font-size: 20px;
    line-height: 22px;
  }

  .top_title_block.activity {
    padding-bottom: 5vw;
  }

  .top_title {
    margin-bottom: 2vw;
    font-size: 48px;
    line-height: 36px;
  }

  .top_title.num {
    margin-bottom: 7px;
    font-size: 58px;
    line-height: 50px;
  }

  .filter_group {
    border-radius: 6px;
    flex-flow: column;
  }

  .filter_title {
    font-size: 30px;
    line-height: 30px;
  }

  .filter_num {
    font-size: 106px;
    line-height: 82px;
  }

  .filter_drop_toggle {
    background-position: 99.5% 17px;
    padding-top: 14px;
    padding-right: 6%;
  }

  .filter_drop_toggle:hover {
    background-position: 99.5% 17px;
  }

  .filter_drop_toggle.on {
    background-position: 100% 19px;
    background-size: 15px;
    padding-right: 6%;
  }

  .filter_drop_toggle.on:hover {
    background-position: 100% 19px;
  }

  .filter_button {
    font-size: 14px;
  }

  .index_pict {
    height: 260px;
    margin-bottom: 1vw;
  }

  .index_pict.activity {
    height: 60vw;
    margin-top: 3vw;
  }

  .index_link_title {
    margin-bottom: 5px;
    font-size: 36px;
    line-height: 34px;
  }

  .index_link_subtitle {
    font-size: 18px;
    line-height: 20px;
  }

  .index_list_link {
    justify-content: space-between;
    align-items: stretch;
    padding: 5px;
  }

  .shows_subttle {
    font-size: 18px;
    line-height: 20px;
  }

  .trips_list_link {
    padding: 5px;
  }

  .trips_pict {
    height: 260px;
  }

  .trips_info {
    margin-top: 3vw;
    padding-left: 4px;
    padding-right: 4px;
  }

  .trip_about_group {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .activity_list {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .activity_item {
    padding: 3vw 4vw 4vw;
  }

  .activity_info_group {
    flex-flow: column;
  }

  .activity_info_block {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 100%;
  }

  .activity_num {
    text-align: right;
    border-bottom: 1px solid #000;
    min-width: 100%;
    margin-bottom: 2vw;
    font-size: 140px;
    line-height: 120px;
  }

  .event_pict {
    height: 74vw;
  }

  .popup_cookies {
    padding-top: 20vw;
    padding-bottom: 5vw;
    font-size: 14px;
    line-height: 20px;
  }

  .cookies_content {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    padding: 4vw 4vw 5vw;
  }

  .cookies_button {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .index_place_block.stretch {
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 12px;
  }
}


@font-face {
  font-family: 'Almoni Tzar Aaa';
  src: url('../fonts/almoni-tzar-bold-aaa.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Almoni Tzar Aaa';
  src: url('../fonts/almoni-tzar-demibold-aaa.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Almoni Tzar Aaa';
  src: url('../fonts/almoni-tzar-regular-aaa.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Almoni Tzar Aaa';
  src: url('../fonts/almoni-tzar-medium-aaa.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}