@charset "UTF-8";

:root {
  --aw-accent: #005BC3;
  --aw-accent-a: #005BC3;
  --aw-second: #878786;
  --aw-second-a: #878786;
  --aw-third: #EDF7F6;
  --aw-third-a: #F0F5F4;
  --aw-fourth: #4DAA57;
  --aw-fourth-a: #6B956F;
  --aw-fifth: #0F0F0F;
  --aw-fifth-a: #0F0F0E;
  --aw-white: #fff;
  --aw-heading-color: #0F0F0F;
  --aw-text-color: #4a4a49;
  --aw-footercolor: #ccc;
  --aw--body-font-size: 1rem;
  --aw-body-line-height: 1.5;
  --aw-font-family: "Roboto Condensed", sans-serif;
  --aw-font-accent: "Calibri", sans-serif;
  --aw-border-radius: .375rem;
  --aw-form-border-radius: 5px;
  --aw-grid-gutter: 20px;
  --aw-breadcrumb-font-size: 14px;
  --container-width: 1300px;
  --section-padding: 15px;
}

.logo-icon svg {
  max-width: 150px;
}

:root .fancybox__backdrop {
  background: #fff;
}

:root .fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-backdrop-bg: #fff;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  max-width: calc(var(--container-width) + var(--section-padding) * 2);
}

.hikashop_listing_img_desc {
  width: 100%;
}

.hikashop_product_top_part+.hk-row-fluid {
  width: 100%;
  max-width: calc(var(--container-width) + var(--section-padding) * 2);
  margin: 0 auto;
}

.hikashop_product_top_part+.hk-row-fluid .hkc-md-6 {
  width: 100%;
  position: relative;
  padding: 0;
}

.hikashop_product_bottom_part {
  width: 100%;
  max-width: calc(var(--container-width) + var(--section-padding) * 2);
  margin: 0 auto;
}

.portfolio-slider .splide__slide {
  opacity: 0;
  transition: opacity 0.1s ease-out;
}

.portfolio-slider .splide__slide.is-active {
  position: relative;
  opacity: 1;
  transition: opacity 0.8s ease-in !important;
}

/* 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;
}

body {
  position: relative;
  min-height: 95vh;
  font-family: var(--aw-font-family);
  font-size: var(--aw--body-font-size);
  line-height: var(--aw-body-line-height);
}

.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: calc(1.375rem + 1.5vw);
}

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

.btn {
  --bs-btn-padding-x: .75rem;
  --bs-btn-padding-y: .375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
}

.btn-primary {
  --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);
}

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

.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 5 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: 42px;
  --aw-row-gap: 20px;
  --aw-submenu-padding: 12px 20px;
  --aw-up-font-size: 14px;
  --aw-up-font-weight: bold;
  --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 */
.header {
  padding: 10px 0;
  margin-bottom: 25px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}

.header>.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.header__name {
  padding: 6px max(min(22px, 2.5vw), 10px) 6px 0;
  margin-right: max(min(22px, 2.5vw), 10px);
  border-right: 1px solid #9D9C9C;
  line-height: 1;
}

.header__name a {
  color: var(--aw-text-color);
  text-decoration: none;
  font-size: max(min(20px, 2.8vw), 14px);
  letter-spacing: -0.02em;
  font-weight: 400;
}

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

.header__left-menu .all-visable li {
  display: block;
}

.header__left-menu li {
  display: none;
}

.header__left-menu li.active {
  display: block;
}

.header__left-menu li.active li {
  display: none;
}

.header__left-menu a {
  font-size: max(min(20px, 2.8vw), 14px);
  color: var(--aw-accent);
  text-decoration: none;
}

.all-visable .header__left-menu li {
  display: block;
}

.footer {
  font-size: max(min(17px, 2vw), 15px);
  color: var(--aw-second);
  font-weight: 300;
  margin-top: auto;
}

