/* 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, #181917);
  --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, #2e302c);
  --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, #454843);
  --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, #8b9086);
  --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, #BBBBBB);
  --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, #b5b5b5);
  --color-accent-text-minor-shade-is-light: var(--draft-color-accent-text-minor-shade-is-light, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #adadad);
  --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, #5d5d5d);
  --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, #181917);
  --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, #2e302c);
  --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, #454843);
  --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, #8b9086);
  --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, thin);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning: var(--draft-color-notice-warning, #000000);
  --color-notice-warning-is-dark: var(--draft-color-notice-warning-is-dark, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #1a1a1a);
  --color-notice-warning-minor-shade-is-dark: var(--draft-color-notice-warning-minor-shade-is-dark, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #333333);
  --color-notice-warning-major-shade-is-dark: var(--draft-color-notice-warning-major-shade-is-dark, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #808080);
  --color-notice-warning-half-shade-is-dark: var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success: var(--draft-color-notice-success, #000000);
  --color-notice-success-is-dark: var(--draft-color-notice-success-is-dark, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #1a1a1a);
  --color-notice-success-minor-shade-is-dark: var(--draft-color-notice-success-minor-shade-is-dark, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #333333);
  --color-notice-success-major-shade-is-dark: var(--draft-color-notice-success-major-shade-is-dark, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #808080);
  --color-notice-success-half-shade-is-dark: var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error: var(--draft-color-notice-error, #000000);
  --color-notice-error-is-dark: var(--draft-color-notice-error-is-dark, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #1a1a1a);
  --color-notice-error-minor-shade-is-dark: var(--draft-color-notice-error-minor-shade-is-dark, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #333333);
  --color-notice-error-major-shade-is-dark: var(--draft-color-notice-error-major-shade-is-dark, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #808080);
  --color-notice-error-half-shade-is-dark: var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info: var(--draft-color-notice-info, #000000);
  --color-notice-info-is-dark: var(--draft-color-notice-info-is-dark, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #1a1a1a);
  --color-notice-info-minor-shade-is-dark: var(--draft-color-notice-info-minor-shade-is-dark, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #333333);
  --color-notice-info-major-shade-is-dark: var(--draft-color-notice-info-major-shade-is-dark, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #808080);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, 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, "Istok Web");
  --heading-ratio: var(--draft-heading-ratio, 1.25);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 40);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, sticky);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, false);
  --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, true);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, true);
  --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, true);
  --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; } }
@font-face {
  font-family: 'Circe-Light';
  src: url("Circe-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Circe-Bold';
  src: url("Circe-Bold_1.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
/* line 39, theme.scss */
body {
  font-family: "Circe-Light" !important; }

/* line 42, theme.scss */
.heading {
  font-family: "Circe-Light" !important; }

/* line 45, theme.scss */
.button {
  border: 1px solid black;
  font-family: "Circe-Light" !important; }

/* line 50, theme.scss */
header {
  position: sticky;
  top: 0px;
  z-index: 10000;
  /*box-shadow: 0px 0px 3px rgba(0,0,0,.1); */ }

/* line 59, theme.scss */
.micro-alert {
  position: fixed;
  top: 30%;
  right: 50%;
  padding: 0;
  font-size: 16px;
  z-index: 99999;
  transform: translateX(50%); }

/* line 68, theme.scss */
.micro-alert-item {
  color: var(--color-text-light); }

/* line 72, theme.scss */
.page-404 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

/* line 75, theme.scss */
.page-404 p {
  margin-bottom: 10px;
  font-size: 20px; }

/* line 79, theme.scss */
.page-404 a {
  color: black;
  text-decoration: underline; }

/* line 84, theme.scss */
.sitemap-list, .sitemap-list ul {
  list-style-type: none;
  font-size: 20px; }

/* line 88, theme.scss */
.sitemap-list a {
  display: inline-block;
  color: #000;
  margin-bottom: 7px; }

/** page-contacts **/
/* line 94, theme.scss */
.page-contacts {
  margin-bottom: 2rem; }

