@charset "UTF-8";
@font-face {
  font-family: "Onest Static";
  src: url("../fonts/Onest/static/Onest-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@supports (font-variation-settings: normal) {
  @font-face {
    font-family: "Onest";
    src: url("../fonts/Onest/Onest-VariableFont_wght.ttf");
    font-weight: 100 900;
    font-display: swap;
  }
}
/* USER VARIABLES SECTION */
:root {
  --aw-accent: rgb(255, 114, 53);
  --aw-accent-rgb: 255, 114, 53;
  --aw-accent-a: var(--aw-accent);
  --aw-accent-a-hover: rgb(253, 105, 41);
  --aw-accent-a-rgb: var(--aw-accent-rgb);
  --aw-second: #746055;
  --aw-second-a: #746055 ;
  --aw-third: #222;
  --aw-third-a: #222;
  --aw-white: #fff;
  --aw-heading-color: #939393;
  --aw-text-color: #141414;
  --aw-footercolor: #ccc;
  --aw--body-font-size: 1rem;
  --aw-body-line-height: 1.5;
  --aw-font-family: "Onest", "Onest Static", sans-serif;
  --aw-border-radius: .375rem;
  --aw-form-border-radius: 5px;
  --aw-grid-gutter: 20px;
  --aw-breadcrumb-font-size: 14px;
  --container-width: 1487px;
  --bs-body-color: var(--aw-text-color);
  --bs-breadcrumb-font-size: var(--aw-breadcrumb-font-size);
  --bs-link-color-rgb: var(--aw-accent-rgb);
  --bs-link-hover-color-rgb: var(--aw-accent-a-rgb);
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100vh;
  font-family: var(--aw-font-family);
  font-size: var(--aw--body-font-size);
  line-height: var(--aw-body-line-height);
  background-color: #FFFDF0;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

::-moz-selection {
  color: var(--aw-white);
  background-color: var(--aw-accent-a);
}

::selection {
  color: var(--aw-white);
  background-color: var(--aw-accent-a);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--aw-heading-color, inherit);
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

.section-title {
  font-size: max(min(76px, 4.5vw), 42px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin-bottom: max(min(45px, 4vw), 25px);
}

.section-title.section-title--small {
  font-size: max(min(72px, 4.5vw), 42px);
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
/* Buttons */
:root {
  --bs-border-radius: var(--aw-border-radius);
}

.feedback-container a.btn {
  display: inline-flex;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --bs-btn-padding-x: .75rem;
  --bs-btn-padding-y: .375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: max(min(21px, 2vw), 18px);
  --bs-btn-font-weight: 300;
  --bs-btn-line-height: 1;
  border-radius: 27px;
  padding: 14px;
  padding: 10px max(min(25px, 2vw), 8px);
  min-height: max(min(54px, 6vw), 50px);
  transition: 0.2s ease;
}
.btn:hover, .btn:active, .btn:focus {
  transition: 0.22s;
}
.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--aw-accent-a);
  --bs-btn-border-color: var(--aw-accent-a);
  box-shadow: 0px 10px 30px 0 rgba(255, 114, 53, 0.6);
}
.btn-primary:hover:active, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: var(--aw-accent-a-hover);
  border-color: var(--aw-accent-a-hover);
  color: #fff;
  box-shadow: unset;
}

.aw-btn-feedback {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--aw-accent-a);
  --bs-btn-border-color: var(--aw-accent-a);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--aw-accent-a);
  --bs-btn-hover-border-color: var(--aw-accent-a);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--aw-accent);
  --bs-btn-active-border-color: var(--aw-accent);
  box-shadow: 0 3px 15px var(--aw-accent-a);
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--aw-second-a);
  --bs-btn-border-color: var(--aw-second-a);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--aw-accent-a);
  --bs-btn-hover-border-color: var(--aw-accent-a);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--aw-accent-a);
  --bs-btn-active-border-color: var(--aw-accent-a);
}
:root .table{
      --bs-table-bg: #faf8e97e;
      --bs-table-color: #000000;
}
.table-aw-primary {
  width: 100%;
  margin-bottom: 20px;
  border: 5px solid #fff;
  border-top: 5px solid #fff;
  border-bottom: 3px solid #fff;
  border-collapse: collapse;
  outline: 3px solid var(--aw-accent);
  font-size: 15px;
  background: #fff !important;
}

.table-aw-primary th {
  font-weight: bold;
  padding: 7px;
  background: var(--aw-accent);
  border: none;
  text-align: left;
  font-size: 15px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid var(--aw-accent);
  color: var(--aw-white);
}

.table-aw-primary td {
  padding: 7px;
  border: none;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  font-size: 15px;
}

.table-aw-primary tbody tr:nth-child(even) {
  background: #f8f8f8 !important;
}

/* Иконки */
a[href$=".pdf"]:before,
a[href$=".zip"]:before,
a[href$=".doc"]:before,
a[href$=".docx"]:before,
a[href$=".xls"]:before,
a[href$=".xlsx"]:before,
a[href$=".mp3"]:before,
a[href$=".mp4"]:before {
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px;
}

a[href$=".pdf"]:before {
  content: "\f1c1";
}

a[href$=".zip"]:before {
  content: "\f1c6";
}

a[href$=".doc"]:before,
a[href$=".docx"]:before {
  content: "\f1c2";
}

a[href$=".xls"]:before,
a[href$=".xlsx"]:before {
  content: "\f1c3";
}

a[href$=".mp3"]:before,
a[href$=".mp4"]:before {
  content: "\f1c7";
}

