/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #FFFFFF);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #76BC21);
  --color-btn-bg-is-dark:var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade:var(--draft-color-btn-bg-minor-shade, #85d325);
  --color-btn-bg-minor-shade-is-dark:var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade:var(--draft-color-btn-bg-major-shade, #93dc39);
  --color-btn-bg-major-shade-is-light:var(--draft-color-btn-bg-major-shade-is-light, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #bbe983);
  --color-btn-bg-half-shade-is-light:var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text:var(--draft-color-accent-text, #76BC21);
  --color-accent-text-is-dark:var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade:var(--draft-color-accent-text-minor-shade, #85d325);
  --color-accent-text-minor-shade-is-dark:var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade:var(--draft-color-accent-text-major-shade, #93dc39);
  --color-accent-text-major-shade-is-light:var(--draft-color-accent-text-major-shade-is-light, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #bbe983);
  --color-accent-text-half-shade-is-light:var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark:var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark:var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade:var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark:var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade:var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark:var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade:var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark:var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light:var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light:var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade:var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light:var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade:var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light:var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade:var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning:var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light:var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade:var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light:var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade:var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light:var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade:var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark:var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success:var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light:var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade:var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light:var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade:var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light:var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade:var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark:var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error:var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light:var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light:var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade:var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light:var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade:var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark:var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info:var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light:var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade:var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light:var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade:var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light:var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade:var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family:var(--draft-font-family, Jost);
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, Jost);
  --heading-ratio:var(--draft-heading-ratio, 1.5);
  --heading-weight:var(--draft-heading-weight, 500);
  --collection_count:var(--draft-collection_count, 24);
  --search_count:var(--draft-search_count, 12);
  --blog_size:var(--draft-blog_size, 8);
  --product_not_available:var(--draft-product_not_available, shown);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar:var(--draft-delta_sidebar, 1);
  --type_sidebar:var(--draft-type_sidebar, sticky);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, left);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, right);
  --sidebar_cart_show:var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position:var(--draft-sidebar_cart_position, left);
  --sidebar_product_show:var(--draft-sidebar_product_show, false);
  --sidebar_product_position:var(--draft-sidebar_product_position, left);
  --sidebar_blog_show:var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, left);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, true);
  --compare_enabled:var(--draft-compare_enabled, true); }

/* line 4, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 8, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 12, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

/* line 16, theme.scss */
.demis-link-txt {
  font-size: 0.9rem;
  font-weight: normal; }

/* line 21, theme.scss */
.prop-brand-item {
  /*display:none;*/
  width: 100px;
  height: 50px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0; }

/* line 34, theme.scss */
.layout__content form.product {
  position: relative; }

/* line 38, theme.scss */
.prop-brand-item.brand-hisense {
  background-image: url(https://static.insales-cdn.com/r/_9_kAjTygCY/rs:fill-down:180:91:1/q:100/plain/files/1/5536/38237600/original/21214357_hisense_7375156.png@png); }

/* line 41, theme.scss */
.prop-brand-item.brand-royal-clima {
  background-image: url(https://static.insales-cdn.com/r/f0yT4exKGss/rs:fill-down:180:91:1/q:100/plain/files/1/6418/34748690/original/Royal-clima_f991fae9d960af37142eeb29a681e71e.jpg@jpg); }

/* line 45, theme.scss */
.prop-brand-item.brand-morozko {
  background-image: url(https://static.insales-cdn.com/r/oPt6lluB2UY/rs:fill-down:180:91:1/q:100/plain/files/1/5531/38237595/original/21214354_morozko_7375156.png@png); }

/* line 49, theme.scss */
.prop-brand-item.brand-expertair-by-zilon {
  background-image: url(https://static.insales-cdn.com/r/cEcb3AjPp6Q/rs:fill-down:180:91:1/q:100/plain/files/1/5540/38237604/original/21214359_expertair-by-zilon_7375156.png@png); }

/* line 53, theme.scss */
.prop-brand-item.brand-xigma {
  background-image: url(https://static.insales-cdn.com/r/iL2yuEfm7-s/rs:fill-down:180:91:1/q:100/plain/files/1/5526/38237590/original/21214346_xigma_7375156.png@png); }

/* line 57, theme.scss */
.prop-brand-item.brand-ultima-comfort {
  background-image: url(https://static.insales-cdn.com/r/MaFt2Qzng6k/rs:fill-down:180:91:1/q:100/plain/files/1/5529/38237593/original/21214349_ultima-comfort_7375156.png@png); }

/* line 61, theme.scss */
.prop-brand-item.brand-lg {
  background-image: url(https://static.insales-cdn.com/r/HsvIj_xq96w/rs:fill-down:180:91:1/q:100/plain/files/1/6449/34748721/original/lg.jpg@jpg); }

/* line 65, theme.scss */
.prop-brand-item.brand-hitachi {
  background-image: url(https://static.insales-cdn.com/r/HVAhhOAu9GQ/rs:fill-down:180:91:1/q:100/plain/files/1/6453/34748725/original/HITACHi.jpg@jpg); }

/* line 69, theme.scss */
.prop-brand-item.brand-funai {
  background-image: url(https://static.insales-cdn.com/r/tsJt513WSXk/rs:fill-down:180:91:1/q:100/plain/files/1/5790/34748062/original/Funai_4022b5b6022165a6e5bd8959431dc56e.jpg@jpg); }

/* line 73, theme.scss */
.prop-brand-item.brand-energolux {
  background-image: url(https://static.insales-cdn.com/files/1/73/128983113/original/5q33eqr2q55eucvbgq2youv47kdh0cm7.png); }

/* line 77, theme.scss */
.product__property--top-selected {
  margin-bottom: 20px; }

/*
.static-text * {
	font-size: 1.125rem;
}
.static-text h1
.static-text h2,
.static-text h3,
.static-text h4,
.static-text h5 {
	line-height: 1.2;
	margin-bottom: 0.5rem;
}
*/
@media screen and (max-width: 1099px) {
  /* line 96, theme.scss */
  .prop-brand-item {
    display: none; } }
@media screen and (max-width: 767px) {
  /* line 104, theme.scss */
  .static-text * {
    font-size: 0.875rem!important; }

  /*
	.static-text * {
		font-size: 1rem;
	}
	.static-text h1
	.static-text h2,
	.static-text h3,
	.static-text h4,
	.static-text h5 {
		line-height: 1.5;
		margin-bottom: 0.5rem;
	}*/ }
@media (max-width: 768px) {
  /* line 124, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 127, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 130, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; }

  /* line 133, theme.scss */
  .footer-demis img {
    max-width: 100px; }

  /* line 136, theme.scss */
  .demis-link-txt {
    font-size: 0.8rem; }

  /* line 139, theme.scss */
  ._mobileOffsetBottom__MVTYo {
    margin-bottom: 100px!important; } }
/* line 144, theme.scss */
.faq-page .question-label {
  background: #F5F5F6;
  display: block;
  padding: 10px;
  margin: 10px 0;
  cursor: pointer;
  position: relative;
  padding-left: 33px; }

/* line 154, theme.scss */
.faq-page .question-label::before {
  position: absolute;
  content: "+";
  left: 12px;
  top: 8px; }

/* line 161, theme.scss */
.faq-page .question-input:checked + .question-label::before {
  content: "-"; }

/* line 165, theme.scss */
.faq-page .question-input {
  display: none; }

/* line 169, theme.scss */
.faq-page .answer {
  height: 0;
  overflow: hidden;
  transition: 0.5s; }

/* line 175, theme.scss */
.faq-page .question-input:checked + .question-label + .answer {
  height: auto;
  padding: 10px 0;
  padding-left: 33px; }

/* line 180, theme.scss */
.faq-page .question-input {
  display: none; }

/* line 184, theme.scss */
.faq-page .answer {
  height: 0;
  overflow: hidden;
  transition: 0.5s; }

/* line 189, theme.scss */
.strong,
.bold,
.contacts-page-map-title,
.contacts-page-information-item-title {
  font-weight: bold; }

/* line 195, theme.scss */
.contacts-page-map-title {
  font-size: 23px;
  margin-bottom: 12px;
  color: #777; }

/* line 201, theme.scss */
.contacts-page-information-item {
  margin-bottom: 6px; }

/* line 205, theme.scss */
.contacts-page-top {
  gap: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

/* line 212, theme.scss */
.contacts-page iframe {
  border: 0;
  min-height: 640px; }

/* line 217, theme.scss */
.contacts-page-top {
  margin: 44px 0; }

/* line 221, theme.scss */
.contacts-icon-address {
  background-image: url(https://static.insales-cdn.com/files/1/4801/89010881/original/location.svg); }

/* line 225, theme.scss */
.contacts-icon-time {
  background-image: url(https://static.insales-cdn.com/files/1/4809/89010889/original/time.svg); }

/* line 229, theme.scss */
.contacts-icon-phone {
  background-image: url(https://static.insales-cdn.com/files/1/4833/89010913/original/phone.svg); }

/* line 233, theme.scss */
.contacts-icon-mail {
  background-image: url(https://static.insales-cdn.com/files/1/4841/89010921/original/mail.svg); }

/* line 237, theme.scss */
.contacts-page-information-item-title {
  font-size: 18px;
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px; }

/* line 245, theme.scss */
.contacts-page-information-item-text-mail {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 34px; }

/* line 251, theme.scss */
.contacts-page-left-side-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

/* line 257, theme.scss */
.contacts-page-information-item-text {
  color: #777;
  padding-left: 30px; }

/* line 262, theme.scss */
.contacts-page-top > div {
  box-sizing: border-box; }

/* line 266, theme.scss */
.contacts-page-top > div:first-child {
  width: 50%; }

/* line 270, theme.scss */
.contacts-page-top > div:last-child {
  width: 45%; }

/* line 275, theme.scss */
.contacts-page-information-item-text-tel a {
  font-size: 18px;
  color: black;
  text-decoration: none;
  padding-left: 30px; }

/* line 282, theme.scss */
.contacts-page-information-item-text-mail a {
  font-size: 18px;
  color: black;
  text-decoration: none; }

/* line 288, theme.scss */
.contacts-page-right-side {
  margin-top: -46px; }

/* line 292, theme.scss */
.contacts-page-information-item-title-phone {
  color: #777;
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 18px;
  font-weight: normal; }

/* line 303, theme.scss */
.contacts-page-social-title {
  font-size: 23px;
  margin-bottom: 12px;
  font-weight: bold; }

/* line 309, theme.scss */
.contacts-page-rekvisits-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 12px; }

/* line 315, theme.scss */
.contacts-page .social-items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px; }

/* line 322, theme.scss */
.contacts-page .social-img-item {
  max-width: 26px; }

/* line 326, theme.scss */
.social-img-item img {
  width: 100%; }

/* line 330, theme.scss */
.contacts-page-rekvisits-data-row {
  margin: 6px 0; }

@media screen and (max-width: 1199px) {
  /* line 335, theme.scss */
  .contacts-page-left-side-row {
    display: block; } }
@media screen and (max-width: 991px) {
  /* line 342, theme.scss */
  .contacts-page-top > div:first-child,
  .contacts-page-top > div:last-child {
    width: 100%!important; } }
@media screen and (max-width: 767px) {
  /* line 349, theme.scss */
  .contacts-page-top {
    display: block; }

  /* line 352, theme.scss */
  .contacts-page-right-side {
    margin: 20px 0; } }
/* line 357, theme.scss */
.table1 {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 10px; }

/* line 364, theme.scss */
.Availability_info__1IJfD {
  display: flex; }

/* line 367, theme.scss */
.ShopsList_wrapper__vg1C_ {
  min-width: 324px;
  margin-right: 16px;
  height: 532px;
  overflow-y: hidden;
  overflow-x: hidden; }

/* line 374, theme.scss */
.ShopsList_shop__5jLRp {
  cursor: pointer;
  min-width: 316px;
  max-width: 316px;
  padding: 16px; }

/* line 380, theme.scss */
.ShopsList_row__Ob9pE {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px; }

/* line 385, theme.scss */
.ShopsList_point__QEsSs {
  color: rgba(20, 20, 23, 0.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 14px; }

/* line 391, theme.scss */
.ShopsList_status__H9hDi {
  color: #88c309; }

/* line 394, theme.scss */
.ShopsList_status__H9hDi {
  width: max-content;
  text-align: right;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px; }

/* line 401, theme.scss */
.ShopsList_info__HIyNH {
  display: block;
  align-items: flex-start;
  row-gap: 10px; }

/* line 408, theme.scss */
.ShopsList_name__qf2gp {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px; }

/* line 413, theme.scss */
.ShopsList_address__7_Lnv {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700; }

/* line 418, theme.scss */
.OperatingMode_operatingMode__31GDO {
  padding: 2px 0;
  font-size: 12px;
  line-height: 14px;
  margin: 4px 0; }

/* line 424, theme.scss */
.OperatingMode_operatingMode__31GDO:not(:first-child) {
  margin: 4px 0; }

/* line 427, theme.scss */
.OperatingMode_timeToClose__bMyHv {
  padding: 6px 0;
  font-size: 14px;
  line-height: 18px;
  color: rgba(20, 20, 23, 0.5); }

/* line 436, theme.scss */
.OperatingMode_operatingMode__31GDO {
  padding: 2px 0;
  font-size: 12px;
  line-height: 14px;
  margin: 4px 0; }

/* line 445, theme.scss */
.OperatingMode_operatingMode__31GDO:not(:first-child) {
  margin: 4px 0; }

/* line 450, theme.scss */
.ShopsList_phone__U_9zq {
  margin: 12px 0;
  font-size: 12px;
  line-height: 14px; }

/* line 456, theme.scss */
.PrimaryButton_button__Nv03_ {
  color: #fff;
  background-color: #ff5108;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 30px;
  display: inline-block;
  text-align: center; }

/* line 468, theme.scss */
.ShopsList_button__MElDj {
  background: #f1f3fa;
  color: #000;
  margin-top: 16px;
  width: 100%;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px; }

/* line 479, theme.scss */
.Availability_contentWrapper__Ytyb5 {
  margin: 50px 0; }

/* line 483, theme.scss */
.Availability_contentWrapper__Ytyb5 .ShopsList_info__HIyNH {
  font-size: 14px; }

/* line 487, theme.scss */
.Availability_contentWrapper__Ytyb5 iframe {
  border: 0; }

/* line 491, theme.scss */
.ShopsList_wrapper__vg1C_ {
  background: #f6f7fb; }

/* line 495, theme.scss */
.Availability_link__6l8_Y {
  display: block;
  margin-bottom: 10px; }

/* line 500, theme.scss */
.ShopsList_point__QEsSs p,
.OperatingMode_operatingMode__31GDO p,
.ShopsList_phone__U_9zq a {
  font-size: 14px; }

/* line 506, theme.scss */
.YandexMap_wrapper__fXqqu {
  width: 100%;
  height: 100%;
  background-color: #fff; }

/* line 512, theme.scss */
.ShopsMap_map__9B1QN {
  max-width: 100%;
  height: 532px !important; }

@media screen and (max-width: 899px) {
  /* line 518, theme.scss */
  .Availability_info__1IJfD {
    flex-direction: column; }

  /* line 521, theme.scss */
  .ShopsList_wrapper__vg1C_ {
    height: auto;
    margin: 0 auto; } }