/* line 97, theme.scss */
.contacts-row {
  display: grid;
  gap: 30px;
  grid-template-columns: 40% 60%; }

@media (max-width: 1200px) {
  /* line 103, theme.scss */
  .contacts-row {
    gap: 30px;
    grid-template-columns: 1fr; } }
/** page-contacts end**/
/* line 110, theme.scss */
.blog-list .img-ratio.img-fit img {
  object-fit: contain; }

@media (min-width: 764px) {
  /* line 114, theme.scss */
  body .header__collections.cut-list-ready {
    display: none; } }
/** product-card-top **/
/* line 2, product-card.css */
.product-card-top {
  position: relative;
  background-color: #3B3C43; }

/* line 6, product-card.css */
.product-card-top__i {
  display: block;
  padding-bottom: 40.6666666667%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%; }

/* line 14, product-card.css */
.product-card-top--fen .product-card-top__i {
  background-image: url("https://static.insales-cdn.com/files/1/6129/119937009/original/product-fen.webp"); }

/* line 17, product-card.css */
.product-card-top--utyuzhok .product-card-top__i {
  background-image: url("https://static.insales-cdn.com/files/1/1065/120030249/original/product-utyuzhok.webp"); }

/* line 20, product-card.css */
.product-card-top--multistajler .product-card-top__i {
  background-image: url("https://static.insales-cdn.com/files/1/1457/120030641/original/product-multistajler.webp"); }

/* line 23, product-card.css */
.product-card-top-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 40px; }

/* line 31, product-card.css */
.product-card-top-info__in {
  max-width: 1408px;
  margin: 0 auto; }

/* line 36, product-card.css */
.product-card-top-info__h {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 30px; }

/* line 44, product-card.css */
.product-card-top-info__price {
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #FFF;
  margin-bottom: 30px; }

@media screen and (max-width: 1200px) {
  /* line 52, product-card.css */
  .product-card-top-info__h {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px; } }
@media screen and (max-width: 768px) {
  /* line 59, product-card.css */
  .product-card-top-info {
    padding: 0 15px; }

  /* line 62, product-card.css */
  .product-card-top-info__h {
    font-size: 24px;
    margin-bottom: 15px; }

  /* line 66, product-card.css */
  .product-card-top-info__price {
    margin-bottom: 15px; } }
@media screen and (max-width: 400px) {
  /* line 72, product-card.css */
  .product-card-top__i {
    display: block;
    padding-bottom: 91.1%;
    position: relative; }

  /* line 77, product-card.css */
  .product-card-top--fen .product-card-top__i {
    background-image: url("https://static.insales-cdn.com/files/1/6201/119937081/original/product-fen-mob.webp"); }

  /* line 80, product-card.css */
  .product-card-top--utyuzhok .product-card-top__i {
    background-image: url("https://static.insales-cdn.com/files/1/1113/120030297/original/product-utyuzhok-mob.webp"); }

  /* line 83, product-card.css */
  .product-card-top--multistajler .product-card-top__i {
    background-image: url("https://static.insales-cdn.com/files/1/1489/120030673/original/product-multistajler-mob.webp"); }

  /* line 87, product-card.css */
  .product-card-top-info {
    position: relative;
    left: 0;
    right: unset;
    top: unset;
    bottom: unset;
    transform: unset;
    padding: 20px 20px 20px 20px;
    text-align: center; }

  /* line 97, product-card.css */
  .product-card-top-info__h {
    font-size: 22px;
    margin-bottom: 10px; }

  /* line 101, product-card.css */
  .product-card-top-info__price {
    font-size: 18px;
    margin-bottom: 0px; }

  /* line 105, product-card.css */
  .product-card-top__btn-wrap {
    text-align: right; }

  /* line 108, product-card.css */
  .product-card-top .product-card-top__btn {
    width: 42px;
    height: 42px;
    background-color: #FFF;
    border-radius: 50%;
    background-image: url("https://static.insales-cdn.com/files/1/4465/119935345/original/product__icon-cart-mob.png");
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0 !important;
    min-width: unset;
    padding: 0; } }
