@charset "UTF-8";

@font-face {
  font-family: "Cormorant Infant";
  src: url("../fonts/Cormorant_Infant/static/CormorantInfant-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/static/Manrope-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@supports (font-variation-settings: normal) {
  @font-face {
    font-family: "Cormorant Infant";
    src: url("../fonts/Cormorant_Infant/CormorantInfant-VariableFont_wght.ttf");
    font-weight: 100 900;
  }

  @font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope/Manrope-VariableFont_wght.ttf");
    font-weight: 100 900;
  }
}

/* USER VARIABLES SECTION */
:root {
  --aw-accent: #0677e1;
  --aw-accent-rgb: 6, 119, 225;
  --aw-accent-a: #085dac;
  --aw-accent-a-hover: #085dac;
  --aw-accent-a-rgb: 6, 119, 225;
  --aw-second: #2660A4;
  --aw-second-a: #405A79;
  --aw-third: #EDF7F6;
  --aw-third-a: #F0F5F4;
  --aw-fourth: #4DAA57;
  --aw-fourth-a: #6B956F;
  --aw-fifth: #0F0F0F;
  --aw-fifth-a: #0F0F0E;
  --color-page: #FFFBF2;
  --aw-white: #fff;
  --aw-heading-color: #757575;
  --aw-text-color: #757575;
  --aw-footercolor: #b2b2b2;
  --aw--body-font-size: 1rem;
  --aw-body-line-height: 1.5;
  --aw-font-family: "Manrope", sans-serif;
  --aw-font-accent: "Cormorant Infant", sans-serif;
  --aw-border-radius: .375rem;
  --aw-form-border-radius: 5px;
  --aw-grid-gutter: 20px;
  --aw-breadcrumb-font-size: 14px;
  --container-width: 1760px;
  --container-width-small: 1420px;
}

/* Override Bootstrap */
:root .container,
:root .container-lg,
:root .container-md,
:root .container-sm,
:root .container-xl,
:root .container-xxl {
  max-width: calc(var(--container-width) + var(--bs-gutter-x));
}

.container-small {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  max-width: calc(var(--container-width-small) + var(--bs-gutter-x));
  margin-left: auto;
  margin-right: auto;
}

/* Global */
:root {
  --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;
}

#kontakty {
  scroll-margin-top: max(min(200px, 10vw), 100px);
}

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: var(--color-page);
}

body:not(.itemid-101) .site-container {
  margin-bottom: max(min(100px, 8vw), 35px);
}

::-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: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: max(min(44px, 3.45vw), 30px);
  margin-bottom: 0.8em;
}

.font-accent {
  font-family: var(--aw-font-accent);
  font-style: italic;
}

.showtime-image picture {
  width: 100%;
}

:root .showtime-default .showtime-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: unset;
  border: unset;
  outline: unset;
}

:root .showtime-default .showtime-image a {
  width: 100%;
}

.com-content-category-blog__items {
  display: grid;
  --cols: 5;
  grid-template-columns: repeat(var(--cols), 1fr);
  gap: 15px;
}

.com-content-category-blog__items h2 {
  padding: 0;
  margin: 0;
  font-size: max(min(22px, 2vw), 16px);
}

.com-content-category-blog__items h2 a {
  text-decoration: none;
}

.com-content-category-blog__items .blog-item img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1.57;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.22s linear;
}

.h2,
h2 {
  font-size: max(min(42px, 3.4vw), 28px);
  margin-bottom: 1em;
}

.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

.f-html {
  padding: 0;
}

.f-html iframe {
  max-width: 100%;
}

/* Buttons */
:root {
  --bs-border-radius: var(--aw-border-radius);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-padding-y: .6rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: max(min(16px, 1.5vw), 15px);
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1;
  border-radius: 26px;
  min-height: max(min(52px, 6vw), 47px);
}

.btn .ico-left-bron {
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--aw-accent);
  --bs-btn-border-color: var(--aw-accent);
  --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);
  letter-spacing: -0.16px;
}

.aw-btn-feedback {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--aw-accent);
  --bs-btn-border-color: var(--aw-accent);
  --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);
}

