@charset "UTF-8";
/* 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, #ffcc00);
  --color-btn-bg-is-light: var(--draft-color-btn-bg-is-light, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #f7c600);
  --color-btn-bg-minor-shade-is-light: var(--draft-color-btn-bg-minor-shade-is-light, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #edbe00);
  --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, #806600);
  --color-btn-bg-half-shade-is-dark: var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text: var(--draft-color-accent-text, #2F80ED);
  --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, #458fef);
  --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, #5a9bf1);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #98c1f6);
  --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, 4px);
  --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, #fff3ca);
  --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, #fff2c8);
  --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, #ffedb3);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, 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, #d3ecd9);
  --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, #d1ecd7);
  --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, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, 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, #f8d7da);
  --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, #f8d5d8);
  --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, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, 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, #cae4ff);
  --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, #c8e3ff);
  --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, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, "PT Root UI");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Roboto);
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 50);
  --search_count: var(--draft-search_count, 15);
  --blog_size: var(--draft-blog_size, 6);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1400px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, normal);
  --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, left);
  --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; }

@media (max-width: 768px) {
  /* line 17, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

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

  /* line 23, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* - fixed top header - */
@media (min-width: 775px) {
  /* line 38, theme.scss */
  .header__collections-overlay.is-show {
    z-index: 100; } }
@media (min-width: 2300px) {
  /* line 44, theme.scss */
  .k-mgt-collections-wrapper {
    margin-top: 190px; } }