/** product-card-top end **/
/* line 127, product-card.css */
.custom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

/* line 133, product-card.css */
.custom-btn--style-1 {
  border: 1px solid #FFFFFF;
  border-radius: 21.5px;
  min-width: 160px;
  min-height: 40px;
  padding: 5px 30px;
  color: #FFF;
  text-decoration: none; }

/* line 142, product-card.css */
.custom-btn--style-1:hover {
  color: #FFF;
  text-decoration: underline; }

/* line 146, product-card.css */
.custom-btn--fs-1 {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center; }

@media (max-width: 768px) {
  /* line 155, product-card.css */
  .custom-btn--style-1 {
    min-height: 30px;
    padding: 5px 20px; } }
/** advantages-1 **/
/* line 164, product-card.css */
.advantages-1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 100px 0; }

/* line 170, product-card.css */
.advantage-1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #FFF; }

/* line 177, product-card.css */
.advantages-1__split {
  display: block;
  width: 2px;
  height: 58px;
  background: #FFF; }

@media (max-width: 1200px) {
  /* line 184, product-card.css */
  .advantages-1 {
    padding: 30px 0; }

  /* line 187, product-card.css */
  .advantage-1 {
    font-weight: 700;
    font-size: 20px;
    line-height: normal; }

  /* line 192, product-card.css */
  .advantages-1__split {
    display: block;
    width: 2px;
    height: 58px;
    background: #FFF; } }
@media (max-width: 768px) {
  /* line 202, product-card.css */
  .advantages-1 {
    flex-direction: column;
    row-gap: 20px; }

  /* line 206, product-card.css */
  .advantages-1__split {
    display: none; }

  /* line 209, product-card.css */
  .advantage-1 {
    font-weight: 400;
    font-size: 18px; }

  /* line 213, product-card.css */
  .advantage-1 br {
    display: none; } }
@media (max-width: 400px) {
  /* line 218, product-card.css */
  .advantages-1 {
    padding: 0 0 50px 0; } }
/** advantages-1 end**/
/** product-adv-list **/
/* line 228, product-card.css */
.product-adv-list--mb-1 {
  margin-bottom: 65px; }

/* line 231, product-card.css */
.product-adv-list-h {
  padding: 60px 0;
  font-weight: 350;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  color: #FFF; }

/* line 240, product-card.css */
.product-adv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 80px; }

/* line 247, product-card.css */
.product-adv:last-child {
  margin-bottom: 0px; }

/* line 250, product-card.css */
.product-adv__i {
  flex: 0 0 0; }

/* line 256, product-card.css */
.product-adv__info {
  flex: 0 0 465px; }

/* line 259, product-card.css */
.product-adv__h {
  font-weight: 700;
  font-size: 30px;
  line-height: normal;
  color: #FFF;
  margin-bottom: 10px;
  text-transform: uppercase; }

/* line 267, product-card.css */
.product-adv__desc {
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  color: #FFF; }

@media (max-width: 1200px) {
  /* line 275, product-card.css */
  .product-adv__h {
    font-size: 24px; }

  /* line 278, product-card.css */
  .product-adv__desc {
    font-size: 18px; }

  /* line 281, product-card.css */
  .product-adv__i {
    flex: 1 0 50%; }

  /* line 284, product-card.css */
  .product-adv__i img {
    max-width: 100%; }

  /* line 287, product-card.css */
  .product-adv__info {
    flex: 1 0 50%; }

  /* line 290, product-card.css */
  .product-adv {
    margin-bottom: 35px; }

  /* line 293, product-card.css */
  .product-adv:last-child {
    margin-bottom: 0px; }

  /* line 296, product-card.css */
  .product-adv-list-h {
    padding: 30px 0;
    font-size: 30px; }

  /* line 300, product-card.css */
  .product-adv-list--mb-1 {
    margin-bottom: 35px; } }
@media (max-width: 600px) {
  /* line 305, product-card.css */
  .product-adv {
    flex-direction: column;
    row-gap: 30px; }

  /* line 309, product-card.css */
  .product-adv__h {
    font-size: 18px;
    margin-bottom: 0; }

  /* line 313, product-card.css */
  .product-adv__desc {
    font-size: 18px; }

  /* line 316, product-card.css */
  .product-adv__i {
    width: 100%; }

  /* line 319, product-card.css */
  .product-adv__info {
    width: 100%;
    order: 10; }

  /* line 324, product-card.css */
  .product-adv-list-h {
    padding: 30px 0;
    font-size: 26px; } }
/** product-adv-list end**/
/** product-adv-2-list **/
/* line 333, product-card.css */
.product-adv-2-list {
  margin-bottom: 100px; }

/* line 336, product-card.css */
.product-adv-2 {
  display: flex;
  align-items: center;
  column-gap: 70px;
  margin-bottom: 50px; }

/* line 342, product-card.css */
.product-adv-2--small-gap {
  column-gap: 20px; }

/* line 346, product-card.css */
.product-adv-2:last-child {
  margin-bottom: 0; }

/* line 352, product-card.css */
.product-adv-2__info {
  flex: 0 0 370px; }

/* line 355, product-card.css */
.product-adv-2__h {
  font-weight: 700;
  font-size: 30px;
  line-height: normal;
  color: #FFF;
  margin-bottom: 10px; }

/* line 363, product-card.css */
.product-adv-2__desc {
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  color: #FFF; }

/* line 369, product-card.css */
.product-adv-2__slider .swiper-slide {
  flex: 0 0 340px; }

/* line 373, product-card.css */
.swiper-slide img {
  max-width: 100%;
  height: auto; }

/* line 377, product-card.css */
.advantages-slider .swiper-pagination {
  position: relative;
  padding: 20px 0;
  top: 0;
  left: 0;
  display: none; }

/* line 385, product-card.css */
.advantages-slider .swiper-pagination-bullet {
  background: #D9D9D9;
  border: 2px solid #d9d9d9;
  opacity: 1;
  width: 8px;
  height: 8px;
  box-sizing: border-box; }

/* line 394, product-card.css */
.advantages-slider .swiper-pagination-bullet-active {
  background: transparent;
  border: 2px solid #d9d9d9;
  opacity: 1; }

@media (max-width: 1500px) {
  /* line 402, product-card.css */
  .product-adv-2 {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px; }

  /* line 407, product-card.css */
  .product-adv-2__info {
    flex: 0 0 0;
    order: 10; }

  /* line 411, product-card.css */
  .product-adv-2__slider .swiper-slide {
    flex: 0 0 33%; } }
@media (max-width: 1200px) {
  /* line 416, product-card.css */
  .product-adv-2__h {
    font-size: 24px;
    line-height: normal; }

  /* line 420, product-card.css */
  .product-adv-2__desc {
    font-size: 18px;
    line-height: normal; }

  /* line 424, product-card.css */
  .product-adv-2-list {
    margin-bottom: 50px; } }
@media (max-width: 600px) {
  /* line 431, product-card.css */
  .advantages-slider .swiper-pagination {
    display: block; }

  /* line 434, product-card.css */
  .product-adv-2 {
    flex-direction: column;
    align-items: center;
    row-gap: 0px;
    margin-bottom: 30px; }

  /* line 440, product-card.css */
  .product-adv-2__info {
    flex: 0 0 0;
    order: 10; }

  /* line 444, product-card.css */
  .product-adv-2__slider .swiper-slide {
    flex: 0 0 100%;
    text-align: center; }

  /* line 448, product-card.css */
  .product-adv-2__slider {
    width: 100%; }

  /* line 451, product-card.css */
  .product-adv-2__h {
    font-size: 18px;
    margin-bottom: 0; }

  /* line 455, product-card.css */
  .product-adv-2__desc {
    font-size: 18px; } }
/** product-adv-2-list end **/
/** useful-functions **/
/* line 463, product-card.css */
.useful-functions {
  margin-bottom: 65px; }

/* line 466, product-card.css */
.product-block-h {
  font-weight: 350;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  color: #FFF;
  margin-bottom: 50px; }

/* line 474, product-card.css */
.useful-functions-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 15px; }

/* line 480, product-card.css */
.useful-functions-list--center {
  justify-content: center; }

/* line 484, product-card.css */
.useful-function {
  flex: 0 0 312px; }

/* line 487, product-card.css */
.useful-function__i {
  min-height: 56px;
  text-align: center;
  margin-bottom: 20px; }

/* line 492, product-card.css */
.useful-function__h {
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 30px; }

/* line 502, product-card.css */
.useful-function__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFF; }

/* line 509, product-card.css */
.useful-function__desc-2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFF;
  padding: 20px;
  border: 0.5px solid #B2B1B1;
  border-radius: 13px;
  margin-top: 30px; }

@media (max-width: 1200px) {
  /* line 522, product-card.css */
  .product-block-h {
    font-size: 30px;
    margin-bottom: 30px; }

  /* line 526, product-card.css */
  .useful-function {
    flex: 0 0 300px; } }
@media (max-width: 1025px) {
  /* line 532, product-card.css */
  .useful-functions {
    margin-bottom: 50px; }

  /* line 535, product-card.css */
  .useful-functions-list {
    flex-direction: column;
    row-gap: 40px; }

  /* line 539, product-card.css */
  .useful-function {
    flex: 0 0 100%; } }
@media (max-width: 600px) {
  /* line 545, product-card.css */
  .product-block-h {
    font-size: 26px;
    margin-bottom: 30px; }

  /* line 549, product-card.css */
  .useful-function__h {
    margin-bottom: 25px; }

  /* line 552, product-card.css */
  .useful-function__desc-2 {
    padding: 15px; } }
/**  useful-functions end**/
/** tech-props **/
/* line 562, product-card.css */
.tech-props {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 65px; }

/* line 568, product-card.css */
.tech-props__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 30px; }

/* line 574, product-card.css */
.tech-props__col {
  max-width: 320px; }

/* line 578, product-card.css */
.tech-props-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff; }

