/* 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, #015598);
  --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, #0168bc);
  --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, #017bdf);
  --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, #4daffe);
  --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, #f55c39);
  --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, #f66b4c);
  --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, #f77c60);
  --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, #faad9c);
  --color-accent-text-half-shade-is-light: var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark: var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 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, Jost);
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Jost);
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 500);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, sticky);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, true); }

/* 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; } }
/* line 31, theme.scss */
.autocomplete-suggestions {
  background: white; }
  /* line 33, theme.scss */
  .autocomplete-suggestions .autocomplete-suggestion {
    margin-bottom: 5px;
    padding: 5px 20px; }
    @media (max-width: 767px) {
      /* line 33, theme.scss */
      .autocomplete-suggestions .autocomplete-suggestion {
        font-size: 0.7em; } }
    /* line 39, theme.scss */
    .autocomplete-suggestions .autocomplete-suggestion:hover {
      cursor: pointer;
      background: var(--color-btn-bg);
      color: #fff; }

/* line 48, theme.scss */
.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* line 54, theme.scss */
.fixed-bg__pic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }

/* line 64, theme.scss */
.fixed-bg__pic.darken_bg:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); }

/* line 72, theme.scss */
.fixed-bg__pic.blured_bg {
  -webkit-filter: blur(26px);
  filter: blur(26px); }