.footer a {
  text-decoration: none;
}

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

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.footer__author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: max(min(30px, 3vw), 15px);
}

.footer__author>.moduletable {
  flex: auto;
}



.footer__names {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.footer-menu .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.footer-menu li.active>a {
  color: var(--aw-accent);
}

.footer-info__link {
  font-weight: 400;
}

.footer__content {
  background-color: #ECECEC;
  padding: 20px;
  margin-top: max(min(80px, 8vw), 35px);
}

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

.footer-policy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px max(min(25px, 2vw), 15px);
  margin-bottom: 5px;
}

.footer-policy a::before {
  display: none !important;
}

.footer-author {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: var(--aw-second-a);
}

.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.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_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_category_information_menu_108 div.hikashop_container {
  margin: 10px 0 !important;
}

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

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

.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: 1.25rem;
  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 {
  padding: 0px 5px 0px 5px;
  margin: 2px;
  width: 22px;
}

main .form-control.hikashop_product_quantity_field {
  max-width: 50px;
  padding: 3px 10px;
}

.hikashop_checkout_buttons {
  margin: 5px 0;
}

.profil__main {
  position: relative;
}

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

.hikashop_checkout_buttons .buttons_right {
  float: right;
}

.profil-wrapper {
  font-size: max(min(20px, 2.8vw), 14px);
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: #4a4a49;
  font-weight: 300;
}

/* .profil {
  display: none;
} */

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

.profil__top {
  margin-bottom: max(min(30px, 3vw), 15px);
}

.profil__images {
  display: flex;
  gap: 2px;

}

.profil__images img {
  width: 100%;
  height: 100%;
}

.profil__images-item img {
  object-fit: cover;
}

.profil__images-item:not(:first-child) img {
  aspect-ratio: 1 / 1.3;
  height: auto;
  object-position: top left;
}

.profil__images-item:first-child {
  flex: 25%;
}

.profil__images-item:first-child img {
  aspect-ratio: 1 / 1.3;
  object-position: top;
}

.profil__images-item {
  flex: 16.6666666667%;
}

.profil__images-item:not(:first-child) {
  max-height: 250px;
}

.profil__advantages {
  margin-top: -106px;
  text-align: right;
  padding-left: 260px;
}

.profil__advantages img {
  max-width: 100%;
}

.profil__footer {
  margin-top: max(min(50px, 3vw), 15px);
  padding-top: 15px;
  border-top: 1px solid #4a4a49;
  text-align: right;
}

.bio {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: max(min(60px, 3.5vw), 25px);
  font-size: max(min(15px, 1.5vw), 14px);
  --left-col: 100px;
  line-height: 1.2;
}

.bio__image img {
  height: auto;
  aspect-ratio: 1 / 1.3;
  object-fit: cover;
  object-position: top;
}

.bio__content {
  overflow-y: auto;
  max-height: 65vh;
}

.bio__item {
  display: flex;
  gap: 10px 20px;
  margin-bottom: max(min(15px, 2vw), 8px);
}

.bio__item>div:nth-child(1) {
  flex: var(--left-col);
}

.bio__item>div:nth-child(2) {
  flex: calc(100% - var(--left-col));
}

.bio__timeline {
  display: flex;
  gap: 15px 20px;
  padding-left: 0;
  margin-bottom: 25px;
  overflow: hidden;
}

.bio__timeline:not(.bio__timeline--num) {
  --left-col: 128px;
}

.bio__timeline:nth-child(n+6) .bio__timeline-item::before,
.bio__timeline:nth-child(n+6) .bio__timeline-container::before {
  display: none;
}

.bio__timeline>div:nth-child(1) {
  flex: var(--left-col);
}

.bio__timeline.bio__timeline--num>div:nth-child(1) {
  flex: unset;
}

.bio__timeline>div:nth-child(2) {
  flex: calc(100% - var(--left-col));
}

.bio__timeline-container {
  position: relative;
}