/* line 583, product-card.css */
.tech-props-table td {
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #FFF;
  text-align: left; }

/* line 592, product-card.css */
.tech-props-table td:last-child {
  text-align: right;
  padding-left: 40px; }

/* line 596, product-card.css */
.tech-props .custom-btn {
  margin-top: 40px; }

/* line 600, product-card.css */
.tech-props__i {
  text-align: center; }

/* line 603, product-card.css */
.tech-props__i img {
  max-width: 100%; }

@media (max-width: 768px) {
  /* line 607, product-card.css */
  .tech-props {
    margin-bottom: 50px; }

  /* line 610, product-card.css */
  .tech-props__row {
    flex-direction: column;
    row-gap: 15px; }

  /* line 614, product-card.css */
  .tech-props__i {
    width: 100%; }

  /* line 617, product-card.css */
  .tech-props__col {
    width: 100%;
    max-width: 100%;
    order: 10;
    text-align: center; }

  /* line 624, product-card.css */
  .tech-props-table td {
    padding: 10px 0 10px 0; } }
/** tech-props end**/
/** similar-products **/
/* line 631, product-card.css */
.similar-products {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 65px; }

/* line 636, product-card.css */
.similar-products__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 25px; }

/* line 641, product-card.css */
.similar-product, .similar-product:hover {
  display: block;
  text-decoration: unset; }

