@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, #9C8574);
  --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, #a59181);
  --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, #af9d8f);
  --color-btn-bg-major-shade-is-dark: var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #cdc2b9);
  --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, #B0B0B1);
  --color-accent-text-is-light: var(--draft-color-accent-text-is-light, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #adadae);
  --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, #aaaaab);
  --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, #87878a);
  --color-accent-text-half-shade-is-dark: var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark: var(--draft-color-text-dark, #4F4944);
  --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, #625b56);
  --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, #766d66);
  --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, #aba49e);
  --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, minimal);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 30px);
  --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, "PT Root UI");
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 400);
  --collection_count: var(--draft-collection_count, 36);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 6);
  --product_not_available: var(--draft-product_not_available, preorder);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1920px);
  --delta_sidebar: var(--draft-delta_sidebar, 2);
  --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, false);
  --compare_enabled: var(--draft-compare_enabled, false); }

/* line 4, theme.scss */
.altera_footer {
  margin-top: 20px; }

/* line 8, theme.scss */
.altera_img {
  width: 100px;
  position: relative;
  top: -5px;
  left: 5px; }

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

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

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

@media (min-width: 768px) {
  /* line 28, theme.scss */
  .header__area-controls .phone_head {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }

  /* line 34, theme.scss */
  .header__area-controls .phone-value-head_mobile {
    display: block;
    text-decoration: none;
    color: #fff;
    padding-right: 6px; }

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

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

  /* line 56, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 61, theme.scss */
.link_catalog {
  text-decoration: none; }

/* line 65, theme.scss */
.text-top {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  /*border-left: 2px solid #4f4944;*/
  padding: 10px 10px 10px 0; }

/* line 73, theme.scss */
.text-top div:first-child {
  border-left: 2px solid #4f4944;
  padding-left: 20px; }

/* line 78, theme.scss */
.text {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  border-left: 2px solid #4f4944;
  padding: 10px 10px 10px 20px;
  margin-left: 0; }

/* line 87, theme.scss */
.double_item {
  display: flex;
  column-gap: 5%;
  align-items: center; }

/* line 93, theme.scss */
.double_item .item {
  width: 47.5%; }

/* line 97, theme.scss */
.text.right {
  text-align: right;
  border-right: 2px solid #4f4944;
  border-left: 0; }

/* line 103, theme.scss */
.text-top.img {
  display: flex;
  align-items: center; }

/* line 108, theme.scss */
.text-top.img img {
  flex: none;
  width: 20%; }

/* line 113, theme.scss */
.block_h2 {
  position: absolute;
  top: 0;
  text-align: center;
  width: 47.5%; }

/* line 120, theme.scss */
.widget-type_system_widget_v4_modal_cookie_1.layout {
  z-index: 1000000; }

@media (max-width: 1200px) {
  /* line 125, theme.scss */
  .text-top {
    font-size: 20px;
    line-height: 24px;
    margin-left: 50px; } }
@media (max-width: 1000px) {
  /* line 133, theme.scss */
  .text-top.img img {
    flex: none;
    width: 30%; } }
@media (max-width: 767px) {
  /* line 140, theme.scss */
  .text-top {
    font-size: 16px;
    line-height: 24px;
    margin-left: 0; } }
@media (max-width: 600px) {
  /* line 149, theme.scss */
  .double_item,
  .text-top.img {
    flex-wrap: wrap; }

  /* line 154, theme.scss */
  .order1 {
    order: 1; }

  /* line 158, theme.scss */
  .order2 {
    order: 0; }

  /* line 162, theme.scss */
  .text-top.img {
    border-left: 0;
    padding-left: 0; }

  /* line 167, theme.scss */
  .text-top.img div {
    border-left: 2px solid #4f4944;
    padding-left: 20px; }

  /* line 172, theme.scss */
  .double_item .item,
  .text-top.img img {
    width: 100%; }

  /* line 177, theme.scss */
  .block_h2 {
    width: 100%; } }
/* line 182, theme.scss */
.block_konc {
  display: flex;
  align-items: center; }

/* line 187, theme.scss */
.block_konc .text {
  border-left: 0;
  border-bottom: 0;
  margin: 10px 10px 10px 20px;
  padding: 0;
  padding-bottom: 20px;
  width: 30%;
  text-align: right;
  position: relative;
  font-size: 20px;
  line-height: 30px; }

/* line 200, theme.scss */
.block_konc .text:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background: #4f4944;
  right: 0;
  bottom: 0; }

/* line 210, theme.scss */
.block_konc img {
  width: 70%; }

/* line 214, theme.scss */
.block1 {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around; }

/* line 221, theme.scss */
.block1 .text {
  border-left: 0;
  font-size: 35px;
  text-align: center;
  line-height: 40px; }

@media (max-width: 900px) {
  /* line 229, theme.scss */
  .block_konc {
    flex-wrap: wrap; }

  /* line 233, theme.scss */
  .block_konc img,
  .block_konc .text {
    width: 100%;
    text-align: left; }

  /* line 239, theme.scss */
  .block1 {
    flex-wrap: wrap; }

  /* line 243, theme.scss */
  .block1 .text {
    order: 2; } }
/* line 248, theme.scss */
.block1.konc {
  justify-content: center;
  column-gap: 70px; }

/* line 253, theme.scss */
.koncepcia {
  background-image: url("https://static.insales-cdn.com/files/1/1332/27215156/original/%D0%9D%D0%BE%D0%B2%D1%8B%D0%B9_%D0%BF%D1%80%D0%BE%D0%B5%D0%BA%D1%82__7__1680173196361-1680173198834.png");
  background-repeat: no-repeat;
  height: 3500px;
  background-size: auto 100%;
  background-position: center center;
  position: relative;
  margin-top: -100px;
  margin-bottom: -100px; }

/* line 264, theme.scss */
.koncepcia .block1 {
  width: 30%;
  padding-top: 651px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  padding-bottom: 1px;
  margin-left: 50px; }

/* line 275, theme.scss */
.koncepcia .block2 {
  width: 30%;
  top: 880px;
  position: absolute;
  left: 57%;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  text-align: right; }

/* line 286, theme.scss */
.koncepcia .block3 {
  width: 30%;
  padding-top: 651px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  padding-bottom: 1px;
  margin-left: 12%; }

/* line 297, theme.scss */
.back_block1 {
  background-image: url("https://static.insales-cdn.com/files/1/6813/27294365/original/%D0%9D%D0%BE%D0%B2%D1%8B%D0%B9_%D0%BF%D1%80%D0%BE%D0%B5%D0%BA%D1%82__8__1680520976180-1680520980292.png");
  width: 284px;
  height: 433px;
  float: right;
  margin-top: 300px; }

/* line 305, theme.scss */
.back_block2 {
  background-image: url("https://static.insales-cdn.com/files/1/6815/27294367/original/%D0%9D%D0%BE%D0%B2%D1%8B%D0%B9_%D0%BF%D1%80%D0%BE%D0%B5%D0%BA%D1%82__9__1680520990613-1680520992017.png");
  width: 284px;
  height: 433px;
  float: left; }

/* line 312, theme.scss */
.koncepcia .block4 {
  width: 30%;
  padding-top: 314px;
  margin-left: 30%;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  padding-bottom: 1px; }

