/* 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, #86C5FF);
  --color-btn-bg-is-light: var(--draft-color-btn-bg-is-light, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #81c2ff);
  --color-btn-bg-minor-shade-is-light: var(--draft-color-btn-bg-minor-shade-is-light, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #7cc0ff);
  --color-btn-bg-major-shade-is-light: var(--draft-color-btn-bg-major-shade-is-light, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #47a6ff);
  --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, #5DACF4);
  --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, #6db3f5);
  --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, #7dbcf6);
  --color-accent-text-major-shade-is-light: var(--draft-color-accent-text-major-shade-is-light, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #aed5f9);
  --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, Montserrat);
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Montserrat);
  --heading-ratio: var(--draft-heading-ratio, 1.75);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 16);
  --search_count: var(--draft-search_count, 12);
  --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, 1140px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --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);
  --compare_enabled: var(--draft-compare_enabled, true); }

@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("Gilroy-Regular.woff2") format("woff2"), url("Gilroy-Regular.woff") format("woff"), url("Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("Gilroy-Bold.woff2") format("woff2"), url("Gilroy-Bold.woff") format("woff"), url("Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Black.eot");
  src: local("Gilroy Black"), local("Gilroy-Black"), url("Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("Gilroy-Black.woff2") format("woff2"), url("Gilroy-Black.woff") format("woff"), url("Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("Gilroy-Light.woff2") format("woff2"), url("Gilroy-Light.woff") format("woff"), url("Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Semibold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("Gilroy-Semibold.woff2") format("woff2"), url("Gilroy-Semibold.woff") format("woff"), url("Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("Gilroy-Medium.woff2") format("woff2"), url("Gilroy-Medium.woff") format("woff"), url("Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-UltraLight.eot");
  src: local("Gilroy UltraLight"), local("Gilroy-UltraLight"), url("Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"), url("Gilroy-UltraLight.woff2") format("woff2"), url("Gilroy-UltraLight.woff") format("woff"), url("Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Extrabold.eot");
  src: local("Gilroy Extrabold"), local("Gilroy-Extrabold"), url("Gilroy-Extrabold.eot?#iefix") format("embedded-opentype"), url("Gilroy-Extrabold.woff2") format("woff2"), url("Gilroy-Extrabold.woff") format("woff"), url("Gilroy-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Heavy.eot");
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("Gilroy-Heavy.woff2") format("woff2"), url("Gilroy-Heavy.woff") format("woff"), url("Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Thin.eot");
  src: local("Gilroy Thin"), local("Gilroy-Thin"), url("Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("Gilroy-Thin.woff2") format("woff2"), url("Gilroy-Thin.woff") format("woff"), url("Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "Graphik LCG";
  src: local("Graphik LCG Regular"), local("Graphik-LCG-Regular"), url("GraphikLCG-Regular.woff2") format("woff2"), url("GraphikLCG-Regular.woff") format("woff"), url("GraphikLCG-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
/* line 3, _checkout.scss */
.page__checkout .co-section--checkout_content {
  margin: 44px 0 115px 0; }