/* line 645, product-card.css */
.similar-product__i {
  margin-bottom: 34px; }

/* line 648, product-card.css */
.similar-product img {
  max-width: 100%;
  display: block; }

/* line 652, product-card.css */
.similar-product__h {
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  color: #FFF; }

@media (max-width: 768px) {
  /* line 659, product-card.css */
  .similar-products__row {
    column-gap: 10px; }

  /* line 662, product-card.css */
  .similar-product__h {
    font-size: 18px; }

  /* line 665, product-card.css */
  .similar-product__i {
    margin-bottom: 16px; }

  /* line 668, product-card.css */
  .similar-products {
    margin-bottom: 40px; } }
/** similar-products end**/
/** product-card-faq **/
/* line 677, product-card.css */
.product-card-faq {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 90px; }

/* line 682, product-card.css */
.product-card-faq__in {
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  color: #FFF; }

@media (max-width: 1200px) {
  /* line 689, product-card.css */
  .product-card-faq {
    margin-bottom: 50px; }

  /* line 692, product-card.css */
  .product-card-faq__in {
    font-size: 20px; } }
@media (max-width: 600px) {
  /* line 697, product-card.css */
  .product-card-faq__in {
    font-size: 16px; } }
/** product-card-faq end**/
/** product-additionals **/
/* line 706, product-card.css */
.product-additionals {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, minmax(0, 520px));
  column-gap: 25px;
  margin-bottom: 60px; }

/* line 713, product-card.css */
.product-additional {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  text-align: center; }

/* line 720, product-card.css */
.product-additional__h1 {
  font-weight: 350;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 30px; }

/* line 727, product-card.css */
.product-additional__h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  text-transform: uppercase;
  margin-bottom: 30px; }