/* line 323, theme.scss */
.koncepcia .block5 {
  width: 30%;
  padding-top: 470px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  float: right;
  text-align: right;
  margin-right: 5%;
  position: relative; }

/* line 335, theme.scss */
.koncepcia .block5:after,
.koncepcia .block2:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background: #4f4944;
  right: 0;
  bottom: 0; }

/* line 346, theme.scss */
.koncepcia .block1:after,
.koncepcia .block3:after,
.koncepcia .block4:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background: #4f4944;
  left: 0;
  bottom: 0; }

/* line 358, theme.scss */
.go_catalog {
  padding: 40px;
  font-size: 20px; }

/* line 363, theme.scss */
.mobile {
  display: none; }

@media (max-width: 1500px) {
  /* line 368, theme.scss */
  .koncepcia {
    height: 2000px; }

  /* line 372, theme.scss */
  .koncepcia .block1 {
    padding-top: 220px; }

  /* line 376, theme.scss */
  .koncepcia .block2 {
    top: 500px;
    left: 60%; }

  /* line 381, theme.scss */
  .back_block1 {
    width: 150px;
    height: 200px;
    margin-top: 300px;
    background-size: 100%;
    background-repeat: no-repeat; }

  /* line 389, theme.scss */
  .back_block2 {
    width: 150px;
    height: 260px;
    background-size: 100%;
    background-repeat: no-repeat; }

  /* line 396, theme.scss */
  .koncepcia .block3 {
    width: 45%;
    padding-top: 370px;
    margin-left: 4%; }

  /* line 402, theme.scss */
  .koncepcia .block4 {
    width: 40%;
    padding-top: 100px;
    margin-left: 20%; }

  /* line 408, theme.scss */
  .koncepcia .block5 {
    width: 40%;
    padding-top: 200px;
    margin-right: 1%; }

  /* line 414, theme.scss */
  .block1.konc img {
    max-width: calc(100% - 350px); } }
@media (max-width: 1400px) {
  /* line 420, theme.scss */
  .koncepcia .block5 {
    padding-top: 135px; } }
@media (max-width: 1350px) {
  /* line 427, theme.scss */
  .koncepcia .block3 {
    padding-top: 320px; }

  /* line 432, theme.scss */
  .koncepcia .block4 {
    padding-top: 50px; }

  /* line 436, theme.scss */
  .koncepcia .block5 {
    padding-top: 195px; }

  /* line 441, theme.scss */
  .koncepcia .block1 {
    width: 29%; } }
@media (max-width: 1200px) {
  /* line 448, theme.scss */
  .koncepcia {
    height: 2000px; }

  /* line 452, theme.scss */
  .koncepcia .block1 {
    padding-top: 270px;
    font-size: 18px; }

  /* line 457, theme.scss */
  .koncepcia .block2 {
    top: 500px;
    left: 60%;
    font-size: 18px; }

  /* line 463, theme.scss */
  .koncepcia .block3 {
    width: 47%;
    padding-top: 190px;
    font-size: 18px; }

  /* line 469, theme.scss */
  .koncepcia .block4 {
    width: 40%;
    padding-top: 10px;
    margin-left: 27%;
    font-size: 18px; }

  /* line 476, theme.scss */
  .koncepcia .block5 {
    width: 40%;
    padding-top: 180px;
    margin-right: 1%;
    font-size: 18px; } }
@media (max-width: 1100px) {
  /* line 485, theme.scss */
  .koncepcia .block1 {
    padding-top: 225px; }

  /* line 489, theme.scss */
  .koncepcia .block5 {
    padding-top: 150px; } }
@media (max-width: 1000px) {
  /* line 496, theme.scss */
  .koncepcia {
    height: 2000px; }

  /* line 500, theme.scss */
  .koncepcia .block1 {
    padding-top: 197px;
    font-size: 14px;
    margin-left: 0; }

  /* line 506, theme.scss */
  .koncepcia .block2 {
    top: 500px;
    left: 60%;
    width: 40%;
    font-size: 14px; }

  /* line 513, theme.scss */
  .back_block1 {
    margin-top: 150px; }

  /* line 517, theme.scss */
  .koncepcia .block3 {
    width: 50%;
    padding-top: 290px;
    font-size: 14px;
    margin-left: 1%; }

  /* line 524, theme.scss */
  .koncepcia .block4 {
    width: 40%;
    padding-top: 10px;
    margin-left: 27%;
    font-size: 14px; }

  /* line 531, theme.scss */
  .koncepcia .block5 {
    width: 40%;
    padding-top: 220px;
    margin-right: 1%;
    font-size: 14px; } }
@media (max-width: 950px) {
  /* line 540, theme.scss */
  .koncepcia .block1 {
    width: 26%; }

  /* line 544, theme.scss */
  .koncepcia .block5 {
    padding-top: 170px; } }
@media (max-width: 900px) {
  /* line 550, theme.scss */
  .block1.konc img {
    max-width: 100%; }

  /* line 554, theme.scss */
  .koncepcia {
    margin-top: 0;
    margin-bottom: 0; }

  /* line 559, theme.scss */
  .go_catalog {
    padding: 20px 30px;
    font-size: 16px;
    margin-top: 20px; } }
@media (max-width: 879px) {
  /* line 567, theme.scss */
  .koncepcia .block3 {
    padding-top: 220px; } }
@media (max-width: 850px) {
  /* line 573, theme.scss */
  .koncepcia {
    height: auto;
    background: none;
    background-image: url("https://static.insales-cdn.com/files/1/5762/27596418/original/mobile__1_-1681805789990.png");
    background-size: 100% auto;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    min-height: 3800px; }

  /* line 584, theme.scss */
  .block_konc {
    position: relative; }

  /* line 588, theme.scss */
  .block_konc .text {
    width: 60%;
    text-align: right;
    position: absolute;
    top: 580px;
    right: 0;
    z-index: 100000;
    color: #000;
    font-size: 14px; }

  /* line 599, theme.scss */
  .editable-block .static-text {
    overflow: inherit; }

  /* line 603, theme.scss */
  .back_block1,
  .back_block2 {
    display: none; }

  /* line 608, theme.scss */
  .koncepcia .block1 {
    padding-top: 620px;
    width: 50%;
    margin-bottom: 70px; }

  /* line 614, theme.scss */
  .koncepcia .block2 {
    top: 1225px; }

  /* line 618, theme.scss */
  .koncepcia .block3 {
    padding-top: 982px; }

  /* line 622, theme.scss */
  .koncepcia .block4 {
    width: 50%;
    padding-top: 320px;
    margin-left: 45%;
    text-align: right; }

  /* line 629, theme.scss */
  .koncepcia .block4::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background: #4f4944;
    right: 0;
    bottom: 0;
    left: auto; }

  /* line 640, theme.scss */
  .koncepcia .block5::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background: #4f4944;
    left: 0;
    bottom: 0; }

  /* line 650, theme.scss */
  .koncepcia .block5 {
    width: 50%;
    padding-top: 360px;
    float: none;
    text-align: left; } }
@media (max-width: 800px) {
  /* line 660, theme.scss */
  .koncepcia .block4 {
    padding-top: 200px;
    margin-bottom: 150px; } }