.bio__timeline-container::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: -15px;
  top: 10px;
  background: #9C9D9F;
}

.bio__timeline-item {
  margin-bottom: max(min(20px, 2vw), 10px);
  max-width: 730px;
  position: relative;
}

.bio__timeline-item::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: -19px;
  top: 3px;
  background: #fff;
  border: 2px solid #9C9D9F;
}

.bio__timeline-item:first-child::before {
  background: #9C9D9F;
}

.bio__timeline-item:last-child {
  margin-bottom: 0;
}

.bio .sub-item__wrapper {
  display: flex;
  gap: 15px;
}

.bio .sub-item__wrapper>div:nth-child(1) {
  flex: var(--left-col);
}

.bio .sub-item__wrapper>div:nth-child(2) {
  flex: calc(100% - var(--left-col));
}

.bio .sub-item__wrapper p {
  margin-bottom: 3px;
  line-height: 1.1;
  text-align: left;
  text-indent: -6px;
  margin-bottom: max(min(20px, 2vw), 10px);
}

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

.hikashop_products_listing .hikashop_results_counter,
.hikashop_products_listing .counter,
.hikashop_products_listing .limit {
  display: none;
}

.hikashop_products_listing_switcher {
  display: none;
}

.hikashop_products_listing_switcher>.btn {
  background: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.hikashop_products_listing_switcher>.btn i {
  display: none;
}

.hikashop_products_listing_switcher>.btn:first-child:active,
.hikashop_products_listing_switcher>.btn:hover,
.hikashop_products_listing_switcher>.btn:active,
.hikashop_products_listing_switcher>.btn:focus {
  border: none;
  background-color: transparent;
}

.hikashop_products_listing_switcher .hikashop_switcher_grid {
  width: 24px;
  height: 24px;
  background-image: url("/images/theme/grid.jpg");
}

.hikashop_products_listing_switcher .hikashop_switcher_grid:hover {
  background-image: url("/images/theme/grid-hover.jpg");
}

.hikashop_products_listing_switcher .hikashop_switcher_list {
  margin-left: max(min(15px, 2vw), 8px);
  width: 24px;
  height: 24px;
  background-image: url("/images/theme/table.jpg");
}

.hikashop_products_listing_switcher .hikashop_switcher_list:hover {
  background-image: url("/images/theme/table-hover.jpg");
}

body:not(.display_list) .hikashop_products_listing_switcher .hikashop_switcher_grid,
body.display_grid .hikashop_products_listing_switcher .hikashop_switcher_grid {
  background-image: url("/images/theme/grid-hover.jpg");
}

body.display_list .hikashop_products_listing_switcher .hikashop_switcher_list {
  background-image: url("/images/theme/table-hover.jpg");
}

.header__left .hikashop_products_listing_switcher {
  margin-left: max(min(70px, 4.5vw), 15px);
  display: block;
}

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

.hikashop_products .hk-row-fluid .hikashop_product {
  border: none;
  padding: 0;
  transition: unset;
}

.hikashop_products .hk-row-fluid .hikashop_product .hikashop_container {
  margin: 0 !important;
}

.hikashop_products .hk-row-fluid .hikashop_product .hikashop_container .hikashop_subcontainer {
  border-radius: 0 !important;
  margin: 1px;
  border: none;
  padding: 0;
}

.hikashop_products .hikashop_product_image_subdiv {
  width: auto !important;
}

.hikashop_products .hikashop_product_image {
  height: auto !important;
}

.hikashop_products .hikashop_product_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hikashop_products.display_grid .hikashop_product_image img {
  max-height: 20vh;
}

.hikashop_products.display_grid .hikashop_product-wrap {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.2s ease;
}

/* .hikashop_products.display_grid {
  min-height: 575px;
} */

.hikashop_products.display_grid .hikashop_product-wrap__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.67);
  line-height: 1.25;
  pointer-events: none;
}