/* line 734, product-card.css */
.product-additional__h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 108%; }

/* line 739, product-card.css */
.product-additional__top {
  flex: 1 0 0;
  margin-bottom: 40px; }

/* line 743, product-card.css */
.product-additional__btn {
  margin-bottom: 40px; }

/* line 746, product-card.css */
.product-additional__i {
  display: block; }

/* line 749, product-card.css */
.product-additional__i img {
  display: block;
  width: 100%; }

@media (max-width: 1200px) {
  /* line 755, product-card.css */
  .product-additionals {
    column-gap: 20px;
    margin-bottom: 40px; }

  /* line 759, product-card.css */
  .product-additional__h1 {
    font-size: 30px;
    margin-bottom: 20px; }

  /* line 763, product-card.css */
  .product-additional__h2 {
    margin-bottom: 10px; }

  /* line 766, product-card.css */
  .product-additional__h3 {
    font-size: 18px; }

  /* line 769, product-card.css */
  .product-additional__top {
    margin-bottom: 20px; }

  /* line 772, product-card.css */
  .product-additional__btn {
    margin-bottom: 30px; } }
@media (max-width: 680px) {
  /* line 777, product-card.css */
  .product-additionals {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 40px;
    margin-bottom: 40px; }

  /* line 782, product-card.css */
  .product-additional__h1 {
    font-size: 26px;
    margin-bottom: 20px; }

  /* line 786, product-card.css */
  .product-additional__h2 {
    font-size: 22px; }

  /* line 789, product-card.css */
  .product-additional__h3 {
    font-size: 16px; } }
/** product-additionals end**/
/* line 3, custom.css */
:root {
  --color-gray: #BBBBBB;
  --color-bg-gray: #3B3C43; }

/* line 7, custom.css */
.bg-gray {
  background-color: var(--color-bg-gray); }

/* line 10, custom.css */
header {
  background-color: #3F3F43;
  margin-bottom: -1px; }

/** main-products **/
/* line 15, custom.css */
.main-product {
  display: block;
  padding-bottom: 41.6666666667%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%; }

/* line 23, custom.css */
.main-product--fen {
  background-image: url("https://static.insales-cdn.com/files/1/7777/117169761/original/main-product_fen.webp"); }

/* line 26, custom.css */
.main-product--utugok {
  background-image: url("https://static.insales-cdn.com/files/1/7809/117169793/original/main-product_utugok.webp"); }

/* line 29, custom.css */
.main-product--multistyler {
  background-image: url("https://static.insales-cdn.com/files/1/7793/117169777/original/main-product_multistyler.webp"); }

/* line 32, custom.css */
.main-product--merch {
  background-image: url("https://static.insales-cdn.com/files/1/7785/117169769/original/main-product_merch.webp"); }

/* line 35, custom.css */
.main-product-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 40px; }