@media (max-width: 750px) {
  /* line 667, theme.scss */
  .koncepcia {
    min-height: inherit; }

  /* line 671, theme.scss */
  .koncepcia .block5 {
    padding-bottom: 120px; }

  /* line 675, theme.scss */
  .koncepcia .block5::after {
    bottom: 120px; }

  /* line 679, theme.scss */
  .koncepcia .block1 {
    padding-top: 500px;
    width: 50%;
    margin-bottom: 50px; }

  /* line 685, theme.scss */
  .koncepcia .block3 {
    padding-top: 817px;
    margin-bottom: 153px; } }
@media (max-width: 700px) {
  /* line 692, theme.scss */
  .koncepcia {
    min-height: 3350px; }

  /* line 696, theme.scss */
  .block_konc .text {
    top: 500px; }

  /* line 700, theme.scss */
  .koncepcia .block1 {
    padding-top: 540px;
    margin-bottom: 0; }

  /* line 705, theme.scss */
  .koncepcia .block2 {
    top: 1130px; }

  /* line 709, theme.scss */
  .koncepcia .block3 {
    padding-top: 843px; }

  /* line 713, theme.scss */
  .koncepcia .block4 {
    padding-top: 50px;
    margin-bottom: 0; }

  /* line 718, theme.scss */
  .koncepcia .block5 {
    padding-top: 290px; }

  /* line 722, theme.scss */
  .go_catalog {
    margin-top: 50px; } }
@media (max-width: 650px) {
  /* line 729, theme.scss */
  .koncepcia {
    min-height: 2200px;
    background-size: 100% 100%; }

  /* line 735, theme.scss */
  .block_konc .text {
    top: 450px; }

  /* line 739, theme.scss */
  .koncepcia .block1 {
    padding-top: 440px;
    margin-bottom: 100px;
    width: 60%; }

  /* line 745, theme.scss */
  .koncepcia .block2 {
    top: 1000px; }

  /* line 749, theme.scss */
  .koncepcia .block3 {
    padding-top: 658px;
    width: 60%; }

  /* line 754, theme.scss */
  .koncepcia .block4 {
    padding-top: 20px;
    margin-bottom: 100px; } }
@media (max-width: 600px) {
  /* line 761, theme.scss */
  .block_konc .text {
    top: 380px; }

  /* line 765, theme.scss */
  .koncepcia .block1 {
    width: 60%;
    padding-top: 468px; }

  /* line 770, theme.scss */
  .koncepcia .block3 {
    width: 60%;
    padding-top: 768px; }

  /* line 775, theme.scss */
  .editable-block.simple_text {
    padding-top: 10px !important; }

  /* line 779, theme.scss */
  .page-headding {
    margin-top: -30px; } }
@media (max-width: 550px) {
  /* line 785, theme.scss */
  .koncepcia .block2 {
    top: 1070px; } }
@media (max-width: 500px) {
  /* line 791, theme.scss */
  .koncepcia {
    min-height: 2550px;
    background-size: 100% 100%; }

  /* line 796, theme.scss */
  .block_konc .text {
    top: 340px;
    width: 85%;
    font-size: 12px;
    line-height: 25px; }

  /* line 803, theme.scss */
  .koncepcia .block1 {
    padding-top: 410px;
    width: 60%;
    font-size: 12px;
    line-height: 25px; }

  /* line 810, theme.scss */
  .koncepcia .block2 {
    top: 980px;
    width: 58%;
    left: 40%;
    font-size: 12px;
    line-height: 25px; }

  /* line 818, theme.scss */
  .koncepcia .block3 {
    padding-top: 720px;
    width: 75%;
    font-size: 12px;
    line-height: 25px; }

  /* line 825, theme.scss */
  .koncepcia .block4 {
    padding-top: 170px;
    width: 70%;
    margin-left: 28%;
    font-size: 12px;
    line-height: 25px; }

  /* line 833, theme.scss */
  .koncepcia .block5 {
    padding-top: 320px;
    font-size: 12px;
    line-height: 25px; }

  /* line 839, theme.scss */
  .mobile {
    display: block; }

  /* line 843, theme.scss */
  .desktop {
    display: none; } }
@media (max-width: 450px) {
  /* line 850, theme.scss */
  .block_konc .text {
    top: 300px;
    font-size: 12px; }

  /* line 855, theme.scss */
  .koncepcia {
    min-height: 2000px; }

  /* line 859, theme.scss */
  .koncepcia .block2 {
    top: 870px;
    width: 70%; }

  /* line 864, theme.scss */
  .koncepcia .block3 {
    padding-top: 630px;
    font-size: 12px; }

  /* line 869, theme.scss */
  .koncepcia .block4 {
    padding-top: 180px;
    font-size: 12px; }

  /* line 874, theme.scss */
  .koncepcia .block5 {
    padding-top: 230px;
    font-size: 12px; } }
@media (max-width: 400px) {
  /* line 882, theme.scss */
  .koncepcia {
    background-image: url("https://static.insales-cdn.com/files/1/5947/28497723/original/konz-1684398642658.png"); }

  /* line 886, theme.scss */
  .block_konc .text {
    top: 250px; }

  /* line 890, theme.scss */
  .koncepcia .block1 {
    width: 80%;
    padding-top: 380px; }

  /* line 895, theme.scss */
  .koncepcia .block2 {
    top: 890px;
    width: 70%; }

  /* line 900, theme.scss */
  .koncepcia .block3 {
    width: 80%;
    margin-bottom: 100px;
    padding-top: 590px; }

  /* line 906, theme.scss */
  .koncepcia .block4 {
    margin-bottom: 110px;
    padding-top: 76px; }

  /* line 911, theme.scss */
  .koncepcia .block5 {
    width: 80%;
    padding-top: 230px; } }
@media (max-width: 350px) {
  /* line 919, theme.scss */
  .block_konc .text {
    top: 220px;
    line-height: 20px; }

  /* line 924, theme.scss */
  .koncepcia .block1 {
    line-height: 20px; }

  /* line 929, theme.scss */
  .koncepcia .block2 {
    top: 890px;
    line-height: 20px; }

  /* line 934, theme.scss */
  .koncepcia .block3 {
    padding-top: 571px;
    margin-bottom: 0;
    line-height: 20px;
    width: 75%; }

  /* line 941, theme.scss */
  .koncepcia .block4 {
    padding-top: 163px;
    font-size: 12px;
    margin-bottom: 100px;
    line-height: 20px; }

  /* line 948, theme.scss */
  .koncepcia .block5 {
    line-height: 20px; }

  /* line 952, theme.scss */
  .page-headding {
    font-size: 30px; }

  /* line 956, theme.scss */
  .go_catalog {
    margin-top: 30px; } }
@media (max-width: 300px) {
  /* line 962, theme.scss */
  .koncepcia .block1 {
    padding-top: 350px;
    width: 70%;
    margin-bottom: 0; }

  /* line 968, theme.scss */
  .koncepcia .block3 {
    padding-top: 620px;
    margin-bottom: 0; }

  /* line 973, theme.scss */
  .koncepcia .block4 {
    padding-top: 180px;
    margin-bottom: 0; } }
/* line 980, theme.scss */
.page-headding {
  text-align: center;
  font-size: 45px; }