.hikashop_products.display_grid .hikashop_product-wrap__text p {
  margin: 0;
}

.hikashop_products.display_grid .hikashop_product-wrap:hover {
  z-index: 5;
}

.hikashop_products.display_grid .hikashop_product-wrap:hover .hikashop_product-wrap__text {
  transform: translateY(0);
  opacity: 1;
}

.hikashop_products.display_grid .hikashop_product_desc {
  display: none;
}

.hikashop_products.display_grid .product-short-desc {
  font-size: max(min(16px, 1.8vw), 14px);
  font-weight: 400;
}

.hikashop_products.display_list .hikashop_product {
  margin-bottom: 15px;
}

.hikashop_products.display_list .hikashop_product-wrap {
  display: flex;
  gap: 15px;
  font-size: max(min(18px, 2vw), 14px);
}

.product-slider {
  position: relative;
  padding-top: 0;
  margin-top: 12vh;
}

.img-comment {
  padding-top: 0;
  margin-top: 25px;
  font-size: max(min(18px, 2vw), 14px);
  padding-right: 310px;
  min-height: 28px;
}

.hikashop_product_left_part .custom-pagination {
  align-items: center;
  position: absolute;
  right: 0;
  height: 29px;
  padding: 0;
  margin: 0;
  z-index: 5;
}

.hikashop_products.display_list .hikashop_product-wrap .hikashop_product-wrap__image {
  width: 240px;
  min-width: 240px;
}

.hikashop_products.display_list .hikashop_product-wrap .hikashop_product_item_right_part {
  display: grid;
  grid-template-columns: 0.5fr 1.1fr;
  gap: max(min(100px, 5.5vw), 15px);
}

.hikashop_products.display_list .hikashop_product-wrap__text {
  margin-top: -4px;
  padding-top: 0;
  width: 100%;
}

.count-images {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}

.count-images__item {
  height: 15px;
  width: 18px;
  border: 1px solid #ccc;
}

:root .vex.vex-theme-default {
  padding: 0;
}

.vex.vex-theme-default .vex-content {
  width: 100% !important;
  min-height: 100vh;
}

.vex-content iframe {
  min-height: 100vh;
  margin-top: 8vh !important;
}

.product-slider .splide__slide img {
  width: 100%;
  max-height: 74vh;
  object-fit: contain;
}

.dj-megamenu-override {
  display: flex;
  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 {
  position: relative;
  display: contents !important;
  float: left;
  padding: 0 !important;
  margin: 0 !important;
}

.dj-megamenu-override li:first-child {
  display: none;
}

.dj-megamenu-override li ul {
  display: contents;
}

.header__menu .dj-megamenu-override li.dj-up:first-child {
  display: none !important;
}

.dj-megamenu-override li a {
  display: block;
  float: left;
  text-decoration: none;
  padding: 6px max(min(22px, 2.5vw), 10px);
  cursor: pointer;
  background: transparent;
  font-size: max(min(20px, 2.8vw), 14px);
  letter-spacing: -0.02em;
  font-weight: 400;
  transition: all 0.2s ease-out;
  color: #878786;
}

.dj-megamenu-override li a.dj-up_a {
  border-right: 1px solid #9D9C9C;
}

.dj-megamenu-override li.active.parent {
  display: flex !important;
  border-right: 1px solid #9D9C9C;
}

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

.dj-megamenu-override.horizontalMenu>li.dj-up:last-child a {
  padding-right: 0;
  border-right: 0;
}

.dj-megamenu-override li a>span {
  float: left;
  display: block;
  padding: 0;
  line-height: 1;
  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;
}

.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 {
  display: none;
  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: #fff;
  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: #fff;
  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.first~.active {}

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

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

.dj-subwrap,
.dj-subwrap-in,
.dj-subcol,
.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: contents !important;
  opacity: 1 !important;
  position: static;
  width: auto !important;
}

.dj-megamenu-override li.active.parent>a.active {
  display: none !important;
}

.dj-megamenu-override li.active.parent ul.dj-submenu {
  display: contents !important;
}

.dj-megamenu-override li ul.dj-submenu {
  display: none;
}

/* 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: #e4e4e4;
  color: #878786;
  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: #434343;
  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: #434343;
}

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

body.site {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh + 127px);
  /* padding-top: 75px; */
}