/* Back to Top */
.back-to-top-link {
  position: fixed;
  inset-inline-end: 1rem;
  bottom: 1rem;
  z-index: 10000;
  padding: calc(var(--aw-grid-gutter) * 0.5);
  color: var(--aw-accent, #008000);
  pointer-events: all;
  background-color: var(--aw-white, #fff);
  border: 1px solid var(--aw-accent, #008000);
  border-radius: var(--aw-border-radius);
  opacity: 0;
  transition: opacity 200ms ease-in;
}
.back-to-top-link.visible {
  opacity: 1;
}
.back-to-top-link:hover, .back-to-top-link:focus {
  color: var(--aw-white, #fff);
  background-color: var(--aw-accent-hover);
  border-color: var(--aw-white, #fff);
}

.rsform-block-agree {
  font-size: 0.75rem;
}
.rsform-block-agree a {
  color: inherit;
}

.rsform-simple-js-modal-content {
  width: 80%;
  max-width: 400px;
  height: auto;
  background-color: var(--aw-white);
  --bs-heading-color: var(--aw-text-color);
  border-radius: var(--aw-form-border-radius);
}
.rsform-simple-js-modal-content .form-control {
  background-clip: border-box;
  background-color: var(--aw-white);
}

.rsform-simple-js-modal-close-button {
  background: none;
  font-size: 28px;
  opacity: 0.7;
}
.rsform-simple-js-modal-close-button:hover {
  background: none;
  opacity: 1;
}

/* Меню */
:root {
  --aw-menu-height: auto;
  --aw-row-gap: max(min(18px, 1.5vw), 7px);
  --aw-submenu-padding: 12px 20px;
  --aw-up-font-size: max(min(22px, 1.2vw), 14px);
  --aw-up-font-weight: 400;
  --aw-up-bg: transparent;
  --aw-first-submenu-bg: var(--aw-accent);
  --aw-first-submenu-bg-hover: var(--aw-accent-a);
  --aw-higher-submenu-bg: var(--aw-accent);
  --aw-up-color: #fff;
  --aw-submenu-color: #fff;
}

/* Мобильное меню */
body.itemid-101 .header {
  background: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.header {
  padding: 9px 0 max(min(15px, 1.5vw), 9px);
  background: #000;
  border-bottom: 1px solid rgba(253, 253, 253, 0.2);
}
.header__container {
  display: flex;
  align-items: center;
  gap: max(min(21px, 2vw), 10px);
}
.header__logo {
  padding-right: 5px;
}
.header__block {
  margin-left: auto;
}

.header-contacts {
  display: flex;
  align-items: center;
  gap: max(min(39px, 2vw), 15px);
  margin: 0;
}
.header-contacts__address {
  font-size: 14px;
  font-weight: 300;
  color: #dbdbdb;
}
.header-contacts__phones {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.header-contacts__phones a {
  font-size: max(min(22px, 1.7vw), 18px);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #dbdbdb;
}
.header-contacts__phones a:hover {
  color: var(--aw-accent);
}
.header-contacts__modal {
  margin-left: max(min(20px, 2vw), 10px);
}
.header-contacts__modal .btn {
  width: max(min(236px, 18vw), 200px);
}

.tel {
  white-space: nowrap;
  line-height: 1;
  text-decoration: none;
}
.footer {
  margin-top: auto;
  color: #ccc;
  background: #000 url("/images/theme/f.jpg") no-repeat center bottom/cover;
}
@supports (background-image: url(a.webp)) {
  .footer {
    background-image: url("/images/theme/f.webp");
  }
}

.ya-reviews {
  padding: max(min(75px, 8vw), 60px) 0;
  border-bottom: 1px solid rgba(253, 253, 253, 0.2);
}
.ya-reviews .container {
  display: flex;
  justify-content: center;
}
.ya-reviews .container > div {
  max-width: 578px;
  margin: 0 auto;
  width: 100%;
}

.footer-info {
  padding: 27px 0 40px;
}
.footer-info > .container {
  display: grid;
  gap: max(min(50px, 5vw), 25px);
}
.footer-info__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px 15px;
}
.footer-info__row > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 33%;
  width: 100%;
}
.footer-info__menu .mod-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px max(min(27px, 2vw), 15px);
}
.footer-info__menu .mod-menu a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  color: #dbdbdb;
  text-decoration: none;
}
.footer-info__menu .mod-menu a:hover {
  color: var(--aw-accent);
}
.footer-info__menu .mod-menu li.current > a {
  color: var(--aw-accent);
}
.footer-info__contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px 35px;
}
.footer-info__addess {
  font-size: 14px;
  font-weight: 300;
}
.footer-info__phone {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.44px;
  color: #dbdbdb;
}
.footer-info__phone:hover {
  color: var(--aw-accent);
}
.footer-info__company {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: -0.24px;
}
.footer-info__politic a {
  font-size: 12px;
  letter-spacing: -0.24px;
  color: #ccc;
}
.footer-info__politic a:hover {
  color: var(--aw-accent);
}

.mod-aw-copyright {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.mod-aw-copyright .text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.mod-aw-copyright .image svg * {
  transition: fill 0.2s;
}
.mod-aw-copyright:not(:hover) .image svg * {
  fill: currentColor;
}
.mod-aw-copyright:hover .image svg *:not(#Ared) {
  fill: #fff;
}

.mod-footer-contacts {
  padding: 20px;
}
.mod-footer-contacts * {
  color: var(--aw-white);
}
.mod-footer-contacts__contacts {
  margin-bottom: 20px;
}

.mod-footer-map .mod-footer-map,
.mod-footer-map .ymaps-2-1-79-map {
  width: auto !important;
}

.footer-contacts a {
  font-size: 20px;
  text-decoration: none;
}
.footer-contacts a:hover {
  text-decoration: underline;
}

.footer-author {
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer-author * {
  font-size: 12px;
  color: var(--aw-footercolor);
}
.footer-author a {
  text-decoration: none;
}
.footer-author a::before {
  display: none;
}
.footer-author a:hover {
  color: var(--aw-white);
}
.blog-items {
  display: grid;
  gap: 20px;
}
.blog-items.masonry-2 {
  grid-template-columns: repeat(2, 1fr);
}
.blog-items.masonry-3 {
  grid-template-columns: repeat(3, 1fr);
}

.blog-item img {
  max-width: 100%;
  height: auto;
}

.item-page img {
  max-width: 100%;
  height: auto;
}

/**
  * Модуль "Новости"
*/
.mod-articlesnews-horizontal {
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  display: grid;
}

.mod-articlesnews-vertical {
  padding-inline-start: 0;
  list-style: none;
}

.mod-articlesnews-readmore {
  text-align: center;
}

/**
  * Модуль "Новости"
  * - Запись новости
*/
.newsflash-image img {
  max-width: 100%;
  height: auto;
}

#hikashop_checkout_form {
  margin-bottom: max(min(100px, 8vw), 35px);
  --color-cart-accent: var(--aw-accent);
}

.hikashop_cart_module {
  position: fixed;
  z-index: 100;
  top: 230px;
  right: 0;
  width: 80px;
}

.hikashop_small_cart_checkout_link {
  display: block;
  width: 100%;
  position: relative;
  margin-left: 10px;
  transition: all 0.25s;
  background-color: #e1f5d8;
  border-radius: 30px 0 0 30px;
  padding: 8px 20px;
}

.hikashop_small_cart_checkout_link:hover {
  margin-left: 0;
}

.hikashop_cart_module_product_icon_title {
  width: 24px;
}

.hikashop_cart__total {
  position: absolute;
  top: 6px;
  left: 40px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #fb5504;
  font-size: 12px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
}

.hikashop_subcontainer {
  overflow: hidden;
  border-radius: 22px !important;
  background: #9a887d !important;
}

.hikashop_category_name {
  display: block;
  background-color: #eee;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
  border-radius: 0 0 5px 5px;
  padding: 10px;
  font-weight: 600;
}

.hikashop_product_caption {
  margin-top: 20px;
  padding: 9px max(min(29px, 2vw), 15px) max(min(23px, 2vw), 15px);
  color: #f3ece1;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

div.hikashop_container {
  margin: 0 !important;
  height: 100%;
}

.hikashop_product_image {
  height: auto !important;
}

.hikashop_product_image .hikashop_product_image_subdiv,
.hk_product_image .hk_subdiv {
  margin: auto;
  width: auto !important;
}

.hikashop_product_image img {
  width: 100%;
  height: auto;
  max-height: 296px;
  aspect-ratio: 2/1.22;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 22px;
}

.hikashop_product_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.tur-cart-price {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  line-height: 1;
}
.tur-cart-price .hikashop_product_price {
  display: flex;
  align-items: flex-end;
  font-size: max(min(28px, 1.8vw), 22px);
  letter-spacing: -0.04em;
}
.tur-cart-price .hikashop_product_price_full,
.tur-cart-price .count-person {
  font-size: max(min(18px, 2.2vw), 15px);
  padding-bottom: 2px;
}

.hikashop_product:last-child .hikashop_subcontainer {
  background-color: #FF7332 !important;
}
.hikashop_product:last-child .count-tur {
  background-image: url("/images/theme/flag-accent.png");
}
.hikashop_product:last-child .hikashop_product_readmore .btn {
  box-shadow: 0px 10px 30px 0 rgba(116, 96, 85, 0.6);
  background-color: #b53f0b;
  border-color: #b53f0b;
}
.hikashop_product:last-child .hikashop_product_readmore .btn:hover {
  background-color: #a3380b;
  border-color: #a3380b;
  box-shadow: unset;
}
.hikashop_product:last-child .count-person {
  display: none;
}
.hikashop_product:last-child .hikashop_product_price_full {
  font-size: max(min(22px, 2.2vw), 18px);
}

.hikashop_product_readmore .btn {
  gap: max(min(20px, 1.8vw), 14px);
  padding: 15px 25px;
  box-shadow: 0px 10px 30px 0 rgba(116, 96, 85, 0.6);
}
.hikashop_product_readmore .btn::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url("/images/theme/svg (2).svg") no-repeat center/contain;
}
.hikashop_product_readmore .btn:hover {
  box-shadow: unset;
}

#hikashop_category_information_module_ div.hikashop_container {
  margin: 10px 0 !important;
}

.hikashop_products_listing .hikashop_subcontainer {
  display: flex;
  height: 100%;
}

.hikashop_listing_img_title {
  display: flex;
  flex-direction: column;
}
.hikashop_listing_img_title form {
  margin-top: auto;
}

.hikashop_product .hikacart {
  margin-top: 20px;
  width: 100%;
}

.hikashop_product_name {
  display: block;
  font-size: max(min(28px, 2.4vw), 22px);
  line-height: 1.1;
  letter-spacing: -1.12px;
  margin-bottom: 1em;
  padding-right: 119px;
}
.hikashop_product_name a {
  text-decoration: none;
  color: #f3ece1;
}

.hikashop_quantity_form {
  display: none;
}

.hikashop_main_image_div img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hikashop_category_list {
  padding-left: 0;
}

.hikashop_category_list::after {
  content: "";
  display: table;
  clear: both;
}

.hikashop_category_list_item {
  list-style: none;
  border-radius: 6px;
  border: 1px solid #ebebeb;
  padding: 15px 20px;
  margin-bottom: 6px;
}
.hikashop_category_list_item.active {
  border-color: var(--aw-accent);
  background-color: var(--aw-accent);
}
.hikashop_category_list_item.active > a {
  color: var(--aw-white);
}

.hikashop_category_list_item a {
  display: block;
  line-height: 1;
  text-decoration: none;
  font-size: max(min(17px, 1.5vw), 15px);
  font-weight: 600;
  color: var(--aw-text-color);
}

img.hikashop_child_image {
  margin: 2px;
  height: 30px;
}

.hikashop_product_page div.hikashop_small_image_div {
  text-align: center;
}

.hikashop_product_page div.hikashop_small_image_div a {
  display: inline-block;
  border: 2px solid #c4c4c4;
  margin-right: 3px;
  padding: 3px;
}

.hikashop_product_page div.hikashop_small_image_div a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hikashop_product_page div.hikashop_small_image_div a:hover {
  border: 2px solid #5b5b5b;
}

.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail {
  border: 2px solid #828282;
}

.hikashop_filter_module {
  font-size: 14px;
}

.hikashop_filter_title {
  padding: 12px 0;
  flex: 0 1 100%;
  font-size: 1rem;
  font-weight: 600;
  color: var(--aw-text-color);
}

.hikashop_filter_title + br {
  display: none;
}

.filter_values_container > label {
  margin-bottom: 8px;
  cursor: pointer;
}

.hikashop_filter_checkbox {
  position: relative;
  padding-left: 25px;
}

.hikashop_filter_checkbox input[type=checkbox],
.hikashop_filter_checkbox input[type=radio] {
  opacity: 0;
  cursor: pointer;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.hikashop_filter_checkbox input[type=checkbox] + .ui-checkbox,
.hikashop_filter_checkbox input[type=radio] + .ui-radio {
  background: #fff;
  border: 1px solid #afafaf;
  border-radius: 4px;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.hikashop_filter_checkbox input[type=radio] + .ui-radio {
  border-radius: 50%;
}

.hikashop_filter_checkbox input[type=checkbox]:checked + .ui-checkbox,
.hikashop_filter_checkbox input[type=radio]:checked + .ui-radio {
  background-color: #1f84db;
  border: 6px solid #1f84db;
}

.hikashop_filter_checkbox input[type=checkbox]:checked + .ui-checkbox::after,
.hikashop_filter_checkbox input[type=radio]:checked + .ui-radio::after {
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  box-sizing: content-box;
  content: "";
  height: 7px;
  left: -3px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg);
  transform-origin: 0 100%;
  width: 3px;
  border-color: #fff;
  height: 0.5em;
  transform: translate3d(0, -0.5em, 0) rotate(45deg);
  width: 0.2em;
}

.hikashop_filter_main {
  padding: 0 10px 12px 25px;
  border: 1px solid #eee;
}

.hikashop_filter_main:not(:first-of-type) {
  border-top: none;
}

.hikashop_filter_main:first-of-type {
  border-radius: 5px 5px 0 0;
}

.hikashop_filter_main:last-of-type {
  border-radius: 0 0 5px 5px;
}

.hikashop_filter_main .noUi-horizontal {
  height: 4px;
  border: none;
}
.hikashop_filter_main .noUi-handle {
  background: #fff;
  border: 0;
  box-shadow: 0 3px 10px rgba(51, 51, 51, 0.2);
}
.hikashop_filter_main .noUi-connect {
  background: var(--aw-second) !important;
}
html:not([dir=rtl]) .hikashop_filter_main .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  right: -8px;
  border-radius: 50%;
}
html:not([dir=rtl]) .hikashop_filter_main .noUi-horizontal .noUi-handle::before, html:not([dir=rtl]) .hikashop_filter_main .noUi-horizontal .noUi-handle::after {
  display: none;
}

.hikashop_filter__2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.slider_input_start_group {
  position: relative;
  flex: 1;
}

.slider_input_end_group {
  position: relative;
  flex: 1;
  margin-left: 16px;
}

.slider_input_text {
  position: absolute;
  left: 5px;
  color: #c2c2c2;
  font-size: 14px;
  line-height: 32px;
}

.slider_input {
  width: 100%;
  padding: 6px 12px 6px 20px;
  font-size: 14px;
}

.slider_input:focus {
  border-color: #1f84db;
  outline: none;
}

.hikashop_filter__2 > a {
  position: absolute;
  right: 0;
}

.hikashop_reset_button_inside {
  margin: 5px 0;
}

a.hikashop_product_quantity_field_change_plus,
a.hikashop_product_quantity_field_change_minus,
.hikashop_product_quantity_change_div_plus_default a,
.hikashop_product_quantity_change_div_minus_default a {
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0;
  font-weight: 300;
  line-height: 1;
  background: transparent;
  color: #000;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: unset;
  cursor: pointer;
}
a.hikashop_product_quantity_field_change_plus svg,
a.hikashop_product_quantity_field_change_minus svg,
.hikashop_product_quantity_change_div_plus_default a svg,
.hikashop_product_quantity_change_div_minus_default a svg {
  transition: 0.2s ease;
}
a.hikashop_product_quantity_field_change_plus:hover:focus, a.hikashop_product_quantity_field_change_plus:hover, a.hikashop_product_quantity_field_change_plus:active, a.hikashop_product_quantity_field_change_plus:focus,
a.hikashop_product_quantity_field_change_minus:hover:focus,
a.hikashop_product_quantity_field_change_minus:hover,
a.hikashop_product_quantity_field_change_minus:active,
a.hikashop_product_quantity_field_change_minus:focus,
.hikashop_product_quantity_change_div_plus_default a:hover:focus,
.hikashop_product_quantity_change_div_plus_default a:hover,
.hikashop_product_quantity_change_div_plus_default a:active,
.hikashop_product_quantity_change_div_plus_default a:focus,
.hikashop_product_quantity_change_div_minus_default a:hover:focus,
.hikashop_product_quantity_change_div_minus_default a:hover,
.hikashop_product_quantity_change_div_minus_default a:active,
.hikashop_product_quantity_change_div_minus_default a:focus {
  background: unset;
}
a.hikashop_product_quantity_field_change_plus:hover:focus svg, a.hikashop_product_quantity_field_change_plus:hover svg, a.hikashop_product_quantity_field_change_plus:active svg, a.hikashop_product_quantity_field_change_plus:focus svg,
a.hikashop_product_quantity_field_change_minus:hover:focus svg,
a.hikashop_product_quantity_field_change_minus:hover svg,
a.hikashop_product_quantity_field_change_minus:active svg,
a.hikashop_product_quantity_field_change_minus:focus svg,
.hikashop_product_quantity_change_div_plus_default a:hover:focus svg,
.hikashop_product_quantity_change_div_plus_default a:hover svg,
.hikashop_product_quantity_change_div_plus_default a:active svg,
.hikashop_product_quantity_change_div_plus_default a:focus svg,
.hikashop_product_quantity_change_div_minus_default a:hover:focus svg,
.hikashop_product_quantity_change_div_minus_default a:hover svg,
.hikashop_product_quantity_change_div_minus_default a:active svg,
.hikashop_product_quantity_change_div_minus_default a:focus svg {
  fill: var(--color-cart-accent);
}

main .form-control.hikashop_product_quantity_field {
  max-width: 70px;
  padding: 3px 10px;
  border: unset;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 400;
}

.hikashop_checkout_page {
  display: flex;
  flex-wrap: wrap;
  --gap-x: max(min(35px, 3vw), 15px);
  gap: 0 var(--gap-x);
}
.hikashop_checkout_page > div {
  flex: 100%;
  order: 15;
}
.hikashop_checkout_page > .hikashop_checkout_cart {
  order: 1;
  display: contents;
}
.hikashop_checkout_page > .hikashop_checkout_login-wrapper {
  flex: 0 0 calc(50% - var(--gap-x) / 2);
  order: 2;
  border: 1px solid #e6e6e6;
  margin-bottom: max(min(35px, 3vw), 15px);
}
.hikashop_checkout_page > .hikashop_checkout_login-wrapper .hkform-horizontal {
  padding: max(min(28px, 3vw), 20px) max(min(28px, 3vw), 15px) 15px;
}
.hikashop_checkout_page > .hikashop_checkout_choise {
  flex: 0 0 calc(50% - var(--gap-x) / 2);
  order: 3;
}
.hikashop_checkout_page > .hikashop_checkout_coupon {
  order: 4;
  padding: max(min(30px, 3vw), 15px) 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.hikashop_checkout_page > .hikashop_checkout_coupon .hikashop_checkout_coupon_field {
  margin-right: 15px;
  border-radius: var(--bs-border-radius) !important;
}
.hikashop_checkout_page > .hikashop_checkout_coupon .hikabtn_checkout_coupon_add {
  width: 208px;
  height: 46px;
  border-radius: 6px;
  background-color: #434343;
  border: unset;
  border-radius: var(--bs-border-radius) !important;
}
.hikashop_checkout_page > .hikashop_checkout_coupon .hikabtn_checkout_coupon_add:hover, .hikashop_checkout_page > .hikashop_checkout_coupon .hikabtn_checkout_coupon_add:active, .hikashop_checkout_page > .hikashop_checkout_coupon .hikabtn_checkout_coupon_add:focus {
  background-color: var(--aw-accent);
}
.hikashop_checkout_page > .hikashop_checkout_buttons {
  order: 6;
  flex: 0 0 calc(25% - var(--gap-x) / 2);
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hikashop_checkout_page > .hikashop_checkout_buttons .buttons_right {
  width: 100%;
  text-align: right;
}
.hikashop_checkout_page > .hikashop_checkout_buttons .btn {
  background-color: var(--color-cart-accent);
  width: 100%;
  min-height: 46px;
  max-width: 265px;
  border: unset;
}
.hikashop_checkout_page > .hikashop_checkout_buttons .btn:hover {
  background-color: var(--aw-accent-a);
}

.hika_registration_address legend {
  font-size: max(min(18px, 2vw), 16px);
}

.hikashop_checkout_payment,
.hikashop_shipping_group {
  border: 1px solid #e6e6e6;
  margin-bottom: max(min(35px, 3vw), 15px);
  padding-bottom: 10px;
}
.hikashop_checkout_payment > legend,
.hikashop_shipping_group > legend {
  background-color: #f8f8f8;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 600;
  padding: 12px 12px 12px max(min(28px, 3vw), 12px);
  border-bottom: 1px solid #e6e6e6;
}
.hikashop_checkout_payment input[type=radio],
.hikashop_shipping_group input[type=radio] {
  accent-color: #000;
}

#hikashop_checkout_registration > h2 {
  background-color: #f8f8f8;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 600;
  padding: 12px 12px 12px max(min(28px, 3vw), 12px);
  border-bottom: 1px solid #e6e6e6;
}

.hikashop_checkout_cart .table {
  border: 1px solid #e6e6e6;
  margin-bottom: max(min(35px, 3vw), 15px);
}
.hikashop_checkout_cart .table thead th {
  background-color: #f8f8f8;
  font-size: max(min(16px, 2vw), 14px);
  line-height: 1;
  color: #000;
  padding-top: 14px;
  padding-bottom: 14px;
}
.hikashop_checkout_cart .table thead th:first-child {
  padding-left: max(min(28px, 3vw), 0px);
}
.hikashop_checkout_cart .table > tbody > tr {
  position: relative;
}
.hikashop_checkout_cart .table > tbody > tr > td {
  padding-top: max(min(22px, 2vw), 15px);
  padding-bottom: max(min(22px, 2vw), 15px);
}
.hikashop_checkout_cart .table > tbody > tr > td.hikashop_cart_product_total_value {
  padding-right: 60px;
}
.hikashop_checkout_cart .hikashop_cart_product_quantity_refresh {
  display: none;
}
.hikashop_checkout_cart .hikashop_cart_product_quantity_delete {
  position: absolute;
  top: 17px;
  right: 16px;
}
.hikashop_checkout_cart .hikashop_cart_product_quantity_delete a {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background: #000 url("/images/icons/close-white-small.png") no-repeat center;
  transition: 0.21s ease;
}
.hikashop_checkout_cart .hikashop_cart_product_quantity_delete a:hover, .hikashop_checkout_cart .hikashop_cart_product_quantity_delete a:active, .hikashop_checkout_cart .hikashop_cart_product_quantity_delete a:focus {
  background-color: var(--color-cart-accent);
  transition: 0.21s ease;
}
.hikashop_checkout_cart .hikashop_cart_product_quantity_delete i {
  display: none;
}

.hikashop_cart_product_name_value {
  max-width: 500px;
}

.form-control-feedback {
  display: block;
  color: red;
  font-size: 12px;
}
.hikashop_cart_product_image_thumb img {
  max-width: 100px;
  height: auto;
}

.hikashop_product_quantity_table {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hikashop_checkout_cart_total-wrapper {
  flex: 0 0 calc(75% - var(--gap-x) / 2);
  order: 5;
  display: flex;
  justify-content: space-between;
}

.hikashop_checkout_cart_total_table {
  font-size: max(min(16px, 2vw), 15px);
}
.hikashop_checkout_cart_total_table > tbody > tr > td {
  padding: 0 20px 5px 0;
}
.hikashop_checkout_cart_total_table > tbody > tr > td:nth-child(2) {
  text-align: right;
  font-weight: 600;
}

.hikashop_checkout_cart_total_title {
  font-size: max(min(28px, 3vw), 22px);
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
}

.hikashop_checkout_status {
  display: none;
}

.hikashop_checkout_choise table > tbody > tr > td {
  padding: max(min(9px, 0.8vw), 5px) max(min(25px, 2vw), 15px);
}

.hikashop_checkout_payment_description p {
  margin: 0;
}

.hikashop_checkout_address .hk-container-fluid,
.hikashop_checkout_guest-wrapper {
  padding: 25px 15px;
}

.hikashop_checkout_guest-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.hikashop_checkout_guest-wrapper .btn {
  margin-left: auto;
}

.hikashop_product_edit_cart_image {
  max-width: 100%;
  height: auto;
}
.main-banner {
  background: #000 url("/images/theme/main-banner-poster.jpg") no-repeat center/cover;
  min-height: 100vh;
  padding: max(min(180px, 10vw), 145px) 0 max(min(127px, 9vw), 65px);
  position: relative;
  display: flex;
  align-items: flex-end;
  z-index: 2;
}
@supports (background-image: url(a.webp)) {
  .main-banner {
    background-image: url("/images/theme/main-banner-poster.webp");
  }
}
@supports (min-height: 100dvh) {
  .main-banner {
    min-height: 100dvh;
  }
}
.main-banner__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.main-banner__video-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-banner__video-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.45);
}
.main-banner__btn {
  display: flex;
  justify-content: center;
}
.main-banner__play {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 max(min(120px, 10vw), 65px);
}
.main-banner__play::before {
  display: none !important;
}
.main-banner__play img {
  transition: 0.2s ease;
  width: max(min(257px, 25vw), 180px);
  height: auto;
}
.main-banner__play .hover img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.main-banner__play:hover img {
  opacity: 0;
}
.main-banner__play:hover .hover img {
  opacity: 1;
}
.main-banner__title {
  font-size: max(min(92px, 6vw), 48px);
  font-weight: 300;
  line-height: 0.87;
  letter-spacing: -0.04em;
  color: #ebebeb;
  margin: 0 0 max(min(30px, 3vw), 20px);
}
.main-banner__text {
  font-size: max(min(20px, 2vw), 18px);
  font-weight: 300;
  color: #f5f5f5;
  margin: 0;
  text-wrap: balance;
}

.accent {
  color: var(--aw-accent);
}

#video-play {
  padding: 15px;
  background: transparent;
}
#video-play video {
  max-width: 100%;
}

