@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@400;700&display=swap");
/* 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, #1b2738);
  --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, #283b54);
  --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, #364f71);
  --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, #6e8eb9);
  --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, #1b2738);
  --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, #283b54);
  --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, #364f71);
  --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, #6e8eb9);
  --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, 0px);
  --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, 2);
  --heading-weight: var(--draft-heading-weight, 400);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 15);
  --blog_size: var(--draft-blog_size, 6);
  --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, 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, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, false);
  --compare_enabled: var(--draft-compare_enabled, false); }

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

/* line 7, theme.scss */
.hide {
  display: none !important; }

/* line 10, theme.scss */
.d-none {
  display: none; }

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

/* line 14, theme.scss */
.breadcrumb-item:not(:first-child)::before {
  content: "/" !important;
  color: #fff !important; }

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

/* line 19, theme.scss */
body {
  font-family: 'PT Sans Caption', Arial, sans-serif;
  background-size: cover; }

/* line 20, theme.scss */
.layout__content {
  background: transparent !important; }

/* line 21, theme.scss */
header {
  height: 85px;
  background: #fff; }

/* line 22, theme.scss */
.widget-type_widget_v4_product_info_2_f97adfa603e4b7ed8aed3f7df88f0a5b .product-description {
  font-size: 22px; }

/* line 25, theme.scss */
.widget-type_widget_v4_special_products_3_80164d5f1f4c55362b121be71f0aa1b0 .product-preview__controls {
  visibility: visible;
  opacity: 1;
  pointer-events: none;
  transition: .2s; }

/* line 31, theme.scss */
.widget-type_widget_v4_special_products_3_80164d5f1f4c55362b121be71f0aa1b0 .product-preview__content {
  background: #0a493c;
  border-radius: 32px; }

/* line 35, theme.scss */
.widget-type_widget_v4_special_products_3_80164d5f1f4c55362b121be71f0aa1b0 .product-preview__photo img {
  background-color: #fff !important;
  border-radius: 30px; }

/* line 36, theme.scss */
.widget-type_widget_v4_special_products_3_80164d5f1f4c55362b121be71f0aa1b0 .lakto .product-preview__content {
  background: #4f0d11; }

/* line 39, theme.scss */
.widget-type_widget_v4_special_products_3_80164d5f1f4c55362b121be71f0aa1b0 .bifi .product-preview__content {
  background: #202658; }

/* line 42, theme.scss */
.widget-type_widget_v4_special_products_3_80164d5f1f4c55362b121be71f0aa1b0 .product-preview__area-bottom {
  margin: 24px; }

/* line 43, theme.scss */
.button[data-item-add], .button[data-item-add]:hover, a.button, a.button:hover {
  color: #0a493c;
  font-size: 16px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  line-height: 1.55;
  height: 66px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px 30px 30px 30px;
  background: #f1c919;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out; }

/* line 58, theme.scss */
.product-preview__area-title {
  vertical-align: middle;
  color: #ffffff;
  font-size: 18px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  line-height: 1.35;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin: 12px 20px -5px;
  padding: 0 160px 0 0;
  position: relative; }

/* line 71, theme.scss */
.widget-type_widget_v4_special_products_3_80164d5f1f4c55362b121be71f0aa1b0 .product-preview__title {
  font-size: 21px; }

/* line 72, theme.scss */
.product-preview__volume {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  color: #ffffff;
  font-size: 21px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  line-height: 1.35;
  font-weight: 700;
  opacity: 0.5;
  background-position: center center;
  border-color: transparent;
  border-style: solid; }

/* line 87, theme.scss */
.widget-type_widget_v4_special_products_3_80164d5f1f4c55362b121be71f0aa1b0 .product-preview__title a, .widget-type_widget_v4_special_products_3_80164d5f1f4c55362b121be71f0aa1b0 .product-preview__title a:hover, .widget-type_widget_v4_special_products_3_80164d5f1f4c55362b121be71f0aa1b0 .product-preview:not(.is-touch):hover .product-preview__title a {
  color: #fff !important;
  text-transform: uppercase; }

/* line 88, theme.scss */
.product-preview__price {
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 30px;
  vertical-align: middle;
  color: #0a493c;
  font-size: 20px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid; }

/* line 103, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__price-cur {
  font-size: 40px;
  margin-right: 0;
  white-space: nowrap;
  color: #0a493c;
  font-weight: 700; }

/* line 110, theme.scss */
.widget-type_widget_v4_product_info_2_f97adfa603e4b7ed8aed3f7df88f0a5b .tabs__head-label {
  vertical-align: unset !important; }

/* line 111, theme.scss */
.widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__content {
  display: grid;
  grid-template-areas: "logo collections controls";
  grid-template-columns: 1fr 3fr 1fr;
  grid-row-gap: var(--header-pt);
  align-items: center; }

/* line 118, theme.scss */
.widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__collections-link {
  color: #0a493c;
  font-size: 16px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 30px;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out; }

/* line 130, theme.scss */
.widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__collections-link:hover {
  color: #60a140; }

/* line 132, theme.scss */
.widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .menu__item {
  margin-bottom: 0.8rem;
  margin: 0 15px 0.8rem; }

/* line 136, theme.scss */
.product_title {
  height: 240px !important;
  background: #60a140;
  text-align: center;
  position: relative;
  width: 100vw !important;
  max-width: 100%;
  overflow: hidden; }

/* line 137, theme.scss */
.product_title li {
  list-style: none;
  display: inline;
  color: #fff;
  font-size: 14px;
  font-weight: 600; }

/* line 138, theme.scss */
.product_title li:last-child {
  color: #f1c919; }

/* line 139, theme.scss */
.product_title .breadcrumbs a {
  color: #fff;
  font-size: 14px;
  font-weight: 600; }

/* line 140, theme.scss */
.product_title .image {
  position: absolute;
  left: 649px;
  top: -112px;
  width: 544px;
  zoom: 1.2; }

/* line 147, theme.scss */
.product_title .image .image-wrapper {
  transform: rotate(12deg); }

/* line 148, theme.scss */
.product_title .image .image-wrapper img {
  width: 100%; }

/* line 149, theme.scss */
.contacts-container {
  position: relative; }

/* line 150, theme.scss */
.contacts-container .image {
  position: absolute;
  left: 349px;
  top: -180px;
  width: 544px;
  zoom: 1.2;
  opacity: 0.5; }

/* line 158, theme.scss */
.contacts-container .image .image-wrapper {
  transform: rotate(12deg); }

/* line 159, theme.scss */
.contacts-container .image .image-wrapper img {
  width: 100%; }

/* line 160, theme.scss */
.product_title h1 {
  color: #fff;
  padding-top: 75px;
  font-size: 48px;
  line-height: 48px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  position: relative;
  z-index: 2; }

/* line 161, theme.scss */
.widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .layout__content {
  padding: 0 !important; }

/* line 162, theme.scss */
footer {
  background: url(https://static.insales-cdn.com/files/1/2350/39741742/original/footer.png) center center no-repeat;
  background-size: cover;
  padding-top: 130px;
  border: none;
  box-shadow: none; }

/* line 167, theme.scss */
.footer-top img {
  height: 55px; }

/* line 168, theme.scss */
.footer__area-sidebar p {
  margin: 20px 0 40px;
  width: 70%;
  font-size: 14px;
  vertical-align: middle;
  color: #ffffff;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 24px;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid; }

/* line 179, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__gallery-main {
  border-radius: 42px 0 0 42px;
  position: relative;
  background: #fff; }

/* line 184, theme.scss */
.widget-type_widget_v4_product_info_2_f97adfa603e4b7ed8aed3f7df88f0a5b .tabs__head {
  border-radius: 42px;
  background-image: linear-gradient(0.114turn, rgba(34, 84, 73, 0.91) 0%, rgba(96, 161, 64, 0.92) 48%, #60a140 100%, #60a140 100%);
  border-color: transparent;
  border-style: solid;
  padding: 24px;
  margin-bottom: 0;
  border: 0; }

/* line 193, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd {
  background-color: transparent;
  margin-top: 40px; }

/* line 194, theme.scss */
.widget-type_widget_v4_shop-reviews_2_19114654450ca6e42c3505d242939be5 {
  background-color: transparent !important; }

/* line 195, theme.scss */
.widget-type_widget_v4_shops_6_2_ecba5e0eb085ae5f75f307052774effe {
  background: transparent;
  overflow: hidden; }

/* line 196, theme.scss */
.widget-type_widget_v4_shops_6_2_ecba5e0eb085ae5f75f307052774effe .layout__content {
  background: #fff !important;
  border-radius: 42px;
  padding: 20px !important; }

/* line 201, theme.scss */
.contacts {
  display: grid;
  grid-template-columns: 1fr 1fr; }

/* line 205, theme.scss */
.contacts-map {
  order: 2;
  position: relative; }

/* line 206, theme.scss */
.contacts-blocks__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px; }

/* line 210, theme.scss */
.contacts-blocks__links a img {
  width: 40px;
  height: 40px; }

/* line 211, theme.scss */
.contacts-blocks__links h5 {
  color: #60a140;
  font-size: 16px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 10px; }

/* line 220, theme.scss */
.contacts-blocks__links h5 span {
  font-size: 14px; }

/* line 221, theme.scss */
.widget-type_widget_v4_shops_6_2_ecba5e0eb085ae5f75f307052774effe .contacts-info {
  padding: 0 40px; }

/* line 222, theme.scss */
.widget-type_widget_v4_shops_6_2_ecba5e0eb085ae5f75f307052774effe .contacts-title.heading {
  vertical-align: middle;
  color: #285f50;
  font-size: 48px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  line-height: 1.1;
  font-weight: 700;
  background-position: center center; }

/* line 230, theme.scss */
.widget-type_widget_v4_shops_6_2_ecba5e0eb085ae5f75f307052774effe p {
  vertical-align: middle;
  color: #4a4e56;
  font-size: 14px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  line-height: 1.25;
  font-weight: 500; }

/* line 236, theme.scss */
.widget-type_system_widget_v4_footer_19_1 {
  background-color: transparent; }

/* line 237, theme.scss */
footer {
  padding-bottom: 40px;
  color: #fff; }

/* line 238, theme.scss */
footer .footer-top {
  display: grid;
  grid-template-areas: "sidebar menu";
  gap: 3rem;
  padding-bottom: 1.5rem;
  grid-template-columns: 1fr 1fr; }

/* line 243, theme.scss */
footer .footer-bottom {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 10rem; }

/* line 248, theme.scss */
footer .link, footer .link a, footer .copy {
  font-size: 14px;
  color: #fff;
  text-decoration: none; }

/* line 249, theme.scss */
footer .link, footer .link a {
  font-size: 13px; }

/* line 250, theme.scss */
footer .footer__area-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #fff;
  list-style: none;
  gap: 4rem; }

/* line 251, theme.scss */
footer .footer__area-menu ul {
  padding: 0; }

/* line 252, theme.scss */
footer .footer__area-menu li {
  position: relative;
  list-style: none;
  vertical-align: middle;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 40px;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  border: 0; }

/* line 265, theme.scss */
footer .footer__area-menu li a {
  color: #fff;
  text-decoration: none; }

/* line 266, theme.scss */
footer .footer__area-menu li a.tn-atom {
  position: absolute;
  left: 140px;
  bottom: 6px; }

/* line 271, theme.scss */
footer .footer__area-menu li img {
  width: 40px;
  height: 40px; }

/* line 275, theme.scss */
footer .footer__area-menu h5 {
  vertical-align: middle;
  color: #ffffff;
  font-size: 18px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  border: 0; }

/* line 286, theme.scss */
.widget-type_widget_v4_product_info_2_f97adfa603e4b7ed8aed3f7df88f0a5b .tabs__head-item {
  color: #ffffff;
  font-size: 16px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px;
  background-color: #0a493c;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 23.4%;
  margin-right: 24px;
  height: 66px;
  line-height: 66px;
  padding: 0;
  text-align: center; }

/* line 305, theme.scss */
.widget-type_widget_v4_product_info_2_f97adfa603e4b7ed8aed3f7df88f0a5b .tabs__head-item:last-child {
  margin-right: 0; }

/* line 306, theme.scss */
.widget-type_widget_v4_product_info_2_f97adfa603e4b7ed8aed3f7df88f0a5b .tabs__head-item.is-active {
  color: #fff !important;
  background-color: #F1C919 !important; }

/* line 308, theme.scss */
.widget-type_widget_v4_product_info_2_f97adfa603e4b7ed8aed3f7df88f0a5b .tabs__head-item:hover {
  color: #F1C919 !important; }

/* line 309, theme.scss */
.widget-type_widget_v4_product_info_2_f97adfa603e4b7ed8aed3f7df88f0a5b .tabs__head-item.is-active:hover {
  color: #ffffff !important; }

/* line 310, theme.scss */
.widget-type_widget_v4_product_info_2_f97adfa603e4b7ed8aed3f7df88f0a5b .tabs__head-icon {
  display: none; }

/* line 311, theme.scss */
.tabs__content {
  border-radius: 42px 42px 42px 42px;
  background-color: #ffffff;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  padding: 42px; }

/* line 317, theme.scss */
.widget-type_widget_v4_product_info_2_f97adfa603e4b7ed8aed3f7df88f0a5b .tabs__item {
  color: #0a493c;
  font-size: 20px; }

/* line 318, theme.scss */
.widget-type_widget_v4_product_info_2_f97adfa603e4b7ed8aed3f7df88f0a5b {
  background-color: transparent; }

/* line 319, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__gallery {
  padding-left: 0; }

/* line 320, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__gallery-main .splide__arrow {
  opacity: 1; }

/* line 321, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__gallery-main .splide__arrow[disabled] {
  opacity: 0.35; }

/* line 322, theme.scss */
.product__gallery-main .splide__arrow-icon {
  font-size: 2rem;
  background: #e8e8e8;
  border-radius: 50%; }

/* line 327, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd[style*="--img-fit:contain"] .product__photo.img-ratio img {
  border-radius: 42px 0 0 42px; }

/* line 328, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product {
  grid-column-gap: 0;
  position: relative;
  border-radius: 42px;
  background: #fff; }

/* line 329, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__area-title {
  border-radius: 42px 42px 0 0;
  background: #0a493c; }

/* line 331, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__area-title {
  color: #ffffff;
  font-size: 38px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  line-height: 1.1;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  padding: 24px 24px 0; }

/* line 341, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__title {
  font-size: 48px;
  font-weight: 700; }

/* line 342, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__area-description, .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__area-buy, .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__area-calculate-delivery {
  background: #0a493c; }

/* line 343, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__area-calculate-delivery {
  border-radius: 0 0 42px 42px; }

/* line 344, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__area-description {
  padding: 0 24px;
  color: #fff;
  font-size: 17.5px; }

/* line 345, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__area-price {
  position: absolute;
  background: transparent;
  bottom: 40px;
  right: 50px;
  text-align: right;
  z-index: 1; }

/* line 351, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__area-buy {
  padding: 0 24px; }

/* line 352, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__buy {
  border-radius: 1999px;
  background-color: #f4f0e3;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 24px 42px 0; }

/* line 362, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__buy p {
  color: #0a493c;
  font-size: 15px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  line-height: 1.25;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid; }

/* line 370, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__opisanie {
  margin-top: 10px;
  color: #fff;
  font-size: 17.5px; }

/* line 371, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__opisanie p {
  color: #fff; }

/* line 372, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__controls {
  text-align: right; }

/* line 373, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .add-cart-counter__btn {
  width: 150px;
  color: #0a493c;
  font-size: 14px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px;
  background-color: #f1c919;
  background-image: url(3st_bag.svg);
  background-repeat: no-repeat;
  background-position: 10% center;
  background-size: 24px;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out; }

/* line 389, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .add-cart-counter__btn .add-cart-counter__btn-label {
  padding-left: 15px; }

/* line 390, theme.scss */
.widget-type_system_widget_v4_heading_1, .widget-type_system_widget_v4_products_similar_1 {
  background-color: transparent; }

/* line 391, theme.scss */
.widget-type_system_widget_v4_heading_1 .heading {
  color: #0a493c;
  font-size: 42px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  line-height: 1.1;
  font-weight: 700;
  opacity: 0.1;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-align: center; }

/* line 402, theme.scss */
.widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de {
  background: transparent !important; }

/* line 403, theme.scss */
.widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de .layout__content {
  background: #fff !important;
  border-radius: 42px;
  padding: 20px !important; }

/* line 404, theme.scss */
.widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de .banner-list__item {
  grid-template-columns: 2.5fr 1fr; }

/* line 405, theme.scss */
.widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de[data-widget-drop-item-id="76230100"] .banner-list__item .banner-list__item-image img .banner-list__item .banner-list__item-image img {
  height: 327px;
  width: auto; }

/* line 407, theme.scss */
.widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de .banner-list__item .banner-list__item-text {
  padding: 40px 0 0 60px; }

/* line 408, theme.scss */
.widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de[data-widget-drop-item-id="76230100"] .banner-list__item .banner-list__item-text {
  padding: 40px 40px 0 0; }

/* line 409, theme.scss */
.widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de[style*="--img-position:left;"] .banner-list__item {
  grid-template-columns: 1fr 2fr; }

/* line 412, theme.scss */
.widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de .banner-list__item-button .button.button_size-m {
  color: #ffffff;
  font-size: 16px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  font-weight: 600;
  border-radius: 30px;
  background-color: #f1c919;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 240px;
  line-height: 46px;
  text-transform: unset; }

/* line 427, theme.scss */
.widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de .banner-list__item-button .button.button_size-m:hover {
  background-color: #60a140; }

/* line 428, theme.scss */
.widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de .banner-list__item-button:before {
  content: "";
  background: url(soon.svg) no-repeat;
  width: 300px;
  height: 35px;
  display: inline-block;
  position: relative;
  top: 15px; }

/* line 436, theme.scss */
.widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de
.widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de .img-ratio.img-fit {
  overflow: visible !important; }

/* line 438, theme.scss */
.widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de .h2 {
  color: #285f50;
  font-size: 48px !important;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  line-height: 1.1;
  font-weight: 700; }

/* line 443, theme.scss */
.widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de .banner-list__item-content {
  color: #4a4e56;
  font-size: 16px !important;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  line-height: 18px;
  font-weight: 500; }

/* line 450, theme.scss */
.widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de .banner-list__item .banner-list__item-text {
  gap: 5px !important; }

/* line 451, theme.scss */
.widget-type_widget_v4_personal_2_0d23a7778dbf8af009e911453d83fe5e {
  background-color: transparent; }

/* line 454, theme.scss */
.widget-type_widget_v4_special_products_3_80164d5f1f4c55362b121be71f0aa1b0 .layout__content {
  padding: 60px 0 0 !important; }

/* line 457, theme.scss */
.widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de .layout__content {
  margin: 60px 0; }

/* line 458, theme.scss */
.widget-type_widget_v4_personal_2_0d23a7778dbf8af009e911453d83fe5e .person-list .person-list__item {
  text-align: left;
  border-radius: 24px;
  padding: 0 24px;
  background-color: #f1c919;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  box-shadow: 0px 4px 1px 0px #34681b;
  position: relative; }

/* line 469, theme.scss */
.widget-type_widget_v4_personal_2_0d23a7778dbf8af009e911453d83fe5e .person-list .person-list__item:after {
  content: "";
  background-image: url(check_1_1.svg);
  width: 72px;
  height: 72px;
  opacity: 0.2;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 24px; }

/* line 480, theme.scss */
.widget-type_widget_v4_special_products_3_80164d5f1f4c55362b121be71f0aa1b0 .grid-list {
  grid-row-gap: 70px; }

/* line 481, theme.scss */
.widget-type_widget_v4_personal_2_0d23a7778dbf8af009e911453d83fe5e .person-list .person-list__item .person-list__item-image, .widget-type_widget_v4_personal_2_0d23a7778dbf8af009e911453d83fe5e .person-list .person-list__item .person-list__item-description {
  margin-bottom: 1.8rem; }

/* line 482, theme.scss */
.widget-type_widget_v4_personal_2_0d23a7778dbf8af009e911453d83fe5e .person-list .person-list__item .person-list__item-title {
  color: #0a493c;
  font-size: 18px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  line-height: 1.35;
  font-weight: 700;
  width: 73%;
  margin-bottom: 0; }

/* line 490, theme.scss */
.widget-type_widget_v4_personal_2_0d23a7778dbf8af009e911453d83fe5e[style*="--banners-allign-center:true"] .person-list.grid-list {
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr; }

/* line 494, theme.scss */
.widget-type_widget_v4_personal_2_0d23a7778dbf8af009e911453d83fe5e .img-ratio {
  padding-top: 0; }

/* line 495, theme.scss */
.widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de ul {
  padding: 0;
  margin: 0; }

/* line 499, theme.scss */
.widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de li {
  display: inline-block;
  list-style: none;
  margin-right: 20px; }

/* line 504, theme.scss */
.bg-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  display: block;
  pointer-events: none;
  height: 100vh; }

/* line 515, theme.scss */
.bg-fixed div {
  background: url(https://static.insales-cdn.com/files/1/731/39944923/original/inner-page.svg);
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/* line 522, theme.scss */
.h2.special-products__title.heading {
  color: #285f50;
  font-size: 42px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 40px 40px; }

/* line 530, theme.scss */
.spec {
  display: block;
  margin-top: 7px;
  color: #ffffff;
  font-size: 14px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 30px;
  background-color: #0a493c;
  background-position: center center;
  width: 175px;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out; }

/* line 548, theme.scss */
.spec:hover {
  color: #0a493c;
  background-color: #f1c919; }

/* line 549, theme.scss */
.header__control-btn.header__cart {
  position: fixed;
  right: 50px;
  top: 100px;
  z-index: 4000;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 80px;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  width: 80px;
  will-change: transform; }

/* line 565, theme.scss */
.widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__control-btn .icon {
  position: static; }

/* line 566, theme.scss */
.icon-cart:before {
  content: ""; }

/* line 567, theme.scss */
.widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__control-bage {
  background-color: red;
  border-radius: 30px;
  top: 55px;
  box-sizing: border-box;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  padding: 0 5px;
  position: absolute;
  right: -3px;
  text-align: center;
  width: auto; }

/* line 583, theme.scss */
.widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 svg {
  stroke: #000;
  height: 40px;
  width: 40px; }

/* line 588, theme.scss */
.widget-type_widget_v4_shop-reviews_2_19114654450ca6e42c3505d242939be5 .reviews {
  position: relative; }

/* line 590, theme.scss */
.widget-type_widget_v4_shop-reviews_2_19114654450ca6e42c3505d242939be5 .masonry-reviews-list .masonry-reviews-item {
  grid-row-end: auto !important; }

/* line 591, theme.scss */
.all_reviews {
  position: absolute;
  top: 0;
  right: 0;
  color: #0a493c;
  font-size: 16px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  padding-left: 30px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px;
  background-color: #f1c919;
  text-decoration: none;
  width: 186px;
  height: 50px;
  line-height: 50px; }

/* line 608, theme.scss */
.all_reviews:before {
  content: "";
  background: url(18ked_bubbles.svg) no-repeat;
  height: 28px;
  width: 28px;
  position: absolute;
  right: 15px;
  top: 10px; }

/* line 613, theme.scss */
.widget-type_widget_v4_shop-reviews_2_19114654450ca6e42c3505d242939be5 .reviews__title {
  text-align: left;
  color: #285f50;
  font-size: 42px;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 40px 40px; }

/* line 621, theme.scss */
.masonry-reviews-item__content .reviews__text {
  color: #0a493c;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 300; }

/* line 627, theme.scss */
.reviews__name {
  font-size: 18px; }

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

/* line 629, theme.scss */
.reviews__text strong {
  display: block; }

/* line 630, theme.scss */
.widget-type_widget_v4_shop-reviews_2_19114654450ca6e42c3505d242939be5 .masonry-reviews-item__author {
  margin-left: 2rem !important; }

/* line 631, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .add-cart-counter.is-add-cart .add-cart-counter__btn {
  display: inline-block !important; }

/* line 632, theme.scss */
.widget-type_widget_v4_notification_add_to_cart_1_6253ee601f85172d47b5e599391d8531.layout {
  position: fixed;
  top: unset;
  bottom: 20px;
  left: unset;
  right: 20px;
  width: 300px;
  height: 100px;
  margin-top: 0; }

/* line 642, theme.scss */
.widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__area-bundle {
  display: none; }

/* line 643, theme.scss */
.widget-type_system_widget_v4_cart_2 {
  margin-bottom: 80px; }

/* line 644, theme.scss */
.cart-item[data-item-id="983276801"] [data-cart-item-total-price], .cart-item[data-item-id="979923329"] [data-cart-item-total-price], .cart-item[data-item-id="979922945"] [data-cart-item-total-price], .cart-item[data-item-id="983276801"] .item-delete, .cart-item[data-item-id="979923329"] .item-delete, .cart-item[data-item-id="979922945"] .item-delete, .cart-item[data-item-id="983276801"] .item-counter, .cart-item[data-item-id="979923329"] .item-counter, .cart-item[data-item-id="979922945"] .item-counter {
  display: none; }

/* line 645, theme.scss */
.cart-item[data-item-id="983276801"] .item-title, .cart-item[data-item-id="979923329"] .item-title, .cart-item[data-item-id="979922945"] .item-title {
  position: relative; }

/* line 646, theme.scss */
.cart-item[data-item-id="983276801"] .item-title:after, .cart-item[data-item-id="979923329"] .item-title:after, .cart-item[data-item-id="979922945"] .item-title:after {
  content: "ваш подарок";
  display: block;
  position: absolute;
  right: 0;
  top: 0; }

/* line 647, theme.scss */
[data-cart-coupon="gifttabletnitsa"], [data-cart-coupon="giftlunchboxpribory"], [data-cart-coupon="giftthermobaglight"] {
  display: none; }

/* line 648, theme.scss */
.banner-list__item-image img {
  width: 100%; }

/* line 649, theme.scss */
.widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9.out-animation .header__area-collections {
  opacity: 1;
  margin-top: 1.5rem; }

/* line 650, theme.scss */
.widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .menu__item:last-child {
  margin: 0 15px 0.8rem !important; }

/* line 651, theme.scss */
.layout.widget-type_system_widget_v4_breadcrumbs_1[data-widget-drop-item-id="134113793"], .layout.widget-type_system_widget_v4_page_title_1 {
  display: none; }

/* line 652, theme.scss */
.layout.widget-type_system_widget_v4_page_content_1 {
  background: transparent !important;
  padding-top: 105px; }

@media all and (max-width: 480px) {
  /* line 654, theme.scss */
  .widget-type_widget_v4_personal_2_0d23a7778dbf8af009e911453d83fe5e[style*="--banners-allign-center:true"] .person-list.grid-list, .widget-type_widget_v4_special_products_3_80164d5f1f4c55362b121be71f0aa1b0 .grid-list, footer .footer__area-menu, .contacts, .widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de .banner-list__item, .contacts-blocks__links {
    grid-template-columns: 1fr; }

  /* line 655, theme.scss */
  footer .footer-top {
    grid-template-areas: unset;
    grid-template-columns: unset; }

  /* line 656, theme.scss */
  .product_title h1, .widget-type_system_widget_v4_heading_1 .heading {
    font-size: 26px; }

  /* line 657, theme.scss */
  .widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de .h2 {
    font-size: 34px !important; }

  /* line 658, theme.scss */
  .widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__area-logo {
    position: absolute;
    width: 200px;
    top: 20px; }

  /* line 663, theme.scss */
  .widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__logo {
    max-width: unset;
    max-height: unset; }

  /* line 665, theme.scss */
  .widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__logo img {
    width: 227px;
    max-width: unset;
    max-height: unset; }

  /* line 670, theme.scss */
  .widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__area-show-menu {
    position: absolute;
    right: 20px;
    top: 20px; }

  /* line 671, theme.scss */
  .widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__search {
    display: none; }

  /* line 672, theme.scss */
  .widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__area-show-menu {
    width: 48px;
    height: 48px;
    border-radius: 6px !important;
    background-color: #f1c919; }

  /* line 673, theme.scss */
  .widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__show-menu-btn.button {
    position: relative;
    flex-shrink: 0;
    width: 28px;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
    top: 15px;
    right: 10px;
    margin-left: 20px; }

  /* line 691, theme.scss */
  .widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__show-menu-btn.button span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    height: 3px;
    background-color: #000; }

  /* line 703, theme.scss */
  .widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__show-menu-btn.button span:nth-child(1) {
    top: 0px; }

  /* line 706, theme.scss */
  .widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__show-menu-btn.button span:nth-child(2), .widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__show-menu-btn.button span:nth-child(3) {
    top: 8px; }

  /* line 709, theme.scss */
  .widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__show-menu-btn.button span:nth-child(2), .widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__show-menu-btn.button span:nth-child(3) {
    width: 80%;
    left: 20%;
    right: 0; }

  /* line 714, theme.scss */
  .widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__show-menu-btn.button span:nth-child(4) {
    top: 16px; }

  /* line 717, theme.scss */
  .header__show-menu-text {
    display: none !important; }

  /* line 718, theme.scss */
  .product_title h1, .widget-type_system_widget_v4_heading_1 .heading {
    font-size: 30px;
    padding-top: 30px; }

  /* line 722, theme.scss */
  .product_title {
    height: 150px !important; }

  /* line 723, theme.scss */
  .product_title .image {
    position: absolute;
    zoom: 1.172;
    left: 119px;
    top: -34px;
    width: 231px; }

  /* line 730, theme.scss */
  .breadcrumb {
    padding: 0; }

  /* line 731, theme.scss */
  .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__buy {
    grid-template-columns: 1fr;
    border-radius: 14px;
    padding: 12px; }

  /* line 732, theme.scss */
  .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__controls {
    gap: 0; }

  /* line 733, theme.scss */
  .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .add-cart-counter.is-add-cart .add-cart-counter__btn {
    width: 100%; }

  /* line 734, theme.scss */
  .tabs__content {
    padding: 12px 12px 0;
    border-radius: 0 0 32px 32px; }

  /* line 735, theme.scss */
  .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd[style*="--img-fit:contain"] .product__photo.img-ratio img, .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__gallery-main, .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__area-title {
    border-radius: 14px 14px 0 0; }

  /* line 736, theme.scss */
  .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__area-description {
    border-radius: 0 0 14px 14px; }

  /* line 737, theme.scss */
  .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__area-price {
    bottom: 0;
    right: 10px; }

  /* line 738, theme.scss */
  .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__price-cur {
    font-size: 35px; }

  /* line 739, theme.scss */
  .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__gallery-main .splide__arrow {
    display: block; }

  /* line 742, theme.scss */
  .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product .splide__pagination {
    display: none; }

  /* line 743, theme.scss */
  .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__title {
    font-size: 28px; }

  /* line 744, theme.scss */
  .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .add-cart-counter__btn {
    background-position: 30% center;
    width: 100%; }

  /* line 745, theme.scss */
  .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__area-description {
    font-size: 16px; }

  /* line 746, theme.scss */
  .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__area-description ul, .widget-type_widget_v4_product_info_2_f97adfa603e4b7ed8aed3f7df88f0a5b .product-description ul {
    padding: 0 0 0 1rem; }

  /* line 747, theme.scss */
  .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__opisanie {
    font-size: 16px; }

  /* line 748, theme.scss */
  .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd .product__opisanie ul {
    padding-left: 1rem; }

  /* line 749, theme.scss */
  .widget-type_widget_v4_product_info_2_f97adfa603e4b7ed8aed3f7df88f0a5b .tabs__head {
    display: grid;
    height: 93px !important;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 12px;
    border-radius: 32px 32px 0 0; }

  /* line 759, theme.scss */
  .widget-type_widget_v4_product_info_2_f97adfa603e4b7ed8aed3f7df88f0a5b .tabs__content .tabs__head-item {
    display: none; }

  /* line 760, theme.scss */
  .widget-type_widget_v4_product_info_2_f97adfa603e4b7ed8aed3f7df88f0a5b .product-description {
    font-size: 18px; }

  /* line 761, theme.scss */
  .widget-type_widget_v4_shop-reviews_2_19114654450ca6e42c3505d242939be5 .reviews__title, .h2.special-products__title.heading {
    font-size: 32px;
    margin: 10px 0 20px 0; }

  /* line 762, theme.scss */
  .product-preview__area-title {
    padding: 0 100px 0 0; }

  /* line 763, theme.scss */
  .widget-type_widget_v4_special_products_3_80164d5f1f4c55362b121be71f0aa1b0 .product-preview__photo img, .widget-type_widget_v4_special_products_3_80164d5f1f4c55362b121be71f0aa1b0 .product-preview__content {
    border-radius: 14px; }

  /* line 764, theme.scss */
  .all_reviews {
    top: -10px; }

  /* line 765, theme.scss */
  .widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de .banner-list__item .banner-list__item-text {
    padding: 10px 0 0 0px;
    text-align: center; }

  /* line 769, theme.scss */
  .widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de ul {
    text-align: center; }

  /* line 770, theme.scss */
  .widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de li {
    margin-right: 0; }

  /* line 771, theme.scss */
  .widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de li:first-child {
    display: block;
    margin-bottom: 20px; }

  /* line 772, theme.scss */
  .widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de li img {
    height: 49px;
    width: auto; }

  /* line 773, theme.scss */
  .widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de .banner-list__item-image img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto; }

  /* line 779, theme.scss */
  .widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de .banner-list__item-image .img-ratio.img-fit {
    padding-top: 160px; }

  /* line 780, theme.scss */
  .widget-type_widget_v4_page_banner_1_1_e643ea40b74926cf69fbe5ad81c2e7de .layout__content, .widget-type_widget_v4_shops_6_2_ecba5e0eb085ae5f75f307052774effe .layout__content {
    border-radius: 14px; }

  /* line 781, theme.scss */
  .widget-type_widget_v4_shops_6_2_ecba5e0eb085ae5f75f307052774effe .contacts-info {
    padding: 0; }

  /* line 782, theme.scss */
  .widget-type_widget_v4_shops_6_2_ecba5e0eb085ae5f75f307052774effe .contacts-title.heading {
    font-size: 34px;
    text-align: center; }

  /* line 783, theme.scss */
  .widget-type_widget_v4_shops_6_2_ecba5e0eb085ae5f75f307052774effe .contacts-title.heading:not(.mobile) {
    display: none; }

  /* line 784, theme.scss */
  .contacts-map {
    height: 305px; }

  /* line 785, theme.scss */
  .widget-type_system_widget_v4_heading_1 .heading {
    font-size: 26px;
    margin: 0 auto -100px; }

  /* line 786, theme.scss */
  .contacts {
    text-align: center; }

  /* line 787, theme.scss */
  footer {
    text-align: center; }

  /* line 788, theme.scss */
  footer .footer__area-menu li a.tn-atom {
    left: 250px; }

  /* line 789, theme.scss */
  footer .footer-bottom {
    grid-template-columns: 1fr;
    gap: 1rem; }

  /* line 790, theme.scss */
  .footer__area-sidebar p {
    width: 100%; }

  /* line 791, theme.scss */
  .widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9.layout[style*="--bg-blur:false"] {
    height: 85px; }

  /* line 792, theme.scss */
  .widget-type_widget_v4_product_info_2_f97adfa603e4b7ed8aed3f7df88f0a5b .tabs__head-item {
    width: 246px; }

  /* line 793, theme.scss */
  .desktop {
    display: none !important; }

  /* line 794, theme.scss */
  .widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__area-controls {
    display: flex; }

  /* line 795, theme.scss */
  .widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__control-btn.header__cart {
    right: 10px;
    width: 60px;
    height: 60px;
    position: fixed !important; }

  /* line 796, theme.scss */
  .widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 svg {
    width: 34px;
    height: 34px; }

  /* line 797, theme.scss */
  .widget-type_widget_v4_header_7_d43c36068ab9ae8bd73b7bca21218ba9 .header__control-bage {
    top: 45px;
    right: -6px; }

  /* line 798, theme.scss */
  .cart-item[data-item-id="983276801"] .item-title:after, .cart-item[data-item-id="979923329"] .item-title:after, .cart-item[data-item-id="979922945"] .item-title:after {
    content: "ваш подарок";
    display: block;
    position: relative;
    right: 0;
    top: 20px;
    left: 0; }

  /* line 799, theme.scss */
  html.desktop, html.mobile {
    display: block !important; }

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

  /* line 801, theme.scss */
  .widget-type_widget_v4_personal_2_0d23a7778dbf8af009e911453d83fe5e .layout__content {
    padding: 40px 0 0 !important; }

  /* line 804, theme.scss */
  .widget-type_widget_v4_product_3_7745b2e0c1de5e79d1a66d8b03a52fbd {
    background-color: transparent;
    margin-top: 20px; } }