/* --- fixed top header --- */
/* - блок с ютуб видео, с постзагрузкой - */
/* line 52, theme.scss */
.preyoutube {
  scrollbar-width: thin;
  scrollbar-color: #d0323d; }

/* line 57, theme.scss */
.preyoutube::-webkit-scrollbar {
  height: 12px;
  width: 12px; }

/* line 62, theme.scss */
.preyoutube::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* line 66, theme.scss */
.preyoutube::-webkit-scrollbar-thumb {
  background-color: #d0323d;
  border-radius: 5px; }

/* line 71, theme.scss */
.preyoutube {
  display: flex;
  width: 100%;
  height: 182px;
  overflow: hidden;
  overflow-x: auto; }

/* line 79, theme.scss */
.preyoutube__block {
  display: flex;
  margin: 6px;
  min-width: 45%; }

/* line 85, theme.scss */
.preyoutube__block iframe {
  width: 100%; }

/* line 89, theme.scss */
.preyoutube__block-iframe {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
  width: 100%;
  background-size: cover; }

/* line 100, theme.scss */
.preyoutube__block:first-child {
  margin-right: 4px;
  margin-left: 0px; }

/* line 105, theme.scss */
.preyoutube__block:last-child {
  margin-left: 4px;
  margin-right: 0px; }

/* line 110, theme.scss */
.preyoutube__block .preyoutube__block-ytb-ico {
  background: url("https://static.insales-cdn.com/files/1/3412/21982548/original/youtube-play-btn.png") no-repeat;
  background-position: 0 -50px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  height: 50px;
  width: 69px;
  transition: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

/* line 128, theme.scss */
.preyoutube__block:hover .preyoutube__block-ytb-ico {
  background-position: 0 0; }

/* line 132, theme.scss */
.product-description .preyoutube__block {
  min-width: 30%;
  width: 30%; }

/* line 137, theme.scss */
.product-description .preyoutube__block {
  height: 200px;
  margin-left: 6px; }

/* line 142, theme.scss */
.product-description .preyoutube__block:first-child,
.product-description .preyoutube__block:last-child {
  margin-right: 6px; }

@media (max-width: 1023.98px) {
  /* line 148, theme.scss */
  .preyoutube {
    height: 250px; }

  /* line 152, theme.scss */
  .preyoutube__block,
  .product-description .preyoutube__block {
    min-width: 100%; }

  /* line 157, theme.scss */
  .preyoutube__block iframe,
  .product-description .preyoutube__block {
    height: 226px; }

  /* line 162, theme.scss */
  .product-description .preyoutube__block-iframe {
    background-size: contain; }

  /* line 166, theme.scss */
  .preyoutube__block:last-child,
  .product-description .preyoutube__block {
    margin-left: 0px; } }
/* --- блок с ютуб видео, с постзагрузкой --- */
/* line 173, theme.scss */
.video .scroll-arrow {
  display: none; }

/* - фильтры категорий - */
/* line 179, theme.scss */
.k-filter__block {
  display: none;
  flex-wrap: wrap;
  margin: 0px 0px 60px 0px;
  border: 1px solid #eee;
  padding: 20px 40px;
  background-color: #fff;
  overflow: hidden; }

/* line 189, theme.scss */
.k-filter__block-title {
  display: flex;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding-bottom: 4px;
  justify-content: space-between; }

/* line 199, theme.scss */
.k-filter__block-title-text {
  display: flex; }

/* line 203, theme.scss */
.k-filter__block-title-btn {
  display: flex;
  color: white;
  font-size: 16px;
  background: #d0323d;
  border: none;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 6px 12px;
  cursor: pointer;
  min-width: 220px; }

/* line 217, theme.scss */
.k-filter__block-title-btn .icon {
  margin-left: 8px; }

/* line 221, theme.scss */
.k-filter__block-title-btn:hover {
  background: #d54851; }

/* line 225, theme.scss */
.k-filter__block-title-btn:active {
  background: #d0323d; }

/* line 229, theme.scss */
.k-filter__block-body {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 18px 0px;
  overflow: hidden; }

/* line 237, theme.scss */
.k-filter__block-body-full {
  display: none;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden; }

/* line 244, theme.scss */
.k-filter__criterion {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 4px 8px; }

/* line 251, theme.scss */
.k-filter__criterion:nth-child(2n) {
  background: #eee; }

/* line 255, theme.scss */
.k-filter__criterion-title {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  padding-right: 12px;
  min-width: 300px; }

/* line 263, theme.scss */
.k-filter__criterion-variants {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1; }

/* line 269, theme.scss */
.k-filter__criterion-variants span {
  padding: 0px 20px; }

/* line 273, theme.scss */
.k-filter__criterion-variants .color-eee {
  color: #eee; }

/* line 277, theme.scss */
.k-filter__criterion-variants .color-fff {
  color: #fff; }

/* line 281, theme.scss */
.k-filter__criterion-checkbox {
  display: flex; }

/* line 285, theme.scss */
.k-filter__criterion-checkbox label {
  padding-left: 4px;
  cursor: pointer;
  user-select: none; }

/* line 291, theme.scss */
.k-filter__criterion-checkbox label:hover {
  color: #d0323d; }

/* line 295, theme.scss */
.k-filter__block-buttons {
  display: flex;
  flex-wrap: wrap; }

/* line 300, theme.scss */
.k-filter__btn-apply {
  display: flex;
  background: #d0323d;
  color: #fff;
  border: 0px;
  padding: 6px 12px;
  cursor: pointer;
  width: 120px;
  justify-content: center; }

/* line 311, theme.scss */
.k-filter__btn-apply:hover {
  background: #d54851; }

/* line 315, theme.scss */
.k-filter__btn-apply:active {
  background: #d0323d; }

/* line 319, theme.scss */
.k-filter__btn-clear {
  display: flex;
  background: #eee;
  color: #373434;
  border: 0px;
  padding: 6px 12px;
  cursor: pointer;
  margin-left: 4px;
  width: 120px;
  justify-content: center; }

/* line 331, theme.scss */
.k-filter__btn-clear:hover {
  background: #e8e8e8; }

/* line 335, theme.scss */
.k-filter__btn-clear:active {
  background: #eee; }

/* line 339, theme.scss */
.k-filter__product-properties {
  display: none; }

/* line 343, theme.scss */
.k-filter__button-show {
  display: none;
  border: none;
  padding: 10px 18px;
  background: #ededed;
  justify-content: space-around;
  font-size: 18px;
  align-items: center;
  color: #484848;
  cursor: pointer; }

/* line 355, theme.scss */
.k-filter__button-show .icon {
  margin-left: 6px; }

/* line 359, theme.scss */
.k-filter__button-show:hover {
  background: #f2f2f2; }

/* line 363, theme.scss */
.k-filter__button-active {
  display: flex; }

/* line 367, theme.scss */
.k-filter__full-filter-active {
  display: flex; }

/* line 371, theme.scss */
.k-product-preview-hide {
  display: none; }

/* line 375, theme.scss */
.k-filter__countf {
  margin: 6px;
  margin-top: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  margin-left: 6px;
  font-size: 18px;
  display: flex;
  align-items: flex-end; }

/* line 386, theme.scss */
.k-filter__none-result {
  display: none;
  margin-top: 30px;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 20px; }

/* line 397, theme.scss */
.k-filter__none-result-active {
  display: flex; }

/* line 401, theme.scss */
.k-filter-hide-elem {
  display: none; }

@media (max-width: 1199.98px) {
  /* line 406, theme.scss */
  .k-filter__criterion-title {
    width: 100%; }

  /* line 410, theme.scss */
  .k-filter__criterion-variants {
    padding: 6px 0px; } }
@media (max-width: 774.98px) {
  /* line 416, theme.scss */
  .k-filter__button-show {
    justify-content: center; }

  /* line 420, theme.scss */
  .k-filter__criterion {
    margin-bottom: 12px; }

  /* line 424, theme.scss */
  .k-filter__criterion-checkbox {
    flex-grow: 1;
    padding: 0px 8px; }

  /* line 429, theme.scss */
  .color-eee,
  .color-fff {
    display: none; }

  /* line 434, theme.scss */
  .k-filter__block {
    padding: 20px 14px;
    margin-bottom: 20px; }

  /* line 439, theme.scss */
  .k-filter__block-buttons {
    width: 100%; }

  /* line 443, theme.scss */
  .k-filter__btn-apply {
    width: 100%;
    margin-bottom: 6px; }

  /* line 448, theme.scss */
  .k-filter__btn-clear {
    margin: 0px;
    width: 100%; }

  /* line 453, theme.scss */
  .k-filter__criterion-title {
    min-width: auto;
    padding: 6px 8px;
    line-height: 18px;
    border-bottom: 1px solid #8c8c8c; }

  /* line 460, theme.scss */
  .k-filter__block-title {
    flex-wrap: wrap; } }
@media (max-width: 699.98px) {
  /* line 466, theme.scss */
  .k-filter__block {
    margin-top: 20px; } }
@media (max-width: 499.98px) {
  /* line 472, theme.scss */
  .k-filter__block-title-text {
    font-size: 20px;
    order: 1;
    width: 100%;
    justify-content: center;
    border-top: 1px solid #eee;
    padding-top: 4px;
    margin-top: 18px; }

  /* line 482, theme.scss */
  .k-filter__block-title-text .k-filter__countf {
    font-size: 14px; }

  /* line 486, theme.scss */
  .k-filter__block-title-btn {
    width: 100%;
    /*margin-bottom: 18px;*/
    order: 0; } }
@media (max-width: 339.98px) {
  /* line 494, theme.scss */
  .k-filter__block-title {
    line-height: 24px; } }
/* line 499, theme.scss */
.k-hide-element {
  display: none !important; }

/* line 503, theme.scss */
.k-show-element {
  display: flex !important; }

/* --- фильтры категорий --- */
/* - видео для страницы Отзывы - */
/* line 513, theme.scss */
.wrap-video-page-otzyv .preyoutube {
  height: 200px; }

/* line 517, theme.scss */
.wrap-video-page-otzyv .preyoutube__block {
  min-width: 25%; }

@media (max-width: 1023.98px) {
  /* line 522, theme.scss */
  .wrap-video-page-otzyv .preyoutube {
    height: 250px; }

  /* line 526, theme.scss */
  .wrap-video-page-otzyv .preyoutube__block {
    min-width: 100%;
    padding: 0px 8px; }

  /* line 531, theme.scss */
  .wrap-video-page-otzyv .preyoutube__block iframe {
    height: 226px; }

  /* line 535, theme.scss */
  .wrap-video-page-otzyv .preyoutube__block:last-child {
    margin-left: 0px; } }
/* --- видео для страницы Отзывы --- */
/* - уведомление вверху сайта - */
/* line 544, theme.scss */
.message-top-site {
  display: none;
  /*display: flex;*/
  padding: 14px 100px;
  background: #2a8f23;
  color: #fff;
  font-size: 18px;
  justify-content: center;
  text-align: center; }

/* line 555, theme.scss */
.mob-message-top-site {
  display: none;
  padding: 8px 16px;
  background: #2a8f23;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  text-align: center; }

@media (max-width: 1279.98px) {
  /* line 566, theme.scss */
  .message-top-site {
    /* padding: 8px 16px;*/
    font-size: 16px; } }
@media (max-width: 774.98px) {
  /* line 573, theme.scss */
  .message-top-site {
    display: none; }

  /* line 577, theme.scss */
  .mob-message-top-site {
    display: none;
    /* display: flex;*/ } }
@media (min-width: 774.98px) {
  /* line 584, theme.scss */
  .k-mgt-collections-wrapper {
    /*margin-top: 240px;*/ } }
/* --- уведомление вверху сайта --- */
/* - блок с телеграм приглашением - */
/* line 592, theme.scss */
.telegram-info {
  display: none;
  padding: 14px 100px;
  background: #4e96d4;
  color: #fff;
  font-size: 18px;
  justify-content: center;
  text-align: center;
  align-content: center;
  align-items: center;
  line-height: 18px;
  flex-wrap: wrap; }

/* line 606, theme.scss */
.telegram-info.telegram-info-show {
  display: flex; }

/* line 610, theme.scss */
.telegram-info a {
  background: #fff;
  padding: 3px 16px;
  border-radius: 5px;
  display: flex;
  text-decoration: none;
  margin-left: 28px;
  height: 30px;
  align-content: center;
  align-items: center; }

/* line 622, theme.scss */
.telegram-info a:hover {
  background: #eff4f9; }

/* line 626, theme.scss */
.telegram-info .icon-tg {
  margin-left: 20px;
  height: 30px; }

/* line 631, theme.scss */
.telegram-info-close {
  display: flex;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 14px;
  cursor: pointer;
  transition: 0.8s; }

/* line 641, theme.scss */
.telegram-info-close:hover {
  height: 22px;
  width: 22px; }

/* line 646, theme.scss */
.mob-telegram-info {
  display: none;
  padding: 8px 16px;
  background: #4e96d4;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  text-align: center;
  align-content: center;
  align-items: center;
  line-height: 18px;
  flex-wrap: wrap;
  position: relative; }

/* line 661, theme.scss */
.mob-telegram-info p {
  display: flex;
  margin: 0px;
  padding: 4px 0px 8px 0px; }

/* line 667, theme.scss */
.mob-telegram-info a {
  background: #fff;
  padding: 3px 24px 3px 20px;
  border-radius: 5px;
  display: flex;
  text-decoration: none;
  margin-left: 28px;
  height: 24px;
  align-content: center;
  align-items: center; }

/* line 679, theme.scss */
.mob-telegram-info a:hover {
  background: #eff4f9; }

/* line 683, theme.scss */
.mob-telegram-info .mob-icon-tg {
  margin-right: 6px;
  height: 16px; }

/* line 688, theme.scss */
.mob-telegram-info-close {
  display: flex;
  height: 14px;
  width: 14px;
  position: absolute;
  bottom: 14px;
  right: 14px;
  cursor: pointer;
  transition: 0.8s; }

/* для ссылки в сообщении, за место телеграма */
/* line 700, theme.scss */
.tg-info-mes-link {
  background: none !important;
  color: #fff !important;
  font-weight: 600;
  text-decoration: underline !important; }

@media (max-width: 1279.98px) {
  /* line 708, theme.scss */
  .message-top-site {
    /* padding: 8px 16px;*/
    padding: 8px 16px; } }
@media (max-width: 774.98px) {
  /* line 715, theme.scss */
  .telegram-info {
    display: none; }

  /* line 719, theme.scss */
  .mob-telegram-info.telegram-info-show {
    display: flex; }

  /* line 723, theme.scss */
  .telegram-info.telegram-info-show {
    padding: 10px 40px; }

  /* line 727, theme.scss */
  .telegram-info.telegram-info-show .icon-tg {
    display: none; }

  /* line 731, theme.scss */
  .telegram-info.telegram-info-show a {
    margin: 10px 0px 0px 0px; } }
@media (max-width: 479.98px) {
  /* line 737, theme.scss */
  .mob-telegram-info p {
    width: 100%;
    text-align: center;
    justify-content: center; }

  /* line 743, theme.scss */
  .mob-telegram-info a {
    margin-left: 0px; } }
/* --- блок с телеграм приглашением --- */
/* - новогодняя гирлянда - */
/* line 753, theme.scss */
.b-page__content {
  min-height: 110px;
  display: none;
  /*display: block;*/ }

/* line 759, theme.scss */
.b-head-decor {
  display: none; }

/* line 763, theme.scss */
.b-page_newyear .b-head-decor {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 115px;
  width: 100%;
  overflow: hidden;
  background: url(https://static.insales-cdn.com/files/1/3993/25030553/original/b-head-decor_newyear.png) repeat-x 0 0; }

/* line 774, theme.scss */
.b-page_newyear .b-head-decor__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 115px;
  display: block;
  width: 373px; }

/* line 783, theme.scss */
.b-page_newyear .b-head-decor::before {
  content: '';
  display: block;
  position: absolute;
  top: -115px;
  left: 0;
  z-index: 3;
  height: 115px;
  display: block;
  width: 100%;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.75); }

/* line 796, theme.scss */
.b-page_newyear .b-head-decor__inner_n2 {
  left: 373px; }

/* line 800, theme.scss */
.b-page_newyear .b-head-decor__inner_n3 {
  left: 746px; }

/* line 804, theme.scss */
.b-page_newyear .b-head-decor__inner_n4 {
  left: 1119px; }

/* line 808, theme.scss */
.b-page_newyear .b-head-decor__inner_n5 {
  left: 1492px; }

/* line 812, theme.scss */
.b-page_newyear .b-head-decor__inner_n6 {
  left: 1865px; }

/* line 816, theme.scss */
.b-page_newyear .b-head-decor__inner_n7 {
  left: 2238px; }

/* line 820, theme.scss */
.b-page_newyear .b-head-decor__inner_n8 {
  left: 2611px; }

/* line 824, theme.scss */
.b-page_newyear .b-head-decor__inner_n9 {
  left: 2984px; }

/* line 828, theme.scss */
.b-page_newyear .b-head-decor__inner_n10 {
  left: 3357px; }

/* line 832, theme.scss */
.b-ball {
  position: absolute; }

/* line 836, theme.scss */
.b-ball_n1 {
  top: 0;
  left: 3px;
  width: 59px;
  height: 83px; }

/* line 843, theme.scss */
.b-ball_n2 {
  top: -19px;
  left: 51px;
  width: 55px;
  height: 70px; }

/* line 850, theme.scss */
.b-ball_n3 {
  top: 9px;
  left: 88px;
  width: 49px;
  height: 67px; }

/* line 857, theme.scss */
.b-ball_n4 {
  top: 0;
  left: 133px;
  width: 57px;
  height: 102px; }

/* line 864, theme.scss */
.b-ball_n5 {
  top: 0;
  left: 166px;
  width: 49px;
  height: 57px; }

/* line 871, theme.scss */
.b-ball_n6 {
  top: 6px;
  left: 200px;
  width: 54px;
  height: 70px; }

/* line 878, theme.scss */
.b-ball_n7 {
  top: 0;
  left: 240px;
  width: 56px;
  height: 67px; }

/* line 885, theme.scss */
.b-ball_n8 {
  top: 0;
  left: 283px;
  width: 54px;
  height: 53px; }

/* line 892, theme.scss */
.b-ball_n9 {
  top: 10px;
  left: 321px;
  width: 49px;
  height: 66px; }

/* line 899, theme.scss */
.b-ball_n1 .b-ball__i {
  background: url(https://static.insales-cdn.com/files/1/3982/25030542/original/b-ball_n1.png) no-repeat; }

/* line 903, theme.scss */
.b-ball_n2 .b-ball__i {
  background: url(https://static.insales-cdn.com/files/1/3985/25030545/original/b-ball_n2.png) no-repeat; }

/* line 907, theme.scss */
.b-ball_n3 .b-ball__i {
  background: url(https://static.insales-cdn.com/files/1/3987/25030547/original/b-ball_n3.png) no-repeat; }

/* line 911, theme.scss */
.b-ball_n4 .b-ball__i {
  background: url(https://static.insales-cdn.com/files/1/3994/25030554/original/b-ball_n4.png) no-repeat; }

/* line 915, theme.scss */
.b-ball_n5 .b-ball__i {
  background: url(https://static.insales-cdn.com/files/1/3986/25030546/original/b-ball_n5.png) no-repeat; }

/* line 919, theme.scss */
.b-ball_n6 .b-ball__i {
  background: url(https://static.insales-cdn.com/files/1/3995/25030555/original/b-ball_n6.png) no-repeat; }

/* line 923, theme.scss */
.b-ball_n7 .b-ball__i {
  background: url(https://static.insales-cdn.com/files/1/3984/25030544/original/b-ball_n7.png) no-repeat; }

/* line 927, theme.scss */
.b-ball_n8 .b-ball__i {
  background: url(https://static.insales-cdn.com/files/1/3997/25030557/original/b-ball_n8.png) no-repeat; }

/* line 931, theme.scss */
.b-ball_n9 .b-ball__i {
  background: url(https://static.insales-cdn.com/files/1/3989/25030549/original/b-ball_n9.png) no-repeat; }

/* line 935, theme.scss */
.b-ball_i1 .b-ball__i {
  background: url(https://static.insales-cdn.com/files/1/3990/25030550/original/b-ball_i1.png) no-repeat; }

/* line 939, theme.scss */
.b-ball_i2 .b-ball__i {
  background: url(https://static.insales-cdn.com/files/1/3992/25030552/original/b-ball_i2.png) no-repeat; }

/* line 943, theme.scss */
.b-ball_i3 .b-ball__i {
  background: url(https://static.insales-cdn.com/files/1/3981/25030541/original/b-ball_i3.png) no-repeat; }

/* line 947, theme.scss */
.b-ball_i4 .b-ball__i {
  background: url(https://static.insales-cdn.com/files/1/3991/25030551/original/b-ball_i4.png) no-repeat; }

/* line 951, theme.scss */
.b-ball_i5 .b-ball__i {
  background: url(https://static.insales-cdn.com/files/1/3983/25030543/original/b-ball_i5.png) no-repeat; }

/* line 955, theme.scss */
.b-ball_i6 .b-ball__i {
  background: url(https://static.insales-cdn.com/files/1/3996/25030556/original/b-ball_i6.png) no-repeat; }

/* line 959, theme.scss */
.b-ball_i1 {
  top: 0;
  left: 0;
  width: 25px;
  height: 71px; }

/* line 966, theme.scss */
.b-ball_i2 {
  top: 0;
  left: 25px;
  width: 61px;
  height: 27px; }

/* line 973, theme.scss */
.b-ball_i3 {
  top: 0;
  left: 176px;
  width: 29px;
  height: 31px; }

/* line 980, theme.scss */
.b-ball_i4 {
  top: 0;
  left: 205px;
  width: 50px;
  height: 51px; }

/* line 987, theme.scss */
.b-ball_i5 {
  top: 0;
  left: 289px;
  width: 78px;
  height: 28px; }

/* line 994, theme.scss */
.b-ball_i6 {
  top: 0;
  left: 367px;
  width: 6px;
  height: 69px; }

/* line 1001, theme.scss */
.b-ball__i {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  pointer-events: none; }

/* line 1016, theme.scss */
.b-ball_bounce .b-ball__right {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  z-index: 9; }

/* line 1025, theme.scss */
.b-ball_bounce:hover .b-ball__right {
  display: none; }

/* line 1029, theme.scss */
.b-ball_bounce .b-ball__right:hover {
  left: 0;
  display: block !important; }

/* line 1034, theme.scss */
.b-ball_bounce.bounce > .b-ball__i {
  -webkit-transform: rotate(-9deg);
  -moz-transform: rotate(-9deg);
  -o-transform: rotate(-9deg);
  transform: rotate(-9deg); }

/* line 1041, theme.scss */
.b-ball_bounce .b-ball__right.bounce + .b-ball__i {
  -webkit-transform: rotate(9deg);
  -moz-transform: rotate(9deg);
  -o-transform: rotate(9deg);
  transform: rotate(9deg); }

/* line 1048, theme.scss */
.b-ball_bounce.bounce1 > .b-ball__i {
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  transform: rotate(6deg); }

/* line 1055, theme.scss */
.b-ball_bounce .b-ball__right.bounce1 + .b-ball__i {
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  transform: rotate(-6deg); }

/* line 1062, theme.scss */
.b-ball_bounce.bounce2 > .b-ball__i {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg); }

/* line 1069, theme.scss */
.b-ball_bounce .b-ball__right.bounce2 + .b-ball__i {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg); }

/* line 1076, theme.scss */
.b-ball_bounce.bounce3 > .b-ball__i {
  -webkit-transform: rotate(1.5deg);
  -moz-transform: rotate(1.5deg);
  -o-transform: rotate(1.5deg);
  transform: rotate(1.5deg); }

/* line 1083, theme.scss */
.b-ball_bounce .b-ball__right.bounce3 + .b-ball__i {
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg); }

/* line 1090, theme.scss */
.b-page_newyear {
  background: #F7F7F7; }

@media (min-width: 2559.98px) {
  /* line 1095, theme.scss */
  .k-mgt-collections-wrapper {
    /*margin-top: 300px !important;*/ } }
@media (min-width: 774.98px) {
  /* line 1101, theme.scss */
  .k-mgt-collections-wrapper {
    /*margin-top: 280px;*/ }

  /* line 1105, theme.scss */
  .widget-type_widget_v4_header_1_edc1a760e6604d6891b9d9c2886c9fde[style*="--header-wide-bg:true"] .header-part-top,
  .widget-type_widget_v4_header_1_edc1a760e6604d6891b9d9c2886c9fde[style*="--header-wide-content:true"] .header-part-top {
    padding-top: 12px; } }
@media (max-width: 774.98px) {
  /* line 1112, theme.scss */
  .b-page_newyear {
    display: none; } }
/* --- новогодняя гирлянда --- */
/* - блок с полем для почты "перезвоните мне" - */
/* line 1121, theme.scss */
.k-help-form {
  display: flex;
  height: auto;
  align-items: center;
  border-left: 4px solid #d0323d;
  padding: 14px;
  background: #ededed; }

/* line 1132, theme.scss */
.k-help-form-txt p {
  margin-bottom: 0px;
  font-weight: 500; }

/* line 1137, theme.scss */
.k-help-form-btn-one {
  display: flex;
  position: relative;
  font-size: 1.1rem;
  color: #fff;
  border-color: transparent;
  width: auto;
  background-color: #d0323d;
  cursor: pointer;
  padding: 8px 14px;
  height: 40px;
  margin-left: 24px; }

/* line 1151, theme.scss */
.k-help-form-btn-one:hover {
  background-color: #d54851; }

/* line 1155, theme.scss */
.k-help-form-btn-one .icon {
  margin-right: 8px;
  padding-top: 1px; }

/* line 1160, theme.scss */
.k-help-for-one-popup_wrapper {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.66);
  z-index: 2000;
  justify-content: center;
  align-items: center; }

/* line 1173, theme.scss */
.k-help-for-one-popup_wrapper .k-help-for-one-popup_body {
  display: none;
  width: 380px;
  height: auto;
  min-height: 200px;
  position: fixed;
  background: #eaeaea;
  overflow: hidden;
  box-shadow: 0px 0px 10px #333333;
  z-index: 10;
  flex-direction: column;
  text-align: center; }

/* line 1187, theme.scss */
.k-help-for-one-popup_wrapper.k-help-for-one-popup_active {
  display: flex; }

/* line 1191, theme.scss */
.k-help-for-one-popup_wrapper .k-help-for-one-popup_body.k-help-for-one-popup_active {
  display: flex; }

/* line 1195, theme.scss */
.k-help-for-one-popup_wrapper .k-help-for-one-popup_head {
  height: auto;
  min-height: 40px;
  width: 100%;
  background: #d0323d;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--font-family-heading);
  color: #fff; }

/* line 1209, theme.scss */
.k-help-for-one-popup_wrapper .k-help-for-one-popup_close {
  font-size: 28px;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 0px;
  cursor: pointer;
  color: #fff; }

/* line 1219, theme.scss */
.k-help-for-one-popup_wrapper .k-help-for-one-popup_content {
  height: 100%;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word; }

/* line 1231, theme.scss */
.k-help-for-one-text {
  margin-bottom: 20px; }

/* line 1235, theme.scss */
.k-help-for-one-text p {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px; }

/* line 1242, theme.scss */
.k-help-for-one-input-phone {
  width: 100%;
  height: 36px; }

/* line 1247, theme.scss */
.k-help-for-one-input-polit {
  font-size: 12px; }

/* line 1251, theme.scss */
.k-help-for-one-input-btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 6px; }

/* line 1257, theme.scss */
.k-help-for-one-captcha {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px; }

/* line 1265, theme.scss */
.k-help-for-one-popup_wrapper .feedback__field-error {
  color: #960303;
  font-size: 14px; }

/* line 1270, theme.scss */
.k-help-for-one-smessage {
  color: #0a5e2b;
  margin-top: 10px;
  border-top: 1px solid #bfbfbf;
  padding-top: 16px;
  display: none; }

@media (max-width: 889px) {
  /* line 1279, theme.scss */
  .k-help-form {
    margin-top: 14px;
    width: 100%;
    justify-content: inherit;
    height: auto; } }
@media (max-width: 699px) {
  /* line 1288, theme.scss */
  .k-help-form-txt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 12px; }

  /* line 1296, theme.scss */
  .k-help-form {
    flex-wrap: wrap; }

  /* line 1300, theme.scss */
  .k-help-form-btn-one {
    width: 100%;
    margin-left: 0px;
    justify-content: center; }

  /* line 1306, theme.scss */
  .k-help-form {
    border-left: none;
    margin-bottom: -60px;
    border-top: 2px solid #d0323d;
    padding-top: 12px; }

  /* line 1313, theme.scss */
  .k-help-form-txt p {
    text-align: center;
    padding-left: 4px; } }
@media (max-width: 640px) {
  /* line 1320, theme.scss */
  .k-help-for-one-popup_wrapper .k-help-for-one-popup_body {
    width: 80%; }

  /* line 1324, theme.scss */
  .k-help-for-one-popup_wrapper .k-help-for-one-popup_content {
    margin-top: 10px;
    margin-bottom: 10px; } }
@media (max-width: 460px) {
  /* line 1331, theme.scss */
  .k-help-for-one-popup_wrapper .k-help-for-one-popup_body {
    width: 96%; }

  /* line 1335, theme.scss */
  .k-help-form {
    margin-bottom: -30px; } }
@media (max-width: 400px) {
  /* line 1341, theme.scss */
  .k-help-for-one-popup_wrapper .k-help-for-one-popup_body {
    width: 96%; } }
@media (max-height: 300px) {
  /* line 1347, theme.scss */
  .k-help-for-one-popup_wrapper .k-help-for-one-popup_body {
    min-height: auto; }

  /* line 1351, theme.scss */
  .k-help-for-one-popup_wrapper .k-help-for-one-popup_head {
    padding: 6px 20px;
    font-size: 14px;
    min-height: 26px; }

  /* line 1357, theme.scss */
  .k-help-for-one-popup_wrapper .k-help-for-one-popup_close {
    font-size: 18px;
    top: 3px; }

  /* line 1362, theme.scss */
  .k-help-for-one-popup_wrapper .k-help-for-one-popup_content {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px; } }
/* --- блок с полем для почты "перезвоните мне" --- */
/* - подсветка незаполненных полей в формах обратной связи  */
/* line 1372, theme.scss */
.j-feedback__field-error_color {
  border: 1px solid red !important; }

/* --- подсветка незаполненных полей в формах обратной связи --- */
/* - уведомление перед НГ  */
/* line 1379, theme.scss */
.notification_ng-body {
  display: flex;
  position: fixed;
  bottom: 100px;
  /*bottom: 20px;*/
  left: 20px;
  z-index: 10000000000;
  width: 600px;
  flex-wrap: wrap; }

/* line 1390, theme.scss */
.notification_ng-body img {
  display: flex;
  width: 100%;
  border: 4px solid #fff; }

/* line 1396, theme.scss */
.not-close-img {
  position: absolute;
  top: 3%;
  width: 24px !important;
  left: 95%;
  cursor: pointer;
  border: none !important;
  box-shadow: none !important;
  background: #fff;
  padding: 4px;
  border-radius: 16px; }

@media (max-width: 1200px) {
  /* line 1410, theme.scss */
  .notification_ng-body {
    bottom: 120px;
    /*bottom: 20px;*/ } }
@media (max-width: 990px) {
  /* line 1417, theme.scss */
  .notification_ng-body {
    width: 450px; }

  /* line 1421, theme.scss */
  .not-close-img {
    width: 18px !important; } }
@media (max-width: 775px) {
  /* line 1427, theme.scss */
  .notification_ng-body {
    display: none; } }
/* --- уведомление перед НГ --- */
/* - чекбокс согласия на получение рекламы - */
/* line 1436, theme.scss */
.agree-rek {
  display: flex;
  margin-top: 28px; }

/* line 1441, theme.scss */
.agree-rek span {
  display: flex;
  flex-wrap: wrap; }

/* line 1446, theme.scss */
.agree-rek .agree-rek-inpt {
  display: none; }

/* line 1450, theme.scss */
.agree-rek .agree-rek-lbl {
  content: '';
  color: #dd3f45;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.8rem;
  border: var(--controls-border-width) solid var(--color-form-controls-border-color);
  border-radius: calc(var(--controls-form-border-radius) / 2);
  font-family: "insales-icons"; }

/* line 1465, theme.scss */
.agree-rek input:checked + .agree-rek-lbl {
  border-color: #dd3f45; }

/* line 1469, theme.scss */
.agree-rek input:checked + .agree-rek-lbl:before {
  content: '\ea17';
  color: #dd3f45;
  font-size: 1rem; }

/* line 1475, theme.scss */
.j-feedback__field-error {
  top: 36% !important; }

/* -- чекбокс согласия на получение рекламы -- */
/* пост загрузка роликов рутуб И универсальная постзагрузка - start */
/* line 1482, theme.scss */
.post-loading-video-wrap {
  display: flex; }

/* line 1486, theme.scss */
.post-loading-video,
.universal-video-post-upload {
  display: flex;
  min-width: calc(50% - 8px);
  margin: 4px;
  height: 166px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden; }

/* line 1500, theme.scss */
.preyoutube .post-loading-video:first-child,
.preyoutube .universal-video-post-upload:first-child {
  margin-left: 0px; }

/* line 1505, theme.scss */
.preyoutube .post-loading-video:last-child,
.preyoutube .universal-video-post-upload:last-child {
  margin-right: 0px; }

/* line 1510, theme.scss */
.parent-post-loading-video {
  display: flex;
  flex-wrap: wrap; }

/* line 1515, theme.scss */
.parent-post-loading-video .post-loading-video,
.parent-post-loading-video .universal-video-post-upload {
  min-width: calc(25% - 10px);
  width: calc(25% - 10px);
  height: 150px;
  background-size: contain;
  background-color: #000;
  overflow: hidden; }

/* line 1525, theme.scss */
.post-loading-video-play,
.universal-video-post-upload__play {
  background: url("https://static.insales-cdn.com/files/1/3412/21982548/original/youtube-play-btn.png") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: 0 -50px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  height: 50px;
  width: 69px;
  transition: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

/* line 1545, theme.scss */
.post-loading-video:hover .post-loading-video-play,
.universal-video-post-upload:hover .universal-video-post-upload__play {
  background-position: 0 0; }

/* line 1550, theme.scss */
.post-loading-video iframe,
.universal-video-post-upload iframe {
  width: 100%; }

@media (max-width: 1200px) {
  /* line 1557, theme.scss */
  .parent-post-loading-video .post-loading-video,
  .parent-post-loading-video .universal-video-post-upload {
    height: 118px; } }
@media (max-width: 990px) {
  /* line 1565, theme.scss */
  .parent-post-loading-video .post-loading-video,
  .parent-post-loading-video .universal-video-post-upload {
    min-width: 100%;
    height: 226px; } }
@media (max-width: 775px) {
  /* line 1574, theme.scss */
  .post-loading-video,
  .universal-video-post-upload {
    min-width: 100%;
    height: 100%; }

  /* line 1580, theme.scss */
  .parent-post-loading-video .post-loading-video,
  .parent-post-loading-video .universal-video-post-upload {
    height: 162px; } }
/* пост загрузка роликов рутуб И универсальная постзагрузка  - end */
/* уведомление для раздела строительного об-я - start */
/* line 1589, theme.scss */
.layout__content-k-info-line {
  display: flex;
  font-size: 16px;
  background-color: #ededed;
  padding: 8px 16px;
  margin-bottom: 20px;
  margin-top: -30px;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 20px; }

/* line 1602, theme.scss */
.layout__content-k-info-line .icon {
  padding-right: 4px;
  color: #d0323d;
  font-size: 18px; }

/* line 1608, theme.scss */
.layout__content-k-info-line a {
  padding-left: 4px;
  color: #d0323d; }

/* line 1613, theme.scss */
.layout__content-k-info-line a:hover {
  color: #d54851; }

/* line 1617, theme.scss */
.layout__content-k-info-line img {
  margin-right: 6px; }

@media (max-width: 1400px) {
  /* line 1622, theme.scss */
  .layout__content-k-info-line {
    margin-top: 0px; } }
@media (max-width: 990px) {
  /* line 1628, theme.scss */
  .layout__content-k-info-line .icon {
    display: none; }

  /* line 1632, theme.scss */
  .layout__content-k-info-line {
    text-align: center;
    justify-content: center; } }
@media (max-width: 575px) {
  /* line 1639, theme.scss */
  .layout__content-k-info-line {
    margin-top: 12px; } }
/* уведомление для раздела строительного об-я - end */
/* баннер в категории (верх) - start */
/* line 1647, theme.scss */
.k-banner-list__item {
  display: flex;
  justify-content: center; }

/* line 1652, theme.scss */
.k-banner-list__item-image {
  display: flex; }

@media (max-width: 1380px) {
  /* line 1657, theme.scss */
  .k-banner-list__item-image {
    display: flex;
    padding-left: var(--layout-side-padding);
    padding-right: var(--layout-side-padding); } }
@media (max-width: 700px) {
  /* line 1665, theme.scss */
  .k-banner-list__item {
    display: flex;
    justify-content: center;
    margin: 3% -10% 0px; } }
/* баннер в категории (верх) - end */
/* кн Плати частями - start */
/* line 1675, theme.scss */
.k-plati-chastyami-btn {
  display: inline-flex;
  height: 50px;
  vertical-align: middle;
  padding: 8px 0px;
  align-items: center; }

/* line 1683, theme.scss */
.k-plati-chastyami-btn img {
  height: 100%; }

/* line 1687, theme.scss */
.k-plati-chastyami-btn svg {
  margin-left: 4px; }

/* кн Плати частями - end */
/* line 1693, theme.scss */
.k-product__price-old {
  color: #d0323d !important; }

/* line 1697, theme.scss */
.k-product__price-cur {
  font-weight: 600; }

/* line 1701, theme.scss */
.sticker.sticker-mysticker-5d9205 {
  background: #5d9205 !important; }

/* line 1705, theme.scss */
.sticker.sticker-mysticker-003694 {
  background: #003694 !important; }

/* line 1709, theme.scss */
.sticker.sticker-mysticker-365b21 {
  background: #365b21 !important; }

/* line 1713, theme.scss */
.sticker.sticker-mysticker-c00000 {
  background: #c00000 !important; }

/* line 1717, theme.scss */
.sticker.sticker-mysticker-d40606 {
  background: #d40606 !important; }

/* калькулятор КДО start */
/* line 1723, theme.scss */
.j-kdo-calc-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 60px 0px 20px 0px;
  border-bottom: 1px solid #e9e9ed;
  padding-bottom: 20px; }

/* line 1732, theme.scss */
.j-kdo-calc {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 680px;
  align-items: center; }

/* line 1740, theme.scss */
.j-kdo-calc hr {
  width: 100%; }

/* line 1744, theme.scss */
.j-kdo-calc__sliders {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 10px 0px;
  width: 100%; }

/* line 1752, theme.scss */
.j-kdo-calc__sliders-line-name {
  min-width: 240px; }

/* line 1756, theme.scss */
.j-kdo-calc__sliders-line {
  display: flex;
  align-items: center;
  margin: 6px 0px;
  font-size: 20px; }

/* line 1763, theme.scss */
.j-kdo-calc__sliders-line input[type="range"] {
  -webkit-appearance: none;
  height: 8px;
  /*background: linear-gradient(to right, #d8888d, #bc212b);*/
  background: #bc212b;
  /*border-radius: 5px;*/
  outline: none;
  opacity: 0.9;
  transition: 0.2s;
  margin: 0px 12px;
  width: calc(100% - 324px); }

/* line 1776, theme.scss */
.j-kdo-calc__sliders-line input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #d0323d;
  border-radius: 50%;
  cursor: pointer; }

/* line 1786, theme.scss */
.j-kdo-calc__sliders-line input[type="checkbox"],
.j-kdo-calc__sliders-line input[type="radio"] {
  display: none; }

/* line 1791, theme.scss */
.j-kdo-calc__sliders-line label {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

/* line 1798, theme.scss */
.j-kdo-calc__sliders-line .j-kdo-calc__checkbox-label::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #d0323d;
  color: #d0323d;
  border-radius: 4px;
  margin-right: 10px;
  transition: 0.2s;
  padding: 2px; }

/* line 1810, theme.scss */
.j-kdo-calc__sliders-line input[type="checkbox"]:checked + .j-kdo-calc__checkbox-label::before {
  background-color: #ffffff;
  border-color: #d0323d;
  content: "✔";
  font-size: 12px;
  line-height: 14px; }

/* line 1818, theme.scss */
.j-kdo-calc__sliders-line .j-kdo-calc__checkbox-label {
  user-select: none; }

/* line 1822, theme.scss */
.j-kdo-calc__result {
  display: flex;
  flex-direction: column;
  width: 100%; }

/* line 1828, theme.scss */
.j-kdo-calc__result-text {
  border-bottom: 1px dashed #e9e9ed;
  border-top: 1px dashed #e9e9ed;
  margin: 40px 0px 16px 0px;
  padding: 10px 0px;
  text-align: center;
  font-size: 20px; }

/* line 1837, theme.scss */
.j-kdo-calc__result-text-amin {
  border-bottom: 1px dashed #d0323d !important;
  border-top: 1px dashed #d0323d !important; }

/* line 1842, theme.scss */
.j-kdo-calc__result-text a {
  color: #d0323d; }

/* line 1846, theme.scss */
.j-kdo-calc__result-text p {
  margin: 0px; }

/* line 1850, theme.scss */
.j-kdo-calc__result-price {
  font-weight: 600;
  font-size: 30px; }

/* line 1855, theme.scss */
.j-kdo-calc__file {
  display: none;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9ed; }

/* line 1863, theme.scss */
.j-kdo-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999; }

/* line 1874, theme.scss */
.j-kdo-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top-color: #bc212b;
  border-radius: 50%;
  animation: j-kdo-spin 1s linear infinite; }

/* line 1883, theme.scss */
.j-kdo-calc__radio-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px; }

/* line 1891, theme.scss */
.j-kdo-calc__radio-label-slider {
  width: 40px;
  height: 20px;
  background: #ccc;
  border-radius: 20px;
  position: relative;
  transition: background 0.3s; }

/* line 1900, theme.scss */
.j-kdo-calc__radio-label-slider:before {
  content: "";
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  transition: all 0.3s ease; }

/* line 1913, theme.scss */
.j-kdo-calc__radio-label input[type="radio"]:checked + .j-kdo-calc__radio-label-slider {
  background: #bc212b; }

/* line 1917, theme.scss */
.j-kdo-calc__radio-label input[type="radio"]:checked + .j-kdo-calc__radio-label-slider::before {
  left: 22px; }

/* line 1921, theme.scss */
.j-kdo-calc__radios {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

/* line 1927, theme.scss */
.j-kdo-calc__custom-radio .j-kdo-calc__radio-mark {
  width: 20px;
  height: 20px;
  border: 2px solid #bc212b;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  display: inline-block; }

/* line 1937, theme.scss */
.j-kdo-calc__custom-radio input[type="radio"]:checked + .j-kdo-calc__radio-mark::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #bc212b;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* line 1949, theme.scss */
.j-kdo-calc__img {
  display: flex;
  width: 100%;
  margin-bottom: 20px; }

/* line 1955, theme.scss */
.j-kdo-calc__btn-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }

/* line 1963, theme.scss */
.j-kdo-calc__btn-start {
  display: flex;
  width: 40%;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: #d0323d;
  color: #fff;
  border: none;
  height: 44px;
  cursor: pointer;
  transition: 0.5s;
  font-size: 20px; }

/* line 1978, theme.scss */
.j-kdo-calc__btn-start:hover,
.j-kdo-calc__btn-submit-application:hover {
  background: #d54851; }

/* line 1983, theme.scss */
.j-kdo-calc__btn-clear {
  display: flex;
  width: 40%;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: #bdb3b4;
  color: #fff;
  border: none;
  height: 44px;
  cursor: pointer;
  transition: 0.5s;
  font-size: 20px;
  margin-left: 12px; }

/* line 1999, theme.scss */
.j-kdo-calc__btn-clear:hover {
  background: #c2bfbf; }

/* line 2003, theme.scss */
.j-kdo-calc__btn-submit-application {
  display: none;
  width: 60%;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: #d0323d;
  color: #fff;
  border: none;
  height: 44px;
  cursor: pointer;
  transition: 0.5s;
  font-size: 20px; }

/* line 2018, theme.scss */
.j-kdo-calc__sliders-line input[type="number"] {
  padding: 2px;
  font-size: 12px;
  border: 2px solid #bc212b;
  border-radius: 5px;
  text-align: center;
  outline: none;
  transition: border-color 0.3s ease-in-out;
  width: 90px;
  font-size: 18px;
  height: 30px; }

/* line 2031, theme.scss */
.j-kdo-calc__sliders-line input[type="number"]:focus {
  border-color: #971720; }

/* line 2035, theme.scss */
.j-kdo-calc__rangers-group {
  display: flex;
  flex-direction: column; }

/* line 2040, theme.scss */
.j-kdo-calc__radios-group {
  display: flex;
  margin: 20px 0px;
  justify-content: center;
  font-size: 20px; }

/* line 2047, theme.scss */
.j-kdo-calc__radios:first-child {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 2px solid #bc212b; }

@keyframes j-kdo-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@media (max-width: 990px) {
  /* line 2064, theme.scss */
  .j-kdo-calc__btn-start {
    width: 100%; }

  /* line 2068, theme.scss */
  .j-kdo-calc__btn-submit-application {
    width: 100%; }

  /* line 2072, theme.scss */
  .j-kdo-calc__btn-clear {
    width: 100%;
    margin: 6px 0px 0px 0px; } }
@media (max-width: 775px) {
  /* line 2079, theme.scss */
  .j-kdo-calc__sliders-line small {
    display: none; }

  /* line 2083, theme.scss */
  .j-kdo-calc__sliders-line-name {
    min-width: 90px; }

  /* line 2087, theme.scss */
  .j-kdo-calc__sliders-line input[type="range"] {
    width: calc(100% - 190px); }

  /* line 2091, theme.scss */
  .j-kdo-calc__radios,
  .j-kdo-calc__sliders-line {
    font-size: 18px; }

  /* line 2096, theme.scss */
  .j-kdo-calc__sliders-line {
    margin: 2px 0px; }

  /* line 2100, theme.scss */
  .j-kdo-calc__sliders-line input[type="number"] {
    font-size: 16px;
    width: 70px; }

  /* line 2105, theme.scss */
  .j-kdo-calc__radios:first-child {
    margin-right: 20px;
    padding-right: 20px; } }
/* popup */
/* для засечек в ползунках start */
/* line 2115, theme.scss */
.j-kdo-calc__custom-range-ticks {
  position: absolute;
  height: 16px;
  margin: 0px 0px 0px 12px;
  width: calc(100% - 112px); }

/* line 2122, theme.scss */
.j-kdo-calc__custom-range-ticks span {
  position: absolute;
  top: 0;
  width: 2px;
  height: 16px;
  background: #c2363f;
  opacity: 0.9; }

/* line 2131, theme.scss */
.j-kdo-calc__input-range {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center; }

/* line 2138, theme.scss */
.j-kdo-calc__sliders-line input[type="range"] {
  -webkit-appearance: none;
  height: 8px;
  background: #bc212b;
  outline: none;
  opacity: 0.9;
  transition: 0.2s;
  margin: 0px 12px;
  width: calc(100% - 100px); }

/* line 2149, theme.scss */
.j-kdo-calc__sliders-line input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: #bc212b;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s; }

/* line 2161, theme.scss */
.j-kdo-calc__sliders-line input[type=range]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: #bc212b;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s; }

@media (max-width: 775px) {
  /* line 2172, theme.scss */
  .j-kdo-calc__custom-range-ticks {
    width: calc(100% - 100px); } }
/* для засечек в ползунках end */
/* калькулятор КДО end */