.advantages {
  padding: max(min(159px, 10vw), 45px) 0 203px;
  position: relative;
  overflow: hidden;
}
.advantages::after, .advantages::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.advantages::before {
  width: max(min(878px, 50vw), 100px);
  height: 411px;
  right: 0;
  top: 0;
  background: url("/images/theme/a (2).png") no-repeat center top 15px/contain;
}
@supports (background-image: url(a.webp)) {
  .advantages::before {
    background-image: url("/images/theme/a (2).webp");
  }
}
.advantages::after {
  width: max(min(464px, 40vw), 100px);
  height: 433px;
  left: 0;
  bottom: 0;
  background: url("/images/theme/a (3).png") no-repeat left bottom/contain;
}
@supports (background-image: url(a.webp)) {
  .advantages::after {
    background-image: url("/images/theme/a (3).webp");
  }
}
.advantages__title {
  margin-bottom: 87px;
}
.advantages__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 0;
  position: relative;
  --items-row: 3;
  --gap: 12px;
  margin: 0 calc(var(--gap) * -1);
}
.advantages__grid::before {
  content: "";
  display: block;
  width: 100%;
  height: 211px;
  pointer-events: none;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/images/theme/map (2).png") no-repeat center right/contain;
}
.advantages .advantages-item {
  margin: 0 var(--gap);
  flex: 0 0 calc(100% / var(--items-row) - 32px);
  max-width: 385px;
  --step: 70px;
}
.advantages .advantages-item:nth-child(6) .title .shanpan-ico {
  position: relative;
  z-index: 1;
}
.advantages .advantages-item:nth-child(6) .title .shanpan-ico::after {
  content: "";
  display: block;
  width: max(min(139px, 8vw), 100px);
  height: 175px;
  position: absolute;
  bottom: 0;
  left: calc(100% + 35px);
  z-index: -1;
  background: url("/images/theme/Graphic-Element.png") no-repeat center bottom/contain;
}

