/* 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, #006089);
  --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, #007aaf);
  --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, #0095d4);
  --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, #45c7ff);
  --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, #006089);
  --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, #007aaf);
  --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, #0095d4);
  --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, #45c7ff);
  --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, #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, "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, 600);
  --collection_count: var(--draft-collection_count, 64);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 12);
  --product_not_available: var(--draft-product_not_available, preorder);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1240px);
  --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;
  max-height: fit-content !important; }
  /* line 34, theme.scss */
  .autocomplete-suggestions .autocomplete-suggestion {
    margin-bottom: 5px;
    padding: 5px 20px; }
    @media (max-width: 767px) {
      /* line 34, theme.scss */
      .autocomplete-suggestions .autocomplete-suggestion {
        font-size: 0.7em; } }
    /* line 40, theme.scss */
    .autocomplete-suggestions .autocomplete-suggestion:hover {
      cursor: pointer;
      background: var(--color-btn-bg);
      color: #fff; }

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

/* line 55, 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 65, 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 73, theme.scss */
.fixed-bg__pic.blured_bg {
  -webkit-filter: blur(26px);
  filter: blur(26px); }

/* line 77, 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 79, 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 81, 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 83, theme.scss */
.site-inst.fixed_msgs .site-inst__inner {
  padding-bottom: 160px; }

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  /* line 146, theme.scss */
  .inst-info__btn {
    margin-top: 20px; } }
/* line 148, 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 163, theme.scss */
  .inst-info__btn a:hover {
    transform: translate(0, -5px); } }
/* line 166, theme.scss */
.inst-msgs {
  margin-top: 50px; }

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

/* line 176, 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 182, theme.scss */
.inst-msgs.only_icon_items .inst-msgs__text {
  display: none; }

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

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

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

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

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

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

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

/* line 208, 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 214, theme.scss */
  .inst-msgs.fixed_msgs .inst-msgs__item a {
    flex-direction: column;
    text-align: center; } }
@media (max-width: 479px) {
  /* line 218, theme.scss */
  .inst-msgs.fixed_msgs .inst-msgs__item a {
    font-size: 13px;
    line-height: 16px;
    padding: 10px; } }
@media (max-width: 359px) {
  /* line 223, theme.scss */
  .inst-msgs.fixed_msgs .inst-msgs__item a {
    height: 110px; } }
/* line 225, 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 236, theme.scss */
  .inst-msgs.fixed_msgs .inst-msgs__icon {
    margin: 0 0 15px; } }
@media (max-width: 767px) {
  /* line 239, theme.scss */
  .inst-msgs.fixed_msgs .inst-msgs__icon {
    margin-bottom: 10px; } }
/* line 241, theme.scss */
.inst-msgs__item {
  margin-bottom: 12px; }

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

/* line 245, 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 259, theme.scss */
  .inst-msgs__item a {
    font-size: 15px;
    line-height: 18px; } }
/* line 262, 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 273, theme.scss */
.inst-msgs__item a:hover:before {
  opacity: 1;
  visibility: visible; }

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

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

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

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

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

/* line 300, 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 306, theme.scss */
.inst-social.only_icon_items .inst-social__text {
  display: none; }

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

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

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

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

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

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

/* line 332, 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 345, theme.scss */
  .inst-social__item a {
    font-size: 15px;
    line-height: 18px; } }
/* line 348, 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 359, theme.scss */
.inst-social__item a:hover:before {
  opacity: 1;
  visibility: visible; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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