/* line 76, theme.scss */
.site-inst.site_inst_inverse .inst-info__title, .site-inst.site_inst_inverse .inst-social__title, .site-inst.site_inst_inverse .inst-map__title {
  color: #262626; }

/* line 78, theme.scss */
.site-inst.site_inst_inverse .inst-info__desc, .site-inst.site_inst_inverse .inst-copy {
  color: rgba(38, 38, 38, 0.7); }

/* line 80, theme.scss */
.site-inst.site_inst_inverse .inst-info__desc a, .site-inst.site_inst_inverse .inst-copy a {
  color: rgba(38, 38, 38, 0.7); }

/* line 82, theme.scss */
.site-inst.fixed_msgs .site-inst__inner {
  padding-bottom: 160px; }

@media (max-width: 359px) {
  /* line 85, theme.scss */
  .site-inst.fixed_msgs .site-inst__inner {
    padding-bottom: 150px; } }
/* line 87, theme.scss */
.site-inst__inner {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0; }

@media (max-width: 1260px) {
  /* line 94, theme.scss */
  .site-inst__inner {
    padding: 50px 16px; } }
@media (max-width: 767px) {
  /* line 97, theme.scss */
  .site-inst__inner {
    padding: 30px 16px; } }
/* line 99, theme.scss */
.site-inst__body {
  position: relative;
  z-index: 1;
  max-width: 646px;
  margin: 0 auto;
  width: 34%; }

/* line 105, theme.scss */
.site-inst__body:first-child {
  margin: auto; }

@media (max-width: 1260px) {
  /* line 107, theme.scss */
  .site-inst__body {
    width: 100%;
    max-width: 560px; } }
/* line 110, theme.scss */
.site-inst__body.last_block {
  z-index: inherit;
  margin-top: auto; }

/* line 114, theme.scss */
.inst-info {
  text-align: center; }

/* line 116, theme.scss */
.inst-info__pic {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px; }

/* line 122, theme.scss */
.inst-info__pic-link {
  font-size: 0;
  vertical-align: top;
  display: inline-block;
  text-decoration: none; }

/* line 127, theme.scss */
.inst-info__title {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px; }

/* line 132, theme.scss */
.inst-info__title-link {
  color: inherit;
  vertical-align: top;
  display: inline-block;
  text-decoration: none; }

/* line 137, theme.scss */
.inst-info__desc {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: normal; }

/* line 142, theme.scss */
.inst-info__btn {
  margin-top: 30px; }

@media (max-width: 767px) {
  /* line 145, theme.scss */
  .inst-info__btn {
    margin-top: 20px; } }
/* line 147, theme.scss */
.inst-info__btn a {
  position: relative;
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  border-radius: 5px;
  padding: 19px 30px 20px;
  text-decoration: none;
  transition: all 0.2s;
  background: #fff;
  color: rgba(38, 38, 38, 0.8);
  background-clip: padding-box;
  border: 1px solid rgba(38, 38, 38, 0.1); }

@media (min-width: 1260px) {
  /* line 162, theme.scss */
  .inst-info__btn a:hover {
    transform: translate(0, -5px); } }
/* line 165, theme.scss */
.inst-msgs {
  margin-top: 50px; }

@media (max-width: 1260px) {
  /* line 168, theme.scss */
  .inst-msgs {
    margin-top: 30px; } }
@media (max-width: 767px) {
  /* line 171, theme.scss */
  .inst-msgs {
    margin-top: 20px; } }
/* line 173, theme.scss */
.inst-msgs.only_icon_items {
  margin-top: 46px; }

/* line 175, theme.scss */
.inst-msgs.only_icon_items .inst-msgs__items {
  margin: 4px -4px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

/* line 181, theme.scss */
.inst-msgs.only_icon_items .inst-msgs__text {
  display: none; }

/* line 183, theme.scss */
.inst-msgs.only_icon_items .inst-msgs__icon {
  margin: 0 !important; }

/* line 185, theme.scss */
.inst-msgs.only_icon_items .inst-msgs__item {
  margin: 4px 4px 0;
  flex: 1 1 calc(16.66% - 8px); }

/* line 188, theme.scss */
.inst-msgs.only_icon_items .inst-msgs__item a {
  padding: 0;
  width: 100%;
  height: 48px; }

/* line 192, theme.scss */
.inst-msgs.fixed_msgs {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 4; }

/* line 199, theme.scss */
.inst-msgs.fixed_msgs .inst-msgs__items {
  display: flex;
  align-items: stretch; }

/* line 202, theme.scss */
.inst-msgs.fixed_msgs .inst-msgs__item {
  margin: 0;
  flex: 1 0 33%; }

/* line 205, theme.scss */
.inst-msgs.fixed_msgs .inst-msgs__item:nth-child(2) {
  flex: 1 0 34%; }

/* line 207, theme.scss */
.inst-msgs.fixed_msgs .inst-msgs__item a {
  padding: 20px 30px;
  width: auto;
  height: 120px;
  border-radius: 0; }

@media (max-width: 1260px) {
  /* line 213, theme.scss */
  .inst-msgs.fixed_msgs .inst-msgs__item a {
    flex-direction: column;
    text-align: center; } }
@media (max-width: 479px) {
  /* line 217, theme.scss */
  .inst-msgs.fixed_msgs .inst-msgs__item a {
    font-size: 13px;
    line-height: 16px;
    padding: 10px; } }
@media (max-width: 359px) {
  /* line 222, theme.scss */
  .inst-msgs.fixed_msgs .inst-msgs__item a {
    height: 110px; } }
/* line 224, theme.scss */
.inst-msgs.fixed_msgs .inst-msgs__icon {
  width: 30px;
  height: 30px;
  max-width: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  order: -1;
  margin-left: 0;
  margin-right: 10px; }

@media (max-width: 1260px) {
  /* line 235, theme.scss */
  .inst-msgs.fixed_msgs .inst-msgs__icon {
    margin: 0 0 15px; } }
@media (max-width: 767px) {
  /* line 238, theme.scss */
  .inst-msgs.fixed_msgs .inst-msgs__icon {
    margin-bottom: 10px; } }
/* line 240, theme.scss */
.inst-msgs__item {
  margin-bottom: 12px; }

/* line 242, theme.scss */
.inst-msgs__item:last-child {
  margin-bottom: 0; }

/* line 244, theme.scss */
.inst-msgs__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  border-radius: 5px;
  padding: 17px 20px;
  transition: all 0.2s; }

@media (max-width: 767px) {
  /* line 258, theme.scss */
  .inst-msgs__item a {
    font-size: 15px;
    line-height: 18px; } }
/* line 261, theme.scss */
.inst-msgs__item a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  background: rgba(255, 255, 255, 0.1); }

/* line 272, theme.scss */
.inst-msgs__item a:hover:before {
  opacity: 1;
  visibility: visible; }

/* line 275, theme.scss */
.inst-msgs__text {
  color: #fff;
  z-index: 2; }

/* line 278, theme.scss */
.inst-msgs__icon {
  z-index: 2;
  font-size: 0;
  line-height: 0;
  margin-left: 10px;
  min-height: 22px;
  max-width: 22px; }

/* line 285, theme.scss */
.inst-msgs__icon img, .inst-msgs__icon svg {
  max-width: 100%;
  max-height: 100%; }

/* line 289, theme.scss */
.inst-social {
  margin-top: 50px; }

@media (max-width: 1260px) {
  /* line 292, theme.scss */
  .inst-social {
    margin-top: 40px; } }
@media (max-width: 767px) {
  /* line 295, theme.scss */
  .inst-social {
    margin-top: 34px; } }
/* line 297, theme.scss */
.inst-social.only_icon_items .inst-social__title {
  margin-bottom: 8px; }