.advantages-item__num {
  background-image: linear-gradient(to bottom, var(--aw-accent) 0, #f0eee5 62%), linear-gradient(to bottom, #e6e6e6, #e6e6e6);
  font-size: max(min(286px, 18vw), 220px);
  line-height: 0.78;
  font-weight: 100;
  letter-spacing: -0.04em;
  text-align: left;
  color: #e6e6e6;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -20px;
}
.advantages-item__text {
  margin: -50px 0 0;
}
.advantages-item__text .title {
  font-size: max(min(42px, 2.53vw), 35px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #141414;
}
.advantages-item__text p {
  font-size: max(min(20px, 1.45vw), 15px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-align: left;
  margin: 0;
}
.car-park {
  margin-bottom: max(min(130px, 10vw), 30px);
  overflow: hidden;
}
.car-park__title {
  margin-bottom: max(min(47px, 5vw), 30px);
}
:root .showtime-carousel {
  padding: 0;
  margin: 0 -8px;
  --arrow-size: max(min(68px, 4.5vw), 54px);
  --arrow-position: calc(max(min(100px, 5.5vw), 0px) * -1);
}
:root .showtime-carousel .slick-prev,
:root .showtime-carousel .slick-next {
  width: var(--arrow-size);
  height: var(--arrow-size);
  background-color: var(--aw-accent-a);
  z-index: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
:root .showtime-carousel .slick-prev::before,
:root .showtime-carousel .slick-next::before {
  content: "";
  display: block;
  width: 21px;
  height: 19px;
  background: url("/images/theme/svg (1).svg") no-repeat center/contain;
}
:root .showtime-carousel .slick-prev:hover,
:root .showtime-carousel .slick-next:hover {
  background-color: var(--aw-accent-a-hover);
}
:root .showtime-carousel .slick-prev {
  left: var(--arrow-position);
}
:root .showtime-carousel .slick-prev::before {
  transform: scaleX(-1);
}
:root .showtime-carousel .slick-next {
  right: var(--arrow-position);
}
:root .showtime-carousel .slick-dots {
  bottom: calc(max(min(48px, 4vw), 28px) * -1);
}
:root .slick-dotted.slick-slider {
  margin-bottom: 48px;
}
:root .showtime-carousel .showtime-image {
  padding: 0;
  margin: 0 8px;
  border-radius: 22px;
  overflow: hidden;
}
:root .showtime-carousel .showtime-image:hover img {
  transform: scale(1.1);
  cursor: zoom-in;
}
:root .showtime-carousel .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 max(min(7px, 0.7vw), 5px);
}
:root .showtime-carousel .slick-dots li {
  width: auto;
  height: auto;
}
:root .showtime-carousel .slick-dots li button {
  width: auto;
  height: auto;
  margin: 0;
  padding: 3px 0;
}
:root .showtime-carousel .slick-dots li button::after {
  content: "";
  display: block;
  border-radius: 1.5px;
  background-color: #f3ece1;
  width: max(min(39px, 2.5vw), 18px);
  height: 3px;
  padding: 0;
  transition: 0.2s ease;
}
:root .showtime-carousel .slick-dots li button:before {
  display: none;
}
:root .showtime-carousel .slick-dots li.slick-active button::after, :root .showtime-carousel .slick-dots li:hover button::after {
  background-color: var(--aw-accent);
}
:root .showtime-carousel .showtime-image img {
  border: unset;
  outline: unset;
  box-shadow: unset;
  transition: 0.22s linear;
}
.moduletable.turs {
  padding: max(min(115px, 8vw), 45px) 0 max(min(145px, 10vw), 65px);
  background-color: #af9c90;
  margin-bottom: 0;
  counter-reset: tur-counter;
  max-width: 100%;
}
.moduletable.turs .section-title {
  color: #f3ece1;
}
.count-tur {
  display: flex;
  align-items: center;
  width: 141px;
  height: 44px;
  padding: 5px 10px 5px 28px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("/images/theme/svg (3).svg") no-repeat center/contain;
  font-size: max(min(22px, 1.8vw), 20px);
  line-height: 1;
  letter-spacing: -0.04em;
}
.count-tur .flag {
  margin-right: max(min(12px, 1vw), 8px);
}

.count-tur-num {
  counter-increment: tur-counter;
}
.count-tur-num::before {
  content: counter(tur-counter);
  display: inline-block;
  margin-left: 0.3em;
}

.section-tur-slider {
  width: 100%;
}
.section-tur-slider > .splide__track > .splide__list .splide__slide {
  margin-bottom: 0;
  padding: 0;
}
.section-tur-slider > ul.splide__pagination {
  bottom: -40px;
}
.section-tur-slider > ul.splide__pagination li {
  display: flex;
}

.hikashop_products {
  margin-bottom: max(min(100px, 8vw), 45px);
}

.turs {
  margin-bottom: 0;
}

.hikashop_products .splide__pagination,
.turs .splide__pagination {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px max(min(6px, 0.7vw), 3px);
  bottom: max(min(25px, 3vw), 15px);
  z-index: 5;
}
.hikashop_products .splide__pagination__page,
.turs .splide__pagination__page {
  padding: 3px 0;
  margin: 0;
  background: transparent !important;
  transform: unset !important;
  width: auto;
  height: auto;
  opacity: 1;
}
.hikashop_products .splide__pagination__page::after,
.turs .splide__pagination__page::after {
  content: "";
  display: block;
  width: max(min(32px, 3vw), 18px);
  height: 3px;
  border-radius: 1.5px;
  background: #f3ece1;
  padding: 0;
  opacity: 1;
  margin: 0;
}
.hikashop_products .splide__pagination__page:hover::after, .hikashop_products .splide__pagination__page.is-active::after,
.turs .splide__pagination__page:hover::after,
.turs .splide__pagination__page.is-active::after {
  background-color: var(--aw-accent);
  transform: unset;
}
.hikashop_products .splide__arrow,
.turs .splide__arrow {
  --size: max(min(48px, 4.5vw), 42px);
  width: var(--size);
  height: var(--size);
  background-color: #746055;
}
.hikashop_products .splide__arrow svg,
.turs .splide__arrow svg {
  display: none;
}
.hikashop_products .splide__arrow::before,
.turs .splide__arrow::before {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  background: url("/images/theme/svg (1).svg") no-repeat center/contain;
}
.hikashop_products .splide__arrow.splide__arrow--prev::before,
.turs .splide__arrow.splide__arrow--prev::before {
  transform: scaleX(-1);
}

.tur-cart-info {
  display: flex;
  flex-wrap: wrap;
  gap: max(min(15px, 2vw), 12px);
  margin-bottom: max(min(50px, 5vw), 30px);
}
.tur-cart-info__desc {
  flex: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.29;
  letter-spacing: -0.14px;
}
.tur-cart-info__desc ul {
  padding-left: 18px;
  margin: 0;
}

.info-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  border-radius: 18px;
  border: solid 1px rgba(243, 236, 225, 0.5);
  padding: 5px 13px;
  font-size: max(min(18px, 2vw), 16px);
  font-weight: 300;
  letter-spacing: -0.02em;
}

.info-item--count-locations::before {
  content: "";
  display: block;
  width: 17px;
  height: 22px;
  background: url("/images/theme/lp (2).png") no-repeat center;
}

.info-item--time::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url("/images/theme/lp (3).png") no-repeat center;
}
.with-us {
  padding-top: max(min(150px, 10vw), 50px);
  padding-bottom: 120px;
  --bg-width: max(min(700px, 38vw), 300px);
  background: url("/images/theme/a (1).png") no-repeat right top 165px/var(--bg-width) auto;
}
@supports (background-image: url(a.webp)) {
  .with-us {
    background-image: url("/images/theme/a (1).webp");
  }
}
.with-us__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 25px;
  max-width: 990px;
}
.form-banner {
  padding: max(min(84px, 8vw), 50px) 0 max(min(100px, 8vw), 50px);
  background: var(--aw-accent) url("/images/theme/gg.png") no-repeat right bottom/max(min(723px, 40vw), 290px) auto;
  color: #fdede6;
}
@supports (background-image: url(a.webp)) {
  .form-banner {
    background-image: url("/images/theme/gg.webp");
  }
}
.form-banner .section-title {
  color: inherit;
  margin-bottom: 19px;
}
.form-banner__wrapper {
  max-width: 653px;
}
.form-banner__text {
  font-size: max(min(16px, 1.8vw), 14px);
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: max(min(33px, 3vw), 20px);
}
.form-banner__inputs .rsform-block {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
}
.form-banner__inputs .rsform-block .form-label {
  order: 2;
  margin: max(min(10px, 1vw), 6px) 0 0;
}
.form-banner__inputs .rsform-block .rsform-input-box {
  background: transparent;
  border-radius: 6px;
  border: solid 1px rgba(255, 255, 255, 0.6);
  min-height: 52px;
  padding: 10px 15px 10px max(min(65px, 3.5vw));
  font-size: max(min(22px, 2vw), 18px);
  font-weight: 300;
  line-height: 0.91;
  color: #fffdf0;
}
.form-banner__inputs .rsform-block .rsform-input-box::-moz-placeholder {
  color: #fffdf0;
  font-size: max(min(22px, 2vw), 18px);
  font-weight: 300;
  line-height: 0.91;
}
.form-banner__inputs .rsform-block .rsform-input-box::placeholder {
  color: #fffdf0;
  font-size: max(min(22px, 2vw), 18px);
  font-weight: 300;
  line-height: 0.91;
}
.form-banner__inputs .rsform-block .rsform-input-box:focus {
  box-shadow: unset;
  border-color: #fff;
}
.form-banner__inputs .formContainer .col-md-12 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px max(min(20px, 2vw), 15px);
}
.form-banner__inputs .form-check-label {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.38;
  text-align: left;
  color: #ffd0bc;
}
.form-banner__inputs .form-check-label a {
  color: inherit;
}
.form-banner__inputs .form-check-label a:hover, .form-banner__inputs .form-check-label a:active, .form-banner__inputs .form-check-label a:focus {
  color: #fff;
}
.form-banner__inputs .form-check-label p {
  margin: 0;
}
.form-banner__inputs .form-check input[type=checkbox] {
  accent-color: #222;
}
.form-banner__inputs .form-check input[type=checkbox]:checked {
  border-color: #222;
  background-color: #222;
  color: #fff;
}
.form-banner__inputs .rsform-type-submitbutton .btn-dark {
  background-color: #222;
  color: #f3ece1;
  width: 100%;
  font-size: max(min(21px, 2vw), 18px);
}
.form-banner__inputs .rsform-type-submitbutton .btn-dark:hover, .form-banner__inputs .rsform-type-submitbutton .btn-dark:active:focus, .form-banner__inputs .rsform-type-submitbutton .btn-dark:active, .form-banner__inputs .rsform-type-submitbutton .btn-dark:focus {
  color: #f3ece1;
  background-color: #000;
  box-shadow: 0px 10px 30px 0 rgba(116, 96, 85, 0.6);
}
.form-banner__contacts {
  margin-top: max(min(63px, 6vw), 40px);
  display: flex;
  align-items: center;
  gap: max(min(38px, 3vw), 20px);
}
.form-banner__phones a {
  font-size: max(min(42px, 3.5vw), 38px);
  font-weight: 300;
  letter-spacing: -0.04em;
  color: #fdede6;
}
.form-banner__phones a:hover {
  text-decoration: underline;
}

