@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, #662264);
  --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, #832c80);
  --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, #9f359c);
  --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, #d073cd);
  --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, #823487);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #993e9f);
  --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, #af47b6);
  --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, #cd8bd2);
  --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, #000000);
  --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, #1a1a1a);
  --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, #333333);
  --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, #808080);
  --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, 6px);
  --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, ArialTM);
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, ArialTM);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 15);
  --blog_size: var(--draft-blog_size, 12);
  --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, 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, 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, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, false); }

/* line 2, custom.scss */
.widget-type_header_1 .header__area-language {
  flex-wrap: wrap; }
/* line 6, custom.scss */
.widget-type_header_1 .header__mobile-languages {
  display: flex;
  justify-content: flex-end; }
/* line 11, custom.scss */
.widget-type_header_1 .header__area-search {
  order: 3; }
/* line 14, custom.scss */
.widget-type_header_1 a.header__language[href*="ru"] {
  order: 1;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid var(--color-border-block); }
/* line 20, custom.scss */
.widget-type_header_1 a.header__language[href*="en"] {
  order: 2;
  margin-right: 0;
  padding-right: 0;
  border-right: none; }

/* line 28, custom.scss */
.footer-top {
  line-height: var(--line-height); }

/* line 32, custom.scss */
.menu-wrapper {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

/* line 37, custom.scss */
.menu-item {
  padding-bottom: 0 !important; }

@font-face {
  font-family: 'Inter';
  src: local("Inter Regular"), local("Inter-Regular"), url("Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Inter';
  src: local("Inter Medium"), local("Inter-Medium"), url("Inter-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Inter';
  src: local("Inter Bold"), local("Inter-Bold"), url("Inter-Bold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
/* line 66, custom.scss */
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, span, div .heading, .button, .co-button:not(.co-button--link), .picker-button, .m-modal-button, .co-tabs-controls--customer .co-tabs-node, .modal, .option-value.is-span, .product__area-link .link, ::placeholder {
  font-family: "Inter" !important; }

/* line 70, custom.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: "insales-icons" !important; }

/* line 74, custom.scss */
.header__phone-messangers-message {
  font-size: calc(12px * 1.7);
  margin-top: 10px; }

/* line 79, custom.scss */
.widget-type_collection_description_1 .highlight-text {
  line-height: 20px; }

@media screen and (max-width: 767px) {
  /* line 83, custom.scss */
  .header-part-main__inner {
    display: flex !important;
    flex-direction: column !important; }

  /* line 87, custom.scss */
  .header__phone-messangers {
    padding: 0 var(--layout-side-padding) !important; }

  /* line 90, custom.scss */
  .widget-type_header_1 .with-subnav * {
    font-size: 14px !important; } }
@media (max-width: 768px) {
  /* line 95, custom.scss */
  .widget-type_header_1 .header__collections-item.is-level-1 > .header__collections-controls .header__collections-link {
    font-size: 14px !important; } }
/* line 99, custom.scss */
.static-text h1 {
  margin: 0 !important; }

/* line 104, custom.scss */
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .article .h1, .article .h2, .article .h3, .article .h4, .article .h5, .article .h6 {
  font-size: 19px !important; }

/*
@font-face {
    font-family: 'ArialTM';
    src: local('Arial Regular'), local('Arial-Regular'),
        url('ArialMT.woff2') format('woff2'),
        url('ArialMT.woff') format('woff'),
        url('ArialMT.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
@font-face {
    font-family: 'ArialTM';
    src: local('Arial Bold'), local('Arial-Bold'),
        url('Arial-BoldMT.woff2') format('woff2'),
        url('Arial-BoldMT.woff') format('woff'),
        url('Arial-BoldMT.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
*/
/* line 26, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

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

/* line 34, theme.scss */
.widget-type_banner_2 .banner-list__item .banner-list__item-text {
  display: grid;
  text-shadow: 0 2px 4px var(--banner-text-color-half-shade);
  color: var(--banner-text-color);
  grid-auto-columns: auto;
  grid-template-rows: min-content min-content min-content;
  gap: 1.5rem;
  max-width: var(--layout-content-max-width);
  margin: 0rem auto; }

@media (max-width: 767px) {
  /* line 46, theme.scss */
  .widget-type_widget_v4_page_banner_1_a83299c98c6d563bdbe90491eb1a6e0b .banner-list__item .banner-list__item-text {
    max-width: 100%;
    display: flex;
    justify-content: center; }

  /* line 52, theme.scss */
  .widget-type_widget_v4_page_banner_1_a83299c98c6d563bdbe90491eb1a6e0b .banner-list__item .banner-list__item-button {
    width: 100%; }

  /* line 56, theme.scss */
  .widget-type_widget_v4_page_banner_1_a83299c98c6d563bdbe90491eb1a6e0b .button.button_size-m {
    width: 100%;
    margin-left: 0; } }
@media screen and (max-width: 767px) {
  /* line 64, theme.scss */
  .widget-type_header_1 .header__phone {
    font-size: 17px;
    margin-bottom: 1rem; }
  /* line 68, theme.scss */
  .widget-type_header_1 .header__phone-messangers {
    margin: 1rem 0; } }
/* line 74, theme.scss */
.header-mobile-panel__controls .icon.icon-cart {
  display: none; }

@media (max-width: 767px) {
  /* line 79, theme.scss */
  .widget-type_widget_v4_page_banner_1_a83299c98c6d563bdbe90491eb1a6e0b .banner-list__item .banner-list__item-text {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } }
/* custom sidebar */
/* line 85, theme.scss */
aside {
  -webkit-box-shadow: 5px 0px 8px -5px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 5px 0px 8px -5px rgba(204, 204, 204, 0.75);
  box-shadow: 5px 0px 8px -5px rgba(204, 204, 204, 0.75);
  padding-right: 15px; }

/* line 92, theme.scss */
.blog-sidebar {
  margin-top: 40px; }

/* line 96, theme.scss */
.blog-sidebar-title-warapper {
  border: 3px solid #82299f;
  padding: 0 20px;
  margin-bottom: 15px; }

/* line 102, theme.scss */
.blog-sidebar-title {
  border-bottom: none;
  margin-bottom: 0;
  min-height: 25px; }

/* line 108, theme.scss */
.blog-sidebar-title span {
  font-size: 20px;
  line-height: 26px;
  position: relative;
  text-align: center;
  top: -20px;
  background: #fff;
  padding: 0px 34px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%); }

/* line 121, theme.scss */
.blog-sidebar ul {
  padding: 0;
  list-style: none; }
  /* line 125, theme.scss */
  .blog-sidebar ul li {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #82299f; }
    /* line 130, theme.scss */
    .blog-sidebar ul li a {
      text-decoration: none;
      color: #000;
      font-size: 15px;
      font-weight: 500; }

/* line 139, theme.scss */
.sidebar-article-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0; }

/* line 146, theme.scss */
.sidebar-article-date {
  color: #82299f; }

/* line 150, theme.scss */
.sidebar-article-author {
  color: #82299f;
  font-weight: 500; }

@media (max-width: 768px) {
  /* line 156, theme.scss */
  .blog-sidebar-title span {
    font-size: 15px;
    line-height: 1.101;
    position: relative;
    text-align: center;
    display: inline-block;
    top: -10px;
    background: #fff;
    padding: 0 14px; } }
@media (max-width: 480px) {
  /* line 169, theme.scss */
  .blog-sidebar {
    padding: 0 15px;
    margin-top: 40px; }

  /* line 174, theme.scss */
  .blog-sidebar-title span {
    font-size: 19px;
    top: -13px; } }
/* line 180, theme.scss */
.phone-pic {
  width: 25px;
  margin-right: 25px; }

/* line 185, theme.scss */
.header-part-top {
  background-color: #C7A8DB !important; }

/* line 189, theme.scss */
p {
  margin-top: 0;
  margin-bottom: 0.5rem; }

/* line 194, theme.scss */
.widget-type_widget_v4_page_banner_1_a83299c98c6d563bdbe90491eb1a6e0b .banner-list__item .banner-list__item-text {
  gap: 0.1em; }

/* line 198, theme.scss */
.widget-type_banner_list_1 .banner-list__item-title {
  padding: 0; }

/* line 202, theme.scss */
.widget-type_page_content_1 .layout__content {
  padding-bottom: 0;
  margin-bottom: 7rem; }

/* line 207, theme.scss */
.footer__area-menu {
  flex-wrap: nowrap !important; }

/* line 211, theme.scss */
td {
  border: 1px dashed #333 !important; }

/* line 215, theme.scss */
table {
  border-collapse: separate;
  border-spacing: 1px;
  border: 1px dashed #333 !important; }

/* line 222, theme.scss */
body > div.page_layout.page_layout-clear > main > div.layout.widget-type_page_content_1 > div > div > div > table > tbody > tr:nth-child(1) > td {
  border: 1px solid #8d2e90 !important; }

/* line 226, theme.scss */
.widget-type_collection_description_1 .layout__content table {
  width: 100% !important; }

/* line 230, theme.scss */
li {
  list-style-type: none; }

/* line 233, theme.scss */
.button-hide-lg {
  display: none; }

@media (max-width: 767px) {
  /* line 237, theme.scss */
  .page_layout_section_top {
    grid-template-areas: "header" "section-top" "sidebar" "main" "main2" "footer"; }

  /* line 247, theme.scss */
  .page_layout > aside {
    grid-area: main2;
    grid-column-start: auto;
    grid-column-end: auto; } }
/* баннер на главной для моб. версии */
@media screen and (min-width: 768px) {
  /* line 256, theme.scss */
  .banner__mobile {
    display: none; } }
@media (max-width: 767px) {
  /* line 261, theme.scss */
  .page_layout {
    grid-template-areas: "header" "section-top" "sidebar" "main" "main2" "footer"; } }
@media screen and (max-width: 767px) {
  /* line 273, theme.scss */
  .banner__desktop {
    display: none; }

  /* line 276, theme.scss */
  .button-hide-lg {
    display: flex; }

  /* line 279, theme.scss */
  .btn-user {
    position: relative;
    left: 55vw; } }
/* line 285, theme.scss */
.banner-list__item.editable-block {
  text-decoration: underline !important; }

/* task 470375 START */
/* line 291, theme.scss */
body:not(h1, h2, h3, h4, h5, h6) {
  line-height: 26px !important; }

/* line 295, theme.scss */
p {
  margin-bottom: 15px;
  margin-top: 5px; }

/* line 301, theme.scss */
.static-text h3,
.static-text .h3,
.static-text h2,
.static-text .h2,
.static-text h4,
.static-text .h4 {
  margin-bottom: 0.25rem;
  line-height: 1;
  border-bottom: 1px dashed #c8a2c8; }
/* line 312, theme.scss */
.static-text h1 {
  flex: 100%;
  font-size: 2.5rem;
  text-align: center;
  margin: 3rem 0; }
/* line 319, theme.scss */
.static-text ol,
.static-text ul,
.static-text dl {
  margin-top: 0;
  margin-bottom: 0.5rem; }

/* task 470375 END */
/* line 329, theme.scss */
.widget-type_banner_list_1 .banner-list__item-title {
  display: none; }

/* line 332, theme.scss */
.attention {
  background: linear-gradient(70deg, #c9aadc, #f8edff 35%);
  box-shadow: -3px -3px 2px #9c85aa;
  border-radius: 3px;
  padding: 20px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden; }
  /* line 343, theme.scss */
  .attention:before {
    content: "";
    border: 1px solid #a584b6;
    width: 98%;
    height: 85%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  /* line 353, theme.scss */
  .attention span {
    display: flex;
    align-items: center; }
  /* line 357, theme.scss */
  .attention img {
    height: 60px !important; }
  /* line 360, theme.scss */
  .attention img:first-child {
    /*position: absolute;
    left: 27px;
    top: 50%;
    transform: translateY(-50%);*/
    float: left; }
  /* line 367, theme.scss */
  .attention img:last-child {
    margin-right: -26px;
    float: right;
    /*position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);*/ }

/* line 376, theme.scss */
.attention__text {
  color: #000;
  font-size: 22px;
  font-weight: 700; }

@media screen and (max-width: 767px) {
  /* line 382, theme.scss */
  .page_section_top {
    /*display: none;*/ } }
/* line 386, theme.scss */
.banner-list.grid-list a {
  text-decoration: none !important; }

/* line 390, theme.scss */
.blog-sidebar .button21 {
  margin-top: 15px;
  margin-left: auto;
  display: block;
  width: 5em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  user-select: none;
  color: #000;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-top-color: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  background: linear-gradient(#fff, #f0f0f0);
  box-shadow: 0 0 3px transparent inset, 0 1px 1px 1px white, 0 -1px 1px 1px transparent;
  transition: .2s ease-in-out; }

/* line 411, theme.scss */
.blog-sidebar a.button21:hover:not(:active) {
  box-shadow: 0 0 3px transparent inset, 0 1px 1px 1px #8344a4, 0 -1px 1px 1px #8344a4; }

/* line 415, theme.scss */
.page_layout > aside {
  position: relative; }
  /* line 418, theme.scss */
  .page_layout > aside .sidebar__area-logo {
    position: absolute;
    bottom: 100px; }
    /* line 422, theme.scss */
    .page_layout > aside .sidebar__area-logo img {
      max-width: 100%; }

@media screen and (max-width: 767px) {
  /* line 428, theme.scss */
  .sidebar__area-logo {
    display: none; } }
/* line 432, theme.scss */
h1 {
  font-size: 27px; }

/* line 433, theme.scss */
.padd-10-all {
  padding: 10px;
  margin: 10px; }

/* line 437, theme.scss */
.widget-type_header_1 .header-part-top__inner {
  grid-template-columns: initial; }

/* line 440, theme.scss */
.widget-type_header_1 .header__area-text {
  margin-right: 0px; }

/* line 443, theme.scss */
.widget-type_widget_v4_page_banner_1_a83299c98c6d563bdbe90491eb1a6e0b {
  padding: 0; }

/* line 447, theme.scss */
.button--transparent {
  background: none;
  padding: 30px 30px;
  border: 3px solid var(--color-text-light);
  border-radius: 0; }

/* line 453, theme.scss */
.button--transparent:hover {
  background-color: var(--color-text-light);
  color: var(--color-btn-bg-minor-shade); }

/* line 457, theme.scss */
.widget-type_banner_list_1 {
  background: none; }

@media screen and (max-width: 767px) {
  /* line 461, theme.scss */
  .widget-type_banner_list_1 {
    top: 0px; } }
/*
.widget-type_article_previews_1 .button--transparent { 
  font-family: arial;
}
.form-control, .co-input-field, .m-input-field { 
  font-family: arial;
}
.widget-type_feedback_1 .feedback__submit .button { 
  font-family: arial;
}
*/
/* line 476, theme.scss */
.widget-type_article_previews_1 .article-list {
  margin-bottom: 2.5rem; }

/* line 479, theme.scss */
.widget-type_footer_3 .footer-info__text {
  font-size: 14px !important;
  line-height: 1.5; }

/* line 483, theme.scss */
.widget-type_footer_3 .footer-wrap * {
  font-size: 16px; }

/* line 486, theme.scss */
.widget-type_footer_3 .footer-info__text b {
  font-size: 14px; }

/* line 489, theme.scss */
.widget-type_footer_3 .footer__area-menu .menu-item {
  padding-right: 3.7rem; }

/* line 492, theme.scss */
.widget-type_header_1 .header-part-main__inner {
  grid-template-columns: 1fr 2fr 1.3fr 1.5fr 2fr; }

@media (min-width: 1024px) {
  /* line 496, theme.scss */
  .widget-type_header_1 .header__logo {
    max-width: inherit; }

  /* line 499, theme.scss */
  .widget-type_header_1 .header__logo img {
    height: 8rem; } }
/* line 504, theme.scss */
.widget-type_header_1 .header-part-main {
  padding: 3px 0; }

/* line 508, theme.scss */
.layout.widget-type_banner_1 .layout__content {
  max-width: 100%; }

@media screen and (max-width: 767px) {
  /* line 513, theme.scss */
  .header-part-main__inner {
    display: flex !important;
    flex-direction: column !important; }

  /* line 517, theme.scss */
  .header__phone-messangers {
    padding: 0 var(--layout-side-padding) !important; }

  /* line 520, theme.scss */
  .widget-type_mainpage-nav-gen .with-subnav *,
  .widget-type_header_1 .header__collections .header__collections-menu * {
    font-size: 14px !important; } }
