@charset "UTF-8";
@font-face {
  font-family: "Oswald Static";
  src: url("../fonts/Oswald/static/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald/static/Oswald-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@supports (font-variation-settings: normal) {
  @font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald/Oswald-VariableFont_wght.woff2") format("woff2-variations"), url("../fonts/Oswald/Oswald-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
  }
}
@font-face {
  font-family: "Inter Static";
  src: url("../fonts/Inter/static/Inter_18pt-Regular.woff2") format("woff2"), url("../fonts/Inter/static/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@supports (font-variation-settings: normal) {
  @font-face {
    font-family: "Inter";
    src: url("../fonts/Inter/Inter-VariableFont_opsz,wght.woff2") format("woff2-variations"), url("../fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
    font-weight: 100 900;
  }
}
/* USER VARIABLES SECTION */
:root {
  --aw-accent: #FF3333;
  --aw-accent-rgb: 255, 51, 51;
  --aw-accent-a: #DE2222;
  --aw-accent-a-rgb: 222, 34, 34;
  --aw-second: #2660A4;
  --aw-second-a: #405A79;
  --aw-third: #e8e8e8;
  --aw-third-a: #e8e8e8;
  --aw-fourth: #4DAA57;
  --aw-fourth-a: #6B956F;
  --aw-fifth: #0F0F0F;
  --aw-fifth-a: #0F0F0E;
  --aw-white: #fff1e0;
  --aw-heading-color: #010101;
  --aw-text-color: #666666;
  --aw-footercolor: #999;
  --aw--body-font-size: 1rem;
  --aw-body-line-height: 1.5;
  --aw-font-family: "Inter", "Inter Static", sans-serif;
  --aw-font-header: "Oswald", "Oswald Static", sans-serif;
  --aw-border-radius: 12px;
  --aw-form-border-radius: 10px;
  --aw-grid-gutter: 20px;
  --aw-breadcrumb-font-size: 14px;
  --container-width: 1424px;
  --container-width-large: 1620px;
}

/* Override Bootstrap */
:root .container-xxl {
  max-width: calc(var(--container-width-large) + var(--bs-gutter-x));
}

/* 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: 100vh;
  min-height: 100dvh;
  font-family: var(--aw-font-family);
  font-size: var(--aw--body-font-size);
  line-height: var(--aw-body-line-height);
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

.footer-wrapper {
  margin-top: auto;
}

::-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: 400;
  font-family: var(--aw-font-header);
  line-height: 1.2;
}

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

body.itemid-101 .container-main {
  padding-top: 0;
}
.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 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: max(min(22px, 1.8vw), 18px);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1;
  text-decoration: none;
  transition: 0.23s linear;
  padding: 10px 15px;
  min-height: max(min(54px, 6vw), 48px);
}
.btn:hover, .btn:active, .btn:focus {
  transition: 0.23s linear;
}
.btn:active {
  transform: scale(0.98);
}

.feedback-container a {
  display: flex;
}

.aw-btn-feedback,
.btn-primary {
  min-height: max(min(54px, 6vw), 48px);
  border-radius: 12px;
  background-color: var(--aw-accent);
  box-shadow: 0 5px 0 var(--aw-accent-a);
  color: var(--aw-white);
  border: unset;
}
.aw-btn-feedback:focus:active, .aw-btn-feedback:first-child:active, .aw-btn-feedback:hover, .aw-btn-feedback:active, .aw-btn-feedback:focus,
.btn-primary:focus:active,
.btn-primary:first-child:active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: var(--aw-accent-a);
  color: var(--aw-white);
  box-shadow: unset;
}

.btn-light {
  background-color: #fff;
  color: #ff3636;
  box-shadow: 0 5px 0 #dadada;
  font-weight: 400;
  min-height: max(min(px, vw), px);
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  background-color: #dadada;
  color: #ff3636;
  box-shadow: none;
}

.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 6 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px;
}

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

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

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

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

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

/* Back to Top */
.back-to-top-link {
  position: fixed;
  inset-inline-end: 1rem;
  bottom: 1rem;
  z-index: 10000;
  padding: calc(var(--aw-grid-gutter) * 0.5);
  color: var(--aw-accent);
  pointer-events: all;
  background-color: #fff;
  border: 1px solid var(--aw-accent);
  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);
}

.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-accent);
  color: #fff;
  --bs-heading-color: #fff;
  border-radius: var(--aw-form-border-radius);
}
.rsform-simple-js-modal-content h2,
.rsform-simple-js-modal-content h3,
.rsform-simple-js-modal-content h4 {
  color: #fff;
  margin-bottom: 15px;
}
.rsform-simple-js-modal-content input::-moz-placeholder {
  color: #fff;
}
.rsform-simple-js-modal-content input::placeholder {
  color: #fff;
}
.rsform-simple-js-modal-content .btn {
  background-color: #fff;
  color: #ff3636;
  box-shadow: 0 5px 0 #dadada;
  font-weight: 400;
}
.rsform-simple-js-modal-content .btn:hover {
  background-color: #dadada;
  color: #ff3636;
  box-shadow: none;
}
.rsform-simple-js-modal-content .formError,
.rsform-simple-js-modal-content .formRed {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  opacity: 0.8;
}
.rsform-simple-js-modal-content p {
  color: #fff;
}

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

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

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