.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-second-a);
  --bs-btn-hover-border-color: var(--aw-second-a);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--aw-second);
  --bs-btn-active-border-color: var(--aw-second);
}

.ico-left::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ico-left-bron::before {
  content: "";
  display: block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  margin-right: max(min(10px, 1.2vw), 6px);
  background-image: url("/images/icons/b_ic.png");
}

.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: 3rem;
  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);
  border-color: var(--aw-accent);
  transition: opacity 200ms ease-in;
}

.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: 35px;
  --aw-row-gap: max(min(16px, 1vw), 6px);
  --aw-submenu-padding: 12px 20px;
  --aw-up-font-size: 14px;
  --aw-up-font-weight: 600;
  --aw-up-bg: transparent;
  --aw-up-bg-hover: var(--aw-accent-a);
  --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;
}

/* Мобильное меню */
/* Header */
body.itemid-101 {
  padding-top: 0 !important;
}

body.itemid-101 .header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
}

.header.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff !important;
  z-index: 999;
}

.header.fixed::after {
  opacity: 0;
}

.header {
  padding: 12px 0;
  position: relative;
  z-index: 5;
  background: #fff;
  transition: 0.2s ease;
}

.header__wrapper {
  display: flex;
  align-items: center;
}

.header__logo {
  margin-right: max(min(80px, 4.5vw), 20px);
}

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

.header__block {
  margin-left: auto;
}

.header::after {
  content: "";
  display: block;
  width: 100%;
  height: 138px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/images/theme/header-bg.png") repeat-x top center;
  z-index: -1;
  pointer-events: none;
  transition: 0.2s ease;
}

.header-contacts {
  display: flex;
  align-items: center;
}

.header-contacts__socials {
  display: flex;
  gap: 5px;
  margin-right: max(min(55px, 2.5vw), 5px);
}

.header-contacts__phone {
  margin-right: max(min(84px, 3.2vw), 5px);
  font-size: max(min(24px, 1.8vw), 18px);
  font-weight: 500;
  letter-spacing: -0.24px;
  text-align: left;
  color: var(--aw-text-color);
}

.header-contacts__phone:hover,
.header-contacts__phone:active,
.header-contacts__phone:focus {
  text-decoration: underline;
}

.header-contacts__btn {
  max-width: 284px;
  width: 100%;
}

.header-contacts__btn .btn {
  width: 100%;
}

.tel {
  white-space: nowrap;
  line-height: 1;
  text-decoration: none;
}