/* line 7, _checkout.scss */
.page__checkout .co-basket {
  margin: 0 0 0 27px;
  padding: 0;
  background: #f2f9ff;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
/* line 15, _checkout.scss */
.page__checkout .co-basket_item {
  margin: 0;
  padding: 25px 31px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 33px calc(100% - 100px - 33px);
  grid-template-columns: 100px calc(100% - 100px - 33px);
  grid-template-areas: "image title" "image total";
  grid-gap: 11px 33px; }
  /* line 25, _checkout.scss */
  .page__checkout .co-basket_item .co-basket_item-image_container {
    grid-area: image; }
  /* line 28, _checkout.scss */
  .page__checkout .co-basket_item .co-basket_item-description {
    grid-area: title;
    padding: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #404040; }
  /* line 38, _checkout.scss */
  .page__checkout .co-basket_item .co-basket_item-total {
    grid-area: total;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #575757;
    text-align: left;
    display: block;
    width: 100%; }
    /* line 51, _checkout.scss */
    .page__checkout .co-basket_item .co-basket_item-total .co-basket_item-price {
      font-weight: 600;
      font-size: 20px;
      line-height: 25px; }
/* line 59, _checkout.scss */
.page__checkout .co-basket_subtotal-list {
  padding: 22px 0;
  margin: 0;
  border-top: 0.5px solid #cddae6;
  border-bottom: 0.5px solid #cddae6; }
  /* line 65, _checkout.scss */
  .page__checkout .co-basket_subtotal-list .co-basket_subtotal {
    margin: 0 0 15px 0;
    padding: 0 42px 0 33px; }
    /* line 69, _checkout.scss */
    .page__checkout .co-basket_subtotal-list .co-basket_subtotal:last-of-type {
      margin: 0; }
    /* line 73, _checkout.scss */
    .page__checkout .co-basket_subtotal-list .co-basket_subtotal .co-basket_subtotal-title {
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 20px;
      color: #7b7b7b; }
    /* line 81, _checkout.scss */
    .page__checkout .co-basket_subtotal-list .co-basket_subtotal .co-basket_subtotal-price {
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 25px;
      color: #404040; }
/* line 91, _checkout.scss */
.page__checkout .co-basket_total {
  padding: 23px 40px 24px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: block; }
  /* line 98, _checkout.scss */
  .page__checkout .co-basket_total .co-basket_total-price,
  .page__checkout .co-basket_total .co-basket_total-title {
    display: inline;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #404040; }
/* line 109, _checkout.scss */
.page__checkout h3.co-tabs-header {
  margin: 0 0 29px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #404040; }
/* line 118, _checkout.scss */
.page__checkout h2.co-title--h2 {
  margin: 0 0 31px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #404040; }
/* line 128, _checkout.scss */
.page__checkout .co-section--checkout_header {
  padding: 0; }
/* line 132, _checkout.scss */
.page__checkout h1.decorated-title {
  margin: 0 0 10px 0;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 52px;
  color: #393434; }
/* line 143, _checkout.scss */
.page__checkout .co-input-field {
  padding: 18px 28px;
  border: none;
  background: #fbfbfb;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #4a4a4a; }
/* line 156, _checkout.scss */
.page__checkout select.co-input-field {
  padding: 2px 28px; }
/* line 160, _checkout.scss */
.page__checkout .co-delivery_method,
.page__checkout .co-payment_method,
.page__checkout [for="client_consent_to_personal_data"] {
  padding: 25px 44px 25px 28px;
  margin: 0 0 16px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fbfbfb;
  -webkit-border-radius: 7px;
  border-radius: 7px; }
/* line 173, _checkout.scss */
.page__checkout .co-input-label {
  margin: 0 0 12px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #7b7b7b; }
  /* line 181, _checkout.scss */
  .page__checkout .co-input-label:after {
    color: #7b7b7b; }
/* line 186, _checkout.scss */
.page__checkout .co-delivery_method-title,
.page__checkout .co-payment_method-title,
.page__checkout .co-input-title {
  margin: 0 0 9px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #404040; }
/* line 197, _checkout.scss */
.page__checkout .co-delivery_method-price {
  padding: 0 0 0 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #404040; }
/* line 207, _checkout.scss */
.page__checkout .co-client .co-client-logged {
  margin: 0 0 16px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #404040; }
/* line 216, _checkout.scss */
.page__checkout .co-client .co-client-info {
  margin: 0 0 26px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 22px; }
  /* line 227, _checkout.scss */
  .page__checkout .co-client .co-client-info .co-client-field {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #505050; }
/* line 237, _checkout.scss */
.page__checkout .co-client .co-checkout-block {
  margin: 0 0 31px 0; }
/* line 241, _checkout.scss */
.page__checkout .co-client .co-button {
  height: 65px;
  max-width: 184px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
  -webkit-border-radius: 9px;
  border-radius: 9px; }
/* line 262, _checkout.scss */
.page__checkout .co-toggable_field-information,
.page__checkout .co-payment_method-description,
.page__checkout .co-input-description {
  padding: 0; }
  /* line 267, _checkout.scss */
  .page__checkout .co-toggable_field-information p,
  .page__checkout .co-payment_method-description p,
  .page__checkout .co-input-description p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #505050; }
/* line 276, _checkout.scss */
.page__checkout #tabs-person {
  width: 100%; }
  /* line 279, _checkout.scss */
  .page__checkout #tabs-person .co-input--name,
  .page__checkout #tabs-person .co-input--email {
    max-width: 50%; }
/* line 285, _checkout.scss */
.page__checkout .co-tabs-content .radio > span,
.page__checkout .co-input--radio > span,
.page__checkout .co-toggable_field-input--checkbox > span,
.page__checkout .co-toggable_field-input--radio > span {
  position: relative;
  width: 22px;
  height: 22px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  border: 0.5px solid #e4e4e4;
  background: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  /* line 302, _checkout.scss */
  .page__checkout .co-tabs-content .radio > span:after,
  .page__checkout .co-input--radio > span:after,
  .page__checkout .co-toggable_field-input--checkbox > span:after,
  .page__checkout .co-toggable_field-input--radio > span:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "" !important;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #e4e4e4;
    border: none; }
/* line 319, _checkout.scss */
.page__checkout .co-toggable_field-input--radio input:focus + span,
.page__checkout .co-toggable_field-input--radio input.picker-input--active + span,
.page__checkout .co-toggable_field-input--radio input:checked + span {
  border: 0.5px solid var(--color-btn-bg);
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  /* line 327, _checkout.scss */
  .page__checkout .co-toggable_field-input--radio input:focus + span:after,
  .page__checkout .co-toggable_field-input--radio input.picker-input--active + span:after,
  .page__checkout .co-toggable_field-input--radio input:checked + span:after {
    background-color: var(--color-btn-bg); }
/* line 332, _checkout.scss */
.page__checkout .co-button--checkout {
  margin: 61px 0 0 0;
  max-width: 292px;
  height: 65px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff; }
/* line 352, _checkout.scss */
.page__checkout [for="client_consent_to_personal_data"] .co-toggable_field-input--checkbox span:nth-of-type(2) {
  display: none; }
/* line 356, _checkout.scss */
.page__checkout [for="client_consent_to_personal_data"] .co-toggable_field-input--checkbox input + span {
  margin: 4px 0 0 0;
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  background: #5dacf4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none; }
  /* line 368, _checkout.scss */
  .page__checkout [for="client_consent_to_personal_data"] .co-toggable_field-input--checkbox input + span:after {
    width: auto;
    height: auto;
    background: transparent;
    border: none; }
/* line 376, _checkout.scss */
.page__checkout [for="client_consent_to_personal_data"] .co-toggable_field-input--checkbox input:checked + span {
  background: #5dacf4;
  border: none; }
/* line 380, _checkout.scss */
.page__checkout [for="client_consent_to_personal_data"] .co-toggable_field-input--checkbox input:checked + span:after {
  content: "\e013" !important;
  border: none; }

@media screen and (max-width: 767px) {
  /* line 389, _checkout.scss */
  .page__checkout h1.co-title {
    font-size: 27px;
    line-height: 32px; }
  /* line 394, _checkout.scss */
  .page__checkout .co-basket {
    margin: 0; }
  /* line 398, _checkout.scss */
  .page__checkout .co-basket_item {
    padding: 21px 12px;
    grid-template-columns: 100%;
    grid-template-areas: "image" "title" "total"; }
    /* line 403, _checkout.scss */
    .page__checkout .co-basket_item .co-basket_item-image_container {
      max-width: 100px;
      margin: 0 auto;
      width: 100%; }
  /* line 410, _checkout.scss */
  .page__checkout .co-basket_subtotal-list .co-basket_subtotal .co-basket_subtotal-price {
    font-size: 14px;
    line-height: 18px; }
  /* line 416, _checkout.scss */
  .page__checkout .co-basket_subtotal-list .co-basket_subtotal {
    padding: 0 12px; }
  /* line 421, _checkout.scss */
  .page__checkout .halfling-shopping-cart {
    display: none; }
  /* line 425, _checkout.scss */
  .page__checkout .co-sidebar-toggler {
    padding: 21px 12px;
    background: #86c5ff;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  /* line 433, _checkout.scss */
  .page__checkout .co-basket_total-price,
  .page__checkout .co-sidebar-toggler_title,
  .page__checkout .halfling-menu-down {
    font-size: 16px;
    line-height: 120%;
    font-weight: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.08em;
    color: #ffffff; }
  /* line 447, _checkout.scss */
  .page__checkout .co-basket_total {
    padding: 21px 12px; }
    /* line 450, _checkout.scss */
    .page__checkout .co-basket_total .co-basket_total-price,
    .page__checkout .co-basket_total .co-basket_total-title {
      font-size: 16px;
      line-height: 18px; }
  /* line 457, _checkout.scss */
  .page__checkout .co-delivery_method,
  .page__checkout .co-payment_method,
  .page__checkout [for="client_consent_to_personal_data"] {
    position: relative;
    padding: 12px 21px 12px 43px; }
    /* line 463, _checkout.scss */
    .page__checkout .co-delivery_method .co-toggable_field-input,
    .page__checkout .co-payment_method .co-toggable_field-input,
    .page__checkout [for="client_consent_to_personal_data"] .co-toggable_field-input {
      position: absolute;
      left: 12px;
      top: 12px; } }
/* line 472, _checkout.scss */
.is-hidden-method {
  display: none !important; }

/* line 3, _order.scss */
[data-theme-template="order2"] .co-section--checkout_header {
  padding: 0; }
/* line 7, _order.scss */
[data-theme-template="order2"] .co-section--content_wrapper {
  margin: 44px 0 89px 0; }
/* line 11, _order.scss */
[data-theme-template="order2"] .co-title--h1 {
  margin: 0 0 10px 0;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 52px;
  color: #393434; }
/* line 21, _order.scss */
[data-theme-template="order2"] .co-checkout-block--padded {
  padding: 0; }
/* line 25, _order.scss */
[data-theme-template="order2"] .co-title--h2 {
  margin: 0 0 21px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #404040; }
/* line 35, _order.scss */
[data-theme-template="order2"] .co-order-information {
  padding: 29px 0 46px 0;
  margin: 0 0 21px 0; }
/* line 40, _order.scss */
[data-theme-template="order2"] .co-order-information_row {
  padding: 0 0 20px 0;
  margin: 0; }
/* line 45, _order.scss */
[data-theme-template="order2"] .co-order-information_title {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #7B7B7B; }
/* line 53, _order.scss */
[data-theme-template="order2"] .co-order-information_value {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #404040; }
  /* line 61, _order.scss */
  [data-theme-template="order2"] .co-order-information_value a {
    margin: 0;
    text-decoration: none; }
/* line 67, _order.scss */
[data-theme-template="order2"] .co-table.co-table--to_card {
  border: 1px solid #DCDCDC;
  -webkit-border-radius: 20px;
  border-radius: 20px; }
/* line 74, _order.scss */
[data-theme-template="order2"] .co-table-row--head td {
  padding: 9px 87px 9px 51px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #7B7B7B; }
/* line 83, _order.scss */
[data-theme-template="order2"] .co-table-row--body {
  background-color: transparent; }
  /* line 86, _order.scss */
  [data-theme-template="order2"] .co-table-row--body td {
    padding: 9px 87px 9px 51px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #404040; }
/* line 96, _order.scss */
[data-theme-template="order2"] .co-table-row--foot td {
  padding: 11px 79px 13px;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #404040; }
  /* line 103, _order.scss */
  [data-theme-template="order2"] .co-table-row--foot td .co-price {
    font-weight: 600; }

@media screen and (max-width: 767px) {
  /* line 112, _order.scss */
  [data-theme-template="order2"] .co-title--h1 {
    margin: 0 0 12px 0;
    font-size: 27px;
    line-height: 35px; }
  /* line 118, _order.scss */
  [data-theme-template="order2"] .co-table.co-table--to_card {
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: none; }
  /* line 124, _order.scss */
  [data-theme-template="order2"] .co-table-row--body td {
    padding: 9px 21px 9px 21px;
    margin: 0; }
  /* line 128, _order.scss */
  [data-theme-template="order2"] .co-table-cell--foot {
    padding: 0 21px 9px 21px; } }
/* line 2, _account.scss */
.page__account .checkout-v2-wrapper {
  margin: 57px 0 103px 0; }
/* line 6, _account.scss */
.page__account .co-menu {
  padding: 0 !important; }
/* line 10, _account.scss */
.page__account .co-menu-item {
  margin: 0;
  padding: 0;
  text-align: center;
  border: 1px solid #efefef;
  border-bottom: none; }
  /* line 17, _account.scss */
  .page__account .co-menu-item a {
    padding: 23px 27px 23px 27px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #676767;
    text-align: center;
    text-decoration: none;
    display: block; }
    /* line 29, _account.scss */
    .page__account .co-menu-item a.co-link--active {
      background: #e0f0ff;
      -webkit-border-radius: 7px;
      border-radius: 7px;
      color: #5d92c2; }
  /* line 37, _account.scss */
  .page__account .co-menu-item:last-of-type {
    border-bottom: 1px solid #efefef; }
/* line 42, _account.scss */
.page__account .co-section--checkout_header {
  padding: 0 0 0 52px; }
/* line 46, _account.scss */
.page__account .co-title.co-title--h1 {
  margin: 0 0 20px 0;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 52px;
  color: #393434; }
/* line 55, _account.scss */
.page__account .co-checkout-block--padded {
  padding: 0 0 0 52px; }
  /* line 58, _account.scss */
  .page__account .co-checkout-block--padded p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #404040; }
/* line 67, _account.scss */
.page__account .co-input {
  margin: 0 0 30px 0; }
/* line 71, _account.scss */
.page__account .co-input-label {
  margin: 0 0 12px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #7b7b7b; }
  /* line 78, _account.scss */
  .page__account .co-input-label:after {
    margin: 0;
    color: #7b7b7b; }
/* line 84, _account.scss */
.page__account .co-input-field {
  padding: 18px 28px;
  border: none;
  outline: none;
  background: #fbfbfb;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #4a4a4a; }
/* line 98, _account.scss */
.page__account select.co-input-field {
  padding: 2px 28px; }
/* line 102, _account.scss */
.page__account .co-form-button {
  height: 65px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff; }
/* line 119, _account.scss */
.page__account .co-input--password .co-toggable_field-input {
  display: none; }
/* line 123, _account.scss */
.page__account .co-input--password .co-input-information > .co-input-title {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #404040;
  border-bottom: 1px dashed #828282; }
/* line 137, _account.scss */
.page__account [for="client_consent_to_personal_data"] {
  padding: 29px 0 0 0;
  border-top: 1px solid #dcdcdc; }
  /* line 141, _account.scss */
  .page__account [for="client_consent_to_personal_data"] .co-toggable_field-input {
    margin-top: 7px; }
  /* line 145, _account.scss */
  .page__account [for="client_consent_to_personal_data"] .co-input-title {
    margin: 0 0 1px 0;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #404040; }
  /* line 154, _account.scss */
  .page__account [for="client_consent_to_personal_data"] .co-input-description p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #4a4a4a; }
/* line 164, _account.scss */
.page__account .co-social_login-title {
  margin: 0 0 10px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #404040; }
/* line 173, _account.scss */
.page__account .co-form-controls {
  gap: 33px;
  margin: 0; }
  /* line 177, _account.scss */
  .page__account .co-form-controls .co-form-button {
    margin: 0; }
  /* line 181, _account.scss */
  .page__account .co-form-controls .co-button--link {
    color: var(--color-btn-bg);
    padding-bottom: 4px;
    border-bottom: 1px solid #86c5ff;
    height: auto;
    text-decoration: none; }
    /* line 188, _account.scss */
    .page__account .co-form-controls .co-button--link:after {
      display: none; }

@media screen and (max-width: 767px) {
  /* line 197, _account.scss */
  .page__account .co-checkout-block--padded {
    padding: 0; }
  /* line 201, _account.scss */
  .page__account .co-menu-switcher:checked ~ .co-menu {
    background-color: transparent; }
  /* line 205, _account.scss */
  .page__account .co-menu-toggle {
    padding: 13px 21px;
    font-size: 12px;
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.08em;
    background: #86c5ff;
    color: #ffffff; }
  /* line 221, _account.scss */
  .page__account h1.co-title.co-title--h1 {
    margin: 28px 0;
    font-size: 22px;
    line-height: 27px; }
  /* line 227, _account.scss */
  .page__account .checkout-v2-wrapper {
    margin: 41px 0 99px 0; } }
/* line 1, _airclepper.scss */
.section-landing-132 {
  padding: 150px 0 90px 0;
  overflow: hidden; }

/* line 6, _airclepper.scss */
.section-landing-132 .site-width {
  max-width: 1141px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #f5f5f5;
  padding: 66px 80px;
  position: relative;
  min-height: 580px;
  color: #393434;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; }

/* line 22, _airclepper.scss */
.section-landing-132 .title {
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  margin: 0 0 20px 0; }

/* line 30, _airclepper.scss */
.section-landing-132 .images {
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  bottom: 0px;
  right: -220px;
  z-index: 3; }

/* line 39, _airclepper.scss */
.section-landing-133 {
  margin: 0 0 70px 0; }

/* line 43, _airclepper.scss */
.section-landing-133 .title {
  color: #e9a088;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px; }

/* line 53, _airclepper.scss */
.section-landing-133 .info {
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 53px;
  margin: 0 auto 22px auto;
  width: 100%;
  max-width: 757px; }

/* line 65, _airclepper.scss */
.section-landing-133 .desc {
  color: #3a3a3a;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
  margin: 0 auto;
  max-width: 541px; }

/* line 78, _airclepper.scss */
.section-landing-133 .block {
  background: url("https://static.insales-cdn.com/files/1/4603/31207931/original/section-landing133.jpg") no-repeat;
  min-height: 697px; }

/* line 84, _airclepper.scss */
.section-landing-133 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0 auto;
  gap: 79px;
  width: 100%;
  max-width: 692px;
  padding: 38px 0 0 0; }

/* line 100, _airclepper.scss */
.section-landing-133 .item {
  position: relative;
  margin: 0 0 9px 0; }

/* line 105, _airclepper.scss */
.section-landing-133 .item img {
  -webkit-border-radius: 555px;
  border-radius: 555px;
  width: 178px; }

/* line 111, _airclepper.scss */
.section-landing-133 .name {
  position: absolute;
  z-index: 3;
  width: 95px;
  height: 95px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #6e6c6c;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.65px;
  border: 1px #ebebeb solid;
  -webkit-border-radius: 555px;
  border-radius: 555px;
  background: #fff;
  bottom: -24px;
  right: -13px;
  text-transform: uppercase; }

/* line 143, _airclepper.scss */
.section-landing-133 .item:last-child .name {
  width: 110px;
  height: 110px; }

/* line 148, _airclepper.scss */
.section-landing-134 {
  margin: 0 0 52px 0; }

/* line 152, _airclepper.scss */
.section-landing-134 .title {
  color: #393434;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 53px;
  margin: 0 0 22px 0; }

/* line 163, _airclepper.scss */
.section-landing-134 .desc {
  color: #3a3a3a;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 60px 0; }

/* line 174, _airclepper.scss */
.section-landing-134 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #fbfbfb;
  overflow: hidden; }

/* line 188, _airclepper.scss */
.section-landing-134 .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/* line 195, _airclepper.scss */
.section-landing-134 .block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #404040;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding: 78px; }

/* line 208, _airclepper.scss */
.section-landing-134 .images {
  font-size: 0px;
  line-height: 0px;
  width: 52.45%; }

/* line 214, _airclepper.scss */
.section-landing-134 .item:nth-child(2n) .images {
  width: 50%; }

/* line 218, _airclepper.scss */
.section-landing-134 .name {
  color: #393434;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 27px 0; }

/* line 228, _airclepper.scss */
.section-landing-135 {
  margin: 0 0 89px 0; }

/* line 232, _airclepper.scss */
.section-landing-135 .site-width {
  max-width: 1141px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  background: #25282e url("https://static.insales-cdn.com/files/1/4553/31207881/original/section-landing135.png") no-repeat right bottom;
  padding: 52px 78px 54px 78px; }

/* line 242, _airclepper.scss */
.section-landing-135 .title {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  margin: 0 0 31px 0;
  width: 100%;
  max-width: 590px; }

/* line 254, _airclepper.scss */
.section-landing-135 .item {
  margin: 0 0 29px 0; }

/* line 258, _airclepper.scss */
.section-landing-135 .item:last-child {
  margin: 0px; }

/* line 262, _airclepper.scss */
.section-landing-135 .name {
  color: #ffbaa3;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 12px 0; }

/* line 272, _airclepper.scss */
.section-landing-135 .item:nth-child(2) .desc {
  max-width: 526px; }

/* line 276, _airclepper.scss */
.section-landing-135 .desc {
  width: 100%;
  max-width: 460px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; }

/* line 287, _airclepper.scss */
.section-landing-135 .desc span {
  display: block;
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 20px 0 0 0; }

/* line 298, _airclepper.scss */
.section-landing-136 {
  margin: 0 0 110px 0; }

/* line 302, _airclepper.scss */
.section-landing-136 .site-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 308, _airclepper.scss */
.section-landing-136 .block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 14px 45px 0 0;
  color: #3a3a3a;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; }

/* line 321, _airclepper.scss */
.section-landing-136 .title {
  color: #393434;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 53px;
  margin: 0 0 20px 0; }

/* line 331, _airclepper.scss */
.section-landing-136 .images {
  position: relative;
  font-size: 0px;
  line-height: 0px;
  width: 55.78%; }

/* line 338, _airclepper.scss */
.section-landing-136 .images img {
  -webkit-border-radius: 42px;
  border-radius: 42px; }

/* line 343, _airclepper.scss */
.section-landing-136 .info {
  width: 151px;
  height: 151px;
  fill: #fff;
  -webkit-box-shadow: 0px 20px 30px rgba(195, 195, 195, 0.2);
  box-shadow: 0px 20px 30px rgba(195, 195, 195, 0.2);
  -webkit-border-radius: 555px;
  border-radius: 555px;
  position: absolute;
  top: -42px;
  left: -25px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #8e8e8e;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  background: #fff; }

/* line 374, _airclepper.scss */
.section-landing-137 {
  margin: 0 0 130px 0; }

/* line 378, _airclepper.scss */
.section-landing-137 .title {
  color: #393434;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 53px;
  margin: 0 0 22px 0; }

/* line 389, _airclepper.scss */
.section-landing-137 .desc {
  color: #3a3a3a;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 81px 0; }

/* line 400, _airclepper.scss */
.section-landing-137 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5%;
  margin: 0 0 25px 0; }

/* line 408, _airclepper.scss */
.section-landing-137 .item div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0px;
  line-height: 0px;
  position: relative;
  max-height: 214px; }

/* line 418, _airclepper.scss */
.section-landing-137 .arrow {
  display: none; }

/* line 422, _airclepper.scss */
.section-landing-137 img {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  max-height: 214px; }

/* line 428, _airclepper.scss */
.section-landing-137 .item span {
  position: absolute;
  bottom: -8px;
  left: -18px;
  display: table;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #fff;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(195, 195, 195, 0.2);
  box-shadow: 0px 20px 30px 0px rgba(195, 195, 195, 0.2);
  padding: 7px 18px;
  color: #555;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; }

/* line 448, _airclepper.scss */
.section-landing-137 .item:last-child .product img {
  display: table;
  margin: 0 auto; }

/* line 453, _airclepper.scss */
.section-landing-138 {
  margin: 0 0 63px 0; }

/* line 457, _airclepper.scss */
.section-landing-138 .site-width {
  position: relative;
  max-width: 1141px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  background: #25282e;
  overflow: hidden;
  padding: 0 0 50px 0; }

/* line 467, _airclepper.scss */
.section-landing-138 .images {
  font-size: 0px;
  line-height: 0px; }

/* line 472, _airclepper.scss */
.section-landing-138 .mobile {
  display: none; }

/* line 476, _airclepper.scss */
.section-landing-138 .title {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  margin: 0 0 31px 0; }

/* line 487, _airclepper.scss */
.section-landing-138 .title span {
  color: #ffbaa3; }

/* line 491, _airclepper.scss */
.section-landing-138 .desc {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: 563px;
  margin: 0 auto; }

/* line 503, _airclepper.scss */
.section-landing-132 .mobile {
  display: none; }

/* line 507, _airclepper.scss */
.section-landing-133 .mobile {
  display: none; }

/* line 511, _airclepper.scss */
.section-landing-135 .mobile {
  display: none; }

@media screen and (max-width: 1200px) {
  /* line 516, _airclepper.scss */
  .section-landing-133 .name {
    right: -10px; }

  /* line 520, _airclepper.scss */
  .section-landing-132 .images {
    width: 95%; } }
@media screen and (max-width: 1000px) {
  /* line 526, _airclepper.scss */
  .section-landing-132 .site-width {
    margin: 60px 30px 0 30px;
    width: auto;
    padding: 19px 29px;
    min-height: inherit; }

  /* line 533, _airclepper.scss */
  .section-landing-132 {
    padding: 0px;
    margin: 0 0 52px 0; }

  /* line 538, _airclepper.scss */
  .section-landing-132 .images {
    right: 0px; }

  /* line 542, _airclepper.scss */
  .section-landing-133 .block {
    background: none;
    min-height: inherit; }

  /* line 547, _airclepper.scss */
  .section-landing-133 .flex {
    max-width: none; }

  /* line 551, _airclepper.scss */
  .section-landing-133 .item img {
    width: 158px; }

  /* line 555, _airclepper.scss */
  .section-landing-133 .name {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }

  /* line 563, _airclepper.scss */
  .section-landing-134 .item {
    display: block; }

  /* line 567, _airclepper.scss */
  .section-landing-134 .images {
    width: 100%;
    text-align: center; }

  /* line 572, _airclepper.scss */
  .section-landing-134 .block {
    padding: 51px 29px 46px 29px; }

  /* line 576, _airclepper.scss */
  .section-landing-134 .name {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 21px 0; }

  /* line 584, _airclepper.scss */
  .section-landing-134 .item:nth-child(2n) .images {
    width: 100%; }

  /* line 588, _airclepper.scss */
  .section-landing-135 {
    margin: 0 30px 79px 30px; }

  /* line 592, _airclepper.scss */
  .section-landing-135 .site-width {
    background: #25282e; }

  /* line 596, _airclepper.scss */
  .section-landing-136 .site-width {
    display: block; }

  /* line 600, _airclepper.scss */
  .section-landing-136 .images {
    width: 100%; }

  /* line 604, _airclepper.scss */
  .section-landing-136 .block {
    padding: 0 0 20px 0; }

  /* line 608, _airclepper.scss */
  .section-landing-136 .images img {
    -webkit-border-radius: 20px;
    border-radius: 20px; }

  /* line 613, _airclepper.scss */
  .section-landing-136 .info {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    display: table;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(195, 195, 195, 0.2);
    box-shadow: 0px 20px 30px 0px rgba(195, 195, 195, 0.2);
    margin: 0 0 48px 0;
    padding: 25px 30px; }

  /* line 629, _airclepper.scss */
  .section-landing-136 .info br {
    display: none; }

  /* line 633, _airclepper.scss */
  .section-landing-138 {
    margin: 0 30px 50px 30px; } }
@media screen and (max-width: 750px) {
  /* line 639, _airclepper.scss */
  .section-landing-132 .images {
    display: none; }

  /* line 643, _airclepper.scss */
  .section-landing-132 .mobile {
    display: block;
    font-size: 0px;
    line-height: 0px;
    margin: 35px 0 0 -50px;
    position: relative;
    right: -50px; }

  /* line 652, _airclepper.scss */
  .section-landing-132 .title {
    font-size: 30px;
    line-height: 70px;
    margin: 0px; }

  /* line 658, _airclepper.scss */
  .section-landing-132 .site-width {
    font-size: 17px; }

  /* line 662, _airclepper.scss */
  .section-landing-133 .title {
    font-size: 15px;
    line-height: 40.265px;
    margin: 0 0 2px 0; }

  /* line 668, _airclepper.scss */
  .section-landing-133 .info {
    font-size: 30px;
    line-height: 45px;
    margin: 0 0 14px 0; }

  /* line 674, _airclepper.scss */
  .section-landing-133 .desc {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; }

  /* line 681, _airclepper.scss */
  .section-landing-133 .flex {
    gap: 0px;
    margin: 0px;
    padding: 0px; }

  /* line 687, _airclepper.scss */
  .section-landing-133 .name {
    width: 82px;
    height: 82px;
    bottom: -45px;
    font-size: 9px;
    line-height: normal; }

  /* line 695, _airclepper.scss */
  .section-landing-133 .item:last-child .name {
    width: 100px;
    height: 100px; }

  /* line 700, _airclepper.scss */
  .section-landing-133 .item {
    width: 50%;
    margin: 0 0 75px 0;
    padding: 0 10px; }

  /* line 706, _airclepper.scss */
  .section-landing-133 .item img {
    display: table;
    margin: 0 auto; }

  /* line 711, _airclepper.scss */
  .section-landing-133 .mobile {
    display: block;
    font-size: 0px;
    line-height: 0px;
    margin: 20px 0px 0 -30px; }

  /* line 718, _airclepper.scss */
  .section-landing-133 {
    margin: 0 0 20px 0; }

  /* line 722, _airclepper.scss */
  .section-landing-134 .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    margin: 0 0 16px 0; }

  /* line 730, _airclepper.scss */
  .section-landing-134 .desc {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 49px 0; }

  /* line 738, _airclepper.scss */
  .section-landing-135 .site-width {
    padding: 48px 30px 0 30px; }

  /* line 742, _airclepper.scss */
  .section-landing-135 .title {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    margin: 0 0 25px 0; }

  /* line 750, _airclepper.scss */
  .section-landing-135 .item {
    margin: 0 0 32px 0; }

  /* line 754, _airclepper.scss */
  .section-landing-135 .desc {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; }

  /* line 761, _airclepper.scss */
  .section-landing-135 .mobile {
    font-size: 0px;
    line-height: 0px;
    display: table;
    margin: 0 -30px 0 auto; }

  /* line 768, _airclepper.scss */
  .section-landing-136 .title {
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 53px;
    margin: 0 0 11px 0; }

  /* line 776, _airclepper.scss */
  .section-landing-136 {
    margin: 0 0 76px 0; }

  /* line 780, _airclepper.scss */
  .section-landing-137 .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    margin: 0 0 16px 0; }

  /* line 788, _airclepper.scss */
  .section-landing-137 .desc {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 32px 0; }

  /* line 796, _airclepper.scss */
  .section-landing-137 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 60px 0;
    gap: 41px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #fbfbfb;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 27px 30px 43px 30px; }

  /* line 815, _airclepper.scss */
  .section-landing-137 .product {
    margin: 0 0 0px 0;
    position: relative; }

  /* line 820, _airclepper.scss */
  .section-landing-137 .item span {
    padding: 7px 31px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }

  /* line 833, _airclepper.scss */
  .section-landing-137 .arrow {
    display: block;
    width: 82px;
    height: 82px;
    background: #fff;
    -webkit-border-radius: 555px;
    border-radius: 555px;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(195, 195, 195, 0.2);
    box-shadow: 0px 20px 30px 0px rgba(195, 195, 195, 0.2);
    padding: 11px;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    margin: -41px auto 0 auto; }

  /* line 849, _airclepper.scss */
  .section-landing-137 .arrow div {
    display: block;
    width: 60px;
    height: 60px;
    background: #fff url("https://static.insales-cdn.com/files/1/4528/31207856/original/.section-landing-137-arrow.svg") no-repeat center center;
    -webkit-border-radius: 555px;
    border-radius: 555px;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(195, 195, 195, 0.2);
    box-shadow: 0px 20px 30px 0px rgba(195, 195, 195, 0.2);
    padding: 11px; }

  /* line 863, _airclepper.scss */
  .section-landing-138 .images {
    display: none; }

  /* line 867, _airclepper.scss */
  .section-landing-138 .mobile {
    display: block;
    text-align: right;
    font-size: 0px;
    line-height: 0px;
    margin: 0 -30px; }

  /* line 875, _airclepper.scss */
  .section-landing-138 .site-width {
    padding: 0 30px 54px 30px; }

  /* line 879, _airclepper.scss */
  .section-landing-138 .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    margin: -20px 0 20px 0;
    text-align: left;
    overflow-wrap: anywhere; }

  /* line 889, _airclepper.scss */
  .section-landing-138 .desc {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: 22px; }

  /* line 897, _airclepper.scss */
  .section-landing-137 {
    margin: 0 0 88px 0; } }
@media screen and (max-width: 360px) {
  /* line 903, _airclepper.scss */
  .section-landing-133 .name {
    width: 70px;
    height: 70px;
    font-size: 7px; }

  /* line 909, _airclepper.scss */
  .section-landing-133 .item:last-child .name {
    width: 90px;
    height: 90px; }

  /* line 914, _airclepper.scss */
  .section-landing-137 .item {
    padding: 30px 15px; } }
/* line 9, theme.scss */
.co-input--order-buy-one {
  display: none; }

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

/* line 16, theme.scss */
.co-basket_total-title:after {
  content: " "; }

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

/* line 24, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 29, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 32, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 35, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 42, theme.scss */
.article .article-content.static-text img {
  max-width: 60% !important;
  height: auto !important;
  display: block;
  margin: 0 auto; }

/* line 52, theme.scss */
.footer {
  margin: 100px 0 0 0; }
  /* line 55, theme.scss */
  .footer__page__delivery, .footer__page__faq {
    margin: 0; }
  /* line 60, theme.scss */
  .footer__product {
    margin: 148px 0 0 0; }

@media screen and (max-width: 768px) {
  /* line 66, theme.scss */
  .footer {
    margin: 100px 0 0 0; }
    /* line 68, theme.scss */
    .footer__page__delivery {
      margin: 0; }
    /* line 71, theme.scss */
    .footer__product {
      margin: 90px 0 0 0; } }
/* Dolyame */
/* line 79, theme.scss */
.product-form__area-dolyame {
  margin-bottom: 15px; }

/* line 83, theme.scss */
.product-form__area-dolyame .product-dolyame-link {
  display: block;
  width: 100%;
  max-width: 320px;
  margin-top: 10px;
  color: #000 !important;
  text-decoration: none; }

/* line 91, theme.scss */
.product-form__area-dolyame .product-dolyame-link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-between; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 100, theme.scss */
.product-form__area-dolyame .product-dolyame-link-more {
  display: inline-block;
  margin-top: 5px;
  border-bottom: 1px dashed #000;
  font-size: 13px; }

/* line 106, theme.scss */
.product-form__area-dolyame .product-dolyame-link-more:hover {
  border-bottom: 1px solid #fff; }

/* line 109, theme.scss */
.product-form__area-dolyame .product-dolyame-logo {
  width: 90px;
  margin-right: 10px; }

/* line 113, theme.scss */
.product-form__area-dolyame .product-dolyame-txt {
  font-size: 14px; }

@media (max-width: 768px) {
  /* line 118, theme.scss */
  .product-form__area-dolyame .product-dolyame-link {
    /* justify-content: center !important; */
    max-width: 100% !important; }

  /* line 122, theme.scss */
  .product-form__area-dolyame .product-dolyame-logo {
    width: 100px; }

  /* line 125, theme.scss */
  .product-form__area-dolyame .product-dolyame-txt {
    font-size: 13px; } }
/* line 130, theme.scss */
#dolyame_popup {
  width: 600px;
  padding: 20px;
  text-align: center;
  background-color: white; }

@media (max-width: 767px) {
  /* line 137, theme.scss */
  #dolyame_popup {
    max-width: 100%;
    min-height: 380px; } }
/* line 142, theme.scss */
.dolyame-popup__heading {
  font-size: 25px;
  width: 400px;
  line-height: 28px;
  color: #000 !important;
  margin: 0 auto 0 auto;
  font-weight: 600; }

@media (max-width: 767px) {
  /* line 151, theme.scss */
  .dolyame-popup__heading {
    width: 100%;
    font-size: 17px;
    line-height: 21px; } }
/* line 157, theme.scss */
.dolyame-popup__logo {
  width: 150px;
  margin: 10px auto 15px auto; }

/* line 161, theme.scss */
.dolyame-popup__txt-before {
  font-size: 15px;
  color: #000 !important;
  margin: 10px auto 10px auto;
  width: 400px; }

@media (max-width: 767px) {
  /* line 168, theme.scss */
  .dolyame-popup__txt-before {
    width: 100%;
    margin: 5px 10px 15px 10px;
    line-height: 19px; } }
/* line 174, theme.scss */
.dolyame-popup__txt-after {
  font-size: 12px;
  margin-top: 5px;
  color: #000 !important; }

/* end Dolyame */
/* line 184, theme.scss */
.page__checkout form#order_form {
  display: none; }
/* line 188, theme.scss */
.page__checkout.with-form form#order_form {
  display: block; }

/* line 194, theme.scss */
.unlogged-block {
  margin: 0 27px 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  min-height: 500px; }
  @media screen and (max-width: 767px) {
    /* line 194, theme.scss */
    .unlogged-block {
      margin: 0 0 48px 0;
      min-height: 0; } }
  /* line 211, theme.scss */
  .unlogged-block.is-hidden {
    display: none; }
  /* line 215, theme.scss */
  .unlogged-block__button {
    height: 62px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #ffffff;
    background-color: #000;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #000;
    width: 100%;
    margin: 0;
    text-transform: uppercase; }
    /* line 230, theme.scss */
    .unlogged-block__button:hover, .unlogged-block__button:focus {
      background-color: transparent;
      color: #000;
      border: 1px solid #000 !important; }
    /* line 237, theme.scss */
    .unlogged-block__button.transparent {
      background-color: transparent;
      color: #000; }
      /* line 241, theme.scss */
      .unlogged-block__button.transparent:hover, .unlogged-block__button.transparent:focus {
        color: #ffffff;
        background-color: #000;
        border: 1px solid #000; }
  /* line 250, theme.scss */
  .unlogged-block__title {
    font-size: 1.4rem;
    display: block; }
  /* line 254, theme.scss */
  .unlogged-block__description {
    font-size: 1rem; }
  /* line 257, theme.scss */
  .unlogged-block__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
    width: 100%; }