/* line 43, custom.css */
.main-product-info__in {
  max-width: 1408px;
  margin: 0 auto; }

/* line 48, custom.css */
.main-product-info__in {
  max-width: 1408px;
  margin: 0 auto; }

/* line 52, custom.css */
.main-product-info__h {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 13px;
  text-decoration: unset; }

/* line 61, custom.css */
.main-product-info__desc {
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 18px;
  text-decoration: unset; }

/* line 69, custom.css */
.main-product-info__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFEA14;
  text-decoration: unset; }

/* line 77, custom.css */
.main-product:hover .main-product-info__link {
  text-decoration: underline; }

/* line 80, custom.css */
.main-products__info-wrap .layout__content {
  background-color: transparent; }

/* line 83, custom.css */
.main-products__info {
  font-weight: 350;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  color: #FFFFFF;
  padding: 100px 0 60px 0; }

@media screen and (max-width: 992px) {
  /* line 92, custom.css */
  .main-product-info__h {
    font-size: 22px;
    margin-bottom: 5px; }

  /* line 96, custom.css */
  .main-product-info__desc {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px; }

  /* line 101, custom.css */
  .main-product-info__link {
    font-weight: 400;
    font-size: 15px;
    line-height: normal; }

  /* line 106, custom.css */
  .main-products__info {
    font-size: 26px;
    padding: 45px 0 45px 0; } }
@media screen and (max-width: 767px) {
  /* line 113, custom.css */
  .main-product-info {
    padding: 0 15px; } }
@media screen and (max-width: 480px) {
  /* line 119, custom.css */
  .main-product-info__h {
    font-size: 20px;
    margin-bottom: 5px; }

  /* line 123, custom.css */
  .main-product-info__desc {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px; }

  /* line 128, custom.css */
  .main-product-info__link {
    font-weight: 400;
    font-size: 14px;
    line-height: normal; } }
@media screen and (max-width: 400px) {
  /* line 137, custom.css */
  .main-product-info__h {
    font-size: 18px;
    margin-bottom: 5px; }

  /* line 141, custom.css */
  .main-product-info__desc {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px; }

  /* line 146, custom.css */
  .main-product-info__link {
    font-weight: 400;
    font-size: 14px;
    line-height: normal; }

  /* line 151, custom.css */
  .main-product {
    display: block;
    padding-bottom: 132.5%;
    position: relative; }

  /* line 156, custom.css */
  .main-product--fen {
    background-image: url("https://static.insales-cdn.com/files/1/7761/117169745/original/main-product_fen-mob.webp"); }

  /* line 159, custom.css */
  .main-product--utugok {
    background-image: url("https://static.insales-cdn.com/files/1/7801/117169785/original/main-product_utugok-mob.webp"); }

  /* line 162, custom.css */
  .main-product--multistyler {
    background-image: url("https://static.insales-cdn.com/files/1/7769/117169753/original/main-product_multistyler-mob.webp"); }

  /* line 165, custom.css */
  .main-product--merch {
    background-image: url("https://static.insales-cdn.com/files/1/7753/117169737/original/main-product_merch-mob.webp"); }

  /* line 168, custom.css */
  .main-product-info {
    position: absolute;
    left: 0;
    right: 0;
    top: unset;
    bottom: 40px;
    transform: unset; } }
/** main-products end **/
/* line 180, custom.css */
.widget-type_system_widget_v4_callback_modal_1.show-modal {
  display: flex;
  z-index: 10000; }

/* line 185, custom.css */
.dark-bg {
  background-color: #3B3C43; }

/* line 189, custom.css */
.dark-bg .layout__content {
  background-color: #3B3C43; }

/* line 193, custom.css */
.custom-micro-alert:empty {
  display: none; }

/* line 196, custom.css */
.custom-micro-alert {
  position: fixed;
  top: 30%;
  right: 50%;
  padding: 0;
  font-size: 16px;
  z-index: 99999;
  transform: translateX(50%); }