/* line 985, theme.scss */
.blog_prev {
  display: flex;
  /*display: none;*/
  column-gap: 50px; }

/* line 991, theme.scss */
.blog_prev .article-list__title {
  width: 50%; }

/* line 996, theme.scss */
.blog_prev .special-article {
  width: 50%; }

/* line 1000, theme.scss */
.blog_prev .img-ratio__inner {
  height: auto; }

/* line 1004, theme.scss */
.blog_prev .img-ratio {
  padding-top: 50%; }

/* line 1008, theme.scss */
.blog_prev .article-list__title {
  background-image: url("https://static.insales-cdn.com/files/1/2441/28043657/original/Mask_group_1683789871962-1683789874455.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: 0;
  padding-top: 55px;
  padding-right: 50px;
  text-align: right;
  background-position: center; }

/* line 1019, theme.scss */
.blog_prev .article-list__title a {
  color: #fff;
  text-decoration: none;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 100%; }

/* line 1030, theme.scss */
.blog_prev .special-article__head {
  justify-content: flex-end; }

@media (max-width: 1080px) {
  /* line 1035, theme.scss */
  .blog_prev {
    flex-wrap: wrap; }

  /* line 1039, theme.scss */
  .blog_prev .special-article__head {
    display: none; }

  /* line 1043, theme.scss */
  .blog_prev .splide__pagination {
    display: flex !important; }

  /* line 1047, theme.scss */
  .blog_prev .article-list__title {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: 100% auto;
    padding-top: 30px;
    padding-right: 30px; }

  /* line 1056, theme.scss */
  .blog_prev .article-list__title a {
    font-size: 24px; }

  /* line 1060, theme.scss */
  .blog_prev .special-article {
    width: 100%;
    padding-top: 50px; }

  /* line 1065, theme.scss */
  .blog_prev .article-list__item {
    --slide-width: 200px; } }
/* line 1072, theme.scss */
.widget-type_widget_v4_article_previews_2_c8f7c2a4aafbe59056007e961bdc6064 .special-article .is-hide-paging .splide__pagination {
  display: none !important; }

/* line 1076, theme.scss */
.blog_main .icon-arrow-left:before,
.blog_main .icon-arrow-right:before {
  content: ''; }

/* line 1081, theme.scss */
.blog_main .special-article__slider-arrow {
  width: 75px; }

/* line 1085, theme.scss */
.article-content img {
  margin: 16px 10px 24px;
  border-radius: 10px;
  max-width: calc(100% - 20px); }

/* line 1091, theme.scss */
.double_item.main {
  position: relative;
  align-items: flex-end; }

/* line 1096, theme.scss */
.double_item.main .img {
  position: absolute;
  top: 20px;
  left: 30%; }

/* line 1102, theme.scss */
.double_item.main .item {
  width: 35%; }

/* line 1106, theme.scss */
.double_item.main .item:last-child {
  width: 65%; }

/* line 1110, theme.scss */
.double_item.main .text {
  font-size: 24px;
  line-height: 40px;
  border: 0;
  padding-left: 20px;
  position: relative; }

/* line 1118, theme.scss */
.double_item.main .text:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background: #4f4944;
  left: 20px;
  top: 0; }

/* line 1128, theme.scss */
.main_double {
  position: relative;
  padding-top: 25px; }

/* line 1133, theme.scss */
.main_double:after {
  display: none; }

/* line 1137, theme.scss */
.main_double .text.two {
  width: 50%;
  float: right;
  text-align: right;
  margin-right: 0;
  border-right: 2px solid #4f4944;
  border-left: 0;
  font-size: 24px;
  line-height: 40px; }

/* line 1148, theme.scss */
.main_double .text.one {
  width: 50%;
  font-size: 24px;
  line-height: 40px; }

/* line 1154, theme.scss */
.main_double p {
  margin-bottom: 0; }

/* line 1158, theme.scss */
.main_double .bottom_block {
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  font-size: 40px; }

/* line 1166, theme.scss */
.main_double .bottom_block span {
  font-weight: 600;
  text-transform: uppercase; }

/* line 1171, theme.scss */
.main_double:after {
  content: '';
  position: absolute;
  width: 140px;
  height: 130%;
  background: #fbf1e9;
  right: 20px;
  top: -90px; }

@media (max-width: 1200px) {
  /* line 1182, theme.scss */
  .main_double:after {
    width: 100px; }

  /* line 1186, theme.scss */
  .double_item.main .img {
    width: 450px;
    left: 39%; } }
@media (max-width: 1000px) {
  /* line 1193, theme.scss */
  .double_item.main .img {
    width: 200px;
    left: 50%; }

  /* line 1198, theme.scss */
  .double_item.main .item {
    width: 50%; }

  /* line 1202, theme.scss */
  .double_item.main .item:last-child {
    width: 50%; }

  /* line 1206, theme.scss */
  .double_item.main .text {
    font-size: 20px;
    line-height: 35px; }

  /* line 1211, theme.scss */
  .main_double .text.two {
    margin-right: 10%; }

  /* line 1215, theme.scss */
  .main_double .bottom_block {
    font-size: 20px;
    line-height: 35px; }

  /* line 1220, theme.scss */
  .main_double .text.one {
    width: 100%;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 35px; }

  /* line 1227, theme.scss */
  .main_double .text.two {
    width: 100%;
    font-size: 20px;
    line-height: 35px; }

  /* line 1233, theme.scss */
  .main_double::after {
    width: 50px; } }
@media (max-width: 870px) {
  /* line 1240, theme.scss */
  .main_double .bottom_block,
  .main_double .text.one,
  .main_double .text.two,
  .double_item.main .text {
    font-size: 18px;
    line-height: 32px; } }
@media (max-width: 770px) {
  /* line 1251, theme.scss */
  .double_item.main {
    flex-wrap: wrap; }

  /* line 1255, theme.scss */
  .double_item.main .item:last-child {
    order: 1;
    width: 100%; }

  /* line 1260, theme.scss */
  .double_item.main .item.first {
    order: 2;
    width: 100%;
    margin-top: 50px; }

  /* line 1266, theme.scss */
  .double_item.main .img {
    width: 40%;
    left: 5%; }

  /* line 1271, theme.scss */
  .main_double {
    padding-top: 0; }

  /* line 1275, theme.scss */
  .main_double:after {
    width: 0; }

  /* line 1279, theme.scss */
  .main_double .text.two {
    margin-right: 0; } }
@media (max-width: 450px) {
  /* line 1285, theme.scss */
  .main_double .bottom_block {
    font-size: 16px;
    line-height: 28px; }

  /* line 1290, theme.scss */
  .main_double .text.one {
    font-size: 16px;
    line-height: 28px; }

  /* line 1295, theme.scss */
  .main_double .text.two {
    font-size: 16px;
    line-height: 28px; }

  /* line 1300, theme.scss */
  .double_item.main .text {
    font-size: 16px;
    line-height: 28px; } }
/* line 1306, theme.scss */
.static-text {
  position: relative; }