.centred-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 10vh;
}

.com-content-article__body p {
  text-align: justify;
}

.bottom-b {
  --bs-heading-color: var(--aw-white);
  position: relative;
  background: no-repeat center top/cover url(/images/sampledata/bg.jpg) fixed;
}

.bottom-b::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 96, 164, 0.5);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  z-index: 0;
}

.bottom-b>* {
  position: relative;
  z-index: 1;
}

.bottom-b * {
  color: var(--aw-white);
}

.readmore-portfolio {
  margin-top: 35px;
}

.readmore-portfolio a {
  text-decoration: none;
  color: var(--aw-second);
  text-decoration: none;
  font-size: max(min(20px, 2.8vw), 14px);
  letter-spacing: -0.02em;
  font-weight: 300;
}

.readmore-portfolio a:hover {
  color: var(--aw-accent);
}

:root .splide__track--fade>.splide__list>.splide__slide {
  transition: opacity .3s ease, transform .15s ease;
}

#hikashop_category_information_menu_204 div.hikashop_subcontainer {
  min-height: 0 !important;
}

.custom-pagination {
  padding: 10px 0;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  gap: 0;
  max-width: 270px;
  width: 100%;
}

.custom-pagination__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 180px;
}

.custom-pagination__up {
  flex: 0 0 90px;
  display: flex;
  justify-content: flex-end;
}



.custom-pagination__up.--next {
  transform: none;
}

.custom-pagination a {
  display: block;
  text-decoration: none;
  font-size: 0;
  /* line-height: 1;
  font-weight: 500;
  color: var(--aw-text-color); */
  width: 28px;
  height: 28px;
  min-width: 28px;
  position: relative;
}

.custom-pagination a::before {
  opacity: 0;
}

.custom-pagination a::before,
.custom-pagination a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: .2s ease;
}

.custom-pagination a:hover::after {
  opacity: 0;
}

.custom-pagination a:hover::before {
  opacity: 1;
}

.custom-pagination__main>a::after {
  background-image: url("/images/ar-1-0.svg");
}

.custom-pagination__main>a::before {
  background-image: url("/images/ar-1.svg");
}

.custom-pagination__main>a:first-child::before,
.custom-pagination__main>a:first-child::after {
  transform: scaleX(-1);
}

.custom-pagination__up>a::after {
  background-image: url("/images/ar-2-0.svg");
}

.custom-pagination__up>a::before {
  background-image: url("/images/ar-2.svg");
}


.hikashop_product_left_part .custom-pagination__up>a::after,
.hikashop_product_left_part .custom-pagination__up>a::before,
.content .custom-pagination__up>a::after,
.content .custom-pagination__up>a::before,
.fancybox__container .custom-pagination__up>a::after,
.fancybox__container .custom-pagination__up>a::before {
  transform: rotate(-90deg);
  background-position: left -1px center;
}

.hikashop_product_left_part .custom-pagination__up>a::after,
.fancybox__container .custom-pagination__up>a::after {
  background-image: url("/images/ar-1-0.svg");
}

.hikashop_product_left_part .custom-pagination__up>a::before,
.fancybox__container .custom-pagination__up>a::before {
  background-image: url("/images/ar-1.svg");
}


/* .custom-pagination a::after {
  content: "";
  display: block;
  min-width: 28px;
  width: calc(100% + 8px);
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  border-radius: 50%;
  transition: .2s ease;
} */

/* .custom-pagination a:hover:after {
  border-color: var(--aw-accent)
} */

.custom-pagination a:hover {
  color: var(--aw-accent);
}