.header {
  background-color: #403425;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255, 241, 224, 0.2);
}
.header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header__logo {
  border-radius: 12px;
  background-color: var(--aw-accent);
  padding: 10px 15px 7px;
  max-width: 256px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.header__logo-img img {
  max-width: 100%;
  height: auto;
}
.header__logo-text {
  font-weight: 300;
  max-width: 220px;
  text-align: center;
  margin: 0 auto;
  color: var(--aw-white);
  font-size: 12px;
  line-height: 1;
  text-wrap: balance;
}
.header__menu {
  flex: auto;
}
.header-info {
  display: flex;
  align-items: center;
  color: var(--aw-white);
}
.header-info__socials {
  margin-right: max(min(34px, 1.8vw), 10px);
  display: flex;
  gap: 5px;
}
.header-info__address {
  font-size: max(min(13px, 1.2vw), 12px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.26px;
  margin-right: max(min(24px, 1.3vw), 10px);
}
.header-info__phones {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.header-info__phones a {
  font-size: max(min(24px, 1.4vw), 16px);
  font-weight: 300;
  letter-spacing: -0.03em;
  color: var(--aw-white);
}
.header-info__phones a:hover {
  color: var(--aw-accent);
}
.header-info__max {
  margin-left: max(min(25px, 1.3vw), 10px);
}
.header-info__modal {
  margin-left: max(min(45px, 2.2vw), 15px);
}
.header-info__modal .btn {
  min-width: max(min(220px, 12vw), 140px);
  padding: 10px 20px;
}

.tel {
  white-space: nowrap;
  line-height: 1;
  text-decoration: none;
}
.modal-mod > .feedback-containermodal-mod{
  display: none !important; 
}
.menu-info {
  font-size: 14px;
}
.footer-info {
  position: relative;
  min-height: 686px;
  padding: max(min(58px, 6vw), 45px) 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  margin-top: 30px;
}
.footer-info__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-info__blocks {
  display: flex;
  position: relative;
  z-index: 2;
}
.footer-info__block {
  border-radius: 12px;
  background-color: #ff3636;
  color: #fff;
  padding: 35px max(min(44px, 4vw), 25px);
  width: 100%;
  max-width: 464px;
}
.footer-info__title {
  color: inherit;
  margin-bottom: 25px;
}
.footer-info__address {
  font-size: max(min(18px, 1.5vw), 16px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  position: relative;
  padding-left: 40px;
}
.footer-info__address::before {
  content: "";
  display: block;
  width: 20px;
  height: 26px;
  position: absolute;
  left: 0;
  top: -3px;
  background: url("/images/theme/sc (5).png") no-repeat center/contain;
}
.footer-info__work-time {
  padding-left: 40px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.29;
  letter-spacing: -0.02em;
  margin-bottom: max(min(32px, 5vw), 25px);
}
.footer-info__img img {
  border-radius: 12px;
  max-width: 270px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-info__contacts {
  display: flex;
  align-items: center;
  gap: 15px 25px;
}
.footer-info__phones {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer-info__phones a {
  font-size: max(min(24px, 2vw), 22px);
  font-weight: 300;
  letter-spacing: -0.03em;
  text-decoration: none;
  color: inherit;
  padding-left: 40px;
  position: relative;
}
.footer-info__phones a::after {
  content: "";
  display: block;
  width: 24px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/images/theme/sc (6).png") no-repeat center;
}
.footer-info__phones a:hover {
  text-decoration: underline;
}
.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-contacts {
  padding: 20px;
}
.mod-footer-contacts * {
  color: var(--aw-white);
}
.mod-footer-contacts__contacts {
  margin-bottom: 20px;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: max(min(83px, 8vw), 35px) 0;
}
.footer-bottom__logo {
  margin-bottom: max(min(33px, 3vw), 20px);
}
.footer-bottom__logo img {
  max-width: 100%;
  height: auto;
}
.footer-bottom__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.29;
  letter-spacing: -0.28px;
  margin-bottom: max(min(55px, 5vw), 30px);
}
.footer-bottom__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
}
.footer-bottom__top a {
  font-size: 26px;
  font-family: var(--aw-font-header);
  letter-spacing: -0.02em;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 6px;
}
.footer-bottom__top a img {
  transition: 0.2s ease;
}
.footer-bottom__top a:hover img, .footer-bottom__top a:active img, .footer-bottom__top a:focus img {
  filter: grayscale(1) brightness(10);
}

.btn-primary-transparent {
  border: 1px solid var(--aw-accent);
  color: var(--aw-accent);
}
.btn-primary-transparent:hover, .btn-primary-transparent:active, .btn-primary-transparent:focus {
  background-color: var(--aw-accent);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hikashop_cart_module_product_icon_title {
  width: 24px;
}

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

.hikashop_subcontainer {
  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: 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: #403425 url("/images/theme/ban.jpg") no-repeat center/cover;
  padding: max(min(280px, 15vw), 120px) 0 0;
  margin-bottom: max(min(150px, 10vw), 45px);
}
@supports (background-image: url(a.webp)) {
  .main-banner {
    background-image: url("/images/theme/ban.webp");
  }
}
.main-banner__content {
  max-width: 656px;
  color: var(--aw-white);
  font-size: max(min(16px, 1.5vw), 14px);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: max(min(190px, 12vw), 75px);
}
.main-banner__title {
  font-size: max(min(60px, 4vw), 36px);
  line-height: 0.9;
  letter-spacing: -0.052em;
  color: var(--aw-white);
  margin-bottom: 28px;
}
.main-banner__title strong {
  font-size: 0.6em;
  font-weight: 300;
  line-height: 1.17;
  letter-spacing: -0.04em;
  font-family: var(--aw-font-family);
}
.main-banner__btn {
  margin-top: max(min(55px, 5vw), 30px);
}
.main-banner__btn .btn {
  width: 100%;
  max-width: 360px;
  min-height: max(min(71px, 6vw), 54px);
  font-size: max(min(26px, 3vw), 22px);
  gap: max(min(25px, 2vw), 15px);
}
.main-banner__advantages {
  background-image: linear-gradient(to top, #ede6e2 40%, rgba(237, 230, 226, 0));
  padding-bottom: max(min(108px, 8vw), 45px);
}
.main-banner__advantages > div {
  display: flex;
  justify-content: space-between;
  gap: 25px 15px;
}

.advantages-item {
  text-align: center;
  font-size: max(min(22px, 1.6vw), 16px);
  line-height: 1.08;
  letter-spacing: -0.022em;
  text-align: center;
  color: var(--aw-accent);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantages-item__ico {
  margin-bottom: max(min(28px, 2vw), 15px);
}
.advantages-item__title {
  font-family: var(--aw-font-header);
}
.windows-sistems {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px max(min(125px, 8vw), 25px);
  align-items: flex-end;
  margin-bottom: max(min(170px, 12vw), 45px);
}
.windows-sistems__sub-title {
  font-size: max(min(24px, 3vw), 22px);
  letter-spacing: -0.02em;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.windows-sistems__text {
  font-size: max(min(16px, 1.5vw), 14px);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: max(min(80px, 5vw), 35px);
}
.windows-sistems__image {
  position: relative;
}
.windows-sistems__image img {
  max-width: 100%;
  height: auto;
}
.windows-sistems__image-second {
  position: absolute;
  right: 0;
  bottom: -60px;
}
.windows-sistems__image-title {
  font-size: max(min(17px, 2vw), 15px);
  font-weight: 200;
  line-height: 1.53;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  margin-top: 1.8em;
}

.section-title {
  font-size: max(min(62px, 4.5vw), 38px);
  margin-bottom: max(min(38px, 5vw), 25px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.brends {
  --items: 4;
  display: grid;
  grid-template-columns: repeat(var(--items), 1fr);
  gap: max(min(15px, 2vw), 12px);
}
.brends__item {
  border-radius: 12px;
  box-shadow: 0px 10px 20px 0 rgba(230, 230, 230, 0.8);
  background-color: #fff;
  min-height: 115px;
  padding: 15px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brends__item img {
  max-width: 100%;
  height: auto;
}
.windows-order {
  margin-bottom: max(min(150px, 8vw), 45px);
}
.windows-order__title {
  font-size: max(min(22px, 2vw), 17px);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.022em;
  text-align: left;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: max(min(28px, 2.5vw), 15px) max(min(38px, 2.5vw), 15px);
  max-width: max(min(260px, 60%), 150px);
  width: 100%;
  z-index: 1;
  font-family: var(--aw-font-header);
}
.windows-order__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 212px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url("/images/theme/jija.png") no-repeat left bottom/contain;
}
.windows-order__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: max(min(27px, 2vw), 14px);
}
.windows-order__item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.windows-order__image {
  background-color: var(--aw-accent);
  overflow: hidden;
}
.windows-order__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 1.49/1;
}
.mp-windows {
  padding-top: max(min(30px, 3vw), 15px);
  margin-bottom: max(min(150px, 12vw), 45px);
}
.mp-windows__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: max(min(16px, 1.5vw), 12px);
  --items: 3;
  --gap: max(min(16px, 1.5vw), 12px);
}
.mp-windows__item {
  display: flex;
  flex-direction: column;
  padding: 20px max(min(39px, 2.5vw), 15px) max(min(28px, 2vw), 15px);
  overflow: hidden;
  border-radius: 12px;
  border: solid 1px #e8e8e8;
  background-color: #fff;
  flex: 0 0 calc((100% - (var(--items) - 1) * var(--gap)) / var(--items));
}
.mp-windows__item.mp-windows__item--stock {
  position: relative;
}
.mp-windows__item.mp-windows__item--stock::after {
  content: "";
  display: block;
  width: 146px;
  height: 25px;
  position: absolute;
  right: -6px;
  top: max(min(28px, 2vw), 5px);
  background: url("/images/theme/yy.png") no-repeat center/contain;
}
.mp-windows__item-image {
  min-height: 289px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: max(min(42px, 3vw), 25px);
}
.mp-windows__item-image img {
  width: 100%;
  max-width: 383px;
  max-height: 289px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.mp-windows__item-caption {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mp-windows__item-title {
  font-size: max(min(20px, 1.6vw), 16px);
  line-height: 1.2;
  text-align: left;
  color: #000;
  margin-bottom: max(min(25px, 2.5vw), 14px);
}
/* .mp-windows__item-price {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: -0.28px;
  color: #000;
  margin-bottom: max(min(28px, 3vw), 20px);
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
} */
.mp-windows__item-price b {
  font-size: max(min(28px, 2.5vw), 22px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.56px;
  text-align: left;
  color: #000;
}
.mp-windows__item-list {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.21;
  text-align: left;
  color: var(--aw-accent);
  margin-bottom: max(min(37px, 4vw), 30px);
}
.mp-windows__item-modal {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
}
.mp-windows__item-price{
  font-size: max(min(21px, 1.2vw), 18px);
  font-weight: 600;
  color: #000;
}
.mp-windows__item-modal .btn {
  width: 100%;
  max-width: 220px;
}
.stocks-mod {
  padding: max(min(108px, 8vw), 45px) 0 max(min(120px, 8vw), 45px);
  background-color: #ede6e2;
}

.stocks {
  scroll-margin-top: max(min(150px, 12vw), 100px);
}
.stocks__sldier .splide__arrow {
  top: 40%;
}
.stocks__slide-image {
  margin-bottom: max(min(28px, 2.5vw), 15px);
}
.stocks__slide-image img {
  aspect-ratio: 2.4/1;
  border-radius: 12px;
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 290px;
}
.stocks__slide-title {
  font-size: max(min(22px, 2vw), 18px);
  line-height: 1.09;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: max(min(18px, 2vw), 15px);
}
.stocks__slide-text {
  font-size: max(min(16px, 1.5vw), 14px);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

:root .splide__pagination {
  bottom: -10px;
}
:root .splide__pagination__page {
  width: 11px;
  height: 11px;
  background: transparent;
  border: solid 1px rgba(0, 0, 0, 0.3);
  opacity: 1;
  margin: 3px max(min(11px, 1vw), 2px);
}
:root .splide__pagination__page.is-active {
  transform: unset;
  background-color: #000;
}
:root .splide__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  --size: max(min(66px, 6vw), 56px);
  width: var(--size);
  height: var(--size);
  border-radius: 6px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  opacity: 1;
  background: transparent;
  transition: 0.2s ease;
}
:root .splide__arrow::after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url("/images/theme/ar (2).png") no-repeat center;
}
:root .splide__arrow svg {
  display: none;
}
:root .splide__arrow.splide__arrow--prev::after {
  transform: scaleX(-1);
}
:root .splide__arrow:hover {
  border-color: var(--aw-accent);
  background-color: var(--aw-accent);
  transition: 0.2s ease;
}
:root .splide__arrow:disabled {
  display: none;
}

.certificates-mod {
  background: url("/images/theme/bckr.jpg") no-repeat bottom right -240px/contain;
  padding: max(min(174px, 12vw), 45px) 0 max(min(180px, 9vw), 100px);
  overflow: hidden;
}
@supports (background-image: url(a.webp)) {
  .certificates-mod {
    background-image: url("/images/theme/bckr.webp");
  }
}

.certificates {
  scroll-margin-top: max(min(150px, 10vw), 10px);
}
.certificates__content {
  max-width: 716px;
}
.certificates__text {
  font-size: max(min(16px, 1.5vw), 14px);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.02em;
  max-width: 640px;
  margin-bottom: max(min(85px, 5vw), 35px);
}
.certificates__sldier .splide__track {
  --out-space: 35px;
  padding-left: var(--out-space) !important;
  padding-right: var(--out-space) !important;
  margin-right: calc(var(--out-space) * -1) !important;
  margin-left: calc(var(--out-space) * -1) !important;
  padding-bottom: 60px;
}
.certificates__sldier .splide__arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 100%;
  max-width: 160px;
}
.certificates__sldier .splide__arrows .splide__arrow {
  transform: unset;
}
.certificates__sldier .splide__arrows .splide__arrow--prev {
  left: 0;
}
.certificates__sldier .splide__arrows .splide__arrow--next {
  right: 0;
}
.certificates__item > a {
  display: block;
  position: relative;
  box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.3);
  border: 7px solid #000;
}
.certificates__item > a:hover::after {
  background-color: var(--aw-accent-a);
  box-shadow: none;
}
.certificates__item > a::after {
  content: "";
  display: block;
  width: 79px;
  height: 79px;
  border-radius: 50%;
  position: absolute;
  right: -24px;
  bottom: -24px;
  background: var(--aw-accent) url("/images/theme/l.png") no-repeat center;
  box-shadow: 0 5px 0 var(--aw-accent-a);
  transition: 0.22s ease;
}
.certificates__item img {
  max-width: 100%;
  height: auto;
}
.main-form {
  padding: max(min(100px, 8vw), 45px) 0;
  margin-bottom: max(min(140px, 10vw), 35px);
  color: #fff;
  background: #ff3636 url("/images/theme/meb.png") no-repeat right max(min(66px, 6vw), 0px) bottom/700px auto;
}
@supports (background-image: url(a.webp)) {
  .main-form {
    background-image: url("/images/theme/meb.webp");
  }
}
.main-form__title {
  color: inherit;
  max-width: 500px;
  margin-bottom: 18px;
  line-height: 0.9;
}
.main-form__text {
  color: inherit;
  max-width: 500px;
  font-size: max(min(16px, 1.5vw), 14px);
  margin-bottom: max(min(58px, 5vw), 25px);
}
.main-form__inputs {
  max-width: 728px;
  --items: 2;
  --gap: max(min(28px, 2vw), 15px);
}
.main-form__inputs .col-md-12 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.main-form__inputs .rsform-block {
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
}
.main-form__inputs .form-label {
  font-size: max(min(16px, 1.5vw), 14px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: left;
  margin: 10px 0 0;
}
.main-form__inputs .rsform-block-username,
.main-form__inputs .rsform-block-phonenumber {
  flex: 0 0 calc((100% - (var(--items) - 1) * var(--gap)) / var(--items));
}
.main-form__inputs .rsform-type-submitbutton {
  flex: auto;
  max-width: 260px;
}
.main-form__inputs .rsform-type-submitbutton .btn {
  width: 100%;
  background-color: #fff;
  color: #ff3636;
  box-shadow: 0 5px 0 #dadada;
  font-weight: 400;
}
.main-form__inputs .rsform-type-submitbutton .btn:hover {
  background-color: #dadada;
  color: #ff3636;
  box-shadow: none;
}
.main-form__inputs .rsform-block-agree1 {
  max-width: 345px;
  flex: auto;
  padding-top: 14px;
}
.main-form__inputs .rsform-block-agree1 p,
.main-form__inputs .rsform-block-agree1 a {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.38;
  text-align: left;
  color: #fff;
}
.main-form__inputs input[type=text],
.main-form__inputs input[type=mail],
.main-form__inputs input[type=phone],
.main-form__inputs input[type=tel] {
  background: #ff3636 !important;
}
.main-form__inputs .formError,
.main-form__inputs .formRed {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.rsform-type-checkboxgroup input[type=checkbox] {
  display: none;
}
.rsform-type-checkboxgroup input[type=checkbox]:checked + label::before {
  background-image: url("/images/theme/check.png") !important;
}
.rsform-type-checkboxgroup .form-check-label {
  display: flex;
  gap: max(min(19px, 2vw), 15px);
  position: relative;
}
.rsform-type-checkboxgroup .form-check-label::before {
  content: "";
  display: block;
  min-width: 25px;
  width: 25px;
  height: 25px;
  border-radius: 6px;
  border: solid 1px #fdede6;
  background: transparent no-repeat center/13px;
  cursor: pointer;
}

input[type=text].form-control,
input[type=mail].form-control,
input[type=phone].form-control,
input[type=tel].form-control,
textarea.form-control {
  border-radius: 6px;
  border: solid 1px #fff;
  background-color: transparent;
  min-height: max(min(56px, 6vw), 52px);
  color: inherit;
  font-size: max(min(16px, 1.5vw), 15px);
  padding: 15px max(min(20px, 2vw), 15px);
}
input[type=text].form-control:focus,
input[type=mail].form-control:focus,
input[type=phone].form-control:focus,
input[type=tel].form-control:focus,
textarea.form-control:focus {
  box-shadow: unset;
}
.carousel-mod {
  margin-bottom: max(min(150px, 10vw), 45px);
}
.carousel-mod .showtime-carousel {
  padding: 0;
}
.carousel-mod .showtime-carousel .showtime-image {
  padding: 0 max(min(12px, 1.2vw), 6px);
  margin: 0;
}
.carousel-mod .showtime-carousel .showtime-image img {
  outline: unset;
  box-shadow: unset;
  border: unset;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.carousel-mod .slick-dots {
  position: absolute;
  bottom: -30px;
}
.carousel-mod .slick-dots li button {
  width: 11px;
  height: 11px;
  opacity: 0.3;
  border: solid 1px #070707;
  background-color: transparent;
  border-radius: 50%;
  opacity: 1;
}
.carousel-mod .slick-dots li button::before {
  display: none;
}
.carousel-mod .slick-dots li.slick-active button {
  background-color: #070707;
}

.vk-section {
  padding: 60px 0;
  margin-bottom: max(min(140px, 9vw), 45px);
}
.vk-section > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px 35px;
  border-radius: 12px;
  background-color: #07f;
  padding: 0 max(min(58px, 6vw), 15px) 0 max(min(85px, 6vw), 15px);
}
.vk-section__text {
  color: #fff;
  font-size: max(min(16px, 1.5vw), 14px);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.vk-section__title {
  color: inherit;
  margin-bottom: 24px;
}
.vk-section__btn {
  margin-top: max(min(50px, 5vw), 30px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px max(min(56px, 3.5vw), 15px);
}
.vk-section__btn .btn {
  color: #07f;
  max-width: 214px;
  width: 100%;
}
.vk-section__btn .btn:hover, .vk-section__btn .btn:active, .vk-section__btn .btn:focus {
  color: #07f;
}
.vk-section__btn img {
  max-width: 100%;
  height: auto;
}
.vk-section__videos {
  display: flex;
  gap: max(min(35px, 2vw), 15px);
}
.vk-section__videos-item {
  display: flex;
  align-items: center;
  height: 355px;
  cursor: pointer;
  position: relative;
}
.vk-section__videos-item::after {
  --size: max(min(126px, 12vw), 60px);
  content: "";
  display: block;
  width: var(--size);
  height: var(--size);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("/images/theme/play.png") no-repeat center/contain;
}
.vk-section__videos-item.add-video::after {
  display: none;
}
.vk-section__videos-item iframe,
.vk-section__videos-item img {
  border-radius: 12px;
  max-width: 291px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.82;
  max-height: 529px;
}
.dj-megamenu-override {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  height: auto;
  position: relative;
  z-index: 500;
  font-family: var(--aw-font-family);
  width: auto;
  background: var(--aw-up-bg);
}

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

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

.dj-megamenu-override li a.dj-up_a {
  display: block;
  float: left;
  font-size: var(--aw-up-font-size);
  font-weight: var(--aw-up-font-weight);
  text-decoration: none;
  padding: 5px var(--aw-row-gap);
  cursor: pointer;
  background: transparent;
  color: var(--aw-white);
  transition: all 0.2s ease-out;
  letter-spacing: -0.03em;
}
.dj-megamenu-override li a.dj-up_a:hover > span {
  color: var(--aw-accent);
  text-decoration: underline;
}

.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;
  line-height: 1;
  background: transparent;
  transition: 0.2s ease;
}

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

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

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

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

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

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

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

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

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

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

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

.dj-megamenu-override li:hover a.dj-up_a,
.dj-megamenu-override li.hover a.dj-up_a,
.dj-megamenu-override li.active a.dj-up_a {
  color: #fff;
  border-left-color: #46a5df;
  background: var(--aw-up-bg-hover);
}

.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-white);
  background: transparent;
  text-decoration: none;
  padding: var(--aw-submenu-padding);
  margin: 0 -10px;
  transition: all 0.2s ease-out;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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: var(--aw-white);
}

.dj-offcanvas-override .dj-offcanvas-top {
  background: var(--aw-white);
  text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.dj-mobile-override li.dj-mobileitem > a {
  display: block;
  font-size: 20px;
  line-height: 1;
  background: var(--aw-white);
  color: var(--aw-text-color);
  text-decoration: none;
  padding: 20px 15px;
  cursor: pointer;
  border-top: 1px solid #e8e8e8;
  transition: background-color 0.2s ease-out;
}

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;
}
.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);
}
.pswp__bg{
  opacity: .7 !important;
}
/*==========  adaptive  ==========*/
@media (min-width: 1200px) {
  .hikashop_cart_product_image_thumb {
    padding-left: max(min(35px, 4vw), 0px);
  }
}
@media (width >= 1200px) {
  .h1, h1 {
    font-size: 2.5rem;
  }
  .h2, h2 {
    font-size: 2rem;
  }
  .h3, h3 {
    font-size: 1.75rem;
  }
  .h4, h4 {
    font-size: 1.5rem;
  }
}
@media (width >= 1550px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: calc(var(--container-width) + var(--bs-gutter-x));
  }
}
@media (width >= 1600px) {
  .stocks__sldier .splide__arrow {
    --pos-arrow: max(min(100px, 5.2vw), 35px);
  }
  .stocks__sldier .splide__arrow.splide__arrow--next {
    right: calc(var(--pos-arrow) * -1);
  }
  .stocks__sldier .splide__arrow.splide__arrow--prev {
    left: calc(var(--pos-arrow) * -1);
  }
  .stocks__sldier .splide__arrow .splide__pagination {
    bottom: -3.5em;
  }
}
@media (width <= 1700.98px) {
  .main-banner .container-xxl {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (width <= 1450.98px) {
  .main-banner__content {
    margin-bottom: 80px;
  }
  .advantages-item__ico img {
    max-width: 90px;
    height: auto;
  }
}
@media (width <= 1399.98px) {
  .mp-windows__item {
    padding-top: 35px;
  }
  .main-form {
    background-size: max(min(600px, 55vw), 300px);
    background-position: bottom right -200px;
  }
}
@media (width <= 1350.98px) {
  .header-info__address {
    display: none;
  }
}
@media (width <= 1199.98px) {
  .header__logo {
    max-width: 234px;
  }
  .windows-sistems {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .windows-sistems__image {
    width: 100%;
    margin-bottom: 50px;
  }
  .certificates__sldier .splide__track {
    --out-space: 20px;
  }
  .certificates-mod {
    background-size: cover;
    background-position: left 300px center;
    box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.4);
  }
  .certificates__text {
    color: #000;
  }
  .vk-section > .container {
    padding: 25px max(min(35px, 6vw), 15px);
  }
  .vk-section__videos-item {
    height: auto;
  }
  .mp-windows__item-modal{
    flex-direction: column-reverse;
  }
}
@media (width <= 991.98px) {
  .header__logo {
    max-width: 180px;
    padding: 10px;
    border-radius: 6px;
  }
  .header__block {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .header__menu,
  .header-info__socials,
  .header__logo-text,
  .header-info__modal {
    display: none;
  }
  .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%;
  }
  .mp-windows__grid {
    --items: 2;
  }
  .certificates__item > a::after {
    width: 50px;
    height: 50px;
    background-size: 40%;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
  }
  .certificates__sldier .splide__track {
    padding-bottom: 35px;
  }
  .certificates__sldier .splide__arrows {
    max-width: 125px;
  }
  .container-search {
    width: 100%;
  }
  .container-search .awesomplete {
    width: 100%;
  }
}
@media (width <= 767.98px) {
  .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;
  }
  .main-banner {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.35);
  }
  .main-banner__advantages > div {
    flex-wrap: wrap;
  }
  .advantages-item {
    flex: 30%;
  }
  .main-banner__advantages {
    background-image: linear-gradient(to top, #ede6e2 65%, rgba(237, 230, 226, 0));
  }
  .main-form {
    background-image: unset;
  }
  .main-form__inputs {
    --items: 1;
    --gap: 5px;
  }
  .main-form__inputs .form-check-inline {
    padding: 0;
  }
  .main-form__inputs .rsform-block-agree1,
  .main-form__inputs .rsform-type-submitbutton {
    max-width: 100%;
  }
  .vk-section > .container {
    flex-direction: column;
  }
}
@media (width <= 575.98px) {
  .footer-info {
    min-height: 0;
    flex-direction: column;
  }
  .footer-info__map {
    position: static;
    margin-bottom: 25px;
  }
  .footer-info__map iframe {
    height: 450px;
  }
  .footer-info__blocks {
    flex-direction: column;
  }
  .footer-info__img img {
    max-width: 100%;
  }
  .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-item {
    flex: 45%;
  }
  .main-banner__advantages {
    background-image: linear-gradient(to top, #ede6e2 75%, rgba(237, 230, 226, 0));
  }
  .advantages-item__ico img {
    max-width: 70px;
    height: auto;
  }
  .main-banner__content {
    margin-bottom: 50px;
  }
  .windows-sistems__image-main {
    max-width: 250px;
  }
  .windows-sistems__image-second {
    max-width: 260px;
  }
  .mp-windows__item-image {
    min-height: 200px;
  }
  .mp-windows__item-image img {
    max-width: 100%;
    max-height: 200px;
  }
}
@media (width <= 480.98px) {
  .hikashop_checkout_page > .hikashop_checkout_coupon .hikabtn_checkout_coupon_add {
    width: auto;
    padding: 10px 15px;
  }
  .main-banner .container-xxl {
    padding-left: 25px;
    padding-right: 25px;
  }
  .brends {
    --items: 2;
    gap: 8px;
  }
  .windows-order__grid {
    grid-template-columns: 1fr;
  }
  .windows-order__title {
    max-width: 160px;
  }
  .mp-windows__item{
    flex-grow: 1;
  }
}
@media (width <= 380.98px) {
  .header__logo {
    padding: 5px;
  }
  .header-info__phones a {
    font-size: 15px;
  }
  .mp-windows__grid {
    --items: 1;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
}
/*# sourceMappingURL=template.css.map */
