/* 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, #2D2D2D);
  --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, #434343);
  --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, #585858);
  --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, #969696);
  --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, #222222);
  --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, #373737);
  --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, #4e4e4e);
  --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, #909090);
  --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, #1E1E1E);
  --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, #353535);
  --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, #4b4b4b);
  --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, #8f8f8f);
  --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, "Open Sans");
  --font-size: var(--draft-font-size, 14px);
  --font-family-heading: var(--draft-font-family-heading, "Open Sans");
  --heading-ratio: var(--draft-heading-ratio, 1.25);
  --heading-weight: var(--draft-heading-weight, 400);
  --collection_count: var(--draft-collection_count, 32);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, hidden);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1504px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, sticky);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, true);
  --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); }

/* line 9, theme.scss */
html {
  scroll-behavior: smooth; }

@media screen and (max-width: 767px) {
  /* line 14, theme.scss */
  body {
    overflow: auto; } }
/* line 19, theme.scss */
#va_search-suggestions {
  width: 100% !important;
  top: 200px !important;
  left: 0 !important;
  max-width: 100% !important; }

/* line 26, theme.scss */
.z-index-low {
  z-index: 0 !important; }

/* line 30, theme.scss */
.z-index-high {
  z-index: 10000 !important; }

/* line 34, theme.scss */
h1.decorated-title.co-title.co-title--h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  color: #1e1e1e;
  margin-bottom: 0; }