.disable {
  pointer-events: none;
  opacity: 0.5;
}

.contacts-page {
  text-align: right;
}

.contacts-page img {
  max-width: 100%;
  height: auto;
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-height: 68vh;
}

.contacts-page a {
  text-decoration: none;
  display: block;
  margin-top: 25px;
  font-size: max(min(20px, 2.8vw), 14px);
  font-weight: 500;
}

.contacts-page a:hover {
  color: var(--aw-accent);
}

.portfolio-slider {
  /* max-width: 944px; */
  margin: 0 auto;
}

.portfolio-slider img {
  max-width: 100%;
  height: auto;
  max-height: 70vh;
  width: 100%;
  object-fit: contain;
}

.portfolio-slider .splide__slide {
  opacity: 0;
  transition: opacity 0.1s ease-out;
}

.portfolio-slider .splide__slide.is-active {
  position: relative;
  opacity: 1;
  transition: opacity 0.8s ease-in !important;
}

body.home .item-202 {
  pointer-events: none;
}

:root .f-html {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10vh;
}

.portfolio-slider .custom-pagination {
  margin-right: 11px;
  margin-top: 48px;
}

.fancybox__slide.has-close-btn {
  padding: 0;
}

.fancybox__slide .f-button[data-fancybox-close] {
  top: 15px;
  right: 10px;
  color: #000;
  z-index: 99999;
}


:root .vex.vex-theme-default .vex-close:before {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 9999999;
}


.vex-content iframe {
  opacity: 0;
  animation: fadeInAndScale 1.5s forwards;
}

@keyframes fadeInAndScale {
  0% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#cookie-notice {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #E6E6E8;
  font-size: max(min(20px, 2.8vw), 14px);
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #878786;
  color: var(--aw-second);
  font-weight: 300;
  padding: 15px 0;
  line-height: 1.35;
  text-align: left;
  z-index: 9999999999;
}

#cookie-notice .container {
  z-index: 9999999999;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#cookie-notice::after {
  content: "";
  display: flex;
  gap: 15px;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}


div#cookie-notice strong {
  font-weight: bold;
}

#accept-cookies {
  cursor: pointer;
  margin: 0;
  display: block;
  color: var(--aw-accent);
  font-size: inherit;
  line-height: 1.35;
  text-decoration: none;
}


#accept-cookies:hover {
  text-decoration: underline;
}

/*==========  adaptive  ==========*/

@media((min-width: 2000px)) {
  .profil {
    display: block;
  }

  .profil-pc {
    display: none;
  }

  .profil__images-item:not(:first-child) {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .profil__images-item:not(:first-child) img {
    object-fit: cover;
    flex: 0 0 50%;

  }
  .profil__advantages img{
    width: 56%;
  }
}

@media((min-width: 2000px) and (max-width: 3000px)) {
  :root .f-html {
    justify-content: flex-start;
    padding-top: 7vh;
  }

  .hikashop_product_page {
    padding-top: 89px;
  }

  .hikashop_product_top_part+.hk-row-fluid .hkc-md-6 {
    padding: 0 12px;
  }

  #cookie-notice {
    padding: max(min(30px, 2vw), 14px) 0;
  }

}

@media(min-width: 3500px) {
  :root {
    --container-width: 2354px;
  }

  .centred-wrapper {
    padding-top: 15vh;
    padding-bottom: 8vh;
  }

  :root .f-html {
    padding-top: 1vh;
  }

  .portfolio-slider img {
    max-height: 67vh;
  }

  .portfolio-slider .custom-pagination {
    margin-top: 0;
  }

  .hikashop_product_page {
    padding-top: 224px;
  }

  .hikashop_product_top_part+.hk-row-fluid .hkc-md-6 {
    padding: 0 12px;
  }
}