.section-title {
  font-size: max(min(66px, 4.5vw), 38px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.footer-contacts-mod .section-title {
  margin-bottom: max(min(40px, 4vw), 25px);
}

.footer-contacts {
  margin-bottom: max(min(55px, 6vw), 35px);
  display: grid;
  grid-template-columns: 1fr 578px;
  gap: max(min(46px, 3vw), 25px);
}

.footer-contacts__info {
  position: relative;
}

.footer-contacts__block {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: max(min(60px, 6vw), 25px);
  background-color: #fff;
  padding: max(min(43px, 5vw), 30px) max(min(37px, 4.5vw), 28px);
  max-width: 358px;
  margin: 20px;
}

.footer-contacts__address {
  font-size: max(min(22px, 2vw), 18px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.66px;
  margin-bottom: max(min(50px, 5vw), 25px);
}

.footer-contacts__socials {
  display: flex;
  gap: 8px;
  margin-bottom: max(min(50px, 5vw), 25px);
}

.footer-contacts__phones {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: max(min(35px, 3vw), 15px);
}

.footer-contacts__phones a {
  white-space: nowrap;
  font-size: max(min(24px, 2vw), 20px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.24px;
  color: var(--aw-text-color);
}

.footer-contacts__modal .rsform-simple-js-modal-trigger {
  display: flex;
  align-items: center;
  max-width: 220px;
}

.footer-contacts__modal .rsform-simple-js-modal-trigger::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url("/images/icons/l_phone copy.svg") no-repeat center/contain;
}

.footer-contacts__modal .rsform-simple-js-modal-trigger:hover {
  text-decoration: none;
}

.footer-contacts iframe {
  border: 1px solid transparent !important;
  border-radius: max(min(60px, 6vw), 25px) !important;
  background-color: transparent;
  height: 750px;
}

.mod-aw-copyright {
  display: flex;
  justify-content: center;
  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-footer-map .mod-footer-map,
.mod-footer-map .ymaps-2-1-79-map {
  width: auto !important;
}

#requestCallForm h2 {
  font-size: 30px;
}

.footer-contacts a {
  text-decoration: none;
}

.footer-contacts a:hover {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: max(min(90px, 5vw), 30px);
  margin-bottom: 38px;
}

.footer-menu-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px max(min(33px, 3vw), 12px);
}

.footer-menu-nav a {
  font-size: max(min(20px, 2vw), 18px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.2px;
  text-align: left;
  color: var(--aw-text-color);
  text-decoration: none;
}

.footer-menu-nav a:hover {
  text-decoration: underline;
}

.footer-author {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #f0f0f0;
}

.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: #000;
}

.blog-items.masonry-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.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 {
  border: 1px solid #eee;
  padding: 10px;
  transition: border-color 0.3s ease;
}

.hikashop_subcontainer:hover {
  border-color: #000;
}

.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_image .hikashop_product_image_subdiv,
.hk_product_image .hk_subdiv {
  margin: auto;
}

.hikashop_products_listing .hikashop_subcontainer {
  display: flex;
}

.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_price {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.hikashop_product_name {
  display: block;
  margin-bottom: 5px;
}

.hikashop_product_name a {
  text-decoration: none;
  color: #000;
}

.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: #7A7773 url("/images/theme/ban.jpg") no-repeat top center/cover;
  min-height: max(100vh, 480px);
  min-height: max(100dvh, 480px);
  padding: max(min(138px, 10vw), 100px) 0 max(min(60px, 8vw), 35px);
  display: flex;
  align-items: flex-end;
  color: #fff;
}

@supports (background-image: url(a.webp)) {
  .main-banner {
    background-image: url("/images/theme/ban.webp");
  }
}

.main-banner__h1 {
  font-size: max(min(90px, 5.5vw), 48px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: inherit;
  margin-bottom: max(min(54px, 5vw), 25px);
}

.main-banner__h1 .small {
  font-size: max(min(32px, 4vw), 21px);
  letter-spacing: -0.01em;
}

.main-banner__h1 .font-accent {
  font-size: max(min(116px, 6vw), 60px);
  letter-spacing: -0.03em;
}

.main-banner__content {
  display: flex;
  align-items: center;
}

.main-banner__sale {
  --size: max(min(222px, 30vw), 160px);
  width: var(--size);
  height: var(--size);
  text-align: center;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main-banner__sale::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  background: url("/images/icons/percent.png") no-repeat center/contain;
}

.main-banner__sale-num {
  font-size: max(min(82px, 8vw), 50px);
  line-height: 0.8;
  letter-spacing: -0.03em;
}

.main-banner__sale-title {
  font-size: max(min(20px, 2.5vw), 15px);
  letter-spacing: -0.01em;
}

.main-banner__sale-name {
  font-size: max(min(42px, 3.5vw), 30px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.main-banner__sale-date {
  font-size: max(min(24px, 2vw), 18px);
  line-height: 1.17;
  letter-spacing: -0.01em;
}

.bronirovanie-mod {
  padding: max(min(45px, 6vw), 35px) 0;
  margin-bottom: -80px;
}

.decor-title {
  padding: 0;
  margin: 0 0 max(min(32px, 3vw), 25px);
  font-size: max(min(112px, 8vw), 38px);
  font-weight: 500;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--aw-accent);
  font-family: var(--aw-font-accent);
}

.itemid-101 .top-b {
  background: url("/images/theme/bckgr1.jpg") no-repeat top center/contain;
}

@supports (background-image: url(a.webp)) {
  .itemid-101 .top-b {
    background-image: url("/images/theme/bckgr1.webp");
  }
}

.about-us {
  padding-top: max(min(460px, 50vw), 200px);
  margin-bottom: max(min(150px, 9vw), 35px);
}

.about-us__title {
  text-align: center;
  font-size: max(min(90px, 5.8vw), 33px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.about-us__title .font-accent {
  font-size: max(min(116px, 5.8vw), 38px);
  line-height: 0.9;
}

.about-us__grid {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 58px 15px;
  margin-top: -180px;
  grid-template-areas: "item1 item2 item3" "item1 item2 item3" "item4 item5 item7" "item4 item6 item7";
}

.about-us__item {
  text-align: center;
  font-size: max(min(20px, 2vw), 16px);
  line-height: 1.3;
  letter-spacing: -0.2px;
  text-align: center;
}

.about-us__item:nth-child(1) {
  grid-area: item1;
  text-align: left;
  padding-bottom: max(min(150px, 8vw), 0px);
}

.about-us__item:nth-child(2) {
  grid-area: item2;
}

.about-us__item:nth-child(3) {
  grid-area: item3;
  text-align: right;
}

.about-us__item:nth-child(4) {
  grid-area: item4;
  text-align: left;
  padding-bottom: max(min(35px, 3vw), 0px);
}

.about-us__item:nth-child(5) {
  grid-area: item5;
}

.about-us__item:nth-child(6) {
  grid-area: item6;
  padding-bottom: max(min(90px, 8vw), 0px);
}

.about-us__item:nth-child(7) {
  grid-area: item7;
}

.about-us__item img {
  border-radius: max(min(60px, 6vw), 25px);
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}

.about-us__item--video>a {
  display: inline-flex;
  position: relative;
}

.about-us__item--video>a::after {
  content: "";
  display: block;
  width: max(min(100px, 15vw), 40px);
  height: max(min(100px, 15vw), 40px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("/images/icons/pl.png") no-repeat center/contain;
  transition: 0.25s ease;
}

.about-us__item--video>a:hover::after {
  transform: translate(-50%, -50%) scale(1.05);
}

.moduletable.products-slider {
  margin-bottom: max(min(100px, 8vw), 35px);
}

.hikashop_products_listing .splide__slide>a {
  pointer-events: none;
}

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

.hikashop_carousel_parent_div {
  position: relative;
}

.hikashop_carousel {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  max-width: calc(var(--container-width-small) + var(--bs-gutter-x));
  margin-left: auto !important;
  margin-right: auto !important;
  position: static !important;
}

.hikashop_carousel .swiper-slide {
  min-height: 0 !important;
  background: transparent !important;
  display: flex;
  flex-direction: column;
  height: auto;
  border: unset !important;
}

.hikashop_carousel .swiper-slide .hikashop_listing_img_title {
  flex: auto;
  display: flex;
  flex-direction: column;
}

.hikashop_carousel .swiper-button-next:after,
.hikashop_carousel .swiper-button-prev:after {
  display: none;
}

.hikashop_carousel .swiper-button-prev svg {
  transform: scaleX(-1);
}

.hikashop_carousel .swiper-button-next,
.hikashop_carousel .swiper-button-prev {
  --size: max(min(84px, 5vw), 52px);
  width: var(--size);
  height: var(--size);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--aw-accent);
  border: solid 1px currentColor;
  transition: 0.22s ease;
  top: 35%;
  background-color: var(--color-page);
}

.hikashop_carousel .swiper-button-next svg,
.hikashop_carousel .swiper-button-prev svg {
  fill: currentColor;
  width: max(min(35px, 5vw), 28px);
  height: 27px;
  padding-top: 2px;
  transition: 0.22s ease;
}

.hikashop_carousel .swiper-button-next:hover,
.hikashop_carousel .swiper-button-prev:hover {
  background-color: var(--aw-accent);
}

.hikashop_carousel .swiper-button-next:hover svg,
.hikashop_carousel .swiper-button-prev:hover svg {
  fill: #fff !important;
}

.hikashop_carousel .swiper-pagination {
  padding-top: 35px;
}

.hikashop_carousel .swiper-pagination-bullet {
  width: max(min(15px, 3vw), 10px);
  height: max(min(15px, 3vw), 10px);
}

.hikashop_product_readmore {
  margin-top: auto;
  padding-top: max(min(25px, 3vw), 15px);
}

.hikashop_product_image_subdiv {
  width: 100% !important;
  max-width: 100%;
}

.hikashop_product_image_subdiv>a {
  pointer-events: unset;
}

.hikashop_product_image_subdiv .hikashop_product_listing_image {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1.13;
  border-radius: 12px;
}

.hikashop_product_image_subdiv .splide__pagination {
  width: auto;
  height: 25px;
  border-radius: 12.5px;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: max(min(24px, 3vw), 12px);
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px max(min(16px, 2vw), 10px);
  display: flex;
  align-items: center;
  gap: max(min(20px, 1.5vw), 8px);
}

.hikashop_product_image_subdiv .splide__pagination li {
  display: flex;
}

.hikashop_product_image_subdiv .splide__pagination .splide__pagination__page {
  padding: 0;
  margin: 0;
  width: max(min(12px, 1.2vw), 10px);
  height: max(min(12px, 1.2vw), 10px);
  border: solid 1px #d0d0d0;
  background-color: transparent;
  transition: 0.2s ease;
}

.hikashop_product_image_subdiv .splide__pagination .splide__pagination__page.is-active {
  background-color: var(--aw-accent);
  border-color: var(--aw-accent);
  transform: unset;
}

.hikashop_product_image_subdiv .splide__pagination .splide__pagination__page:hover {
  background-color: var(--aw-accent);
  transition: 0.2s ease;
}

.hikashop_products_listing .hikashop_product_name {
  margin: 0 !important;
}

.hikashop_products_listing .hikashop_product_name a {
  display: block;
  margin-top: max(min(17px, 2vw), 10px);
  margin-bottom: max(min(20px, 3vw), 12px);
  font-size: max(min(32px, 2.2vw), 18px);
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -0.03em;
  color: var(--aw-text-color);
}

.hikashop_products_listing .hikashop_product_price_full {
  display: block;
  margin-bottom: max(min(18px, 2vw), 12px);
}

.hikashop_products_listing .hikashop_product_price_with_discount {
  font-size: max(min(24px, 2vw), 16px);
  letter-spacing: -0.72px;
  color: var(--aw-text-color);
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 10px;
  margin-bottom: 0;
}

.hikashop_products_listing .hikashop_product_price_before_discount_amount {
  font-size: max(min(24px, 2vw), 16px);
  letter-spacing: -0.72px;
  color: var(--aw-accent);
  font-weight: 600;
}

.hikashop_products_listing .prodict_day {
  font-size: max(min(16px, 2vw), 13px);
}

.hikashop_products_listing .product-discount-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.14px;
  text-align: left;
  color: var(--aw-accent);
}

.hikashop_products_listing .hikashop_product_desc {
  font-size: max(min(15px, 1.5vw), 13px);
  line-height: 1.33;
  letter-spacing: -0.15px;
}

.hikashop_category_information .hikashop_products_listing {
  display: flex;
  flex-direction: column;
}

.hikashop_category_information .hikashop_products_listing>form {
  order: 2;
}

.hikashop_listing_img_title {
  width: 100%;
}

.hikashop_product_image {
  height: auto !important;
}

.hikashop_product_left_part .hikashop_main_image_div img {
  border-radius: max(min(60px, 6vw), 25px);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.hikashop_product_main_image_thumb,
.hikashop_product_main_image {
  height: auto !important;
}

.hikashop_product_right_part {
  padding-top: max(min(35px, 5vw), 15px);
}

.hikashop_product_right_part .hikashop_product_price_full {
  display: block;
  margin-bottom: max(min(60px, 6vw), 25px);
}

.hikashop_product_right_part .hikashop_product_price_with_discount {
  font-size: max(min(30px, 3vw), 24px);
  letter-spacing: -0.72px;
  color: var(--aw-text-color);
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 10px;
  margin-bottom: 0;
}

.hikashop_product_right_part .hikashop_product_price_before_discount_amount {
  font-size: max(min(30px, 3vw), 24px);
  letter-spacing: -0.72px;
  color: var(--aw-accent);
  font-weight: 600;
}

.hikashop_product_right_part .prodict_day {
  font-size: max(min(24px, 2vw), 18px);
}

.hikashop_product_right_part .product-discount-text {
  margin-top: 15px;
  font-size: max(min(21px, 2vw), 18px);
  font-weight: 500;
  letter-spacing: -0.14px;
  text-align: left;
  color: var(--aw-accent);
}

.hikashop_product_right_part .hikashop_product_description_main p {
  font-size: max(min(18px, 2vw), 15px);
  line-height: 1.35;
}

div.hikashop_subcontainer {
  background: transparent !important;
  border: unset !important;
}

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

.hikashop_products>.hk-row-fluid {
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  gap: 25px max(min(20px, 2vw), 15px);
}

.hikashop_products>.hk-row-fluid .hikashop_product {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.hikashop_products>.hk-row-fluid .hikashop_product .hikashop_container,
.hikashop_products>.hk-row-fluid .hikashop_product .hikashop_subcontainer {
  min-height: 0 !important;
  padding: 0;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  flex: 100%;
}

.hikashop_products>.hk-row-fluid::after,
.hikashop_products>.hk-row-fluid::before {
  display: none;
}

.hikashop_products .hikashop_listing_img_title {
  flex: 100%;
}

.mod-advantages {
  margin-bottom: max(min(150px, 10vw), 35px);
}

.mod-advantages .container-small {
  padding: 0;
}

.advantages {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.advantages__item {
  max-width: 380px;
  font-size: max(min(20px, 1.5vw), 16px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--aw-accent);
  display: flex;
  gap: max(min(25px, 2vw), 14px);
}

.advantages__item::before {
  content: "";
  display: block;
  --size: max(min(44px, 5vw), 36px);
  min-width: var(--size);
  width: var(--size);
  height: calc(var(--size) + 2px);
  background: url("/images/icons/verify.png") no-repeat center/contain;
}

.transfer {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: max(min(35px, 3vw), 20px);
  margin-bottom: max(min(150px, 10vw), 35px);
}

.transfer__title {
  max-width: 545px;
  font-size: max(min(66px, 4.5vw), 36px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.04em;
  text-align: left;
  margin: 0 0 max(min(20px, 3vw), 10px);
}

.transfer__title .font-accent {
  display: block;
  font-size: max(min(116px, 6vw), 40px);
  line-height: 0.78;
  letter-spacing: -0.03em;
}

.transfer__text {
  font-size: max(min(20px, 2vw), 16px);
  line-height: 1;
  letter-spacing: -0.2px;
  text-align: left;
}

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

.mod-articles-slider-mod {
  padding: max(min(124px, 10vw), 45px) 0;
  background-color: #ffeeda;
  position: relative;
}

.mod-articles-slider-wrapper>.container {
  position: relative;
}

.mod-articles-slider__title {
  font-size: max(min(66px, 4.5vw), 38px);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: max(min(80px, 4.5vw), 25px);
}

.mod-articles-slider {
  position: static;
}

.mod-articles-slider__item .newsflash-image {
  border-radius: max(min(60px, 6vw), 25px);
  overflow: hidden;
  margin-bottom: max(min(17px, 2vw), 12px);
}

.mod-articles-slider__item .newsflash-image img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1.57;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.22s linear;
}

.mod-articles-slider__item:hover .newsflash-image img {
  transform: scale(1.03);
}

.mod-articles-slider__item:hover .newsflash-title a {
  color: var(--aw-accent);
}

.mod-articles-slider__item .newsflash-title {
  margin: 0;
}

.mod-articles-slider__item .newsflash-title a {
  display: block;
  font-size: max(min(26px, 1.8vw), 16px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--aw-text-color);
  text-decoration: unset;
  transition: 0.22s linear;
}

.mod-articles-slider .splide__pagination {
  padding-top: 25px;
  position: static;
}

.mod-articles-slider .splide__pagination .splide__pagination__page {
  background-color: #ccc;
  width: max(min(15px, 3vw), 10px);
  height: max(min(15px, 3vw), 10px);
  transform: unset;
}

.mod-articles-slider .splide__pagination .splide__pagination__page.is-active {
  background-color: var(--aw-accent);
}

.splide__arrow {
  --size: max(min(84px, 5vw), 52px);
  width: var(--size);
  height: var(--size);
  border: solid 1px var(--aw-text-color);
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: 0.2s ease;
}

.splide__arrow::before {
  content: "";
  display: block;
  width: max(min(35px, 5vw), 28px);
  height: 24px;
  background: url("/images/icons/ar (2).png") no-repeat center/contain;
}

.splide__arrow svg {
  display: none;
}

.splide__arrow.splide__arrow--prev::before {
  transform: scaleX(-1);
}

.splide__arrow:hover {
  background-color: var(--aw-text-color);
}

.splide__arrow:hover::before {
  filter: brightness(5);
}

.mod-banners-wrapper {
  padding: max(min(110px, 8vw), 45px) 0 max(min(150px, 10vw), 45px);
  background: url("/images/theme/bcgkr2.jpg") no-repeat top center/cover;
  margin-bottom: max(min(100px, 8vw), 35px);
}

.mod-banners-wrapper>.container {
  position: relative;
}

.mod-banners-header {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 200px;
}

.mod-banners-header__title {
  max-width: 510px;
  font-size: max(min(66px, 4.5vw), 38px);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: max(min(80px, 4.5vw), 25px);
  flex: 40%;
}

.mod-banners-header__text {
  font-size: max(min(20px, 1.8vw), 15px);
  line-height: 1.3;
  letter-spacing: -0.2px;
  max-width: 710px;
  flex: 60%;
}

.mod-banners-sldier {
  position: static;
}

.mod-banners-sldier .splide__slide {
  overflow: visible;
}

.mod-banners-sldier .splide__slide .mod-banners__item {
  transition: 0.15s ease;
  transform-origin: bottom center;
}

.mod-banners-sldier .splide__arrow {
  top: initial;
  bottom: 18%;
}

.mod-banners-sldier .splide__pagination {
  padding-top: 25px;
  position: static;
}

.mod-banners-sldier .splide__pagination__page {
  background-color: #ccc;
  width: max(min(15px, 3vw), 10px);
  height: max(min(15px, 3vw), 10px);
  transform: unset;
}

.mod-banners-sldier .splide__pagination__page.is-active {
  background-color: var(--aw-accent);
}

.mod-banners__item {
  position: relative;
  overflow: hidden;
  border-radius: max(min(45px, 3vw), 20px);
}

.mod-banners__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 119px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #ffe6c9 50%, rgba(255, 230, 201, 0.7137254902) 70%, rgba(255, 230, 201, 0));
}

.mod-banners__item-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.88;
  -o-object-fit: cover;
  object-fit: cover;
}

.mod-banners__item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: max(min(27px, 3vw), 20px) max(min(46px, 2.5vw), 25px);
  font-size: max(min(18px, 1.7vw), 16px);
  font-weight: 500;
  line-height: 1.09;
  letter-spacing: -0.03em;
  z-index: 2;
}

.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;
  height: var(--aw-menu-height);
  font-size: max(min(20px, 1.4vw), 14px);
  font-weight: var(--aw-up-font-weight);
  text-decoration: none;
  padding: 0 var(--aw-row-gap);
  cursor: pointer;
  background: transparent;
  color: var(--aw-text-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 currentColor;
  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 .title,
.dj-megamenu-override li.hover a.dj-up_a .title,
.dj-megamenu-override li.active a.dj-up_a .title {
  text-decoration: underline;
}

.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: var(--aw-accent);
  color: #fff;
  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: 30px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff;
  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: 30px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff;
}

.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: var(--aw-accent);
  color: #fff;
}

.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: #f2f2f2;
  color: #444444;
}

.dj-offcanvas-override .dj-offcanvas-top {
  background: #ebebeb;
  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: 14px;
  line-height: 1;
  background: #f2f2f2;
  color: #444444;
  text-decoration: none;
  padding: 20px 15px;
  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 {
  background: #ebebeb;
}

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 >=767px) {
  .mod-banners-sldier .splide__track {
    padding-top: 180px;
    margin-top: -180px;
    margin-bottom: -15px;
    padding-bottom: 15px;
  }

  .mod-banners-sldier .splide__slide.is-active .mod-banners__item {
    transform: scale(1.5);
  }
}

@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;
  }

  .h3,
  h3 {
    font-size: 1.75rem;
  }

  .h4,
  h4 {
    font-size: 1.5rem;
  }
}

@media (width >=1400.98px) {
  .hikashop_carousel .swiper-pagination {
    display: none;
  }
}

@media (width <=1399.98px) {
  .com-content-category-blog__items {
    --cols: 4;
  }

  .header__logo {
    margin-right: 25px;
  }

  .header__logo img {
    max-width: 160px;
    width: 100%;
    height: auto;
  }

  .header-contacts__socials,
  .header-contacts__phone {
    margin-right: max(min(15px, 1vw), 5px);
  }

  .hikashop_carousel .swiper-button-next,
  .hikashop_carousel .swiper-button-prev {
    display: none;
  }
}

@media (width <=1199.98px) {
  .footer-contacts {
    grid-template-columns: 1fr 1fr;
  }

  .about-us__grid {
    margin-top: 0;
  }

  .about-us__grid {
    align-items: center;
  }

  .hikashop_products {
    --cols: 3;
  }

  .header-contacts__btn .btn {
    font-size: 0;
    min-height: 40px;
    width: 40px;
    border-radius: 3px;
    padding: 0;
  }

  .header-contacts__btn .btn.ico-left::before {
    margin-right: 0;
  }

  .footer-contacts iframe {
    height: 660px;
  }
  .footer-contacts__block{
        padding: 41px 27px;
        width: 100%;
        max-width: 100%;
        margin: 5px;
  }
  .footer-contacts__socials,
  .footer-contacts__address{
    margin-bottom: 20px;
  }
}

@media (width <=991.98px) {
  .com-content-category-blog__items {
    --cols: 3;
  }

  .header__block {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .ico-left-bron::before {
    margin-right: 0;
    width: 25px;
    height: 25px;
  }

  .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%;
  }

  .main-banner {
    box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.15);
    min-height: max(90vh, 480px);
    min-height: max(100dvh, 480px);
  }

  :root .about-us__item {
    padding: 0;
  }

  .about-us__title {
    margin-bottom: 25px;
  }

  .about-us__item-text {
    margin-bottom: 25px;
  }

  .about-us__grid {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "item5 item5" "item1 item2" "item3 item4" "item6 item7";
  }

  .about-us__item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }

  .about-us__item--video>a {
    width: 100%;
  }

  .hikashop_products {
    --cols: 2;
  }

  .advantages__item {
    flex-direction: column;
  }

  .advantages__item br {
    display: none;
  }
}