/* line 1310, theme.scss */
.banner_main {
  width: 100%;
  height: 100%;
  display: block;
  background: #000; }

/* line 1317, theme.scss */
.banner_main img {
  opacity: 0.6; }

/* line 1321, theme.scss */
.text-banner {
  color: #ededed;
  text-decoration: none;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 500;
  top: 45%;
  position: absolute;
  right: 50px; }

/* line 1332, theme.scss */
.text-banner.left {
  left: 50px; }

/* line 1336, theme.scss */
.double_item.img img {
  max-width: 50%; }

/* line 1340, theme.scss */
.dostavka {
  display: flex;
  column-gap: 25px; }

/* line 1345, theme.scss */
.dostavka .item {
  width: calc(100%/3 - 15px); }

/* line 1350, theme.scss */
.payment-images {
  margin-top: 20px; }

@media (max-width: 1400px) {
  /* line 1355, theme.scss */
  .text-banner {
    font-size: 30px; } }
@media (max-width: 1100px) {
  /* line 1361, theme.scss */
  .text-banner {
    font-size: 20px;
    right: 10px; }

  /* line 1366, theme.scss */
  .text-banner.left {
    left: 10px; } }
@media (max-width: 800px) {
  /* line 1372, theme.scss */
  .dostavka {
    flex-wrap: wrap; }

  /* line 1376, theme.scss */
  .dostavka .item {
    width: 100%; }

  /* line 1381, theme.scss */
  .text-banner {
    font-size: 15px; } }
@media (max-width: 600px) {
  /* line 1388, theme.scss */
  .double_item.img img {
    max-width: 100%; }

  /* line 1392, theme.scss */
  .double_item.img {
    row-gap: 20px; } }
@media (max-width: 500px) {
  /* line 1398, theme.scss */
  .text-banner {
    font-size: 12px; }

  /* line 1402, theme.scss */
  .widget-type_system_widget_v4_promo_slider_11 .promo-slider__item-content {
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 3rem; } }
@media (min-width: 600px) {
  /* line 1410, theme.scss */
  .widget-type_system_widget_v4_promo_slider_11 .promo-slider__item-content {
    top: 25%; } }
@media (max-width: 450px) {
  /* line 1416, theme.scss */
  .text-banner {
    font-size: 10px; } }
@media (max-width: 380px) {
  /* line 1422, theme.scss */
  .text-banner {
    font-size: 8px; } }
/* line 1427, theme.scss */
.special-products.js-special-products .main {
  display: flex;
  column-gap: 20px;
  align-items: center; }

/* line 1433, theme.scss */
.special-products.js-special-products .main .image {
  width: 55%;
  flex: none;
  border-radius: 10px;
  background-size: auto 100%;
  min-height: 400px;
  position: relative; }

/* line 1442, theme.scss */
.special-products.js-special-products .main .splide {
  width: 45%;
  flex: none; }

/* line 1448, theme.scss */
.special-products.js-special-products .special-products__slider-arrow {
  background-color: transparent;
  padding: 0;
  width: 75px; }

/* line 1454, theme.scss */
.special-products.js-special-products .icon-arrow-left::before {
  content: ''; }

/* line 1458, theme.scss */
.special-products.js-special-products .icon-arrow-right::before {
  content: ''; }

/* line 1462, theme.scss */
.special-products.js-special-products .special-products__slider-controls {
  text-align: right; }

/* line 1466, theme.scss */
.special-products.js-special-products .image a {
  color: #fff;
  text-decoration: none;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  border-radius: 10px; }

/* line 1480, theme.scss */
.special-products.js-special-products .image .h2 {
  position: absolute;
  top: calc(50% - 20px);
  left: 20px;
  font-size: 40px;
  font-weight: 500;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ededed; }

/* line 1494, theme.scss */
.special-products.js-special-products.cl26442600 .main .image,
.special-products.js-special-products.cl27983462 .main .image {
  background-image: url(https://static.insales-cdn.com/files/1/3103/30084127/original/%D0%9D%D0%BE%D0%B2%D1%8B%D0%B9_%D0%BF%D1%80%D0%BE%D0%B5%D0%BA%D1%82__15_-1688452427341.jpg); }

/* line 1499, theme.scss */
.special-products.js-special-products.cl28054628 .main .image {
  background-image: url(https://static.insales-cdn.com/files/1/2897/30083921/original/%D0%9D%D0%BE%D0%B2%D1%8B%D0%B9_%D0%BF%D1%80%D0%BE%D0%B5%D0%BA%D1%82__13_-1688451871276.jpg); }

/* line 1503, theme.scss */
.special-products.js-special-products.cl26446116 .image .h2,
.special-products.js-special-products.cl27983509 .image .h2 {
  right: 20px;
  left: auto; }

/* line 1509, theme.scss */
.special-products.js-special-products.cl26446116 .main .image,
.special-products.js-special-products.cl27983509 .main .image {
  order: 2;
  background-image: url(https://static.insales-cdn.com/files/1/2371/30083395/original/%D0%9D%D0%BE%D0%B2%D1%8B%D0%B9_%D0%BF%D1%80%D0%BE%D0%B5%D0%BA%D1%82__11_-1688450268198.jpg);
  background-position: right; }

/* line 1516, theme.scss */
.special-products.js-special-products.cl26446126 .main .image {
  background-image: url(https://static.insales-cdn.com/files/1/3030/30084054/original/%D0%9D%D0%BE%D0%B2%D1%8B%D0%B9_%D0%BF%D1%80%D0%BE%D0%B5%D0%BA%D1%82__14_-1688452101391.jpg); }

@media (max-width: 1679px) {
  /* line 1521, theme.scss */
  .special-products.js-special-products .main .image {
    height: 500px; } }
@media (max-width: 1600px) {
  /* line 1527, theme.scss */
  .special-products.js-special-products .main .image {
    height: 400px; } }
@media (max-width: 1600px) {
  /* line 1533, theme.scss */
  .special-products.js-special-products .image .h2 {
    font-size: 30px; } }
@media (max-width: 1124px) {
  /* line 1540, theme.scss */
  .special-products.js-special-products .main .image {
    height: 350px;
    min-height: 350px;
    width: 100%; }

  /* line 1546, theme.scss */
  .special-products.js-special-products.cl26446116 .main .image {
    order: 0; }

  /* line 1550, theme.scss */
  .special-products.js-special-products .main {
    flex-wrap: wrap;
    row-gap: 30px; }

  /* line 1555, theme.scss */
  .special-products.js-special-products .main .splide {
    width: 100%; } }
@media (max-width: 700px) {
  /* line 1561, theme.scss */
  .special-products.js-special-products .main .image {
    height: 300px;
    min-height: 300px; }

  /* line 1566, theme.scss */
  .special-products.js-special-products .image .h2 {
    font-size: 15px; } }
@media (max-width: 600px) {
  /* line 1573, theme.scss */
  .special-products.js-special-products .main .image {
    height: 250px;
    min-height: 250px; } }
@media (max-width: 450px) {
  /* line 1581, theme.scss */
  .special-products.js-special-products .main .image {
    height: 200px;
    min-height: 200px; } }
@media (max-width: 350px) {
  /* line 1589, theme.scss */
  .special-products.js-special-products .main .image {
    height: 150px;
    min-height: 150px; }

  /* line 1594, theme.scss */
  .special-products.js-special-products .image .h2 {
    font-size: 8px; } }
/* line 1600, theme.scss */
.social {
  display: flex;
  column-gap: 10px;
  padding-top: 5px; }

/* line 1606, theme.scss */
.social a {
  border: 1px solid #9C8574;
  display: flex;
  align-items: center;
  border-radius: 3px;
  width: 31px;
  height: 31px;
  justify-content: center; }

/* line 1616, theme.scss */
.header__area-controls .callback {
  background: transparent;
  color: #fff;
  border: 0;
  cursor: pointer; }

/* line 1623, theme.scss */
.header__area-controls .callback svg {
  margin-top: -5px;
  margin-right: 5px; }

@media (max-width: 767px) {
  /* line 1630, theme.scss */
  .header__area-controls .callback span {
    display: none; }

  /* line 1634, theme.scss */
  .header__area-controls .callback svg {
    margin-top: 0;
    margin-right: 0; } }
/* line 1640, theme.scss */
.akcii.bottom_block {
  width: 100%;
  text-align: center;
  padding-bottom: 35px;
  font-size: 40px; }

/* line 1647, theme.scss */
.text-banner.akcii {
  left: 40px;
  top: 210px;
  font-size: 35px; }

/* line 1653, theme.scss */
.text-banner.akcii span {
  font-size: 45px;
  font-weight: bold; }

@media (max-width: 1400px) {
  /* line 1659, theme.scss */
  .text-banner.akcii {
    left: 25px;
    top: 190px;
    font-size: 25px; }

  /* line 1665, theme.scss */
  .text-banner.akcii span {
    font-size: 35px;
    font-weight: bold; } }
@media (max-width: 1020px) {
  /* line 1672, theme.scss */
  .text-banner.akcii {
    left: 25px;
    top: 180px;
    font-size: 20px; }

  /* line 1678, theme.scss */
  .text-banner.akcii span {
    font-size: 30px;
    font-weight: bold; } }
@media (max-width: 400px) {
  /* line 1685, theme.scss */
  .text-banner.akcii {
    left: 25px;
    top: 180px;
    font-size: 16px; }

  /* line 1691, theme.scss */
  .text-banner.akcii span {
    font-size: 25px;
    font-weight: bold; } }
/* line 1697, theme.scss */
.phone-value-head {
  text-decoration: none;
  padding-left: 25px;
  color: #fff; }

/* line 1704, theme.scss */
.phone-value-head_mobile {
  display: none; }

@media (max-width: 767px) {
  /* line 1709, theme.scss */
  .phone-value-head {
    display: none; }

  /* line 1713, theme.scss */
  .phone-value-head_mobile {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding-right: 10px; }

  /* line 1720, theme.scss */
  .widget-type_widget_v4_header_11_30e469189bbc423d6bb384bd648014c6[style*="--mobile-panel-right-btn:first-phone"] .header__control-btn.header__mobile-phone {
    display: none !important; } }
@media (max-width: 400px) {
  /* line 1726, theme.scss */
  .widget-type_widget_v4_header_11_30e469189bbc423d6bb384bd648014c6[style*="--mobile-panel-right-btn:first-phone"] .header__control-btn.header__mobile-phone {
    display: inline-flex !important; }

  /* line 1730, theme.scss */
  .phone-value-head_mobile {
    display: none; }

  /* line 1734, theme.scss */
  .header__content .callback {
    display: none; } }
/*#splide01-track .img-ratio{
  padding-top: 63%;
}*/
/* line 1742, theme.scss */
.img-ratio.img-ratio_cover img {
  height: auto !important; }

/*Шаблон новой главной страницы*/
/* line 1750, theme.scss */
.for-what {
  display: flex;
  width: 100%;
  margin-top: 100px;
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  flex-direction: column;
  padding-left: var(--layout-side-padding);
  padding-right: var(--layout-side-padding); }

/* line 1762, theme.scss */
.for-what p {
  border-left: 4rem solid #9c8574;
  padding: 3rem 4rem;
  line-height: 1.8;
  font-weight: 400; }

/* line 1769, theme.scss */
.for-what__title {
  text-align: center;
  font-size: 32px; }

/* line 1774, theme.scss */
.for-what__title b {
  font-weight: 800; }

/* line 1778, theme.scss */
.planet-block {
  display: flex;
  text-transform: uppercase;
  line-height: 1.8;
  font-weight: 400;
  font-size: 20px;
  padding: 0 30px;
  max-width: 1300px;
  margin: 10px auto;
  position: relative;
  padding-bottom: 20px; }

/* line 1791, theme.scss */
.planet-block::after {
  content: '';
  width: 62%;
  height: 2px;
  background: #9e8574;
  position: absolute;
  bottom: -5px;
  right: 0; }

/* line 1801, theme.scss */
.planet-block p {
  text-transform: uppercase;
  line-height: 1.8;
  font-weight: 400;
  padding-left: 3rem;
  margin-bottom: 0;
  padding-top: 6px; }

/* line 1811, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .benefit-list__title.heading,
[data-theme-template="page.system-template-4e02eddc5ce4872dc408"] .benefit-list__title.heading {
  text-align: center;
  font-family: 'Golos', 'PT Root UI', Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  margin-top: 75px;
  margin-bottom: 0; }

/* line 1822, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .benefit-list.grid-list,
[data-theme-template="page.system-template-4e02eddc5ce4872dc408"] .benefit-list.grid-list {
  max-width: 1235px;
  margin: 0 auto;
  padding: 3rem 5rem 1rem 5rem;
  border-left: 4rem solid #fbf1e9;
  gap: 10px;
  margin-bottom: 4rem; }

/* line 1832, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .benefit-list.grid-list .benefit-list__item,
[data-theme-template="page.system-template-4e02eddc5ce4872dc408"] .benefit-list.grid-list .benefit-list__item {
  font-size: 25px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap; }

/* line 1842, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .benefit-list.grid-list .benefit-list__item:nth-child(even),
[data-theme-template="page.system-template-4e02eddc5ce4872dc408"] .benefit-list.grid-list .benefit-list__item:nth-child(even) {
  opacity: 1;
  flex-direction: row-reverse; }

/* line 1848, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .benefit-list.grid-list .benefit-list__item:nth-child(odd),
[data-theme-template="page.system-template-4e02eddc5ce4872dc408"] .benefit-list.grid-list .benefit-list__item:nth-child(odd) {
  opacity: 1; }

/* line 1854, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .benefit-list.grid-list .benefit-list__item-image,
[data-theme-template="page.system-template-4e02eddc5ce4872dc408"] .benefit-list.grid-list .benefit-list__item-image {
  height: 90px;
  padding: 0;
  width: 90px; }

/* line 1862, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .benefit-list.grid-list .benefit-list__item-image img,
[data-theme-template="page.system-template-4e02eddc5ce4872dc408"] .benefit-list.grid-list .benefit-list__item-image img {
  width: 90px;
  height: 90px;
  object-fit: contain; }

/* line 1870, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .benefit-list.grid-list .benefit-list__item-title,
[data-theme-template="page.system-template-4e02eddc5ce4872dc408"] .benefit-list.grid-list .benefit-list__item-title {
  padding: 0 25px;
  position: relative;
  font-family: 'Golos', 'PT Root UI', Arial, sans-serif;
  font-size: 24px;
  font-weight: 100; }

/* line 1879, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .benefit-list.grid-list .benefit-list__item-description {
  width: 100%;
  display: flex;
  font-size: 17px;
  margin-top: 10px; }

/* line 1886, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .benefit-list.grid-list .benefit-list__item-title::after,
[data-theme-template="page.system-template-4e02eddc5ce4872dc408"] .benefit-list.grid-list .benefit-list__item-title::after {
  content: '';
  width: calc(63% - 40px);
  height: 2px;
  position: absolute;
  background: #9c8574;
  right: 26px;
  bottom: -3px; }

/* line 1897, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .benefit-list.grid-list .benefit-list__item:nth-child(even) .benefit-list__item-title::after,
[data-theme-template="page.system-template-4e02eddc5ce4872dc408"] .benefit-list.grid-list .benefit-list__item:nth-child(even) .benefit-list__item-title::after {
  right: auto;
  left: 27px; }

/* line 1903, theme.scss */
.heading.reviews__title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 4rem;
  text-transform: uppercase;
  font-family: 'Golos', 'PT Root UI', Arial, sans-serif;
  letter-spacing: 1px; }

/* line 1913, theme.scss */
.reviews {
  max-width: 1225px;
  margin: 0 auto; }

/* line 1918, theme.scss */
.faq {
  margin: 4rem auto;
  padding: 3rem 5rem 3rem var(--layout-side-padding);
  background-image: url(https://static.insales-cdn.com/files/1/7358/32267454/original/faq_img.png);
  background-position: right center;
  background-size: 435px;
  background-repeat: no-repeat; }

/* line 1927, theme.scss */
.faq.no-bg {
  background-image: none;
  margin: 0 auto;
  padding: 0 5rem 3rem var(--layout-side-padding); }

/* line 1933, theme.scss */
.faq.no-bg .faq__items {
  margin: 0 auto; }

/* line 1938, theme.scss */
.faq__title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 4rem;
  text-transform: uppercase;
  font-family: 'Golos', 'PT Root UI', Arial, sans-serif;
  letter-spacing: 1px; }

/* line 1949, theme.scss */
.faq__items {
  max-width: calc(100% - 300px);
  width: 1000px; }

/* line 1955, theme.scss */
.faq__item {
  opacity: 1; }

/* line 1960, theme.scss */
.faq__item.active {
  opacity: 1; }

/* line 1965, theme.scss */
.faq__question {
  font-size: 22px;
  text-transform: uppercase;
  background: #fbf1e9;
  padding: 1rem 1rem;
  border-radius: 3px;
  cursor: pointer;
  margin: 20px 0;
  letter-spacing: 1px;
  transition: .3s; }

/* line 1978, theme.scss */
.faq__answer {
  padding: 0 20px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: .3s;
  transition-delay: 0s; }

/* line 1990, theme.scss */
.faq__item.active .faq__question {
  background: #4f4944;
  color: white; }

/* line 1995, theme.scss */
.faq__item.active .faq__answer {
  max-height: 1000px; }

/* line 1999, theme.scss */
.faq__link {
  text-transform: uppercase;
  color: #4f4944;
  text-decoration: none;
  border-bottom: 1px solid #4f4944;
  padding: 7px 0;
  margin-top: 10px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  transition: .3s; }

/* line 2012, theme.scss */
.faq__link:hover {
  border-color: #9c8574;
  color: #9c8574; }

@media screen and (max-width: 767px) {
  /* line 2018, theme.scss */
  .faq__items {
    max-width: 100%; }

  /* line 2022, theme.scss */
  .faq {
    background: #ffffff;
    padding: 3rem var(--layout-side-padding) 3rem var(--layout-side-padding);
    margin: 0; }

  /* line 2028, theme.scss */
  .for-what__title {
    text-align: left;
    font-size: 22px;
    padding-left: var(--layout-side-padding-mobile); }

  /* line 2034, theme.scss */
  .for-what {
    font-size: 16px;
    padding-left: 0; }

  /* line 2039, theme.scss */
  .for-what p {
    border-left: 1rem solid #9c8574;
    padding: 1rem 1rem;
    line-height: 1.8;
    font-weight: 400;
    margin-top: 2rem; }

  /* line 2047, theme.scss */
  .planet-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px 0;
    padding: 0; }

  /* line 2056, theme.scss */
  .planet-block p {
    padding-left: 0;
    padding: 0;
    font-size: 15px; }

  /* line 2062, theme.scss */
  [data-theme-template="page.system-template-59143ca1d1bef91a9058"] .benefit-list__title.heading,
  [data-theme-template="page.system-template-4e02eddc5ce4872dc408"] .benefit-list__title.heading {
    font-size: 25px;
    margin-top: 3rem; }

  /* line 2068, theme.scss */
  [data-theme-template="page.system-template-59143ca1d1bef91a9058"] .benefit-list.grid-list,
  [data-theme-template="page.system-template-4e02eddc5ce4872dc408"] .benefit-list.grid-list {
    padding: 2rem 1rem 1rem 1rem;
    border-left: 1rem solid #fbf1e9;
    margin-bottom: 0; }

  /* line 2075, theme.scss */
  [data-theme-template="page.system-template-59143ca1d1bef91a9058"] .benefit-list.grid-list .benefit-list__item-image img,
  [data-theme-template="page.system-template-4e02eddc5ce4872dc408"] .benefit-list.grid-list .benefit-list__item-image {
    width: 70px;
    height: 70px; }

  /* line 2081, theme.scss */
  [data-theme-template="page.system-template-59143ca1d1bef91a9058"] .benefit-list.grid-list .benefit-list__item-title,
  [data-theme-template="page.system-template-4e02eddc5ce4872dc408"] .benefit-list.grid-list .benefit-list__item-title {
    font-size: 17px;
    line-height: 1.2; }

  /* line 2087, theme.scss */
  [data-theme-template="page.system-template-59143ca1d1bef91a9058"] .benefit-list.grid-list .benefit-list__item:nth-child(even),
  [data-theme-template="page.system-template-4e02eddc5ce4872dc408"] .benefit-list.grid-list .benefit-list__item:nth-child(even) {
    text-align: right; }

  /* line 2092, theme.scss */
  [data-theme-template="page.system-template-59143ca1d1bef91a9058"] .benefit-list.grid-list .benefit-list__item-title::after,
  [data-theme-template="page.system-template-4e02eddc5ce4872dc408"] .benefit-list.grid-list .benefit-list__item-title::after {
    width: 100px; }

  /* line 2097, theme.scss */
  [data-theme-template="page.system-template-59143ca1d1bef91a9058"] .benefit-list.grid-list .benefit-list__item:nth-child(even) .benefit-list__item-title::after,
  [data-theme-template="page.system-template-4e02eddc5ce4872dc408"] .benefit-list.grid-list .benefit-list__item:nth-child(even) .benefit-list__item-title::after {
    right: 26px;
    left: auto; }

  /* line 2103, theme.scss */
  [data-theme-template="page.system-template-59143ca1d1bef91a9058"] .benefit-list.grid-list .benefit-list__item-title::after,
  [data-theme-template="page.system-template-4e02eddc5ce4872dc408"] .benefit-list.grid-list .benefit-list__item-title::after {
    right: auto;
    left: 26px; }

  /* line 2109, theme.scss */
  .heading.reviews__title,
  .faq__title {
    font-size: 25px;
    margin-bottom: 2rem; }

  /* line 2115, theme.scss */
  .faq__question {
    font-size: 16px; }

  /* line 2119, theme.scss */
  .faq__answer {
    font-size: 14px;
    line-height: 1.7; } }
/*Новый шаблон услуг*/
/* line 2128, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .layout__content {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.8; }

/* line 2140, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .img-ratio__inner img {
  height: 100% !important;
  filter: brightness(0.7);
  transition: .3s; }

/* line 2146, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .img-ratio__inner img:hover {
  filter: brightness(1);
  transform: scale(1.1); }

/* line 2151, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .widget-type_system_widget_v4_page_cloud_1 .nav__menu-item {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 1.2rem; }

/* line 2157, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .nav__menu-controls .nav__menu-link {
  text-decoration: none;
  color: #3a322c;
  padding: 0.7rem 2rem;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  transition: .2s;
  border: 1px solid #9c8574;
  font-size: 18px;
  text-transform: none; }

/* line 2172, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .nav__menu-controls .nav__menu-link:hover {
  border: 1px solid #9c8574;
  background: #9c8574;
  color: white; }

/* line 2178, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .static-text {
  overflow: hidden;
  border-left: 2rem solid #9c8574;
  padding-left: 2rem;
  padding-top: 1rem; }

/* line 2185, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .widget-type_system_widget_v4_page_cloud_1 + .widget-type_system_widget_v4_simple_text_2 {
  background: #f7f0eb;
  margin-top: 3rem;
  padding: var(--layout-side-padding); }

/* line 2190, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .widget-type_system_widget_v4_page_cloud_1 + .widget-type_system_widget_v4_simple_text_2 .layout__content {
  background: #f7f0eb; }

/* line 2193, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .widget-type_system_widget_v4_page_cloud_1 + .widget-type_system_widget_v4_simple_text_2 .static-text {
  border: 0; }

/* line 2196, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .feedback {
  padding: var(--layout-side-padding);
  background: #fbf1e9;
  position: relative;
  margin-top: 5rem; }

/* line 2203, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .feedback::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #00000096;
  z-index: 1; }

/* line 2214, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .feedback__title {
  position: relative;
  z-index: 2;
  color: white;
  font-family: 'Golos', 'PT Root UI', Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  padding-top: var(--layout-side-padding); }

/* line 2224, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .feedback__form {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
  color: white;
  font-size: 14px; }

/* line 2233, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .feedback[data-page-id="13652711"] {
  background: url(https://static.insales-cdn.com/files/1/2810/30083834/original/Новый_проект__12_-1688451538454.jpg) no-repeat center;
  background-size: cover; }

/* line 2238, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .static-text h2,
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .static-text h3 {
  margin: 45px 0 35px 0;
  position: relative;
  display: inline-block; }

/* line 2245, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .static-text h2::after,
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .static-text h3::after {
  content: '';
  width: 60%;
  position: absolute;
  left: 0;
  height: 2px;
  background: #68605a;
  bottom: -10px; }

/* line 2256, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .js-promo-slider {
  display: flex;
  flex-direction: column-reverse; }

/* line 2261, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .widget-type_system_widget_v4_promo_slider_20 .promo-slider_head {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-top: 2rem; }

/* line 2268, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .form-control.form-control_wide {
  width: 100%;
  padding: 10px 20px; }

/* line 2273, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .agree__btn {
  background: white; }

/* line 2277, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .widget-type_system_widget_v4_breadcrumbs_1 {
  position: absolute;
  margin-top: 0;
  background: transparent;
  top: 8px; }

/* line 2284, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] main {
  position: relative; }

/* line 2288, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .widget-type_system_widget_v4_breadcrumbs_1 .layout__content {
  background: transparent;
  font-size: 14px; }

/* line 2294, theme.scss */
[data-theme-template="page.system-template-59143ca1d1bef91a9058"] .layout[class*="widget-type_widget_v4_banner_parallax"] {
  margin-bottom: 5rem; }

/* line 2298, theme.scss */
.layout.widget-type_system_widget_v4_promo_slider_16 {
  margin-bottom: 20px; }

/* line 2302, theme.scss */
.layout.widget-type_system_widget_v4_promo_slider_16 .promo-slider__item,
.layout.widget-type_system_widget_v4_promo_slider_16 .promo-slider__item-photo .img-ratio,
.layout.widget-type_system_widget_v4_promo_slider_16 .promo-slider__item-photo {
  height: 100%; }

/* line 2308, theme.scss */
.layout.widget-type_system_widget_v4_promo_slider_16 .img-ratio.img-ratio_cover img {
  object-fit: cover;
  height: 100% !important;
  filter: brightness(0.6);
  object-position: 100% 63%; }

/* line 2315, theme.scss */
.layout.widget-type_system_widget_v4_promo_slider_16 .promo-slider__item-content__title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 3.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem; }

/* line 2322, theme.scss */
.layout.widget-type_system_widget_v4_promo_slider_16 .promo-slider__item-content {
  transform: translate(0, -50%); }

/* line 2325, theme.scss */
.layout.widget-type_system_widget_v4_promo_slider_16 .promo-slider__item-content__description {
  font-weight: 200;
  line-height: 1.2;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px; }

/* line 2332, theme.scss */
.layout.widget-type_system_widget_v4_promo_slider_16 .promo-slider__item-content__btn-link {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px; }

/* line 2339, theme.scss */
.layout.widget-type_system_widget_v4_promo_slider_16 .promo-slider__item-content-inner {
  width: 570px; }

/* line 2343, theme.scss */
.layout.widget-type_system_widget_v4_promo_slider_16 .splide__slide {
  max-height: 75vh;
  height: 576px; }

@media screen and (max-width: 1200px) {
  /* line 2350, theme.scss */
  .layout.widget-type_system_widget_v4_promo_slider_16 .promo-slider__item-content {
    transform: translate(0, -50%);
    padding-left: 4rem;
    max-width: 80%;
    right: auto; }

  /* line 2356, theme.scss */
  .layout.widget-type_system_widget_v4_promo_slider_16 .splide__slide {
    height: 520px; } }
@media screen and (max-width: 767px) {
  /* line 2362, theme.scss */
  .layout.widget-type_system_widget_v4_promo_slider_16 .promo-slider__item-content {
    transform: translate(0, 0); }

  /* line 2365, theme.scss */
  .layout.widget-type_system_widget_v4_promo_slider_16 .promo-slider__item-content__title {
    font-size: 1.8rem; }

  /* line 2368, theme.scss */
  .layout.widget-type_system_widget_v4_promo_slider_16 .promo-slider__item-content-inner {
    width: 100%; }

  /* line 2371, theme.scss */
  .layout.widget-type_system_widget_v4_promo_slider_16 .promo-slider__item-content {
    padding-left: 1rem;
    max-width: 100%; }

  /* line 2375, theme.scss */
  .layout.widget-type_system_widget_v4_promo_slider_16 .splide__slide {
    height: 65vh;
    min-height: 490px; }

  /* line 2379, theme.scss */
  .layout.widget-type_system_widget_v4_promo_slider_16 .img-ratio.img-ratio_cover img {
    object-position: 2% 52%; } }