.sicials-light {
  display: flex;
  gap: max(min(11px, 1.5vw), 8px);
}
.sicials-light a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  transition: 0.18s ease;
}
.sicials-light a:hover {
  background-color: #222;
  border-color: #222;
  transition: 0.18s ease;
}

.btn-dark {
  border: unset;
  background-color: #222;
  color: #f3ece1;
  box-shadow: unset;
}
.btn-dark:hover, .btn-dark:active:focus, .btn-dark:active, .btn-dark:focus {
  color: #f3ece1;
  background-color: #000;
  box-shadow: 0px 10px 30px 0 rgba(116, 96, 85, 0.6);
}
.we-socials {
  padding: max(min(90px, 8vw), 65px) 0 max(min(155px, 10vw), 85px);
}
.we-socials__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1130px;
  margin: 0 auto;
}
.we-socials__image img {
  max-width: 100%;
  height: auto;
}
.we-socials__info {
  padding-top: max(min(75px, 8vw), 35px);
  max-width: 510px;
}
.we-socials__title {
  margin-bottom: 20px;
}
.we-socials__text {
  font-size: max(min(17px, 2vw), 15px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.17px;
  color: #595959;
  margin-bottom: 22px;
}
.we-socials__links {
  margin-bottom: max(min(80px, 6vw), 35px);
}
.we-socials__phones {
  display: flex;
  flex-direction: column;
}
.we-socials__phones a {
  font-size: max(min(42px, 3.5vw), 38px);
  font-weight: 300;
  letter-spacing: -0.04em;
  text-align: left;
  color: #585858;
  text-decoration: none;
}
.we-socials__phones a:hover {
  color: var(--aw-accent);
}
.we-socials__phones-title {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.17px;
  color: #585858;
  margin-bottom: max(min(22px, 2vw), 14px);
}

.socials-color {
  display: flex;
  gap: max(min(10px, 1vw), 8px);
}
.socials-color a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  --size: max(min(86px, 8vw), 60px);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: solid 1px rgba(195, 194, 188, 0.8);
  transition: 0.18s ease;
}
.socials-color a:hover {
  border-color: var(--aw-accent);
  transition: 0.18s ease;
}
.socials-color a img {
  padding: 12px;
  max-width: 100%;
  height: auto;
}
body.view-product .header {
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.inner-banner {
  background-size: cover;
  background-position: center;
  background-color: #222;
}

.tur-banner {
  padding: max(min(152px, 12vw), 120px) 0 max(min(145px, 12vw), 45px);
  box-shadow: inset 0 0 0 999999px rgba(0, 0, 0, 0.75);
  color: #ebebeb;
}
.tur-banner .mod-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: max(min(39px, 2.5vw), 15px);
  margin-bottom: max(min(60px, 6vw), 45px);
}
.tur-banner .mod-menu .nav-item > a {
  --size-item: 103px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50%;
  gap: max(min(17px, 1.5vw), 12px);
  padding: 15px 10px;
  width: var(--size-item);
  height: var(--size-item);
  border: 2px solid currentColor;
  font-size: max(min(20px, 1.7vw), 16px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  color: #ebebeb;
  text-decoration: none;
  transition: 0.1 0.2s ease;
}
.tur-banner .mod-menu .nav-item > a::before {
  content: "";
  display: block;
  width: 28px;
  height: 30px;
  background: url("/images/theme/t (1).png") no-repeat center;
}
.tur-banner .mod-menu .nav-item > a:hover {
  color: var(--aw-accent);
  transition: 0.1 0.2s ease;
}
.tur-banner .mod-menu .nav-item > a:hover::before {
  background-image: url("/images/theme/t (2).png");
}
.tur-banner .mod-menu .nav-item.active > a {
  color: var(--aw-accent);
}
.tur-banner .mod-menu .nav-item.active > a::before {
  background-image: url("/images/theme/t (2).png");
}
.tur-banner__content {
  text-align: center;
}
.tur-banner__overtitle {
  font-size: max(min(28px, 2.5vw), 20px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.tur-banner__title {
  font-size: max(min(92px, 6vw), 40px);
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: -0.04em;
  margin: 0;
  color: inherit;
}
.hk-row-grid {
  --gap: max(min(100px, 8vw), 35px);
  display: flex;
  gap: var(--gap);
  overflow: hidden;
}
.hk-row-grid > div {
  flex: calc(50% - var(--gap) / 2);
  overflow: hidden;
}

.mod-breadcrumbs__divider {
  color: var(--aw-accent);
}

.hikashop_product_left_part {
  font-size: max(min(18px, 1.4vw), 15px);
  line-height: 1.11;
  text-align: left;
  color: #141414;
}
.hikashop_product_left_part h3,
.hikashop_product_left_part h4 {
  font-size: max(min(36px, 3vw), 24px);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: var(--aw-accent);
  margin-bottom: max(min(45px, 3.5vw), 25px);
}
.hikashop_product_left_part h3:not(:first-child),
.hikashop_product_left_part h4:not(:first-child) {
  margin-top: max(min(70px, 5vw), 25px);
}

.header-ico {
  display: flex;
  align-items: center;
  gap: max(min(25px, 2vw), 15px);
}
.header-ico:first-child {
  margin-top: max(min(30px, 3vw), 10px);
}

.product-page-slider {
  width: 100%;
  margin-bottom: max(min(45px, 5vw), 25px);
}
.product-page-slider .splide__slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 1.35/1;
}
.product-page-slider .splide__arrow {
  --size: max(min(48px, 6vw), 40px);
  width: var(--size);
  height: var(--size);
  background-color: var(--aw-accent);
  opacity: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.product-page-slider .splide__arrow::before {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  background: url("/images/theme/svg (1).svg") no-repeat center/contain;
}
.product-page-slider .splide__arrow.splide__arrow--prev::before {
  transform: scaleX(-1);
}
.product-page-slider .splide__arrow svg {
  display: none;
}

.hikashop_product_info_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px 15px;
}

.hikashop_product_info_specifications {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.info-item-accent {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 21px;
  border-radius: 28px;
  background-color: var(--aw-accent);
  min-height: 56px;
  font-size: max(min(28px, 3vw), 24px);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #fffbf6;
}

.info-item-accent--count-locations::before {
  content: "";
  display: block;
  min-width: 26px;
  width: 26px;
  height: 34px;
  background: url("/images/theme/r (2).png") no-repeat center;
}

.info-item-accent--time::before {
  content: "";
  display: block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background: url("/images/theme/r (1).png") no-repeat center;
}

.hikashop_product_price_main {
  font-weight: 600;
  color: var(--aw-accent);
  font-size: max(min(26px, 3vw), 20px);
}
.hikashop_product_price_main .count-person {
  font-size: max(min(22px, 3vw), 18px);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.hikashop_product_price {
  font-size: max(min(35px, 3vw), 28px);
  letter-spacing: -0.04em;
}

.hide-arrow .splide__arrow {
  display: none !important;
}

body.itemid-215 .count-person {
  display: none;
}
.tur-advantages {
  margin: max(min(90px, 6vw), 35px) 0 max(min(130px, 10vw), 35px);
  display: flex;
  gap: 25px max(min(128px, 7.5vw), 30px);
}
.tur-advantages__title {
  font-size: max(min(36px, 3vw), 24px);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: var(--aw-accent);
}
.tur-advantages__grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex: auto;
  padding-right: max(min(50px, 2.5vw), 0px);
}
.tur-advantages__item {
  text-align: center;
}
.tur-advantages__item .ico {
  --size: max(min(140px, 10vw), 110px);
  width: var(--size);
  height: var(--size);
  background-color: var(--aw-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.tur-advantages__item .title {
  font-size: max(min(20px, 2vw), 16px);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--aw-accent);
}

.banneritem img {
  max-width: 100%;
  height: auto;
}
.tur-banners {
  margin: max(min(133px, 10vw), 35px) 0;
  counter-reset: tur-counter;
}
.tur-banners__header {
  margin-bottom: max(min(100px, 8vw), 30px);
}
.tur-banners__title {
  font-size: max(min(36px, 3.5vw), 17px);
  font-weight: bold;
  letter-spacing: -0.04em;
  color: var(--aw-accent);
  margin: 0 0 max(min(50px, 4.5vw), 25px);
}
.tur-banners__text {
  font-size: max(min(28px, 2vw), 18px);
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: -0.025em;
  text-align: left;
  margin: 0;
}
.tur-banners__item {
  counter-increment: tur-counter;
}
.tur-banners__item:not(:last-child) {
  margin-bottom: max(min(90px, 6vw), 30px);
}
.tur-banners__item-header {
  display: flex;
  margin-bottom: max(min(50px, 3.5vw), 25px);
}
.tur-banners__item-num {
  margin-right: max(min(48px, 5vw), 25px);
  min-width: 91px;
  width: 91px;
  height: 121px;
  position: relative;
  background: url("/images/theme/e.png") no-repeat top/contain;
}
.tur-banners__item-num::after {
  content: counter(tur-counter);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 22px;
  transform: translate(-50%);
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--aw-accent);
}
.tur-banners__item-text {
  font-size: max(min(16px, 1.5vw), 14px);
  font-weight: 300;
  line-height: 1.25;
}
.tur-banners__item-text p {
  font-size: max(min(16px, 1.5vw), 14px);
  font-weight: 300;
  line-height: 1.25;
}
.tur-banners__item-title {
  font-size: max(min(26px, 2.5vw), 22px);
  font-weight: bold;
  letter-spacing: -0.03em;
  color: var(--aw-accent);
  margin-bottom: max(min(19px, 2vw), 14px);
}
.tur-banners__item-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5/1;
  border-radius: 16px;
  max-height: 648px;
}
.dj-megamenu-override {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  height: auto;
  position: relative;
  z-index: 500;
  font-family: var(--aw-font-family);
  width: auto;
  background: var(--aw-up-bg);
}

.dj-megamenu-override:after {
  content: "";
  clear: both;
  display: table;
}

.dj-megamenu-override li.dj-up {
  position: relative;
  display: block;
  float: left;
  padding: 0 !important;
  margin: 0 !important;
}

.dj-megamenu-override li a.dj-up_a {
  display: block;
  float: left;
  font-size: var(--aw-up-font-size);
  font-weight: var(--aw-up-font-weight);
  text-decoration: none;
  padding: 0 var(--aw-row-gap);
  cursor: pointer;
  background: transparent;
  color: var(--aw-up-color);
  transition: all 0.2s ease-out;
}

.dj-megamenu-override li.first a.dj-up_a {
  border-left: 0;
}

.dj-megamenu-override li:last-child a.dj-up_a {
  border-right: 0;
}

.dj-megamenu-override li a.dj-up_a > span {
  float: left;
  display: block;
  padding: 0;
  height: var(--aw-menu-height);
  line-height: var(--aw-menu-height);
  background: transparent;
}

.dj-megamenu-override li a.dj-up_a span.html-before,
.dj-megamenu-override li a.dj-up_a span.html-after {
  display: flex;
  align-items: center;
}

.dj-megamenu-override li a.dj-up_a span.html-before {
  margin-right: 10px;
}

.dj-megamenu-override li a.dj-up_a span.html-after {
  margin-left: 10px;
}

.dj-megamenu-override li a.dj-up_a.withsubtitle > span {
  line-height: 48px;
}

.dj-megamenu-override li a.dj-up_a span.dj-drop {
  padding: 0 20px 0 0;
}

.dj-megamenu-override li a.dj-up_a .arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
  transition: all 0.2s ease-out;
}

.dj-megamenu-override li:hover a.dj-up_a .arrow,
.dj-megamenu-override li.hover a.dj-up_a .arrow,
.dj-megamenu-override li.active a.dj-up_a .arrow {
  top: calc(50% + 2px);
}

.dj-megamenu-override.dj-fa-no li a.dj-up_a .arrow:before {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  top: -2px;
}

.dj-megamenu-override.dj-fa-0 li a.dj-up_a .arrow:before,
.dj-megamenu-override.dj-fa-1 li a.dj-up_a .arrow:before,
.dj-megamenu-override.dj-fa-5 li a.dj-up_a .arrow:before {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 12px/1 "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dj-megamenu-override.dj-fa-5 li a.dj-up_a .arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.dj-megamenu-override li a.dj-up_a small.subtitle {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: #999999;
  margin-top: -12px;
}

.dj-megamenu-override li:hover a.dj-up_a,
.dj-megamenu-override li.hover a.dj-up_a,
.dj-megamenu-override li.active a.dj-up_a {
  color: var(--aw-accent);
}

.dj-megamenu-override li:hover a.dj-up_a small.subtitle,
.dj-megamenu-override li.hover a.dj-up_a small.subtitle,
.dj-megamenu-override li.active a.dj-up_a small.subtitle {
  color: #a4c4f5;
}

.dj-megamenu-override li.separator > a {
  cursor: default;
}

.dj-megamenu-override li a.dj-up_a span span.image-title {
  background: none;
  padding: 0;
  margin: 0 0 0 15px;
  display: inline-block;
  float: none;
  height: auto;
}

.dj-megamenu-override li a.dj-up_a img {
  border: 0;
  margin: 0;
  max-height: 32px;
  vertical-align: middle;
}

.dj-megamenu-override li.logo a.dj-up_a img {
  max-height: var(--aw-menu-height);
}

.dj-megamenu-override li a.dj-up_a.withsubtitle img {
  margin-top: -24px;
}

/* Default list styling */
.dj-megamenu-override li:hover,
.dj-megamenu-override li.hover {
  position: relative;
  z-index: 200;
}

/* Hide submenus */
.dj-megamenu-override li div.dj-subwrap,
.dj-megamenu-override li:hover div.dj-subwrap li div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap li div.dj-subwrap {
  position: absolute;
  left: -9999px;
  top: -9999px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Show first level submenu */
.dj-megamenu-override li div.dj-subwrap .dj-subwrap-in:after {
  content: "";
  display: table;
  clear: both;
}

.dj-megamenu-override li:hover div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap {
  left: 0;
  top: 100%;
  background: var(--aw-first-submenu-bg);
  height: auto;
  z-index: 300;
}

/* Show higher level submenus */
.dj-megamenu-override li:hover div.dj-subwrap li:hover > div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap li.hover > div.dj-subwrap {
  left: 100%;
  top: 0;
  margin: 0 0 0 10px;
  background: var(--aw-higher-submenu-bg);
  height: auto;
  z-index: 400;
}

/* Submenu elements styles - drop down */
.dj-megamenu-override li div.dj-subcol {
  float: left;
}

.dj-megamenu-override li ul.dj-submenu {
  padding: 0px;
  margin: 0 10px;
  height: auto;
  width: auto;
}

.dj-megamenu-override li ul.dj-submenu > li {
  list-style: none outside;
  display: block;
  height: auto;
  position: relative;
  width: auto;
}

.dj-megamenu-override li ul.dj-submenu > li.first {
  border: 0;
}

.dj-megamenu-override li ul.dj-submenu > li > a {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  color: var(--aw-submenu-color);
  background: transparent;
  text-decoration: none;
  padding: var(--aw-submenu-padding);
  margin: 0 -10px;
  transition: all 0.2s ease-out;
  position: relative;
}

.dj-megamenu-override li ul.dj-submenu > li > a .dj-icon {
  float: left;
  border: 0;
  margin: 0 15px 8px 0;
  vertical-align: middle;
  max-height: 16px;
}

.dj-megamenu-override li ul.dj-submenu > li > a small.subtitle {
  color: #666;
  display: block;
  font-size: 10px;
  line-height: 1;
}

.dj-megamenu-override li ul.dj-submenu > li > a:hover,
.dj-megamenu-override li ul.dj-submenu > li > a.active,
.dj-megamenu-override li ul.dj-submenu > li.hover:not(.subtree) > a {
  background: var(--aw-first-submenu-bg-hover);
  color: #fff;
}

.dj-megamenu-override li ul.dj-submenu > li > a:hover small.subtitle,
.dj-megamenu-override li ul.dj-submenu > li > a.active small.subtitle,
.dj-megamenu-override li ul.dj-submenu > li.hover:not(.subtree) > a small.subtitle {
  color: #a4c4f5;
}

.dj-megamenu-override li ul.dj-submenu > li.parent > a .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
  transition: all 0.2s ease-out;
}

.dj-megamenu-override li ul.dj-submenu > li.parent:not(.subtree) > a:hover .arrow {
  right: 8px;
}

.dj-megamenu-override.dj-fa-no li ul.dj-submenu > li.parent > a .arrow:before {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  top: -2px;
}

.dj-megamenu-override.dj-fa-1 li ul.dj-submenu > li.parent > a .arrow:before,
.dj-megamenu-override.dj-fa-5 li ul.dj-submenu > li.parent > a .arrow:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 12px/1 "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dj-megamenu-override.dj-fa-5 li ul.dj-submenu > li.parent > a .arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* Submenu elements styles - tree */
.dj-megamenu-override li ul.dj-subtree {
  list-style: none outside;
  padding: 0 !important;
  margin: 5px 0 5px 25px !important;
}

.dj-megamenu-override li ul.dj-subtree > li {
  list-style: square outside;
  padding: 0;
  margin: 0;
  color: #666;
}

.dj-megamenu-override li ul.dj-subtree > li > a {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 13px;
  color: var(--aw-submenu-color);
  text-decoration: none;
  padding: 5px 0;
}

.dj-megamenu-override li ul.dj-subtree > li > a:hover {
  background: transparent;
  color: #fff;
}

.dj-megamenu-override li ul.dj-subtree > li.active > a {
  text-decoration: underline;
}

.dj-megamenu-override li ul.dj-subtree > li > a small.subtitle {
  color: #666;
  display: block;
  font-size: 0.9em;
  line-height: 1;
}

/* modules loaded into menu */
.dj-megamenu-override .modules-wrap {
  padding: 0px 10px;
  color: #d2d2d2;
}

.dj-megamenu-override .modules-wrap p {
  display: block !important;
  padding: 0 !important;
}

/* sticky menu */
.dj-megamenu-override.dj-megamenu-fixed {
  position: fixed;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.dj-megamenu-override.dj-megamenu-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.dj-megamenu-override .dj-stickylogo {
  position: absolute;
  z-index: 550;
}

.dj-megamenu-override .dj-stickylogo img {
  max-height: 100%;
  width: auto;
}

.dj-megamenu-override .dj-stickylogo.dj-align-center {
  position: static;
  text-align: center;
  margin: 10px 0;
}

.dj-megamenu-override .dj-stickylogo.dj-align-left {
  left: 20px;
  max-height: 50px;
  margin: 5px 0;
}

.dj-megamenu-override .dj-stickylogo.dj-align-right {
  right: 20px;
  max-height: 50px;
  margin: 5px 0;
}

/* full width submenu */
.dj-megamenu-override li.dj-up.fullsub {
  position: static !important;
}

.dj-megamenu-override li.dj-up.fullsub a.dj-up_a {
  position: relative;
}

.dj-megamenu-override li.dj-up.fullwidth > .dj-subwrap {
  width: 100vw;
}

.dj-megamenu-override li.dj-up.fullwidth > .dj-subwrap > .dj-subwrap-in {
  padding: 30px;
  box-sizing: border-box;
}

.dj-megamenu-override .djsubrow_separator {
  clear: both;
  border-bottom: 1px solid #3a3a3a;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

/* vertical menu orientation */
.dj-megamenu-override.verticalMenu {
  height: auto;
  max-width: 360px;
  z-index: 400;
}

.dj-megamenu-override.verticalMenu li.dj-up {
  float: none;
}

.dj-megamenu-override.verticalMenu li a.dj-up_a {
  float: none;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #555;
}

.dj-megamenu-override.verticalMenu li.first a.dj-up_a {
  border-top: 0;
}

.dj-megamenu-override.verticalMenu li:last-child a.dj-up_a {
  border-bottom: 0;
}

.dj-megamenu-override.verticalMenu li a.dj-up_a small.subtitle {
  margin-top: 0;
}

.dj-megamenu-override.verticalMenu li a.dj-up_a > span {
  display: flex;
  align-items: center;
}

.dj-megamenu-override.verticalMenu li a.dj-up_a span {
  float: none;
  height: auto;
  line-height: 20px;
}

.dj-megamenu-override.verticalMenu li a.dj-up_a span span.image-title {
  padding: 0 15px;
  margin: 0;
}

.dj-megamenu-override.verticalMenu li a.dj-up_a img,
.dj-megamenu-override.verticalMenu li ul.dj-submenu > li > a .dj-icon {
  max-height: 100%;
  max-width: 32px;
}

.dj-megamenu-override.dj-fa-no.verticalMenu li a.dj-up_a .arrow:before {
  transform: rotate(-45deg);
}

.dj-megamenu-override.dj-fa-0.verticalMenu li a.dj-up_a .arrow:before,
.dj-megamenu-override.dj-fa-1.verticalMenu li a.dj-up_a .arrow:before,
.dj-megamenu-override.dj-fa-5.verticalMenu li a.dj-up_a .arrow:before {
  content: "\f105";
}

.dj-megamenu-override.verticalMenu li:hover div.dj-subwrap,
.dj-megamenu-override.verticalMenu li.hover div.dj-subwrap,
.dj-megamenu-override.verticalMenu li:hover div.dj-subwrap.open-right,
.dj-megamenu-override.verticalMenu li.hover div.dj-subwrap.open-right {
  right: auto !important;
  left: 100% !important;
  top: 0;
}

.dj-megamenu-override.verticalMenu li:hover div.dj-subwrap.open-left,
.dj-megamenu-override.verticalMenu li.hover div.dj-subwrap.open-left {
  left: auto !important;
  right: 100% !important;
}

/*** overlay ***/
body.dj-megamenu-overlay {
  position: relative;
}

body.dj-megamenu-overlay ul.dj-megamenu {
  z-index: 1001;
  position: relative;
}

body.dj-megamenu-overlay .dj-megamenu-sticky {
  z-index: 1000;
}

body .dj-megamenu-overlay-box {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  pointer-events: none;
  display: none;
}

/* badge */
.dj-megamenu-override li a.dj-up_a span.dj-badge,
.dj-megamenu-override li ul > li > a span.dj-badge {
  float: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  height: auto;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  margin-left: 10px;
}

/* show focus on keyboard navigation only */
.dj-megamenu-override.dj-megamenu-wcag *:focus,
.dj-megamenu-override.dj-megamenu-wcag *:focus-visible { /* modern browsers */
  outline: 2px solid currentColor;
  outline-offset: -2px;
}

.dj-megamenu-override.dj-megamenu-wcag *:focus:not(:focus-visible) { /* remove visible focus for modern */
  outline: none;
}

/* animations */
.dj-megamenu-override .dj-subwrap {
  animation-duration: 400ms;
  animation-delay: 50ms;
  animation-fill-mode: both;
}

.dj-megamenu-override.fast .dj-subwrap {
  animation-duration: 200ms;
}

.dj-megamenu-override.slow .dj-subwrap {
  animation-duration: 600ms;
}

/* hide submenu */
.dj-megamenu-override li div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap li div.dj-subwrap,
.dj-megamenu-override:not(.dj-megamenu-js) li:hover div.dj-subwrap li div.dj-subwrap {
  display: none;
}

/* show submenu */
.dj-megamenu-override li.hover div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap li.hover > div.dj-subwrap,
.dj-megamenu-override:not(.dj-megamenu-js) li:hover div.dj-subwrap,
.dj-megamenu-override:not(.dj-megamenu-js) li:hover div.dj-subwrap li:hover > div.dj-subwrap {
  display: block;
}

/* mobile menu open buttons */
.dj-megamenu-select-override .dj-mobile-open-btn,
.dj-megamenu-offcanvas-override .dj-mobile-open-btn,
.dj-megamenu-accordion-override .dj-mobile-open-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  padding: 0;
  width: 40px;
  height: 40px;
  background: transparent !important;
  color: var(--aw-accent);
  border: none;
  text-align: center;
  border-radius: 3px;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  text-decoration: none;
}

.dj-mobile-open-btn .dj-mobile-open-icon {
  position: relative;
}

.dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon {
  display: block;
  width: 35px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: var(--aw-accent) !important;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon:before,
.dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 35px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: var(--aw-accent) !important;
}

.dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon:before {
  top: -10px;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon:after {
  bottom: -10px;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.dj-mobile-open-btn.dj-fa-no.active .dj-mobile-open-icon {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.dj-mobile-open-btn.dj-fa-no.active .dj-mobile-open-icon:before,
.dj-mobile-open-btn.dj-fa-no.active .dj-mobile-open-icon:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.dj-mobile-open-btn.dj-fa-no.active .dj-mobile-open-icon:after,
.dj-mobile-open-btn.dj-fa-no.active .dj-mobile-open-icon:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.dj-mobile-open-btn.dj-fa-0 .dj-mobile-open-icon:before,
.dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon:before,
.dj-mobile-open-btn.dj-fa-5 .dj-mobile-open-icon:before {
  content: "\f0c9";
  display: inline-block;
  font: normal normal normal 28px/1 "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.dj-mobile-open-btn.dj-fa-5 .dj-mobile-open-icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.dj-mobile-open-btn span + span {
  margin-left: 10px;
}

.dj-mobile-open-btn.active .dj-mobile-open-icon,
.dj-megamenu-select-override .dj-mobile-open-btn:focus,
.dj-megamenu-select-override:hover .dj-mobile-open-btn,
.dj-megamenu-offcanvas-override .dj-mobile-open-btn:hover,
.dj-megamenu-offcanvas-override .dj-mobile-open-btn:focus,
.dj-megamenu-accordion-override .dj-mobile-open-btn:hover,
.dj-megamenu-accordion-override .dj-mobile-open-btn:focus {
  background: #434343;
  color: #e4e4e4;
}

.dj-mobile-open-btn.active.dj-fa-no .dj-mobile-open-icon,
.dj-mobile-open-btn.active.dj-fa-no .dj-mobile-open-icon:before,
.dj-mobile-open-btn.active.dj-fa-no .dj-mobile-open-icon:after,
.dj-mobile-open-btn.dj-fa-no:hover .dj-mobile-open-icon,
.dj-mobile-open-btn.dj-fa-no:focus .dj-mobile-open-icon,
.dj-mobile-open-btn.dj-fa-no:hover .dj-mobile-open-icon:before,
.dj-mobile-open-btn.dj-fa-no:hover .dj-mobile-open-icon:after,
.dj-mobile-open-btn.dj-fa-no:focus .dj-mobile-open-icon:before,
.dj-mobile-open-btn.dj-fa-no:focus .dj-mobile-open-icon:after {
  background-color: #e4e4e4;
}

/* select menu general styles */
.dj-megamenu-select-override.select-input select {
  margin: 10px;
  padding: 5px;
  max-width: 95%;
  height: auto;
  font-size: 1.5em;
  color: #434343;
}

.dj-megamenu-select-override.select-input .dj-mobile-open-btn {
  display: none !important;
}

.dj-megamenu-select-override.select-button {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: auto;
  overflow: hidden;
}

.dj-megamenu-select-override.select-button select {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  height: 48px;
  width: auto;
  max-width: 9999px;
  outline: none;
  text-indent: 9999px;
  font-size: 1.5em;
  color: #434343;
  box-shadow: none;
}

/* offcanvas menu general styles */
.dj-offcanvas-override {
  background: #FFFDF0;
  color: #444444;
}

.dj-offcanvas-override .dj-offcanvas-top {
  background: #FFFDF0;
  text-align: right;
}

.dj-offcanvas-override .dj-offcanvas-close-btn {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  background: none;
  border: none;
  color: #444444;
  cursor: pointer;
  padding: 10px 12px;
}

.dj-fa-no .dj-offcanvas-close-btn .dj-offcanvas-close-icon {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
}

.dj-fa-no .dj-offcanvas-close-btn .dj-offcanvas-close-icon:before,
.dj-fa-no .dj-offcanvas-close-btn .dj-offcanvas-close-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
  background: #434343;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: top left;
}

.dj-fa-no .dj-offcanvas-close-btn .dj-offcanvas-close-icon:after {
  transform: rotate(-45deg) translate(-50%, -50%);
}

.dj-fa-0 .dj-offcanvas-close-btn .dj-offcanvas-close-icon:before,
.dj-fa-1 .dj-offcanvas-close-btn .dj-offcanvas-close-icon:before,
.dj-fa-5 .dj-offcanvas-close-btn .dj-offcanvas-close-icon:before {
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 14px/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dj-fa-5 .dj-offcanvas-close-btn .dj-offcanvas-close-icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.dj-offcanvas-override .dj-offcanvas-logo {
  padding: 15px;
  text-align: center;
}

.dj-offcanvas-override .dj-offcanvas-logo img {
  max-width: 100%;
}

.dj-offcanvas-override .dj-offcanvas-content {
  padding: 0 15px 15px;
}

.dj-offcanvas-modules {
  padding: 15px;
}

/* accordion menu general styles */
.dj-megamenu-accordion-override {
  position: relative;
  text-align: center;
}

.dj-megamenu-accordion-override.dj-align-left {
  text-align: left;
}

.dj-megamenu-accordion-override.dj-align-right {
  text-align: right;
}

.dj-pos-absolute .dj-accordion-override {
  position: absolute;
  top: 42px;
  z-index: 999;
}

.dj-pos-absolute.dj-align-left .dj-accordion-override {
  left: 0;
}

.dj-pos-absolute.dj-align-right .dj-accordion-override {
  right: 0;
}

.dj-pos-absolute.dj-align-center .dj-accordion-override {
  left: 50%;
  margin-left: -150px;
}

.dj-pos-absolute .dj-accordion-override .dj-accordion-in {
  width: 300px;
}

.dj-accordion-override .dj-accordion-in {
  display: none;
  margin: 10px 0;
  padding: 0 15px;
  background: #f2f2f2;
  color: #444444;
  box-sizing: border-box;
}

/* offcanvas and accordion menu */
ul.dj-mobile-override {
  margin: 0 -15px;
  padding: 0;
  text-align: left;
}

ul.dj-mobile-override li.dj-mobileitem {
  list-style: none outside;
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
}

ul.dj-mobile-override li.dj-mobileitem > a {
  display: block;
  font-size: 20px;
  line-height: 1;
  background: transparent;
  color: #000;
  text-decoration: none;
  padding: 20px 25px;
  cursor: pointer;
  border-top: 1px solid #e4e4e4;
  transition: background-color 0.2s ease-out;
}

ul.dj-mobile-override li.dj-mobileitem:hover > a,
ul.dj-mobile-override li.dj-mobileitem.active > a {
  color: var(--aw-accent);
}

ul.dj-mobile-override li.dj-mobileitem > a span.name + span {
  margin-left: 10px;
}

ul.dj-mobile-override li.dj-mobileitem > a .subtitle {
  display: block;
  font-size: 0.85em;
  line-height: 1;
  color: #aaa;
  margin-top: 3px;
}

ul.dj-mobile-override li.dj-mobileitem > a span.dj-badge {
  float: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  height: auto;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

ul.dj-mobile-override li.dj-mobileitem > a img,
ul.dj-mobile-override li.dj-mobileitem > a i {
  vertical-align: middle;
  margin: 0 10px 0 0;
}

ul.dj-mobile-override li.dj-mobileitem > a.withsubtitle img,
ul.dj-mobile-override li.dj-mobileitem > a.withsubtitle i {
  float: left;
}

ul.dj-mobile-override li.dj-mobileitem > a span.image-title {
  margin: 0 0 0 10px;
}

ul.dj-mobile-override li.dj-mobileitem.parent > a {
  position: relative;
  padding-right: 35px;
}

ul.dj-mobile-override li.dj-mobileitem.parent > a span.toggler {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 60px;
  height: 100%;
  line-height: 1;
  background-color: #ccc;
}

.dj-fa-no ul.dj-mobile-override li.dj-mobileitem.parent > a span.toggler:before,
.dj-fa-no ul.dj-mobile-override li.dj-mobileitem.parent > a span.toggler:after {
  position: absolute;
  content: "";
  display: block;
  background: #434343;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dj-fa-no ul.dj-mobile-override li.dj-mobileitem.parent > a span.toggler:before {
  width: 10px;
  height: 2px;
}

.dj-fa-no ul.dj-mobile-override li.dj-mobileitem.parent > a span.toggler:after {
  width: 2px;
  height: 10px;
}

.dj-fa-0 ul.dj-mobile-override li.dj-mobileitem.parent > a span.toggler:before,
.dj-fa-1 ul.dj-mobile-override li.dj-mobileitem.parent > a span.toggler:before,
.dj-fa-5 ul.dj-mobile-override li.dj-mobileitem.parent > a span.toggler:before {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 12px/1 "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.2s;
  font-size: 16px;
}

.dj-fa-no ul.dj-mobile-override li.dj-mobileitem.parent.active > a span.toggler:after {
  display: none;
}

.dj-fa-0 ul.dj-mobile-override li.dj-mobileitem.parent.active > a span.toggler:before,
.dj-fa-1 ul.dj-mobile-override li.dj-mobileitem.parent.active > a span.toggler:before,
.dj-fa-5 ul.dj-mobile-override li.dj-mobileitem.parent.active > a span.toggler:before {
  content: "\f0da";
  transform: rotate(90deg);
}

.dj-fa-5 ul.dj-mobile-override li.dj-mobileitem.parent > a span.toggler:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

ul.dj-mobile-override li.dj-mobileitem > ul {
  display: none;
  margin: 0;
  padding: 0;
}

/* 2nd level */
ul.dj-mobile-override ul li.dj-mobileitem > a {
  color: #898989;
  background: #ebebeb;
  border-top: 1px solid #f2f2f2;
  padding-left: 30px;
}

ul.dj-mobile-override ul li.dj-mobileitem:hover > a,
ul.dj-mobile-override ul li.dj-mobileitem.active > a {
  color: #444444;
  background: #e6e6e6;
}

/* 3rd level */
ul.dj-mobile-override ul ul li.dj-mobileitem > a {
  background: #e6e6e6;
  border-top: 1px solid #eeeeee;
  padding-left: 45px;
}

ul.dj-mobile-override ul ul li.dj-mobileitem:hover > a,
ul.dj-mobile-override ul ul li.dj-mobileitem.active > a {
  background: #e1e1e1;
}

/* 4th level */
ul.dj-mobile-override ul ul ul li.dj-mobileitem > a {
  background: #e1e1e1;
  border-top: 1px solid #e6e6e6;
  padding-left: 60px;
}

ul.dj-mobile-override ul ul ul li.dj-mobileitem:hover > a,
ul.dj-mobile-override ul ul ul li.dj-mobileitem.active > a {
  background: #dbdbdb;
}

/* 5th level */
ul.dj-mobile-override ul ul ul ul li.dj-mobileitem > a {
  background: #dbdbdb;
}

/* mobile modules */
ul.dj-mobile-override .modules-wrap {
  padding: 5px 15px;
}

.container-main {
  padding-top: 30px;
}

.com-content-article__body p {
  text-align: justify;
}
/*==========  Desktop First  ==========*/
/*==========  Mobile First  ==========*/
@media (width >= 992) {
  .tur-advantages__title {
    margin: 65px 0 0;
  }
}
@media (width >= 768px) {
  .footer-info__row > div:first-child {
    align-items: flex-start;
    text-align: left;
  }
  .footer-info__row > div:last-child {
    align-items: flex-end;
    text-align: right;
  }
  .section-tur-slider > .splide__track > .splide__list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: max(min(18px, 1.5vw), 12px);
  }
  .section-tur-slider > .splide__track > .splide__list .splide__slide {
    width: 100% !important;
  }
  .with-us__item {
    max-width: 460px;
    flex: 0 0 calc(50% - 50px);
  }
  .with-us__item:nth-child(even) {
    margin-top: max(min(80px, 8vw), 60px);
  }
}
@media (width >= 992.98px) {
  .advantages .advantages-item:nth-child(2), .advantages .advantages-item:nth-child(5) {
    margin-top: var(--step);
  }
  .advantages .advantages-item:nth-child(3), .advantages .advantages-item:nth-child(6) {
    margin-top: calc(var(--step) * 2);
  }
}
@media (min-width: 1200px) {
  .hikashop_cart_product_image_thumb {
    padding-left: max(min(35px, 4vw), 0px);
  }
}
@media (width >= 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
  .h2,
  h2 {
    font-size: 2rem;
  }
  .h3,
  h3 {
    font-size: 1.75rem;
  }
  .h4,
  h4 {
    font-size: 1.5rem;
  }
  .section-tur-slider > .splide__track > .splide__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width >= 1400px) {
  .with-us__item:first-child {
    position: relative;
  }
  .with-us__item:first-child::after {
    content: "";
    display: block;
    width: 221px;
    height: 488px;
    position: absolute;
    left: 276px;
    top: 103px;
    background: url("/images/theme/map (1).png") no-repeat center;
  }
}
@media (width >= 1550px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: calc(var(--container-width) + var(--bs-gutter-x));
  }
}
@media (width <= 1600.98px) {
  .with-us {
    --bg-width: 30vw;
  }
}
@media (width <= 1399.98px) {
  .header-contacts__address {
    display: none;
  }
  .hikashop_product_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .hikashop_product_caption {
    position: static;
  }
  .count-tur {
    top: 20px;
    width: 122px;
    height: 38px;
    padding: 5px 10px 5px 28px;
    font-size: 18px;
  }
  .count-tur .flag img {
    width: 24px;
    height: auto;
  }
  .hikashop_product_name {
    padding-right: 0;
  }
  .with-us {
    --bg-width: 25vw;
    background-position: top 50px right;
  }
  .hikashop_product_info_main {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (width <= 1199.98px) {
  .tur-advantages {
    flex-direction: column;
  }
  .tur-advantages__grid {
    padding-right: 0;
  }
}
@media (width <= 991.98px) {
  body.itemid-101 .header {
    padding: 5px 0;
    background-color: #000;
  }
  .header__logo img {
    max-width: 80px;
    height: auto;
  }
  .header__block {
    display: flex;
    align-items: center;
  }
  .header-contacts__modal {
    display: none;
  }
  .header-contacts__phones {
    margin-right: 12px;
  }
  .hikashop_checkout_cart .table thead {
    display: none;
  }
  .hikashop_checkout_cart .table > tbody > tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
  }
  .hikashop_checkout_cart .table > tbody > tr > td {
    border: unset;
    padding: 0 15px 15px;
    text-align: center;
  }
  .hikashop_cart_product_image_thumb {
    padding-top: 15px;
  }
  .hikashop_cart_product_total_value::before,
  .hikashop_cart_product_price_value::before {
    content: attr(data-title);
    display: block;
    width: 100%;
    height: 15px;
    text-align: center;
    margin-bottom: 8px;
  }
  .hikashop_checkout_cart .table > tbody > tr > td.hikashop_cart_product_total_value {
    padding-right: 15px;
  }
  .hikashop_checkout_page {
    flex-direction: column;
  }
  .hikashop_checkout_page > .hikashop_checkout_buttons {
    flex: auto;
    width: 100%;
  }
  .advantages__grid {
    --items-row: 2;
  }
  .advantages__grid::before {
    display: none;
  }
  .advantages .advantages-item:nth-child(even) {
    margin-top: var(--step);
  }
  .we-socials__wrapper {
    align-items: center;
  }
  .we-socials__info {
    padding-top: 0;
  }
  .container-search {
    width: 100%;
  }
  .container-search .awesomplete {
    width: 100%;
  }
}
@media (width <= 767.98px) {
  .footer {
    background-position: center;
    box-shadow: inset 0 0 0 9999px rgba(2, 2, 2, 0.5);
  }
  .footer-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-info__menu .mod-menu {
    justify-content: center;
  }
  .footer-info__row {
    flex-direction: column;
  }
  .footer-info__contacts {
    flex-direction: column-reverse;
  }
  .footer-info__logo {
    order: -1;
  }
  .footer-info__contacts {
    justify-content: center;
  }
  .footer-info__row div.footer-info__politic,
  .footer-info__row div.footer-info__company {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    align-items: flex-start;
  }
  .footer-info__row div.footer-info__politic {
    order: 3;
  }
  .footer-info__socials {
    order: -1;
    padding-bottom: 20px;
  }
  .mod-aw-copyright {
    justify-content: center;
  }
  .hikashop_checkout_cart_total-wrapper {
    flex-direction: column;
  }
  .hikashop_cart_empty_footer {
    display: none;
  }
  .hikashop_checkout_cart_total_table > tbody > tr {
    display: flex;
  }
  .hikashop_checkout_page > .hikashop_checkout_buttons .buttons_right {
    text-align: left;
  }
  .moduletable.turs .container {
    max-width: 100%;
  }
  .com_hikashop.view-category .container-component,
  .moduletable.turs .container {
    padding-right: 0;
  }
  .with-us__item {
    margin-bottom: 60px;
  }
  .with-us {
    padding-bottom: 350px;
    margin-bottom: 60px;
    --bg-width: max(min(340px, 95vw), 150px);
    background-position: bottom right;
  }
  .form-banner {
    padding-bottom: 340px;
    background-size: max(min(450px, 80vw), 390px);
  }
  .we-socials__wrapper {
    flex-direction: column;
    padding: 0 15px;
  }
  .we-socials__image img {
    max-height: 330px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .we-socials__info {
    max-width: 100%;
  }
  .hk-row-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
  .header-ico:first-child {
    margin-top: 0;
  }
  .hikashop_product_price {
    font-size: 34px;
  }
}
@media (width <= 575.98px) {
  .hikashop_checkout_cart .hikashop_cart_product_quantity_delete {
    top: 10px;
    right: 10px;
  }
  .hikashop_checkout_cart .hikashop_cart_product_quantity_delete a {
    width: 25px;
    height: 25px;
    background-size: 60%;
  }
  .hikashop_checkout_guest-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .hikashop_checkout_guest-wrapper .btn {
    margin: 15px auto 0;
  }
  .advantages__grid {
    --items-row: 1;
    gap: 50px;
  }
  .advantages .advantages-item {
    --step: 0;
    max-width: 100%;
  }
  .advantages__title {
    margin-bottom: 150px;
  }
  .advantages::before {
    background-position: center right;
    height: 360px;
    width: 80vw;
  }
  .advantages {
    padding-left: 15px;
    padding-right: 15px;
  }
  .with-us {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-banner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-banner__contacts {
    flex-direction: column;
  }
  .form-banner__inputs .formContainer .col-md-12 {
    display: flex;
    flex-direction: column;
  }
  .form-banner__inputs .rsform-block-agree1 {
    max-width: 300px;
    margin: 0 auto !important;
  }
  .tur-banner .mod-menu {
    max-width: 320px;
    margin: 0 auto 35px;
  }
  .tur-banner .mod-menu .nav-item > a {
    --size-item: 75px;
    gap: 5px;
    font-size: 14px;
  }
  .tur-banner .mod-menu .nav-item > a::before {
    background-size: contain;
  }
  .tur-advantages__grid {
    gap: 10px;
  }
  .tur-advantages__item .ico {
    --size: 72px;
    padding: 14px;
    margin-left: auto;
    margin-right: auto;
  }
  .tur-advantages__item .ico img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }
  .tur-advantages__item .title {
    font-size: 12px;
  }
}
@media (width <= 480.98px) {
  .hikashop_checkout_page > .hikashop_checkout_coupon .hikabtn_checkout_coupon_add {
    width: auto;
    padding: 10px 15px;
  }
  .car-park {
    padding-top: 50px;
  }
  .car-park > .container {
    padding-right: 0;
  }
  .showtime-gallery .slick-list {
    padding: 0 !important;
  }
  .form-banner {
    padding-bottom: 315px;
  }
  .info-item-accent {
    font-size: 20px;
    gap: 8px;
    padding: 5px 18px;
    min-height: 48px;
  }
  .tur-banners__item-num {
    min-width: 58px;
    width: 58px;
    height: 100px;
  }
  .tur-banners__item-num::after {
    top: 14px;
    width: 30px;
    height: 30px;
    font-size: 22px;
  }
}
@media (width <= 420.98px) {
  .advantages::after {
    width: 55vw;
  }
}
@media (width <= 380.98px) {
  .advantages {
    padding-bottom: 180px;
  }
  .tur-advantages__item .ico {
    padding: 8px;
    --size: 55px;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
}
/*# sourceMappingURL=template.css.map */