/* line 299, theme.scss */
.inst-social.only_icon_items .inst-social__items {
  margin: 0 -4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

/* line 305, theme.scss */
.inst-social.only_icon_items .inst-social__text {
  display: none; }

/* line 307, theme.scss */
.inst-social.only_icon_items .inst-social__icon {
  margin-left: 0; }

/* line 309, theme.scss */
.inst-social.only_icon_items .inst-social__item {
  flex: 1 1 calc(16.66% - 8px);
  margin: 4px 4px 0; }

/* line 312, theme.scss */
.inst-social.only_icon_items .inst-social__item a {
  padding: 0;
  width: 100%;
  height: 48px;
  overflow: hidden; }

@media (max-width: 359px) {
  /* line 318, theme.scss */
  .inst-social.only_icon_items .inst-social__item a {
    height: 42px; } }
/* line 320, theme.scss */
.inst-social__title {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 12px; }

/* line 327, theme.scss */
.inst-social__item {
  margin-bottom: 12px; }

/* line 329, theme.scss */
.inst-social__item:last-child {
  margin-bottom: 0; }

/* line 331, theme.scss */
.inst-social__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  border-radius: 5px;
  padding: 17px 20px;
  transition: all 0.2s; }

@media (max-width: 767px) {
  /* line 344, theme.scss */
  .inst-social__item a {
    font-size: 15px;
    line-height: 18px; } }
/* line 347, theme.scss */
.inst-social__item a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  background: rgba(255, 255, 255, 0.1); }

/* line 358, theme.scss */
.inst-social__item a:hover:before {
  opacity: 1;
  visibility: visible; }

/* line 361, theme.scss */
.inst-social__item a svg, .inst-social__item a img {
  max-width: 100%; }

/* line 363, theme.scss */
.inst-social__item a svg {
  max-height: 100%; }

/* line 365, theme.scss */
.inst-social__text {
  z-index: 2;
  color: #fff; }

/* line 368, theme.scss */
.inst-social__icon {
  z-index: 2;
  font-size: 0;
  line-height: 0;
  margin-left: 10px; }

/* line 374, theme.scss */
.inst-map {
  margin-top: 50px; }

@media (max-width: 1260px) {
  /* line 377, theme.scss */
  .inst-map {
    margin-top: 40px; } }
@media (max-width: 767px) {
  /* line 380, theme.scss */
  .inst-map {
    margin-top: 30px; } }
/* line 382, theme.scss */
.inst-map__title {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 12px; }

/* line 389, theme.scss */
.inst-map__map {
  position: relative;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  background: #fff; }

/* line 396, theme.scss */
.inst-map__map #map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* line 402, theme.scss */
.inst-map__items {
  margin-top: 20px; }

@media (max-width: 767px) {
  /* line 405, theme.scss */
  .inst-map__items {
    margin-top: 14px; } }
/* line 407, theme.scss */
.inst-map__item {
  padding: 17px 30px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 1px;
  text-align: center; }

@media (max-width: 767px) {
  /* line 414, theme.scss */
  .inst-map__item {
    padding: 12px 20px; } }
/* line 416, theme.scss */
.inst-map__item:last-child {
  margin-bottom: 0; }

/* line 418, theme.scss */
.inst-map__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0; }

/* line 423, theme.scss */
.inst-map__icon {
  margin-right: 10px; }

@media (max-width: 767px) {
  /* line 426, theme.scss */
  .inst-map__icon {
    margin-right: 7px; } }
/* line 428, theme.scss */
.inst-map__text {
  color: #262626;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px; }

/* line 433, theme.scss */
.inst-map__desc {
  margin-top: 7px;
  font-size: 14px;
  color: rgba(38, 38, 38, 0.7); }

/* line 438, theme.scss */
.inst-copy {
  margin-top: 40px;
  font-size: 14px;
  text-align: center;
  color: #fff; }

/* line 443, theme.scss */
.inst-copy a {
  color: #fff;
  text-decoration: none; }

/* line 446, theme.scss */
.inst-copy span {
  font-size: 14px !important; }

@media (max-width: 639px) {
  /* line 450, theme.scss */
  body .s3solution-panel-toggler__arr {
    top: 33%; }

  /* line 453, theme.scss */
  body .s3solution-panel--closed {
    transform: translateY(100%); }

  /* line 456, theme.scss */
  body .roistat-promo-wrap {
    display: none; }

  /* line 459, theme.scss */
  body .s3solution-panel-toggler__btn {
    padding: 3px 19px 5px 8px;
    font-size: 10px;
    line-height: 1; }

  /* line 464, theme.scss */
  body .s3solution-panel-toggler {
    top: -18px; } }
/* line 467, theme.scss */
.s3solution__item--switch {
  display: none; }