@media (width <=767.98px) {
  .com-content-category-blog__items {
    --cols: 2;
  }

  .footer-contacts {
    grid-template-columns: 1fr;
  }

 
  .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;
  }

  .mod-banners-sldier {
    max-width: 575px;
    margin: 0 auto;
  }

  .mod-banners-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    margin-bottom: 35px;
  }
}

@media (width <=575.98px) {
  .showtime-default .showtime-image {
    width: 50%;
  }

  .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 {
    flex-direction: column;
  }

  .advantages__item {
    align-items: center;
    flex-direction: row;
    max-width: 100%;
  }

  .transfer {
    grid-template-columns: 1fr;
  }

  .header-contacts__socials {
    display: none;
  }
}

@media (width <=480.98px) {
  .header__block {
    gap: 5px;
  }

  .header-contacts__phone {
    font-size: 0;
    min-height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 3px;
    padding: 0;
    background: var(--aw-accent) url("/images/icons/l_phone copy.svg") no-repeat center/20px;
  }

  .hikashop_checkout_page>.hikashop_checkout_coupon .hikabtn_checkout_coupon_add {
    width: auto;
    padding: 10px 15px;
  }

  .hikashop_products_listing .hikashop_product_desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hikashop_product_price_before_discount {
    display: flex;
    flex-wrap: wrap;
  }

  .hikashop_product_price_before_discount {
    flex: 100%;
  }

  .hikashop_product_readmore .btn {
    padding: 10px 18px;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
}

/*# sourceMappingURL=template.css.map */