/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #E9E9E7);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #e8e8e6);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #e7e7e5);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #dededb);
  --bg-half-shade-is-light: var(--draft-bg-half-shade-is-light, true);
  --color-btn-bg: var(--draft-color-btn-bg, #F96714);
  --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, #fa782d);
  --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, #fa8744);
  --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, #fcb48a);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #E9E9E7);
  --color-accent-text-is-light: var(--draft-color-accent-text-is-light, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #e8e8e6);
  --color-accent-text-minor-shade-is-light: var(--draft-color-accent-text-minor-shade-is-light, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #e7e7e5);
  --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, #dededb);
  --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, #0C171A);
  --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, #1a3239);
  --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, #294f59);
  --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, #5da1b4);
  --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, #E9E9E7);
  --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, #e8e8e6);
  --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, #e7e7e5);
  --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, #dededb);
  --color-text-light-half-shade-is-light: var(--draft-color-text-light-half-shade-is-light, 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, Roboto);
  --heading-ratio: var(--draft-heading-ratio, 1.25);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 40);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1440px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, normal);
  --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, true);
  --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, true);
  --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); }

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

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

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

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

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

  /* line 24, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 30, theme.scss */
.dOLDbN {
  right: 20px;
  left: auto; }

@media (min-width: 768px) {
  /* line 36, theme.scss */
  .eMBcKF {
    right: 20px;
    left: auto; }

  /* line 40, theme.scss */
  .dMbhvO {
    left: auto;
    transform: translateX(1860px);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    right: 20px; } }
/* line 50, theme.scss */
body {
  font-family: 'Neue Montreal'; }
  /* line 52, theme.scss */
  body h2 {
    font-family: 'Neue Montreal'; }

/* line 57, theme.scss */
header {
  width: 100%;
  position: relative;
  top: -1px;
  z-index: 1050; }

/* line 66, theme.scss */
footer {
  border-bottom: 19px solid #0C171A;
  position: relative;
  bottom: -1px; }

/* line 72, theme.scss */
header.color-not-link,
header.color-not-link.fixed {
  z-index: 1040 !important; }

/* line 83, theme.scss */
header.color-not-link .header__collections-item .header__collections-link {
  color: #0C171A;
  border-bottom: 1px solid transparent; }