/* line 42, theme.scss */
button.co-button.co-button--checkout,
.co-button,
a.co-button.co-social_login-button.co-social_login-button--yandex {
  background: #b0c8d1;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  border: 1px solid #b0c8d1; }

/* line 54, theme.scss */
a.co-button.co-social_login-button.co-social_login-button--yandex,
a.co-button.co-social_login-button.co-social_login-button--vkontakte {
  margin: 0; }

/* line 59, theme.scss */
.co-social_login-box {
  gap: 7px; }

/* line 63, theme.scss */
button.co-tabs-node.co-tabs-node--active.js-tabs-node--switch {
  background: #b0c8d1;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  border: transparent; }

/* line 73, theme.scss */
.co-tabs-controls--customer .co-tabs-node:not(.co-tabs-node--active) {
  background: white;
  color: #a7b5c9;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  border: 1px solid #b0c8d1; }

/* line 83, theme.scss */
.co-delivery_method {
  border: 1px solid #1e1e1e1f;
  margin-bottom: 10px;
  padding: 18px 16px; }

/* line 89, theme.scss */
.co-delivery_method-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #1e1e1e;
  margin-bottom: 5px; }

/* line 97, theme.scss */
.co-delivery_method-description {
  margin: 0.25rem 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #78808c; }

/* line 105, theme.scss */
.co-toggable_field-price {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #1e1e1e; }

/* line 118, theme.scss */
.co-title--h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  color: #1e1e1e;
  margin-bottom: 6px; }

/* line 126, theme.scss */
.co-input-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #78808c;
  margin-bottom: 3px; }

/* line 135, theme.scss */
.co-tabs-controls {
  list-style-type: none;
  padding: 0;
  margin-bottom: 1rem;
  margin-left: auto;
  text-align: right;
  gap: 16px; }

/* line 148, theme.scss */
.co-tabs-node {
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff; }

/* line 155, theme.scss */
.co-contact-fields .co-tabs-node {
  max-width: 200px;
  height: 40px; }

/* line 160, theme.scss */
.co-toggable_field-input--checkbox input + span {
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/* line 165, theme.scss */
.co-toggable_field--bordered:hover {
  border-color: #1e1e1e1f; }

/* line 169, theme.scss */
.co-input.co-input--checkbox.co-input--consent_to_personal_data .co-toggable_field {
  border: 0;
  border-color: 0; }

/* line 174, theme.scss */
.co-delivery_method.background-style .co-pick_up-selected_point {
  color: white; }

/* line 178, theme.scss */
.co-basket_item-description {
  min-width: 0;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px; }

/* line 186, theme.scss */
span.co-basket_item-count {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #1e1e1e; }

/* line 193, theme.scss */
h3.co-title.co-title--h2.co-input-label {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #1e1e1e; }

/* line 201, theme.scss */
.co-basket_subtotal-price {
  white-space: nowrap; }

/* line 205, theme.scss */
.co-basket_total-price {
  margin-left: auto;
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  color: #222222;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    /* line 205, theme.scss */
    .co-basket_total-price {
      font-size: 28px;
      line-height: 34px; } }

/* line 219, theme.scss */
.button:hover,
.co-tabs-controls--customer .co-tabs-node:hover,
.co-button:hover:not(.co-button--link),
.picker-button:hover,
.m-modal-button:hover {
  background: #b0c8d1;
  border-color: #b0c8d1; }

/* line 228, theme.scss */
.co-checkout-title,
.co-title--h1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #1e1e1e; }

/* line 236, theme.scss */
.co-modal-button.js-modal-submit--login {
  background: #b0c8d1;
  border: 0; }

/* line 241, theme.scss */
.co-basket_subtotal-list {
  border-top: 0;
  margin-bottom: 0rem;
  background: #f7f7f7;
  padding-left: 26px;
  padding-right: 26px;
  border-bottom: 0;
  padding-bottom: 0; }

/* line 251, theme.scss */
.co-basket_total {
  background: #f7f7f7;
  padding-bottom: 26px;
  padding-left: 26px;
  padding-right: 26px;
  position: relative; }

/* line 261, theme.scss */
.co-basket_total:after {
  content: "";
  width: 91%;
  height: 1px;
  background: #eaebeb;
  position: absolute;
  bottom: 26px;
  left: 27px; }

/* line 271, theme.scss */
.co-basket_subtotal {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #222222;
  border-bottom: 1px solid #eaebeb; }

/* line 282, theme.scss */
.co-basket_total-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #222222; }

/* line 290, theme.scss */
.background-style {
  background-image: url("bg-order-img.png");
  background-position: 100% 106%;
  background-repeat: no-repeat;
  -webkit-background-size: 10% 10%;
  background-size: 10%;
  background-color: #b0c8d1; }

/* line 299, theme.scss */
.co-delivery_method.background-style .co-toggable_field-input input:focus + span,
.co-delivery_method.background-style .co-toggable_field-input input.picker-input--active + span,
.co-delivery_method.background-style .co-toggable_field-input input:checked + span {
  -webkit-box-shadow: inset 0 0 0 5px white;
  box-shadow: inset 0 0 0 5px white; }

/* line 306, theme.scss */
a.co-link {
  color: #2c64b8; }

/* line 318, theme.scss */
.co-toggable_field-input input:focus + span,
.co-toggable_field-input input.picker-input--active + span,
.co-toggable_field-input input:checked + span {
  -webkit-box-shadow: inset 0 0 0 10px #b0c8d1;
  box-shadow: inset 0 0 0 10px #b0c8d1; }

/* line 325, theme.scss */
.co-toggable_field--bordered .co-toggable_field-information {
  padding: 0; }

/* line 329, theme.scss */
.co-toggable_field--bordered .co-toggable_field-title {
  margin: 0; }

/* line 333, theme.scss */
.co-payment_method.background-style-color .co-payment_method-title {
  color: white; }

/* line 336, theme.scss */
.co-payment_method.background-style-color .co-toggable_field-description {
  color: white; }

/* line 339, theme.scss */
.co-payment_method.background-style-color input + span {
  background: #b0c8d1; }

/* line 342, theme.scss */
.co-payment_method.background-style-color .co-toggable_field-input input + span {
  -webkit-box-shadow: inset 0 0 0 5px white;
  box-shadow: inset 0 0 0 5px white; }

/* line 347, theme.scss */
.co-toggable_field--bordered .co-toggable_field-information {
  max-width: 540px !important; }

/* line 351, theme.scss */
.co-delivery_method {
  position: relative;
  padding: 10px; }

/* line 356, theme.scss */
.co-delivery_method.background-style .co-toggable_field-price {
  color: white !important; }

/* line 360, theme.scss */
.background-style-color {
  background-color: #b0c8d1;
  background-image: url("wallet.svg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 6% 6%;
  background-size: 6%; }

/* line 370, theme.scss */
.co-delivery_method.background-style .co-delivery_method-title,
.co-delivery_method.background-style .co-delivery_method-description {
  color: white; }

/* line 375, theme.scss */
.co-toggable_field-input--radio input + span {
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/* line 380, theme.scss */
.co-tabs-content .radio > span,
.co-input--radio > span,
.co-toggable_field-input--checkbox > span,
.co-toggable_field-input--radio > span {
  color: #d4d4d4; }

/* line 387, theme.scss */
.co-toggable_field-input--radio input:focus + span,
.co-toggable_field-input--radio input.picker-input--active + span,
.co-toggable_field-input--radio input:checked + span {
  -webkit-box-shadow: inset 0 0 0 7px white;
  box-shadow: inset 0 0 0 6px white; }

/* line 394, theme.scss */
.co-payment_method {
  padding: 3px 16px;
  border: 1px solid #1e1e1e1f;
  margin-bottom: 6px; }

/* line 400, theme.scss */
.co-toggable_field {
  border: 1px solid #1e1e1e1f; }

/* line 404, theme.scss */
.header__area-search .va_search_form {
  position: absolute !important;
  left: -25% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  height: 52px !important;
  background: white !important;
  width: 300px !important;
  margin-left: -20px; }

/* line 420, theme.scss */
.hidden-block {
  display: block !important; }

/* line 424, theme.scss */
.transform-rotate {
  -webkit-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important; }

/* line 430, theme.scss */
.visible-menu1 {
  display: block !important; }

/* line 434, theme.scss */
.insales_widget-modal .insales-autocomplete-address-input {
  background: #f7fafa !important;
  border: 1px solid #b0c8d1 !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  padding: 10px; }

/* line 447, theme.scss */
.insales_widget-modal-label {
  display: block;
  margin-bottom: 26px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px; }

/* line 456, theme.scss */
.location-top-block-arrow.mobile {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0px;
  top: 30px;
  display: none;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.74237 0.559964C0.893312 0.371287 1.16863 0.340696 1.3573 0.491638L4.00067 2.60633L6.64403 0.491638C6.83271 0.340696 7.10802 0.371287 7.25896 0.559964C7.40991 0.748641 7.37932 1.02396 7.19064 1.1749L4.27397 3.50823C4.11419 3.63606 3.88715 3.63606 3.72736 3.50823L0.810696 1.1749C0.622019 1.02396 0.591429 0.748641 0.74237 0.559964Z' fill='%2378808C'/%3E%3C/svg%3E%0A"); }

/* line 470, theme.scss */
.gradient-block {
  position: absolute; }
  @media screen and (max-width: 767px) {
    /* line 470, theme.scss */
    .gradient-block {
      display: none; } }

/* line 481, theme.scss */
.gradient-block {
  pointer-events: none;
  position: absolute; }

/* line 489, theme.scss */
.gradient-block img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 100%; }

/* line 497, theme.scss */
.gradient-block.right {
  position: absolute;
  top: -240%;
  right: 35%;
  -webkit-transform: rotate(-140deg);
  -ms-transform: rotate(-140deg);
  transform: rotate(-140deg);
  width: 200px;
  height: 596px;
  top: -376px;
  display: none; }

/* line 510, theme.scss */
.gradient-block.right-top {
  top: 46%;
  right: 0%;
  width: 700px;
  height: 950px;
  z-index: 1;
  position: absolute; }

/* line 519, theme.scss */
.gradient-block.left-top {
  top: -53%;
  left: 0px;
  width: 750px;
  height: 950px;
  z-index: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute; }

/* line 531, theme.scss */
.gradient-block.left-mobile,
.gradient-block.right-mobile {
  display: none; }

/* line 536, theme.scss */
body {
  overflow-y: scroll !important; }

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

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

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

/* line 552, theme.scss */
.layout {
  padding-left: 60px;
  padding-right: 60px; }

/* line 557, theme.scss */
.insales_widget-delivery.insales_widget-delivery--box-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent; }

@media (max-width: 768px) {
  /* line 566, theme.scss */
  .co-checkout-block--padded {
    padding: 0; }

  /* line 570, theme.scss */
  .layout {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 575, theme.scss */
  .co-toggable_field-title {
    font-size: 16px; }

  /* line 579, theme.scss */
  .widget-type_promo_slider-static {
    background: transparent !important;
    z-index: 0; }

  /* line 584, theme.scss */
  .gradient-block.right-mobile {
    position: absolute;
    top: 60%;
    right: 0%;
    width: 125px;
    height: 422px;
    z-index: 1; }

  /* line 593, theme.scss */
  .gradient-block.left-mobile {
    top: -80%;
    left: -104%;
    width: 508px;
    height: 640px;
    z-index: 1;
    -webkit-transform: rotate(-146deg);
    -ms-transform: rotate(-146deg);
    transform: rotate(-146deg); }

  /* line 604, theme.scss */
  .gradient-block.left-mobile,
  .gradient-block.right-mobile {
    display: block; }

  /* line 609, theme.scss */
  h1.decorated-title.co-title.co-title--h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    color: #1e1e1e;
    margin-bottom: 36px; }

  /* line 617, theme.scss */
  button.co-button.co-button--checkout,
  .co-button,
  a.co-button.co-social_login-button.co-social_login-button--yandex {
    background: #b0c8d1;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    border: 1px solid #b0c8d1; }

  /* line 629, theme.scss */
  .background-style {
    background-image: url(bg-order-img.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 25% 25%;
    background-size: 25%;
    background-color: #b0c8d1; }

  /* line 638, theme.scss */
  .background-style-color {
    background-color: #b0c8d1;
    background-image: none;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 20% 20%;
    background-size: 20%; }

  /* line 647, theme.scss */
  .co-basket_item-description {
    min-width: 0;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }

  /* line 655, theme.scss */
  .co-price--current {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #1e1e1e;
    white-space: nowrap; }

  /* line 664, theme.scss */
  .co-basket_subtotal {
    padding: 5px 0; }

  /* line 668, theme.scss */
  .co-toggable_field {
    border: 1px solid #1e1e1e1f;
    padding: 6px 16px; }

  /* line 673, theme.scss */
  .co-basket_subtotal-list {
    padding: 5px 16px 0 16px; }

  /* line 677, theme.scss */
  .co-basket_item {
    margin: 0; }

  /* line 681, theme.scss */
  .co-basket_total {
    padding: 5px 16px;
    background: #f7f7f7;
    position: relative; }
    /* line 686, theme.scss */
    .co-basket_total:after {
      display: none; }

  /* line 691, theme.scss */
  .co-sidebar-toggler {
    padding: 12px; }

  /* line 695, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

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

  /* line 701, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
@media (max-width: 768px) {
  /* line 707, theme.scss */
  .form-control,
  .co-input-field,
  .m-input-field {
    font-size: 16px; } }
@media (max-width: 540px) {
  /* line 729, theme.scss */
  .product-preview__photo .favorites_btn {
    display: none !important; } }