@media (width >=768.98px) {
  .hikashop_products.display_grid .hk-row-fluid:hover .hikashop_product-wrap {
    opacity: 0.55;
  }

  .hikashop_products.display_grid .hk-row-fluid:hover .hikashop_product-wrap:hover {
    opacity: 1;
  }

  .hikashop_products.display_grid .hikashop_product-wrap__text {
    transform: translateY(100%);
    opacity: 0;
  }

  .profil__advantages {
    position: absolute;
    right: 0;
    bottom: -10px;
    margin: 0;
  }
}

@media (width >=1199.98px) {

  .vex.vex-theme-default,
  .vex-content iframe {
    overflow: hidden !important;
  }

  .bio__image {
    padding-right: max(min(75px, 5.2vw), 15px);
  }

  .bio__image img {
    width: 100%;


  }

}

@media (width >=992.98px) {
  #hikashop_product_bottom_part {
    margin-top: -110px;
  }

  #hikashop_product_bottom_part .hikashop_product_shortdesk_main,
  #hikashop_product_bottom_part .hikashop_product_description_main {
    padding-right: 350px;
  }


}

@media (width >=767.98px) and (width <=1500.98px) {
  :root {
    --container-width: 65%;
  }
}

@media (width >=991.98px) and (width <=1500.98px) {

  .header__name a {
    font-size: 14px;
  }

  .header__left-menu a {
    font-size: 14px;
  }

  .readmore-portfolio a,
  #cookie-notice,
  .dj-megamenu-override li a {
    font-size: 14px;
    padding: 6px 9px;
  }

  .profil-wrapper {
    font-size: 14px;
  }

  .header__left .hikashop_products_listing_switcher {
    margin-left: 15px;
  }

  .header__name {
    padding-right: 10px;
    margin-right: 10px;
  }
}

@media (width >=767.98px) and (width <=1400.98px) {
  .centred-wrapper {
    padding-top: 10vh;
  }
}

@media (width <=1920px) {

  .n2-section-smartslider,
  .n2-section-smartslider * {
    max-height: 70vh !important;
  }
}

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

.no-wrap {
  white-space: nowrap;
  text-wrap: nowrap;
}

@media (width >=1400.98px) {
  /* .hikashop_products.display_list .hikashop_product-wrap .hikashop_product_desc {
    padding-right: max(min(80px, 5vw), 0px);
  } */

  .product-slider {
    padding-top: 0;
    margin-top: 5vh;
  }
}

@media (width <=1500px) {
  .profil__images-item:not(:first-child) {
    display: flex;
    flex-direction: column;
  }

  /* .profil__images-item:not(:first-child) img {
    flex: 0 0 50%;
  } */

  .profil__advantages {
    margin-top: -8%;
    max-width: 84%;
    margin-left: auto;
    bottom: -6px;
  }

}

@media (width <=1450px) {
  .n2-ss-slider .n2-ss-slide-background-image img {
    object-fit: contain !important;
  }

  :root .f-html {
    justify-content: flex-start;
    padding-top: 9vh;
  }

}

@media (width <=1300px) {
  body.site {
    min-height: calc(100vh + 330px);
  }

}