/* line 87, theme.scss */
header.header__collections-link:hover {
  border-bottom: 1px solid #0C171A; }

/* line 91, theme.scss */
header.color-link .header__collections-item > .header__collections-controls > .header__collections-link.with-arrow,
header.color-link .header__area-controls .search-block,
header.color-link .header__area-controls .favorites-block.desktop a,
header.color-link .header__area-controls .header__cabinet,
header.color-link .header__area-controls .header__cart {
  color: #E9E9E7; }

/* line 99, theme.scss */
header.color-link .header__collections > .header__collections-item > .header__collections-link:nth-child(1) {
  color: #E9E9E7; }

/* line 103, theme.scss */
header.color-link .header__collections > .header__collections-item:nth-child(1) {
  color: #E9E9E7;
  position: relative;
  top: -0.7px; }

/* line 109, theme.scss */
header.color-link .header__collections-item > .header__collections-controls > .header__collections-link.with-arrow > ul.header__collections-submenu.show-submenu > .header__collections-submenu-content .header__collections-item > .header__collections-link:nth-child(1) {
  color: #0C171A; }

/* line 113, theme.scss */
header.color-link.fixed .header__collections-item > .header__collections-controls > .header__collections-link.with-arrow,
header.color-link.fixed .header__area-controls .search-block,
header.color-link.fixed .header__area-controls .favorites-block.desktop a,
header.color-link.fixed .header__area-controls .header__cabinet,
header.color-link.fixed .header__area-controls .header__cart,
header.color-link.fixed .header__collections .header__collections-item .header__collections-link:nth-child(1),
header.color-link.fixed .header__collections .header__collections-item:nth-child(1)
 {
  color: #0C171A; }

/* line 143, theme.scss */
header.color-not-link .header__collections .header__collections-item:nth-child(1) {
  top: -0.9px; }

/* line 151, theme.scss */
header.color-link .header__collections .header__collections-item[data-index="2"]
.header__collections-submenu .header__collections-submenu-content .header__collections-item .header__collections-controls .header__collections-link,
header.color-link .header__collections .header__collections-item[data-index="3"]
.header__collections-submenu .header__collections-submenu-content .header__collections-item .header__collections-controls .header__collections-link {
  color: #0C171A; }

/* line 160, theme.scss */
header.fixed-start {
  position: sticky;
  left: 0;
  top: 0px;
  z-index: 1050; }

/* line 170, theme.scss */
header.color-link.fixed .icon.icon-bars-mobile::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1L17 1' stroke='%230C171A'/%3E%3Cpath d='M0 9H17' stroke='%230C171A'/%3E%3Cpath d='M0 17H17' stroke='%230C171A'/%3E%3C/svg%3E%0A"); }

/* line 174, theme.scss */
header.color-link.fixed .header-icon-mobile.search span:after {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55535 16.1107C12.7281 16.1107 16.1107 12.7281 16.1107 8.55535C16.1107 4.38265 12.7281 1 8.55535 1C4.38265 1 1 4.38265 1 8.55535C1 12.7281 4.38265 16.1107 8.55535 16.1107Z' stroke='%230C171A' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.0003 17.9993L13.8921 13.8911' stroke='%230C171A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

/* line 179, theme.scss */
header.color-link.fixed .cabinet-mobile.mobile-icons span::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 19V17C19 15.9391 18.5259 14.9217 17.682 14.1716C16.8381 13.4214 15.6935 13 14.5 13H5.5C4.30653 13 3.16193 13.4214 2.31802 14.1716C1.47411 14.9217 1 15.9391 1 17V19' stroke='%230C171A' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 10C12.4853 10 14.5 7.98528 14.5 5.5C14.5 3.01472 12.4853 1 10 1C7.51472 1 5.5 3.01472 5.5 5.5C5.5 7.98528 7.51472 10 10 10Z' stroke='%230C171A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }

/* line 184, theme.scss */
header.color-link.fixed .header__cart-text-mobile span::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3262_883)'%3E%3Cpath d='M7.25 17C7.94036 17 8.5 16.4404 8.5 15.75C8.5 15.0596 7.94036 14.5 7.25 14.5C6.55964 14.5 6 15.0596 6 15.75C6 16.4404 6.55964 17 7.25 17Z' stroke='%230C171A' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5 17C16.1904 17 16.75 16.4404 16.75 15.75C16.75 15.0596 16.1904 14.5 15.5 14.5C14.8096 14.5 14.25 15.0596 14.25 15.75C14.25 16.4404 14.8096 17 15.5 17Z' stroke='%230C171A' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.25 0.75H4.25L6.26 10.7925C6.32858 11.1378 6.51643 11.448 6.79066 11.6687C7.06489 11.8895 7.40802 12.0067 7.76 12H15.05C15.402 12.0067 15.7451 11.8895 16.0193 11.6687C16.2936 11.448 16.4814 11.1378 16.55 10.7925L17.75 4.5' stroke='%230C171A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3262_883'%3E%3Crect width='18' height='18' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }

/* line 189, theme.scss */
header.color-link.fixed .favorites-block-mobile span:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1L12.781 6.59516L19 7.4979L14.5 11.8507L15.562 18L10 15.0952L4.438 18L5.5 11.8507L1 7.4979L7.219 6.59516L10 1Z' stroke='%230C171A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }

/* line 194, theme.scss */
header.color-link.fixed .mobile-count-cart {
  color: #0C171A; }

/* line 198, theme.scss */
header.fixed::before,
header.menu-hovered::before,
header.color-not-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: -1;
  background-color: rgba(217, 217, 217, 0.7); }

/* line 213, theme.scss */
header.color-not-link .header__collections-submenu-content.header-no-index {
  top: 105px; }

/* line 217, theme.scss */
header.color-not-link .header-search-block {
  top: 85px; }

/* line 222, theme.scss */
header.color-link .header__cart-text:hover {
  border-bottom: 1px solid #E9E9E7; }

/* line 227, theme.scss */
header.color-link.fixed .header__cart-text:hover {
  border-bottom: 1px solid #0C171A; }

/* line 231, theme.scss */
header.color-not-link .search-block:hover,
header.color-not-link .favorites-block.desktop:hover,
header.color-not-link .cabinet-desktop:hover,
header.color-not-link .header__cart-text:hover {
  border-bottom: 1px solid #0C171A; }

/* line 244, theme.scss */
.header__area-collections > .header__collections > .header__collections-item > .header__collections-submenu > .header__collections-submenu-content {
  background-color: rgba(217, 217, 217, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); }

/* line 250, theme.scss */
header.fixed .header__area-collections > .header__collections > .header__collections-item > .header__collections-submenu > .header__collections-submenu-content {
  background-color: rgba(217, 217, 217, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); }

/* line 278, theme.scss */
header.fixed .header-search-block,
header .header-search-block {
  background-color: rgba(217, 217, 217, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); }

/* line 291, theme.scss */
header.fixed .header__collections-link.with-arrow,
header.fixed .header__collections-item:nth-child(1),
header.fixed .header__collections-item:nth-child(2),
header.fixed .header__collections-item:nth-child(3),
header.fixed .header__collections-item:nth-child(4),
header.fixed .header__collections-item:nth-child(5) {
  color: #0C171A; }

/* line 308, theme.scss */
header.color-link .header__collections .header__collections-item:nth-child(2) .header__collections-link {
  color: #E9E9E7; }

/* line 312, theme.scss */
header .header__collections .header__collections-item:nth-child(2) .header__collections-link {
  color: #0C171A; }

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

/* line 325, theme.scss */
.t-short-modal {
  position: fixed;
  bottom: 30px;
  left: 20px;
  width: 118px;
  height: 102px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='118' height='102' viewBox='0 0 118 102' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_1264_81)'%3E%3Cpath d='M43.7037 0L0 29.6238L15.1282 60.9307L31.6011 51.1683L24.5413 96.2772L86.0627 102L88.7521 63.6238L104.217 68.6733L118 32.6535L82.0285 0H43.7037Z' fill='%23FF3D00' fill-opacity='0.7'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_1264_81' x='-50' y='-50' width='218' height='202' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='25'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_1264_81'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_1264_81' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1039;
  cursor: pointer; }

/* line 341, theme.scss */
.flex-block {
  display: grid;
  gap: 6px;
  justify-items: center;
  align-items: center;
  margin-top: 22px;
  margin-left: 6px; }

/* line 350, theme.scss */
.t-shirt-arrow {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='34' height='16' viewBox='0 0 34 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.7071 8.70711C34.0976 8.31658 34.0976 7.68342 33.7071 7.29289L27.3431 0.928932C26.9526 0.538408 26.3195 0.538408 25.9289 0.928932C25.5384 1.31946 25.5384 1.95262 25.9289 2.34315L31.5858 8L25.9289 13.6569C25.5384 14.0474 25.5384 14.6805 25.9289 15.0711C26.3195 15.4616 26.9526 15.4616 27.3431 15.0711L33.7071 8.70711ZM0 9H33V7H0V9Z' fill='%23E9E9E7'/%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 20px; }

/* line 360, theme.scss */
.t-shirt-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 17px;
  color: #E9E9E7;
  letter-spacing: -0.02em;
  position: relative;
  text-align: center; }

/* line 373, theme.scss */
h1.decorated-title.co-title.co-title--h1 {
  font-size: 51px;
  font-weight: 500;
  line-height: 60px;
  font-family: 'Neue Montreal';
  color: #0C171A; }

/* line 381, theme.scss */
.co-input-label {
  display: block;
  line-height: 17px;
  font-size: 14px;
  margin-bottom: 17px;
  font-weight: 700;
  color: #0C171A;
  font-family: 'Formular'; }

/* line 394, theme.scss */
input {
  color: #0C171A !important;
  border: 1px solid #0C171A !important;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  font-family: 'Formular'; }

/* line 404, theme.scss */
::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  color: #9CA0A1;
  font-family: 'Formular'; }

/* line 412, theme.scss */
h2.co-title.co-title--h2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: #0C171A;
  font-family: 'Formular'; }

/* line 423, theme.scss */
.co-toggable_field--bordered .co-toggable_field-title {
  margin: 0.25rem 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  font-family: 'Formular';
  color: #0C171A; }

/* line 432, theme.scss */
.co-toggable_field--bordered .co-toggable_field-description {
  margin: 0.25rem 0;
  font-size: 14px;
  font-weight: 400;
  color: #0C171A;
  font-family: 'Formular'; }

/* line 446, theme.scss */
.co-button--checkout#create_order {
  width: 100%;
  margin: 1rem 0;
  height: var(--controls-height-l);
  font-size: 21px;
  font-weight: 500;
  line-height: 36px;
  color: #E9E9E7;
  border-radius: 14px;
  max-width: 196px;
  padding: 2px 35px;
  font-family: 'Neue Montreal';
  margin-bottom: 10vw; }

/* line 461, theme.scss */
.co-basket_item-image {
  background-color: transparent !important; }

/* line 465, theme.scss */
.co-basket_item-image img {
  position: absolute !important;
  -webkit-transform: translate(0%, 0%) !important;
  transform: translate(0%, 0%) !important;
  top: 0% !important;
  left: 0% !important;
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
  max-height: 100% !important; }

/* line 477, theme.scss */
.co-price--current {
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #0C171A; }

/* line 485, theme.scss */
span.co-basket_item-count {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  font-family: 'Formular';
  color: #0C171A; }

/* line 495, theme.scss */
.co-basket_subtotal-list {
  border-top: 1px solid #0C171A !important;
  border-bottom: 1px solid #0C171A !important;
  padding: 20px 0 !important;
  margin-bottom: 30px !important; }

/* line 502, theme.scss */
.co-basket_total-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 160px;
  flex: 1 1 160px;
  font-size: 27px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #0C171A;
  font-family: 'Neue Montreal'; }

/* line 514, theme.scss */
.co-basket_total-price {
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #0C171A;
  font-family: 'Neue Montreal'; }

/* line 524, theme.scss */
.co-basket_subtotal-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 160px;
  flex: 1 1 160px;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #0C171A;
  font-family: 'Formular'; }

/* line 536, theme.scss */
.co-basket_subtotal {
  margin-bottom: 8px; }

/* line 540, theme.scss */
.co-checkout-title, .co-title--h1 {
  font-size: calc(var(--font-size)* var(--heading-ratio, 2));
  font-weight: var(--heading-weight, 700);
  font-family: 'Neue Montreal'; }

/* line 545, theme.scss */
button.co-modal-button.co-button.js-modal-submit--login {
  border-radius: 14px;
  font-family: 'Neue Montreal'; }

/* line 550, theme.scss */
button.co-button.co-button--checkout {
  font-family: 'Neue Montreal';
  border-radius: 14px; }

@media (min-width: 768px) {
  /* line 575, theme.scss */
  header.color-link .header__collections-item.cut-list__elem:hover,
  header.color-link .search-block:hover,
  header.color-link .favorites-block:hover,
  header.color-link .cabinet-desktop:hover {
    border-bottom: 1px solid #E9E9E7; }

  /* line 582, theme.scss */
  header.color-link.fixed .header__collections-item.cut-list__elem:hover,
  header.color-link.fixed .search-block:hover,
  header.color-link.fixed .favorites-block:hover,
  header.color-link.fixed .cabinet-desktop:hover {
    border-bottom: 1px solid #0C171A; } }
/* line 640, theme.scss */
.co-login {
  padding-bottom: 196px; }

/* line 648, theme.scss */
button.co-button.co-button--checkout.co-button--checkout-login.js-modal-toggler {
  width: 50%;
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  /* line 662, theme.scss */
  .page_layout_normal_left > main.catalog-style,
  .page_layout_sticky_left > main.catalog-style {
    grid-column-start: 8;
    grid-column-end: span 30; }

  /* line 668, theme.scss */
  .page_layout > aside.catalog-style {
    grid-column-start: 2;
    grid-column-end: span 3; } }
@media (max-width: 860px) {
  /* line 676, theme.scss */
  button.co-button.co-button--checkout.co-button--checkout-login.js-modal-toggler {
    width: 55%; } }
@media (max-width: 768px) {
  /* line 684, theme.scss */
  .layout {
    padding-left: 10px;
    padding-right: 10px; }

  /* line 712, theme.scss */
  h1.decorated-title.co-title.co-title--h1 {
    font-size: 30px;
    line-height: 32px; }

  /* line 717, theme.scss */
  span.co-basket_item-count {
    font-weight: 500; }

  /* line 721, theme.scss */
  .co-price--current {
    font-size: 24px !important; }

  /* line 725, theme.scss */
  .co-basket_subtotal-title {
    font-weight: 400 !important; }

  /* line 729, theme.scss */
  .co-basket_total-title {
    font-size: 24px; }

  /* line 733, theme.scss */
  .co-basket_total-price {
    font-size: 24px !important; }

  /* line 737, theme.scss */
  .co-button--checkout#create_order {
    max-width: 100%; }

  /* line 741, theme.scss */
  h2.co-title.co-title--h2,
  .co-input-label {
    font-weight: 400; }

  /* line 746, theme.scss */
  header.color-link.fixed .header__area-controls .header__cart {
    color: #E9E9E7; }

  /* line 750, theme.scss */
  header.color-not-link .header-search-block {
    top: -61px; }

  /* line 754, theme.scss */
  header.color-not-link
  .co-login {
    padding-bottom: 0px; }

  /* line 761, theme.scss */
  .dOLDbN {
    right: 20px;
    bottom: 20px; }

  /* line 766, theme.scss */
  .co-login {
    flex: 1; }

  /* line 770, theme.scss */
  span.co-icon.halfling-shopping-cart {
    display: none; }

  /* line 774, theme.scss */
  .co-section--content_block {
    display: block; }

  /* line 778, theme.scss */
  .halfling-menu-down:before {
    font-size: 12px;
    top: -2px;
    position: relative; }

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

  /* line 789, theme.scss */
  .co-toggable_field-description {
    margin: 0.25rem 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #0C171A;
    font-family: 'Formular'; } }
@media (max-width: 480px) {
  /* line 804, theme.scss */
  button.co-button.co-button--checkout.co-button--checkout-login.js-modal-toggler {
    width: 100%; } }
/* line 809, theme.scss */
input.co-social_login-button {
  color: black !important;
  background: none !important;
  border-radius: 10px !important;
  border: 1px solid black !important; }

/* line 818, theme.scss */
.co-social_login-button_form input {
  color: black !important;
  background: none !important;
  border-radius: 10px !important;
  border: 1px solid black !important; }

/* line 826, theme.scss */
.co-link {
  color: #F96714 !important; }

@media screen and (max-width: 767px) {
  /* line 833, theme.scss */
  .header.header_no-languages {
    margin-top: 0 !important;
    top: 0 !important; } }