@media (width <=1200.98px) {
  .vex-content iframe {
    padding-top: 0 !important;
  }

  .hikashop_products.display_list .hikashop_product-wrap .hikashop_product-wrap__image {
    width: 35%;
    min-width: 0;
  }

  .hikashop_products.display_list .hikashop_product-wrap {
    font-size: 14px;
  }


  .footer__author {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

@media (width <=991.98px) {

  .portfolio-slider .custom-pagination {
    padding: 0;
    margin: 25px auto 0;
    justify-content: center;
    display: flex;
  }

  .display_grid .hk-row-fluid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .display_grid .hk-row-fluid .hikashop_product_image img {
    min-height: 220px;
  }



  .container-search {
    width: 100%;
  }

  .container-search .awesomplete {
    width: 100%;
  }

  .footer__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-menu {
    margin-top: 20px;
  }

  .footer-menu .nav {
    justify-content: center;
    text-align: center;
  }

  .footer__author {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer__names {
    flex-direction: column;
    align-items: center;
  }

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

  .bio__image img {
    max-width: 100%;
    max-height: 300px;
  }

  .profil__advantages {
    max-width: 84%;
    padding-left: 160px;
  }


  .mob-hidden {
    display: none;
  }

  #accept-cookies,
  #cookie-notice {
    font-size: 14px;
  }

  .cookie-text {
    max-width: 75%;
  }

  .footer-policy {
    justify-content: center;
  }

  .footer__author {
    align-items: var(--aw-body-line-height)center;
  }

  .profil__advantages {
    margin-top: -8%;
    max-width: 84%;
    margin-left: auto;
  }

}

@media (width <=767.98px) {
  body.site {
    min-height: calc(100vh + 330px);
    /* padding-top: 22vh; */
  }

  .display_grid .hk-row-fluid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hikashop_products.display_list .hikashop_product-wrap .hikashop_product_item_right_part {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .centred-wrapper {
    padding-top: 19vh;
  }

  .profil__advantages {
    margin: 15px auto 0;
    padding-left: 0;
    max-width: max(575px, 75vw);

  }

  .profil__images {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .profil__images-item {
    flex: 0 0 calc(25% - 2px);
  }

  .profil__images-item:not(:first-child) {
    max-height: 100%;
  }

  .profil__images-item:not(:first-child) {
    justify-content: flex-end;
  }

  /* .img-comment {
    padding-right: 0;
  } */


  :root .f-html {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  body.itemid-204 .centred-wrapper,
  body.itemid-206 .centred-wrapper {
    padding-top: 25px;
  }

  .profil__images-item:first-child {
    flex: 45%;
  }
}

@media ((min-width: 300px) and (max-width: 1200px) and (orientation: landscape)) {
  .centred-wrapper {
    padding-top: 4vh;
  }

  .n2-section-smartslider,
  .n2-section-smartslider * {
    max-height: 52vh !important;
  }

  .product-slider {
    margin-top: 0;
  }

  .product-slider .splide__slide img {
    max-height: 60vh;
  }

}

@media (width <=575.98px) {
  body.itemid-205 .centred-wrapper {
    padding-top: 25px;
  }

  .display_grid .hk-row-fluid {
    grid-template-columns: repeat(2, 1fr);
  }

  .profil {
    display: block;
  }

  .profil-pc {
    display: none;
  }

  .hikashop_products.display_list .hikashop_product-wrap .hikashop_product-wrap__image {
    width: 50%;
  }
}


@media (max-width: 480px) {
 
 .profil__images-item,
  .profil__images-item:first-child {
    flex: calc(50% - 2px);
  }

  .bio {
    --left-col: min(30%, 130px);
  }

  .bio .sub-item__wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px;
  }

  .bio .sub-item__wrapper>div:nth-child(1),
  .bio .sub-item__wrapper>div:nth-child(2) {
    flex: auto;
  }

  .product-slider {
    padding-top: 7vh;
  }

  :root .f-html {
    justify-content: flex-start;
    padding: 22vh 0 0;
  }

  .img-comment {
    padding-right: 0;
  }

  .hikashop_product_left_part .custom-pagination {
    position: static;
    margin: 15px auto 0;
  }

  #cookie-notice {
    font-size: 13px;
  }
}
@media (max-width:768px) and (orientation: landscape) {
  .profil__images-item,
  .profil__images-item:first-child {
    flex: calc(33% - 2px);
  } 
}
@media (max-width: 400px) {
  .hikashop_products.display_list .hikashop_product-wrap {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .hikashop_products.display_list .hikashop_product-wrap__text {
    padding-top: 0;
  }

  .hikashop_products.display_list .hikashop_product-wrap .hikashop_product-wrap__image {
    width: auto;
    max-width: 420px;
  }
}

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