/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif /* 1 */;
  -ms-text-size-adjust: 100% /* 2 */;
  -webkit-text-size-adjust: 100% /* 2 */;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block /* 1 */;
  vertical-align: baseline /* 2 */;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit /* 1 */;
  font: inherit /* 2 */;
  margin: 0 /* 3 */;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button /* 2 */;
  cursor: pointer /* 3 */;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box /* 1 */;
          box-sizing: border-box /* 1 */;
  padding: 0 /* 2 */;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield /* 1 */;
  -webkit-box-sizing: content-box /* 2 */;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0 /* 1 */;
  padding: 0 /* 2 */;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
blockquote {
  margin: 0;
}
/* Libraries, which is used in current project. */
@-webkit-keyframes pageAnim {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes pageAnim {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zooming {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomingFrom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomingFrom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@font-face {
  font-family: 'MonochromeSans';
  src: url("../fonts/MonochromeSans-Regular.woff2") format("woff2"), url("../fonts/MonochromeSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'MonochromeSans';
  src: url("../fonts/MonochromeSans-Medium.woff2") format("woff2"), url("../fonts/MonochromeSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Pragmatica';
  src: url("../fonts/Pragmatica-Book.woff2") format("woff2"), url("../fonts/Pragmatica-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
svg {
  pointer-events: none;
}
.title--120,
.footer__logotype,
.title_large,
.sustainability_modal__title,
.sustainability_item__title,
.sustainability_promises__title,
.reunion_item__number {
  font-family: 'MonochromeSans', sans-serif;
  font-size: 12rem;
  line-height: 13rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .title--120,
  .footer__logotype,
  .title_large,
  .sustainability_modal__title,
  .sustainability_item__title,
  .sustainability_promises__title,
  .reunion_item__number {
    font-size: 6rem;
    line-height: 6rem;
  }
}
.title--68,
.sustainability_header__title,
.sustainability_header__subtitle {
  font-family: 'MonochromeSans', sans-serif;
  font-size: 6.8rem;
  line-height: 8.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .title--68,
  .sustainability_header__title,
  .sustainability_header__subtitle {
    font-size: 3.1rem;
    line-height: 3.6rem;
  }
}
.title--56,
.media_header__title {
  font-family: 'MonochromeSans', sans-serif;
  font-size: 5.6rem;
  line-height: 6.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .title--56,
  .media_header__title {
    font-size: 3.1rem;
    line-height: 3.6rem;
  }
}
.title--42,
.catalog_list__title,
.sustainability_modal__date,
.sustainability_header__text,
.sustainability_item__date,
.sustainability_promises__text {
  font-family: 'MonochromeSans', sans-serif;
  font-size: 4.2rem;
  line-height: 5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .title--42,
  .catalog_list__title,
  .sustainability_modal__date,
  .sustainability_header__text,
  .sustainability_item__date,
  .sustainability_promises__text {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.title--40,
.media_text__title,
.media_quote__title {
  font-family: 'MonochromeSans', sans-serif;
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .title--40,
  .media_text__title,
  .media_quote__title {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
.title--31,
.sustainability_item__text {
  font-family: 'MonochromeSans', sans-serif;
  font-size: 3.1rem;
  line-height: 3.7rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .title--31,
  .sustainability_item__text {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
.title--23,
.section_head__title,
.page-404__title,
.category__name,
.store__name,
.care_item__name,
.sizeguide_item__title,
.media_item--large .media_item__title,
.typicle__title,
.hero_item__name {
  font-family: 'MonochromeSans', sans-serif;
  font-size: 2.3rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .title--23,
  .section_head__title,
  .page-404__title,
  .category__name,
  .store__name,
  .care_item__name,
  .sizeguide_item__title,
  .media_item--large .media_item__title,
  .typicle__title,
  .hero_item__name {
    font-size: 2rem;
  }
}
.title--20,
.media_item__title,
.loyalty_balance__value,
.order__title,
.order__step,
.form__title {
  font-family: 'MonochromeSans', sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}
.title--15,
.page-404__form .input_text,
.dolyame__title,
.typicle__text--large,
.typicle__link a {
  font-family: 'MonochromeSans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-transform: uppercase;
}
.title--15 b,
.page-404__form .input_text b,
.dolyame__title b,
.typicle__text--large b,
.typicle__link a b {
  font-weight: 500;
}
.title--13,
.header .logotype,
.header nav,
.header_menu__col ul,
.header_banner__name,
.header_banner__price,
.header_banner__details,
.header__lang span,
.header_lang a,
.footer .subscribe__text,
.footer .subscribe__input .input_text,
.footer__text,
.footer_menu__title,
.footer_menu__list,
.section_head__text,
.catalog__name,
.catalog__price,
.catalog_link a,
.category__link,
.category__text,
.store__city,
.store__more,
.tabs,
.care_item__title,
.filter_block__title,
.filter_block__list a,
.filter__count span,
.filter__menu span,
.filter__clear span,
.filter__tag,
.unit__price,
.unit_avail__title,
.unit_avail__link,
.unit_avail__count,
.unit_monoid__title,
.unit_colors__title,
.unit_sizes__title,
.unit_action__item,
.unit_menu__item,
.unit_details__head_title,
.unit_details__title,
.unit_details__text a,
.sizeguide_item__subtitle,
.media_item__info a,
.media_header__info a,
.media_header__copyright,
.media_slider .swiper_pages,
.preview__name,
.preview__price,
.history_item__name,
.history_item__total,
.wishlist_header__link a,
.loyalty_balance__title,
.loyalty_list__head,
.search__subtitle,
.search__categories,
.cart_page__total,
.cart_also__title,
.cart_total__price,
.stores_item__name,
.order_data__text,
.order .field__select select,
.order_tabs__name,
.order__total,
.form_payment__text,
.nav__langs,
.nav__menu,
.monoid_field__name,
.dolyame__icon,
.dolyame_col__date,
.modal_giftbox__price,
.modal_head__title,
.form__subtitle,
.typicle__text--middle,
.page--typicle aside ul,
.page--typicle aside select,
.hero_item__link,
.hero_item__text,
.reunion_item__title {
  font-family: 'MonochromeSans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.title--11,
.catalog__label,
.unit__label,
.unit_dolyame__text,
.unit_details__subtitle,
.input_checkbox__label,
.dolyame_col__sum {
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-family: 'MonochromeSans', sans-serif;
  text-transform: uppercase;
}
.text--28,
.media_header__text,
.media_quote__text {
  font-size: 2.8rem;
  line-height: 4rem;
}
@media screen and (max-width: 767px) {
  .text--28,
  .media_header__text,
  .media_quote__text {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.text--20n,
.media_text,
.sustainability_modal__text {
  font-size: 2rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 767px) {
  .text--20n,
  .media_text,
  .sustainability_modal__text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.text--20,
.modal_giftbox__title,
.typicle__subtitle {
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}
.text--18 {
  font-size: 1.8rem;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .text--18 {
    font-size: 1.4rem;
    line-height: 1.3em;
  }
}
.text--15 {
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.text--14,
.input_radio {
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: lowercase;
}
.text--13,
.page_notification,
.catalog__color-more,
.unit__name,
.unit_avail__address,
.unit_details__text,
.sizeguide_item__text,
.media_item__info span,
.media_header__info span,
.media_image__text,
.media_slider__text,
.preview__action,
.history_item__number,
.wishlist_header__total,
.order_data__action,
.order_data__title,
.input_text__label,
.input_file__label,
.textarea__label,
.dolyame__text,
.dolyame__hint,
.modal_order__block,
.modal_giftbox__text,
.form__text,
.form__hint,
.typicle__text,
.typicle_image__caption {
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.text--12,
.field__error,
.field__hint {
  font-size: 1.2rem;
  line-height: 1.1rem;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@property --offset {
  syntax: '<length>';
  inherits: false;
  initial-value: 0;
}
.link,
.section_head__text a,
.catalog_link a,
.category__link,
.store__more,
.filter__menu,
.unit__text a,
.unit_avail__link a,
.unit_monoid__link a,
.unit_sizes__hint a,
.monoid_content__link a,
.dolyame__hint a,
.form__text a,
.typicle__link a,
.page--typicle aside ul li.active a,
.typicle__text--large a[href^="https:"],
.typicle__text--large a[href^="http:"],
.typicle__text a,
.hero_item__link {
  position: relative;
}
.link:before,
.section_head__text a:before,
.catalog_link a:before,
.category__link:before,
.store__more:before,
.filter__menu:before,
.unit__text a:before,
.unit_avail__link a:before,
.unit_monoid__link a:before,
.unit_sizes__hint a:before,
.monoid_content__link a:before,
.dolyame__hint a:before,
.form__text a:before,
.typicle__link a:before,
.page--typicle aside ul li.active a:before,
.typicle__text--large a[href^="https:"]:before,
.typicle__text--large a[href^="http:"]:before,
.typicle__text a:before,
.hero_item__link:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -0.2em;
  left: 0;
  pointer-events: none;
  background: currentColor;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.link:hover:before,
.section_head__text a:hover:before,
.catalog_link a:hover:before,
.category__link:hover:before,
.store__more:hover:before,
.filter__menu:hover:before,
.unit__text a:hover:before,
.unit_avail__link a:hover:before,
.unit_monoid__link a:hover:before,
.unit_sizes__hint a:hover:before,
.monoid_content__link a:hover:before,
.dolyame__hint a:hover:before,
.form__text a:hover:before,
.typicle__link a:hover:before,
.page--typicle aside ul li.active a:hover:before,
.typicle__text--large a[href^="https:"]:hover:before,
.typicle__text--large a[href^="http:"]:hover:before,
.typicle__text a:hover:before,
.hero_item__link:hover:before {
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.link-reverse,
.header nav a,
.header_menu__col ul li a,
.unit_action__item,
.unit_menu__item,
.unit_details__text a {
  position: relative;
}
.link-reverse:before,
.header nav a:before,
.header_menu__col ul li a:before,
.unit_action__item:before,
.unit_menu__item:before,
.unit_details__text a:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -0.2em;
  left: 0;
  pointer-events: none;
  background: currentColor;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.link-reverse:hover:before,
.header nav a:hover:before,
.header_menu__col ul li a:hover:before,
.unit_action__item:hover:before,
.unit_menu__item:hover:before,
.unit_details__text a:hover:before,
.link-reverse.is-active:before,
.header nav a.is-active:before,
.header_menu__col ul li a.is-active:before,
.unit_action__item.is-active:before,
.unit_menu__item.is-active:before,
.unit_details__text a.is-active:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
html {
  height: 100%;
  font-size: 10px;
  font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
  color: #1b1e1b;
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  html {
    font-size: calc(8.5px + 1.5 * (100vw - 320px) / 55);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(10px + 10.45 * (100vw - 375px) / 392);
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  html {
    font-size: calc(5.33333333px + 4.66666667 * (100vw - 768px) / 672);
  }
}
@media (min-width: 1440px) and (max-width: 3168px) {
  html {
    font-size: 10px;
  }
}
_:default:not(:root:root),
html {
  -webkit-animation: webkitfix 1s forwards infinite;
          animation: webkitfix 1s forwards infinite;
}
@-webkit-keyframes webkitfix {
  100% {
    z-index: auto;
  }
}
::-moz-selection {
  background: #1b1e1b;
  color: #fff;
}
::selection {
  background: #1b1e1b;
  color: #fff;
}
::-moz-selection {
  background: #1b1e1b;
  color: #fff;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  height: 100%;
}
ins {
  text-decoration: none;
  position: absolute;
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100% - 4rem);
  font-size: 1.4rem;
  line-height: 1.37;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.page--green .page__content {
  background: #4bfc92;
}
.page__content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-height: 100vh;
  position: relative;
  background: #fff;
  z-index: 1;
}
.page_notification {
  background: #ff9bb9;
  height: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  --gap: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.page_notification div {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: var(--gap);
  -webkit-animation: scroll 10s linear infinite;
          animation: scroll 10s linear infinite;
}
.page_notification div span {
  margin-right: 3.5rem;
}
.page_notification__close {
  color: #fff;
  position: absolute;
  width: 3rem;
  height: 3rem;
  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;
  right: 0;
  top: 0;
  background: #ff9bb9;
}
.page_notification__close svg {
  width: 1.4rem;
  height: 1.4rem;
}
.page__bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.333s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.333s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 10;
  pointer-events: none;
  opacity: 0;
}
.is-colors,
.is-cart,
.is-size-table,
.is-nav-catalog,
.is-nav-info,
.is-sustain {
  height: 100%;
  overflow: hidden;
}
.is-shop .page__bg,
.is-colors .page__bg,
.is-cart .page__bg,
.is-size-table .page__bg,
.is-nav-catalog .page__bg,
.is-nav-info .page__bg {
  background: rgba(0,0,0,0.2);
  pointer-events: all;
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
}
img {
  max-width: 100%;
}
b,
strong {
  font-weight: 700;
}
a {
  color: #1b1e1b;
  text-decoration: none;
}
p {
  margin: 0;
}
p + p {
  margin: 1.37em 0 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
svg {
  width: 100%;
  height: 100%;
  display: block;
}
button,
textarea,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  outline: none;
}
.visually_hidden {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0);
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}
@media screen and (min-width: 1024px) {
  .visually_hidden--desktop {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0);
    height: 1px !important;
    width: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .visually_hidden--mobile {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0);
    height: 1px !important;
    width: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
  }
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row.ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row.ai-b {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.row.jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row.jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row.jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.row > .col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.row >[class^=col] {
  min-height: 1px;
}
.row > .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333333333334%;
          flex: 0 0 8.333333333333334%;
  max-width: 8.333333333333334%;
}
.row > .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666666666666668%;
          flex: 0 0 16.666666666666668%;
  max-width: 16.666666666666668%;
}
.row > .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.row > .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333333333336%;
          flex: 0 0 33.333333333333336%;
  max-width: 33.333333333333336%;
}
.row > .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666666666667%;
          flex: 0 0 41.66666666666667%;
  max-width: 41.66666666666667%;
}
.row > .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.row > .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333333333336%;
          flex: 0 0 58.333333333333336%;
  max-width: 58.333333333333336%;
}
.row > .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666666666667%;
          flex: 0 0 66.66666666666667%;
  max-width: 66.66666666666667%;
}
.row > .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.row > .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333333334%;
          flex: 0 0 83.33333333333334%;
  max-width: 83.33333333333334%;
}
.row > .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666666666667%;
          flex: 0 0 91.66666666666667%;
  max-width: 91.66666666666667%;
}
.row > .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.row .w-100 {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .row {
    margin: 0 -1rem -2rem;
  }
  .row >[class^=col] {
    padding: 0 1rem;
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .row {
    margin-bottom: -1rem;
  }
  .row >[class^=col] {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 1rem;
  }
}
.page--ui .color {
  min-width: 10rem;
  height: 10rem;
  display: inline-block;
  margin: 0.5rem;
  padding: 1rem;
  border: 1px solid #0ae734;
}
.page--ui .color > span {
  display: block;
  margin-top: 0.5rem;
}
.page--ui .bg {
  background: #d5d5d5;
  text-align: center;
  padding: 1rem 0;
  border-radius: 5px;
}
.page--ui .bg_white {
  background-color: #fff;
}
.page--ui .bg_red {
  background: #f00;
}
.page--ui .bg_gray {
  background-color: #dcdbd5;
}
.page--ui .bg_green {
  background: #64ffda;
}
.page--ui .bg_yellow {
  background: #ffff8d;
}
.page--ui .bg_container {
  background-color: #36444c;
  padding: 1rem;
  margin: 1rem -1rem;
}
.page--ui .title {
  background-color: #64ffda;
  display: inline-block;
  padding: 0.6rem 1rem;
  margin-bottom: 2rem;
  margin-left: -1rem;
}
/* Libraries, which is used in current project. */
/* Plugins, which is used in current project. */
/**
 * Swiper 5.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 20, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;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:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px,-50%,0);transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/*!
 * Selectr 2.4.13
 * http://mobius.ovh/docs/selectr
 *
 * Released under the MIT license
 */
.selectr-container {
    position: absolute;
    top: 0;
}

.selectr-container * {
    outline: none;
}

.selectr-container li {
    list-style: none;
}

.selectr-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0 none;
}

.selectr-visible {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 11;
}

.selectr-desktop.multiple .selectr-visible {
    display: none;
}

.selectr-desktop.multiple.native-open .selectr-visible {
    top: 100%;
    min-height: 200px !important;
    height: auto;
    opacity: 1;
    display: block;
}

.selectr-container.multiple.selectr-mobile .selectr-selected {
    z-index: 0;
}

.selectr-selected {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 3.6rem;
    padding: 1rem 2.8rem 1rem 0;
    cursor: pointer;
    border-radius: 0;
}

.color-option{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.color-option .color-option__color{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
            flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    border-radius: 50%;
    margin-right: .8rem;
    -webkit-box-shadow: inset 0 0 2px #ACAEB3;
            box-shadow: inset 0 0 2px #ACAEB3;
}

.selectr-selected::before {
    position: absolute;
    top: calc(50% - .375rem);
    right: 1rem;
    width: 1rem;
    height: 0.75rem;
    background:  url(../img/minified-svg/icon-arrow.svg) no-repeat 50% 50% / 1rem auto;
    content: '';
}

.selectr-container.open .selectr-selected::before,
.selectr-container.native-open .selectr-selected::before {
    -webkit-transform: rotate(-180deg) ;
            transform: rotate(-180deg) ;
}

.selectr-label {
    display: none;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 1rem;
}

.selectr-placeholder {
    color: #6c7a86;
}

.selectr-tags {
    margin: 0;
    padding: 0;
    white-space: normal;
}

.has-selected .selectr-tags {
    margin: 0 0 -2px;
}

.selectr-tag {
    list-style: none;
    position: relative;
    float: left;
    padding: 2px 25px 2px 8px;
    margin: 0 2px 2px 0;
    cursor: default;
    color: #fff;
    border: medium none;
    border-radius: 10px;
    background: #acb7bf none repeat scroll 0 0;
}

.selectr-container.multiple.has-selected .selectr-selected {
    padding: 5px 28px 5px 5px;
}

.selectr-options-container {
    position: absolute;
    z-index: 10000;
    top: calc(100% - 2px);
    left: -1px;
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% + 2px);
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-radius: 0 0 3px 3px;
    background-color: #fff;
}

.selectr-container.open .selectr-options-container {
    display: block;
}

.selectr-input-container {
    position: relative;
    display: none;
}

.selectr-clear,
.selectr-input-clear,
.selectr-tag-remove {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translate3d(0px, -50%, 0px);
    transform: translate3d(0px, -50%, 0px);
    border: medium none;
    background-color: transparent;
    z-index: 11;
}

.selectr-clear,
.selectr-input-clear {
    display: none;
}

.selectr-container.has-selected .selectr-clear,
.selectr-input-container.active .selectr-input-clear {
    display: block;
}

.selectr-selected .selectr-tag-remove {
    right: 2px;
}

.selectr-clear::before,
.selectr-clear::after,
.selectr-input-clear::before,
.selectr-input-clear::after,
.selectr-tag-remove::before,
.selectr-tag-remove::after {
    position: absolute;
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    content: ' ';
    background-color: #6c7a86;
}

.selectr-tag-remove::before,
.selectr-tag-remove::after {
    top: 4px;
    width: 3px;
    height: 12px;
    background-color: #fff;
}

.selectr-clear:before,
.selectr-input-clear::before,
.selectr-tag-remove::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.selectr-clear:after,
.selectr-input-clear::after,
.selectr-tag-remove::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.selectr-input-container.active,
.selectr-input-container.active .selectr-clear {
    display: block;
}

.selectr-input {
    top: 5px;
    left: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 30px);
    margin: 10px 15px;
    padding: 7px 30px 7px 9px;
    border: 1px solid #999;
    border-radius: 3px;
}

.selectr-notice {
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 8px 16px;
    border-top: 1px solid #999;
    border-radius: 0 0 3px 3px;
    background-color: #fff;
}

.selectr-container.notice .selectr-notice {
    display: block;
}

.selectr-container.notice .selectr-selected {
    border-radius: 3px 3px 0 0;
}

.selectr-options {
    position: relative;
    top: calc(100% + 2px);
    display: none;
    overflow-x: auto;
    overflow-y: scroll;
    max-height: 200px;
    margin: 0;
    padding: 0;
}

.selectr-container.open .selectr-options,
.selectr-container.open .selectr-input-container,
.selectr-container.notice .selectr-options-container {
    display: block;
}

.selectr-option {
    position: relative;
    display: block;
    padding: 0.7rem 1rem;
    list-style: outside none none;
    cursor: pointer;
    font-weight: normal;
}

.selectr-options.optgroups > .selectr-option {
    padding-left: 25px;
}

.selectr-optgroup {
    font-weight: bold;
    padding: 0;
}

.selectr-optgroup--label {
    font-weight: bold;
    margin-top: 10px;
    padding: 5px 15px;
}

.selectr-match {
    text-decoration: underline;
}

.selectr-option.selected {

}

.selectr-option.active {
    background-color: #F5F5F5;
}

.selectr-option.disabled {
    opacity: 0.4;
}

.selectr-option.excluded {
    display: none;
}

.selectr-container.open .selectr-selected {
    border-color: #999 #999 transparent #999;
    border-radius: 3px 3px 0 0;
}

.selectr-container.open .selectr-selected::after {
    -webkit-transform: rotate(180deg) translate3d(0px, 50%, 0px);
    transform: rotate(180deg) translate3d(0px, 50%, 0px);
}

.selectr-disabled {
    opacity: .6;
}

.selectr-empty,
.has-selected .selectr-placeholder {
    display: none;
}

.has-selected .selectr-label {
    display: block;
}

/* TAGGABLE */
.taggable .selectr-selected {
    padding: 4px 28px 4px 4px;
}

.taggable .selectr-selected::after {
    display: table;
    content: " ";
    clear: both;
}

.taggable .selectr-label {
    width: auto;
}

.taggable .selectr-tags {
    float: left;
    display: block;
}

.taggable .selectr-placeholder {
    display: none;
}

.input-tag {
    float: left;
    min-width: 90px;
    width: auto;
}

.selectr-tag-input {
    border: medium none;
    padding: 3px 10px;
    width: 100%;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.selectr-input-container.loading::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    content: '';
    -webkit-transform: translate3d(0px, -50%, 0px);
    transform: translate3d(0px, -50%, 0px);
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-animation: 500ms linear 0s normal forwards infinite running spin;
    animation: 500ms linear 0s normal forwards infinite running spin;
    border-width: 3px;
    border-style: solid;
    border-color: #aaa #ddd #ddd;
    border-radius: 50%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
        transform: rotate(0deg) translate3d(0px, -50%, 0px);
    }
    100% {
        -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
        transform: rotate(360deg) translate3d(0px, -50%, 0px);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
        transform: rotate(0deg) translate3d(0px, -50%, 0px);
    }
    100% {
        -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
        transform: rotate(360deg) translate3d(0px, -50%, 0px);
    }
}
.selectr-container.open.inverted .selectr-selected {
    border-color: transparent #999 #999;
    border-radius: 0 0 3px 3px;
}

.selectr-container.inverted .selectr-options-container {
    border-width: 1px 1px 0;
    border-color: #999 #999 transparent;
    border-radius: 3px 3px 0 0;
    background-color: #fff;
}

.selectr-container.inverted .selectr-options-container {
    top: auto;
    bottom: calc(100% - 1px);
}

.selectr-container ::-webkit-input-placeholder {
    color: #6c7a86;
    opacity: 1;
}

.selectr-container ::-moz-placeholder {
    color: #6c7a86;
    opacity: 1;
}

.selectr-container :-ms-input-placeholder {
    color: #6c7a86;
    opacity: 1;
}

.selectr-container ::-ms-input-placeholder {
    color: #6c7a86;
    opacity: 1;
}

.selectr-container ::placeholder {
    color: #6c7a86;
    opacity: 1;
}
/* Components, which is used in current project. */
.page.page--contents {
  background-color: #fff;
  color: #000;
}
.page.page--contents a {
  color: #000;
}
.debug-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1000000;
  display: none;
}
.debug-wrapper .debug-service {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2rem;
  background: rgba(0,0,0,0.5);
  font-size: 1.2rem;
}
.debug-wrapper .debug-service a {
  color: #fff;
  text-decoration: underline;
}
.is-debug .debug-wrapper {
  display: block;
}
#debug {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#debug .debug-container {
  -webkit-box-shadow: inset -4rem 0 0 -2rem rgba(0,255,255,0.2), inset 4rem 0 0 -2rem rgba(0,255,255,0.2);
          box-shadow: inset -4rem 0 0 -2rem rgba(0,255,255,0.2), inset 4rem 0 0 -2rem rgba(0,255,255,0.2);
}
#debug .debug-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(100%, auto);
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0;
}
#debug .debug-content div {
  outline: 1px solid #0dd;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #debug .debug-content {
    grid-template-columns: repeat(6, 1fr);
  }
  #debug .debug-content div:nth-child(7),
  #debug .debug-content div:nth-child(8),
  #debug .debug-content div:nth-child(9),
  #debug .debug-content div:nth-child(10),
  #debug .debug-content div:nth-child(11),
  #debug .debug-content div:nth-child(12) {
    display: none;
  }
}
.is-debug-outline * {
  outline: 1px dotted rgba(255,0,0,0.5);
}
.is-debug-outline * * {
  outline: 1px dotted rgba(0,128,0,0.5);
}
.is-debug-outline * * * {
  outline: 1px dotted rgba(255,165,0,0.5);
}
.is-debug-outline * * * * {
  outline: 1px dotted rgba(0,0,255,0.5);
}
.is-debug-outline * * * * * {
  outline: 1px solid rgba(255,0,0,0.5);
}
.is-debug-outline * * * * * * {
  outline: 1px solid rgba(0,128,0,0.5);
}
.is-debug-outline * * * * * * * {
  outline: 1px solid rgba(255,165,0,0.5);
}
.is-debug-outline * * * * * * * * {
  outline: 1px solid rgba(0,0,255,0.5);
}
.is-debug-outline * * * * * * * * * {
  outline: 1px solid rgba(240,248,255,0.5);
}
.is-debug-outline * * * * * * * * * * {
  outline: 1px solid rgba(250,235,215,0.5);
}
.is-debug-outline * * * * * * * * * * * {
  outline: 1px solid rgba(0,255,255,0.5);
}
.is-debug-outline * * * * * * * * * * * * {
  outline: 1px solid rgba(127,255,212,0.5);
}
.is-debug-outline * * * * * * * * * * * * * {
  outline: 1px solid rgba(138,43,226,0.5);
}
.is-debug-outline * * * * * * * * * * * * * * {
  outline: 1px solid rgba(165,42,42,0.5);
}
.is-debug-outline * * * * * * * * * * * * * * * {
  outline: 1px solid rgba(222,184,135,0.5);
}
.is-debug-outline * * * * * * * * * * * * * * * * {
  outline: 1px solid rgba(95,158,160,0.5);
}
.table-of-contents .contents-wrapper {
  width: 100%;
  margin-top: 2rem;
}
.table-of-contents .contents-wrapper h2 {
  font-size: 3rem;
  margin: 3rem 0;
}
.table-of-contents .contents-wrapper .contents-row {
  display: grid;
  grid-template-columns: 4rem 1fr 15rem 10rem;
  grid-auto-rows: 5rem;
  grid-column-gap: 0rem;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.table-of-contents .contents-wrapper .contents-row .contents-col {
  text-align: left;
  padding: 1rem;
  font-size: 2rem;
  border-top: 1px solid #ccc;
}
.table-of-contents .contents-wrapper .contents-row .contents-col.done,
.table-of-contents .contents-wrapper .contents-row .contents-col.wait,
.table-of-contents .contents-wrapper .contents-row .contents-col.wip {
  border-left: 1px solid #ccc;
}
.table-of-contents .contents-wrapper .contents-row a {
  text-decoration: underline;
}
.table-of-contents .legend {
  margin-top: 1rem;
}
.table-of-contents .legend .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.table-of-contents .legend .status div {
  font-size: 1.8rem;
  border: 1px solid #ccc;
  padding: 1rem;
}
.table-of-contents .done {
  background: #64ffda;
}
.table-of-contents .wip {
  background: #ffff8d;
}
.ui h1 {
  margin-bottom: 5rem;
}
.ui h2 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.ui h3 {
  margin: 2rem 0 2rem 0rem;
}
.ui h4 {
  margin: 2rem 0 2rem 0rem;
}
.ui .descr {
  font-size: 1.4rem;
  color: #ccc;
  padding: 1rem 0 2rem;
}
.ui .descr p {
  font-size: 1.2rem;
}
.ui .descr p + p {
  margin-top: 0.5rem;
}
svg {
  width: 100%;
  height: 100%;
  display: block;
}
.page__header {
  width: 100%;
  position: sticky;
  z-index: 15;
  top: 0;
  -webkit-transform: translate3d(0.00001px, 0.00001px, 0.00001px);
          transform: translate3d(0.00001px, 0.00001px, 0.00001px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page__header {
    position: relative;
  }
}
.header {
  background: #fff;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  position: relative;
  color: #1b1e1b;
  border-bottom: 1px solid #f0f0f0;
}
.nav-up .header {
  -webkit-transform: translateY(-12.5rem);
          transform: translateY(-12.5rem);
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6rem;
  padding: 0 2rem;
}
.header nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.header nav a {
  margin-left: 5rem;
}
.header .logotype {
  font-weight: 500;
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__action {
  margin-left: 2rem;
  position: relative;
}
.header__action svg {
  pointer-events: none;
  width: 2.4rem;
  height: 2.4rem;
}
.header__action.is-active:after {
  top: 0.1rem;
  left: -0.3rem;
  width: 0.9rem;
  height: 0.9rem;
  background: #ff9bb9;
  border-radius: 50%;
  display: block;
  position: absolute;
  content: ' ';
}
.header__action.is-activing:after {
  top: 0.1rem;
  left: -0.3rem;
  width: 0.9rem;
  height: 0.9rem;
  background: #ff9bb9;
  border-radius: 50%;
  display: block;
  position: absolute;
  content: ' ';
  -webkit-animation: zooming 333ms linear 500ms;
          animation: zooming 333ms linear 500ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.header__action.is-active.is-activing:after {
  -webkit-animation: zoomingFrom 333ms linear 500ms;
          animation: zoomingFrom 333ms linear 500ms;
}
.header.nav-scroll {
  background: #fff;
  color: #1b1e1b;
}
.page--mainpage .header.nav-scroll {
  background: transparent;
}
.header.nav-scroll a {
  color: #1b1e1b;
}
.header.nav-scroll .header__logo--full {
  opacity: 0;
}
.header.nav-scroll .header__logo--small {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .header_menu {
    position: fixed;
    top: 6rem;
    left: 0;
    right: 0;
    background: #fff;
    min-height: 49rem;
    opacity: 0;
    pointer-events: none !important;
    z-index: 1;
    border-top: 1px solid rgba(0,0,0,0.06);
  }
  .header_menu * {
    pointer-events: none !important;
  }
  .is-nav-catalog .header_menu--catalog,
  .is-nav-info .header_menu--info {
    pointer-events: all !important;
    opacity: 1;
  }
  .is-nav-catalog .header_menu--catalog *,
  .is-nav-info .header_menu--info * {
    pointer-events: all !important;
  }
  .header_menu__wrap {
    padding: 2.5rem 2rem 5rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .header_menu_list .catalog {
    -webkit-box-flex: 33.333333333333336%;
        -ms-flex: 33.333333333333336%;
            flex: 33.333333333333336%;
  }
  .header_menu_list .catalog__content:after,
  .header_menu_list .catalog__content:before {
    display: none;
  }
  .header_menu_list .catalog__content {
    border: none;
  }
  .header_menu__side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
  }
  .header_menu__side:first-child {
    padding-left: 16.5rem;
  }
  .header_menu--info .header_menu__side:first-child {
    padding-left: 28rem;
  }
  .header_menu__col {
    width: 22rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_menu__col ul li {
    margin-bottom: 1.5rem;
    position: relative;
  }
  .header_menu__col ul li:last-child {
    margin-bottom: 0;
  }
  .header_menu__col ul li span {
    position: absolute;
    font-size: 0.8rem;
    color: rgba(0,0,0,0.3);
    position: absolute;
    left: -4rem;
    width: 3rem;
    text-align: right;
    top: 0;
    pointer-events: none;
  }
  .header_menu__col ul li.title {
    margin-bottom: 2rem;
    color: rgba(0,0,0,0.5);
  }
  .header_menu__col + .header_menu__col {
    margin-left: 4.5rem;
  }
  .header_banner {
    width: 100%;
    position: relative;
  }
  .header_banner__image {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 49%;
  }
  .header_banner__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header_banner__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .header_banner__content {
    padding: 2rem;
    text-align: center;
  }
  .header_banner__name {
    margin-bottom: 0.3rem;
  }
  .header_banner__price {
    font-weight: 500;
  }
  .header_banner__details span {
    position: relative;
    color: rgba(0,0,0,0.5);
  }
  .header_banner__details span:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 0.075em;
    bottom: -0.2em;
    left: 0;
    pointer-events: none;
    background: currentColor;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .header_banner:hover .header_banner__details span:before {
    visibility: hidden;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .header .logotype {
    width: 11.3rem;
  }
  .header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__lang * {
    pointer-events: none;
  }
  .header__lang span {
    margin-right: 0.5rem;
  }
  .header__lang svg {
    width: 1.6rem;
    height: 1.6rem;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .is-lang .header__lang svg {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .header__action--menu {
    display: none;
  }
  .is-cart-open .header,
  .is-wishlist-open .header {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  .header_lang {
    position: absolute;
    right: 10rem;
    top: 4.8rem;
    width: 15rem;
    background: #fff;
    -webkit-box-shadow: 0px 9px 31px rgba(0,0,0,0.06), 0px 2.01027px 6.92426px rgba(0,0,0,0.036), 0px 0.598509px 2.06153px rgba(0,0,0,0.024), inset 0px 0px 0px 1px rgba(0,0,0,0.06);
            box-shadow: 0px 9px 31px rgba(0,0,0,0.06), 0px 2.01027px 6.92426px rgba(0,0,0,0.036), 0px 0.598509px 2.06153px rgba(0,0,0,0.024), inset 0px 0px 0px 1px rgba(0,0,0,0.06);
    opacity: 0;
    pointer-events: none;
  }
  .is-lang .header_lang {
    opacity: 1;
    pointer-events: all;
  }
  .header_lang a {
    -webkit-transition: all 333ms ease;
    transition: all 333ms ease;
    height: 4rem;
    line-height: 4rem;
    padding: 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_lang a svg {
    width: 2rem;
    height: 2rem;
    opacity: 0;
  }
  .header_lang a.active {
    background: rgba(0,0,0,0.04);
  }
  .header_lang a.active svg {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header_menu {
    display: none;
  }
  .header nav {
    display: none;
  }
  .header .container {
    padding: 0 1.6rem;
  }
  .header__actions {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__lang,
  .header_lang {
    display: none;
  }
  .header__action--wishlist {
    display: none;
  }
  .header__action--menu {
    font-size: 0;
    margin: -0.5rem -0.5rem -0.5rem 1.5rem;
  }
  .hamburger {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: opacity 0.15s linear, -webkit-filter 0.15s linear;
    transition: opacity 0.15s linear, -webkit-filter 0.15s linear;
    transition: opacity 0.15s linear, filter 0.15s linear;
    transition: opacity 0.15s linear, filter 0.15s linear, -webkit-filter 0.15s linear;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0.8rem 0.5rem 0.5rem;
    overflow: visible;
    font-size: 0;
    pointer-events: none;
  }
  .is-nav .hamburger .hamburger__inner,
  .is-nav .hamburger .hamburger__inner::before,
  .is-nav .hamburger .hamburger__inner::after {
    background-color: #000;
  }
  .hamburger__wrap {
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
    position: relative;
  }
  .hamburger__inner {
    display: block;
    top: 50%;
    margin-top: -0.2rem;
  }
  .hamburger__inner,
  .hamburger__inner::before,
  .hamburger__inner::after {
    width: 1.6rem;
    height: 0.15rem;
    background-color: currentColor;
    position: absolute;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  }
  .hamburger__inner::before,
  .hamburger__inner::after {
    content: "";
    display: block;
  }
  .hamburger__inner::before {
    top: -0.6rem;
  }
  .hamburger__inner::after {
    bottom: -0.6rem;
  }
  .hamburger .hamburger__inner {
    -webkit-transition-duration: 0.075s;
            transition-duration: 0.075s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger .hamburger__inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  }
  .hamburger .hamburger__inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .is-nav .hamburger .hamburger__inner {
    -webkit-transform: rotate(45deg) scale(1.2);
            transform: rotate(45deg) scale(1.2);
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 0.1rem;
  }
  .is-nav .hamburger .hamburger__inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    height: 0.1rem;
  }
  .is-nav .hamburger .hamburger__inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 0.1rem;
  }
}
.footer_nav__item + .footer_nav__item {
  margin-top: 1.2rem;
}
.footer_nav__item > a {
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 767px) {
  .footer_nav__item + .footer_nav__item {
    margin-top: 0.75rem;
  }
}
.page__footer {
  background: #f5f5f5;
  bottom: 0;
  z-index: 0;
}
.footer__logotype {
  font-size: 8rem;
  font-weight: 500;
  text-align: center;
}
.footer__logotype ins {
  position: absolute;
}
.footer_info {
  color: rgba(0,0,0,0.3);
}
.footer_info a {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  color: rgba(0,0,0,0.5);
}
.footer .subscribe__text {
  margin-bottom: 2rem;
}
.footer .subscribe__input {
  margin-top: 1rem;
}
.footer .subscribe__input .input_text {
  background: #fff;
  height: 4.5rem;
}
.footer .subscribe .after-send {
  display: none;
}
.footer .subscribe .is-sended .before-send {
  display: none;
}
.footer .subscribe .is-sended .after-send {
  display: block;
}
.footer__text {
  color: rgba(0,0,0,0.3);
}
.footer_menu__title {
  font-weight: 500;
}
.footer_menu__list li + li {
  margin-top: 1.5rem;
}
.footer_menu__list--contacts li {
  height: 2rem;
}
.footer_menu__list a {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0,0,0,0.5);
}
@media screen and (min-width: 1025px) {
  .footer_menu__list a:hover {
    color: #000;
  }
}
.footer_menu__list a svg {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
.footer_menu__list--contacts li + li {
  margin-top: 2rem;
}
.footer_menu__list--contacts a {
  color: #000;
}
@media screen and (min-width: 1025px) {
  .footer_menu__list--contacts a:hover {
    color: rgba(0,0,0,0.5);
  }
}
@media screen and (min-width: 768px) {
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__logotype {
    margin: 8rem 0;
  }
  .footer__logotype br {
    display: none;
  }
  .footer .subscribe {
    height: 21.6rem;
  }
  .footer__info {
    margin-top: 8rem;
  }
  .footer_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer_info a:hover {
    color: #000;
  }
  .footer_info__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    padding: 0 2rem 2rem;
  }
  .footer_info__link {
    display: inline-block;
  }
  .footer_info__link + .footer_info__link {
    margin-left: 0.5rem;
  }
  .footer_menu {
    display: grid;
    grid-template-columns: repeat(3, auto);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .footer_menu__col {
    padding: 2rem;
    min-width: calc(100vw / 4 - 4rem);
  }
  .footer_menu__col--1 {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .footer_menu__col--2 {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .footer_menu__col--3 {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .footer_menu__col--4 {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .footer_subscribe {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    padding: 2rem;
  }
  .footer_menu__title {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__logotype {
    margin: 4rem 3.2rem;
    text-align: center;
    font-size: 4rem;
  }
  .footer_subscribe {
    padding: 5rem 1.5rem;
  }
  .footer__text {
    display: none;
  }
  .footer_menu {
    padding: 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_menu__title {
    color: rgba(0,0,0,0.5);
    font-weight: 400;
    padding: 2rem 3.6rem 2rem 0;
    border-top: 1px solid rgba(0,0,0,0.06);
  }
  .footer_menu__title span {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    right: 1.5rem;
  }
  .footer_menu__title span:before,
  .footer_menu__title span:after {
    content: ' ';
    display: block;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: 0.35s;
    transition: 0.35s;
    width: 1rem;
    height: 1px;
  }
  .footer_menu__title span:before {
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%);
  }
  .footer_menu__title span:after {
    -webkit-transform: translatey(-50%) rotate(90deg);
            transform: translatey(-50%) rotate(90deg);
  }
  .footer_menu__col.active .footer_menu__title span:before {
    -webkit-transform: translatey(-50%) rotate(-90deg);
            transform: translatey(-50%) rotate(-90deg);
    opacity: 0;
  }
  .footer_menu__col.active .footer_menu__title span:after {
    -webkit-transform: translatey(-50%) rotate(0);
            transform: translatey(-50%) rotate(0);
  }
  .footer_menu__list {
    -webkit-transition: all 333ms ease;
    transition: all 333ms ease;
    overflow: hidden;
    max-height: 0;
  }
  .footer_menu__list a {
    color: #000;
  }
  .footer_menu__list li:last-child {
    margin-bottom: 3rem;
  }
  .footer_menu__col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer_menu__col.active .footer_menu__list {
    max-height: 30rem;
    z-index: 2;
  }
  .footer_menu__col:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .footer_menu__col--3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__col:last-child .footer__col__title {
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .footer_info {
    padding: 0 1.5rem 2rem;
  }
  .footer_info__col + .footer_info__col {
    margin-top: 1.5rem;
  }
  .footer_info__link {
    display: inline-block;
  }
  .footer_info__link + .footer_info__link {
    margin-left: 2rem;
  }
}
.section_head--image .section_head__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section_head--image .section_head__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_head--image .section_head__wrap {
  position: relative;
}
.section_head--image .section_head__title {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
}
.section_head--image .section_head__title {
  color: #fff;
}
.section_head__title {
  text-align: center;
}
.section_head__text {
  text-align: center;
}
.section_head__text a {
  color: #808080;
}
.section_head--order .section_head__text {
  font-family: 'Helvetica Neue', 'Helvetica';
  margin-top: 1rem;
  color: #808080;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
@media screen and (max-width: 767px) {
  .section_head--order .section_head__text {
    margin-bottom: 2rem;
  }
}
.section_head__tabs {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section_head {
    padding: 4rem;
  }
  .section_head--image {
    padding: 0 0 4rem;
  }
  .section_head--image .section_head__wrap {
    height: 0;
    padding-bottom: 42%;
  }
  .section_head--image .section_head__title {
    bottom: 4rem;
  }
  .section_head__text {
    width: 68rem;
    margin: 4rem auto;
  }
  .section_head__tabs {
    margin: 4rem 0 -0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section_head {
    padding: 3rem 2rem;
  }
  .section_head--image {
    padding: 0 0 3rem;
  }
  .section_head--image .section_head__wrap {
    height: 47rem;
  }
  .section_head--image .section_head__title {
    bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .section_head--image .section_head__text,
  .section_head--image .section_head__tabs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .section_head__text {
    margin: 3rem auto 4rem;
  }
}
.section--no-padding .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.section--header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.section--footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.section--line-bottom {
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.section--padding-bottom {
  margin-bottom: 3rem;
}
.container {
  position: relative;
  height: inherit;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section > .container {
    width: 100%;
  }
  .container {
    width: 100%;
    z-index: 2;
  }
}
.page-404 {
  position: relative;
}
.page-404__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-404__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.page-404__content {
  position: relative;
  z-index: 3;
}
.page-404__title {
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.page-404__title span {
  font-weight: 500;
}
.page-404__form {
  max-width: 32rem;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.page-404__form .input_text {
  background: #fff;
  height: 4.5rem;
}
.page-404__form .input_text input {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-404 {
    height: 70rem;
  }
  .page-404__content {
    top: 36.2rem;
  }
  .page-404__title {
    padding: 4rem 0;
  }
  .page-404__title span {
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .page-404 {
    height: 60rem;
  }
  .page-404__content {
    top: 39.2rem;
  }
  .page-404__title {
    padding: 3rem 0;
  }
}
.catalog {
  opacity: 1;
}
.catalog--hide {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: none;
  opacity: 0;
}
.catalog_list__title {
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .catalog_list__title {
    margin-bottom: 3rem;
  }
}
.page--green .catalog_list .catalog__image:before,
.page--green .catalog_list .catalog__image:after,
.page--green .catalog_list .catalog__content:before,
.page--green .catalog_list .catalog__content:after {
  background: #4bfc92;
}
.page--green .catalog_list .catalog__content {
  border-color: #4bfc92;
}
.catalog__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.catalog__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.catalog__image {
  display: block;
  height: 0;
  position: relative;
}
.catalog__image--hover {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 2;
}
.catalog__image:before {
  position: absolute;
  top: 0;
  left: -1px;
  content: ' ';
  display: block;
  height: 100%;
  width: 1px;
  background: #fff;
  z-index: 2;
}
.catalog__image:after {
  position: absolute;
  top: 0;
  right: 0;
  content: ' ';
  display: block;
  height: 100%;
  width: 1px;
  background: #fff;
  z-index: 2;
}
.catalog__image img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__image video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__like {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  will-change: transform;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: transparent;
  z-index: 5;
  cursor: pointer;
  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;
}
.catalog__like.is-liked {
  color: #000;
  opacity: 1;
}
.catalog__like svg {
  width: 2.5rem;
  height: 2.5rem;
}
.catalog__name {
  margin-bottom: 0.3rem;
}
.catalog__label {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 3;
  pointer-events: none;
}
.catalog__price {
  font-weight: 500;
}
.catalog__content {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.catalog__content:before {
  top: 0;
  left: -1px;
  position: absolute;
  content: ' ';
  display: block;
  height: 100%;
  width: 1px;
  background: #f5f5f5;
  z-index: 2;
}
.catalog__content:after {
  top: 0;
  right: 0;
  position: absolute;
  content: ' ';
  display: block;
  height: 100%;
  width: 1px;
  background: #f5f5f5;
  z-index: 2;
}
.catalog__action {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  position: absolute;
  left: 2rem;
  right: 2rem;
  opacity: 0;
  z-index: 3;
  pointer-events: none;
}
.catalog__action .btn {
  position: relative;
  pointer-events: all;
  top: -6.5rem;
}
.catalog__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
}
.catalog__color {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: block;
  margin: 0 1rem;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.2rem inset rgba(0,0,0,0.13);
          box-shadow: 0 0 0.2rem inset rgba(0,0,0,0.13);
}
.catalog__color span {
  display: inline-block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: #ccc;
  left: 0;
  top: 0;
}
.catalog__color span:nth-child(2) {
  top: 0.5rem;
  height: 0.5rem;
}
.catalog__color-more {
  color: #b3b3b3;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .catalog {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .catalog--large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .catalog--large .catalog__image {
    padding-bottom: 111%;
  }
  .catalog--large .catalog__action {
    padding-top: 111%;
  }
  .catalog__like {
    opacity: 0;
  }
  .catalog__action {
    padding-top: 147%;
  }
  .catalog__image {
    padding-bottom: 147%;
  }
  .catalog__content {
    padding: 2rem 2rem 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .catalog:hover .catalog__image--hover {
    opacity: 1;
  }
  .catalog:hover .catalog__like {
    opacity: 1;
  }
  .catalog:hover .catalog__action {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .catalog {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .catalog:hover .catalog__image--hover {
    opacity: 1;
  }
  .catalog--large-mobile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    z-index: 2;
  }
  .catalog--large-mobile .catalog__image {
    padding-bottom: 125%;
  }
  .catalog--middle-mobile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.5rem;
            flex: 0 0 28.5rem;
  }
  .catalog__image {
    padding-bottom: 144%;
  }
  .catalog__action {
    display: none;
  }
  .catalog__content {
    padding: 1rem 1.5rem 3rem;
  }
  .catalog__colors {
    margin-top: 0.5rem;
  }
  .catalog__color {
    margin: 0 0.5rem;
  }
  .catalog__color-more {
    margin-left: 0.5rem;
  }
  .catalog__like {
    right: 0.5rem;
    top: 0.5rem;
  }
  .catalog__label {
    left: 1.5rem;
    top: 1.5rem;
  }
}
.catalog_list {
  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;
}
.catalog_link {
  text-align: center;
}
.catalog_link--more a,
.catalog_link--all a {
  color: rgba(0,0,0,0.5);
}
.catalog_link--all {
  display: none;
}
@media screen and (min-width: 768px) {
  .catalog_link {
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog_link {
    padding: 3rem 2rem;
  }
}
.category_list {
  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;
}
@media screen and (max-width: 767px) {
  .category_list {
    border-bottom: 1px solid rgba(0,0,0,0.04);
  }
}
.category {
  position: relative;
}
.category--color-black .category__name {
  color: #000;
}
.category__wrap {
  margin: 0 auto;
}
.category__link {
  color: rgba(0,0,0,0.5);
}
@media screen and (min-width: 768px) {
  .category {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
  }
  .category__wrap {
    width: calc(100vw / 2);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .category.category--small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 7rem 0;
  }
  .category.category--small .category__wrap {
    width: calc(100vw / 4);
  }
  .category.category--small .category__name {
    left: 2rem;
    right: 2rem;
  }
  .category.category--small .category__content {
    padding: 2rem 2rem 3rem;
    border-bottom: 0;
  }
  .category.category--small .category__content:before {
    display: none;
  }
  .category.category--small .category__image {
    padding-bottom: 147.22%;
  }
  .category.category--small .category__text {
    display: none;
  }
  .category.category--isolated {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 7rem;
    min-width: 100%;
  }
  .category.category--isolated .category__content {
    border-bottom: 0;
  }
  .category.category--isolated .category__image:before,
  .category.category--isolated .category__content:before {
    display: none;
  }
  .category__image {
    display: block;
    height: 0;
    padding-bottom: 111%;
    position: relative;
  }
  .category__image:before {
    position: absolute;
    top: 0;
    left: -1px;
    content: ' ';
    display: block;
    height: 100%;
    width: 1px;
    background: #fff;
    z-index: 2;
  }
  .category__image img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .category__name {
    position: absolute;
    z-index: 2;
    bottom: 4rem;
    left: 10rem;
    right: 10rem;
    text-align: center;
    color: #fff;
  }
  .category__text {
    margin: 0 auto 1.5rem;
    max-width: 52rem;
  }
  .category__content {
    position: relative;
    padding: 2rem 10rem 7rem;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .category__content:before {
    top: 0;
    left: -1px;
    position: absolute;
    content: ' ';
    display: block;
    height: 100%;
    width: 1px;
    background: rgba(0,0,0,0.04);
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .category {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .category.category--mobile-isolated {
    padding: 5rem 4.5rem 0;
  }
  .category + .category--mobile-isolated {
    border-top: 1px solid rgba(0,0,0,0.04);
  }
  .category.category--mobile-small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .category.category--mobile-small .category__name {
    font-size: 1.3rem;
    line-height: 1.6rem;
    bottom: 2rem;
  }
  .category.category--mobile-small .category__image {
    padding-bottom: 152%;
  }
  .category.category--mobile-small .category__content {
    padding: 2rem 2rem 5rem;
  }
  .category.category--mobile-small .category__text {
    display: none;
  }
  .category.category--mobile-small + .category--mobile-small:before {
    top: 0;
    left: 0;
    position: absolute;
    content: ' ';
    display: block;
    height: 100%;
    width: 1px;
    background: #fff;
    z-index: 2;
  }
  .category.category--mobile-small.category--mobile-isolated {
    padding: 5rem 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
  }
  .category__image {
    display: block;
    height: 0;
    padding-bottom: 125%;
    position: relative;
  }
  .category__image img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .category__name {
    position: absolute;
    z-index: 2;
    bottom: 3rem;
    left: 2rem;
    right: 2rem;
    text-align: center;
    color: #fff;
  }
  .category__text {
    margin: 0 auto 1.5rem;
  }
  .category__content {
    position: relative;
    padding: 2rem 2rem 5rem;
    text-align: center;
  }
}
.store {
  position: relative;
}
.store__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.store__image {
  position: relative;
  height: 0;
  width: 100%;
}
.store__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.store__city {
  color: #fff;
  position: absolute;
  left: 2rem;
  right: 2rem;
  top: 2rem;
  text-align: center;
  z-index: 2;
}
.store__name {
  color: #fff;
  position: absolute;
  left: 2rem;
  right: 2rem;
  text-align: center;
  z-index: 2;
}
.store__content {
  text-align: center;
}
.store__more {
  color: #808080;
}
@media screen and (min-width: 768px) {
  .store {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin-top: 5rem;
  }
  .store:after {
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    content: ' ';
    display: block;
    left: -1px;
    top: 0;
    z-index: 3;
  }
  .store__image {
    padding-bottom: 147%;
  }
  .store__name {
    bottom: 4rem;
  }
  .store__content {
    padding: 2rem 2rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .store {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .store--middle-mobile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.5rem;
            flex: 0 0 28.5rem;
    margin-top: 5rem;
  }
  .store__image {
    padding-bottom: 125%;
  }
  .store__name {
    bottom: 3rem;
  }
  .store__content {
    padding: 2rem 2rem 5rem;
  }
}
.store_list {
  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;
}
@media screen and (min-width: 768px) {
  .store_list {
    margin-bottom: 5rem;
  }
}
.tabs a {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  margin: 0 0.25rem 0.5rem;
  height: 3.2rem;
  padding: 0 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  border-radius: 1rem;
  -webkit-box-shadow: inset 0px 0px 0px 1px transparent;
          box-shadow: inset 0px 0px 0px 1px transparent;
}
.tabs a.is-active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #000;
          box-shadow: inset 0px 0px 0px 1px #000;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .tabs a:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1px #000;
            box-shadow: inset 0px 0px 0px 1px #000;
  }
}
@media screen and (min-width: 768px) {
  .tabs--mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tabs--mobile {
    display: block;
    margin-bottom: 3rem;
  }
}
.title_large {
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.title_large--left {
  text-align: left;
}
.title_large ins {
  position: absolute;
}
.title_large del {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .title_large {
    padding: 3rem 2rem 1rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .title_large {
    padding: 3rem 0;
  }
  .title_large del {
    display: none;
  }
}
.care_item {
  padding: 2rem;
  text-align: center;
  background: #f5f5f5;
  border-radius: 1rem;
}
.care_item__name {
  margin-bottom: 2.5rem;
}
.care_item__name ins {
  position: absolute;
}
.care_item__title {
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.care_item__text {
  margin: 0 auto 1.5rem;
  max-width: 48rem;
  color: rgba(0,0,0,0.6);
}
.care_item__text + .care_item__title {
  padding-top: 0.5rem;
}
.care_item__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 1rem;
}
.care_item__icon {
  width: 5rem;
  height: 5rem;
  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;
}
.care_item__icon img {
  width: 4rem;
  height: 4rem;
}
.care_item + .care_item {
  margin-top: 2rem;
}
.filter {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2rem;
}
.filter_block {
  margin-bottom: 6rem;
  text-align: center;
  padding: 0 6rem;
}
.filter_block:last-child {
  margin-bottom: 0;
}
.filter_block__title {
  font-weight: 500;
  margin-bottom: 2rem;
}
.filter_block__list a {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 1rem;
  background: rgba(0,0,0,0.04);
  height: 3.2rem;
  padding: 0.8rem 1rem;
  margin: 0 0.25rem 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0px 0px 0px 1px transparent;
          box-shadow: inset 0px 0px 0px 1px transparent;
}
.filter_block__list a:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px #000;
          box-shadow: inset 0px 0px 0px 1px #000;
}
.filter_block__list a.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #000;
          box-shadow: inset 0px 0px 0px 1px #000;
  background: #fff;
}
.filter_block__list a font {
  margin-right: 1rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-shadow: 0 0 0.2rem inset rgba(0,0,0,0.13);
          box-shadow: 0 0 0.2rem inset rgba(0,0,0,0.13);
}
.filter__count {
  padding: 2rem;
}
.filter__menu {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter__menu:after {
  height: 1px;
}
.filter__menu svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.7rem;
}
.filter__menu ins {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 1rem;
  line-height: 1.7rem;
  text-align: center;
  position: absolute;
  right: -2.2rem;
  top: 0;
}
.filter__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter__clear svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
}
.filter__tags {
  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;
}
.filter__tag {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1rem;
}
.filter__tag span {
  color: rgba(0,0,0,0.5);
}
.filter__tag svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .filter__count {
    padding: 1.5rem;
  }
  .filter_block {
    padding: 0;
    margin-bottom: 4rem;
  }
  .filter_block:last-child {
    margin-bottom: 0;
  }
  .filter__tags {
    display: none;
  }
}
.unit__name {
  margin-bottom: 0.6rem;
}
.unit__price {
  font-weight: 500;
}
.unit__text {
  font-size: 1.3rem;
  margin-top: 2rem;
}
.unit__text p + p {
  margin-top: 0.5rem;
}
.unit__text a {
  color: rgba(0,0,0,0.5);
}
.unit__label {
  color: #287fe5;
  position: absolute;
  top: 2.5rem;
  left: 2rem;
  z-index: 2;
}
.unit__like {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  position: absolute;
  color: transparent;
}
.unit__like svg {
  width: 2.4rem;
  height: 2.4rem;
}
.unit__like.is-liked {
  color: #000;
}
.is-modal .unit__like {
  opacity: 0;
}
.unit_avail__list {
  display: none;
}
.unit_avail__list.active {
  display: block;
}
.unit_avail__item + .unit_avail__item {
  border-top: 1px solid rgba(0,0,0,0.06);
}
.unit_avail__item {
  padding: 1.1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .unit_avail__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.unit_avail__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .unit_avail__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-bottom: 1.5rem;
  }
}
.unit_avail__title {
  margin-bottom: 0.5rem;
}
.unit_avail__address a {
  color: #666;
}
@media screen and (max-width: 767px) {
  .unit_avail__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: right;
  }
}
.unit_avail__count {
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .unit_avail__count {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: left;
    margin-right: 0;
  }
}
.unit_avail__count span {
  color: #999;
}
.unit__action {
  margin-top: 3rem;
  display: none;
}
.unit__action.active {
  display: block;
}
.unit__action .btn {
  width: 100%;
}
.unit_dolyame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f3f3f3;
  height: 4.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
.unit_dolyame__text {
  margin: 0 1rem;
}
.unit_dolyame__text span {
  text-transform: uppercase;
}
.unit_monoid {
  margin-top: 3rem;
}
.unit_monoid__title {
  font-weight: 500;
}
.unit_monoid__link {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.unit_monoid__link a {
  color: rgba(0,0,0,0.5);
}
.unit_monoid__link a.monoid-label--selected {
  text-transform: uppercase;
}
.unit_colors {
  margin-top: 3rem;
}
.unit_colors__title {
  font-weight: 500;
}
.unit_colors__items {
  margin-top: 1.5rem;
  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;
}
.unit_colors__item {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin: 0 0.75rem;
  -webkit-box-shadow: 0 0 0.2rem inset rgba(0,0,0,0.13);
          box-shadow: 0 0 0.2rem inset rgba(0,0,0,0.13);
}
.unit_colors__item.is-active:before {
  content: ' ';
  display: block;
  border-radius: 50%;
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid #000;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
}
.unit_sizes {
  margin-top: 3rem;
}
.unit_sizes__title {
  font-weight: 500;
}
.unit_sizes__items {
  margin-top: 1.5rem;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.unit_sizes__item {
  font-size: 1.3rem;
  line-height: 1.6rem;
  display: inline-block;
  height: 3.2rem;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  background: rgba(0,0,0,0.04);
  margin: 0.25rem;
  border: 1px solid transparent;
}
.unit_sizes__item--hidden {
  background: rgba(0,0,0,0.02);
  color: #999;
}
.unit_sizes__item.is-active {
  border: 1px solid #000;
  background: #fff;
}
.unit_sizes__hint {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.unit_sizes__hint a {
  color: rgba(0,0,0,0.5);
}
.unit_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.unit_action__item {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.5rem;
}
.unit_action__item * {
  pointer-events: none;
}
.unit_action__item svg {
  width: 1.6rem;
  height: 1.6rem;
}
.unit_action__item span {
  margin-top: 0.1rem;
  margin-left: 0.7rem;
}
@media screen and (min-width: 768px) {
  .is-info .page__bg,
  .is-shipping .page__bg,
  .is-avail .page__bg,
  .is-care .page__bg {
    -webkit-transform: translate3d(0.00001px, 0.00001px, 0.00001px);
            transform: translate3d(0.00001px, 0.00001px, 0.00001px);
    opacity: 1;
    background: rgba(0,0,0,0.3);
    z-index: 20;
    pointer-events: all;
    width: 50%;
  }
  .is-info .page__header,
  .is-shipping .page__header,
  .is-avail .page__header,
  .is-care .page__header {
    pointer-events: none;
  }
  .unit {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .unit__like {
    margin-top: 6rem;
    top: 2rem;
    left: 2rem;
  }
  .nav-up .unit__like {
    -webkit-transform: translateY(-6rem);
            transform: translateY(-6rem);
  }
  .unit_content {
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 50%;
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
    margin-top: calc(-6rem - 1px);
    text-align: center;
  }
  .unit_content__wrap {
    width: 42rem;
  }
  .is-modal .unit_content__wrap {
    opacity: 0;
  }
  .unit_menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem;
    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;
  }
  .unit_menu--details {
    display: none;
    z-index: 10;
    position: fixed;
    z-index: 100;
    -webkit-transform: translate3d(0.00003px, 0.00003px, 0.00003px);
            transform: translate3d(0.00003px, 0.00003px, 0.00003px);
  }
  .is-modal .unit_menu--details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
  }
  .unit_menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 1.5rem;
  }
  .unit_menu__item * {
    pointer-events: none;
  }
  .unit_menu__item.is-active {
    font-weight: 500;
  }
  .unit_menu__item svg {
    width: 1.6rem;
    height: 1.6rem;
  }
  .unit_menu__item span {
    margin-top: 0.1rem;
    margin-left: 0.7rem;
  }
  .unit_gallery {
    position: relative;
    width: 50%;
    margin-top: calc(-100vh + 6rem);
  }
  .unit_gallery__video {
    position: relative;
  }
  .unit_gallery__video video {
    width: 100%;
  }
  .unit_gallery__image {
    position: relative;
  }
  .unit_gallery__image img {
    width: 100%;
  }
  .unit_gallery__item {
    position: relative;
    border-bottom: 1px solid #fff;
    font-size: 0;
  }
  .unit_gallery__item:last-child {
    border-bottom: 0;
  }
  .unit_gallery__hint {
    color: rgba(0,0,0,0.3);
    font-size: 1.1rem;
    line-height: 1.3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    text-align: center;
  }
  .unit_gallery .swiper-pagination,
  .unit_gallery .swiper-navigation {
    display: none;
  }
  .unit_details {
    width: 50%;
    background: #fff;
    position: fixed;
    top: 0;
    right: -50%;
    bottom: 0;
    -webkit-transform: translate3d(0.00002px, 0.00002px, 0.00002px);
            transform: translate3d(0.00002px, 0.00002px, 0.00002px);
    -webkit-transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 0;
    pointer-events: none;
  }
  .unit_details--avail .unit_details__wrap {
    width: 54.5rem;
  }
  .is-info .unit_details--info,
  .is-shipping .unit_details--shipping,
  .is-avail .unit_details--avail,
  .is-care .unit_details--care {
    opacity: 1;
    pointer-events: all;
    z-index: 100;
  }
  .is-modal .unit_details {
    right: 0;
  }
  .unit_details__head {
    position: absolute;
    height: 6rem;
    width: 100%;
    padding: 2.2rem 6rem;
    z-index: 15;
  }
  .unit_details__head_title {
    text-align: center;
  }
  .unit_details__close {
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    right: 1.8rem;
    top: 1.8rem;
  }
  .unit_details__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .unit_details__wrap {
    width: 37rem;
    text-align: center;
  }
  .unit_details__block + .unit_details__block {
    margin-top: 3rem;
  }
  .unit_details__title {
    font-weight: 500;
    margin-bottom: 1.5rem;
  }
  .unit_details__subtitle {
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .unit_details__text {
    color: rgba(0,0,0,0.6);
  }
  .unit_details__text.important {
    color: #000;
  }
  .unit_details__text a {
    color: rgba(0,0,0,0.5);
  }
}
@media screen and (max-width: 767px) {
  .unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .unit_menu {
    display: none;
  }
  .unit_action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .unit_action__item + .unit_action__item {
    margin-top: 1.5rem;
  }
  .unit_content {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    padding-bottom: 5rem;
  }
  .unit__like {
    top: 1.5rem;
    left: 1.5rem;
  }
  .unit_details {
    margin: 0 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .unit_details--info {
    border-top: 1px solid rgba(0,0,0,0.06);
  }
  .unit_details__content {
    -webkit-transition: all 333ms ease;
    transition: all 333ms ease;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }
  .unit_details.is-active .unit_details__content {
    padding-bottom: 3rem;
    max-height: 999rem;
    opacity: 1;
  }
  .unit_details__close {
    display: none;
  }
  .unit_details__head_title {
    padding: 2rem 0;
    position: relative;
  }
  .unit_details__head_title:before,
  .unit_details__head_title:after {
    content: "";
    position: absolute;
    top: calc(2rem + 9px);
    right: 0;
    margin: 0 0 -5px;
    background: #000;
  }
  .unit_details__head_title:before {
    right: 6px;
    width: 1px;
    height: 11px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    margin-top: -6px;
    background: #000;
  }
  .unit_details__head_title:after {
    right: 1px;
    width: 11px;
    height: 1px;
    margin-top: -1px;
    background: #000;
  }
  .unit_details.is-active .unit_details__head_title:before {
    height: 0;
    margin-top: 0;
  }
  .unit_details__content {
    text-align: center;
  }
  .unit_details__block + .unit_details__block {
    margin-top: 3rem;
  }
  .unit_details__title {
    font-weight: 500;
    margin-bottom: 1.5rem;
  }
  .unit_details__subtitle {
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .unit_details__text {
    color: rgba(0,0,0,0.6);
  }
  .unit_details__text.important {
    color: #000;
  }
  .unit_gallery {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .unit_gallery__container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .unit_gallery__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .unit_gallery__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    height: 54rem;
    width: 100%;
  }
  .unit_gallery__hint {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.4rem;
    color: rgba(0,0,0,0.3);
  }
  .unit_gallery__image {
    height: 100%;
  }
  .unit_gallery__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .unit_gallery__video {
    position: relative;
    height: 100%;
  }
  .unit_gallery__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .unit_gallery .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: auto;
    padding: 1rem 1.1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .unit_gallery .swiper-pagination-bullet {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-radius: 0;
    width: auto;
    opacity: 1;
    margin: 0 0.4rem;
    height: 0.2rem;
    background: rgba(204,204,204,0.5);
  }
  .unit_gallery .swiper-pagination-bullet-active {
    background: rgba(0,0,0,0.5);
  }
  .unit_gallery .swiper-navigation {
    position: absolute;
    width: 100%;
    top: calc(27rem - 1.2rem);
    z-index: 10;
  }
  .unit_gallery .swiper-left,
  .unit_gallery .swiper-right {
    -webkit-transition: all 333ms ease;
    transition: all 333ms ease;
    width: 2.4rem;
    height: 2.4rem;
    color: #000;
    position: absolute;
    cursor: pointer;
  }
  .unit_gallery .swiper-left svg,
  .unit_gallery .swiper-right svg {
    position: relative;
  }
  .unit_gallery .swiper-left {
    left: 0.8rem;
  }
  .unit_gallery .swiper-right {
    right: 0.8rem;
  }
}
.sizeguide_item {
  background: rgba(0,0,0,0.04);
  padding: 2rem 2rem 3rem;
  border-radius: 1rem;
}
.sizeguide_item__title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.sizeguide_item__wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 2rem;
}
.sizeguide_item__wrap + .sizeguide_item__wrap {
  margin-top: 4rem;
}
.sizeguide_item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sizeguide_item__image {
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}
.sizeguide_item__image img {
  max-width: 57.3rem;
}
.sizeguide_item__subtitle {
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5rem;
}
.sizeguide_item__text {
  text-align: center;
  color: rgba(0,0,0,0.6);
}
.sizeguide_item + .sizeguide_item {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .sizeguide__list {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sizeguide_item__title {
    margin-bottom: 2.5rem;
  }
  .sizeguide_item__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sizeguide_item__wrap + .sizeguide_item__wrap {
    margin-top: 4rem;
  }
  .sizeguide_item__image img {
    max-width: 30rem;
    max-height: 25rem;
  }
}
.section--media,
.section--media-full,
.section--media-content {
  font-family: 'Pragmatica', sans-serif;
}
.media__first {
  margin: 0 2rem;
}
.media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 104.6rem;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.media_item {
  margin-bottom: 8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.8rem;
          flex: 0 0 33.8rem;
}
.media_item--large .media_item__image {
  height: 60rem;
}
.media_item--large .media_item__info {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.media_item--large .media_item__info,
.media_item--large .media_item__title {
  text-align: center;
}
.media_item--medium {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 69.2rem;
          flex: 0 0 69.2rem;
}
.media_item__image {
  height: 39.2rem;
  margin-bottom: 1.2rem;
}
.media_item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media_item__info {
  margin-bottom: 0.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.media_item__info a {
  color: #ff9bb9;
}
.media_item__info span {
  margin-left: 1rem;
}
.media_item__title {
  font-weight: 500;
  max-width: 90rem;
  margin: 0 auto;
}
.media_header__image img {
  width: 100%;
}
.media_header__info {
  margin-bottom: 0.8rem;
}
.media_header__info a {
  color: #ff9bb9;
}
.media_header__info span {
  margin-left: 1rem;
}
.media_image__image {
  position: relative;
  font-size: 0;
}
.media_image__image img {
  width: 100%;
}
.media_image__text span {
  color: #999;
}
.media_slider__image {
  position: relative;
}
.media_slider__text span {
  color: #999;
}
.media_text p {
  text-align: left !important;
}
.media_quote__icon {
  margin: 0 auto;
  width: 4.8rem;
  height: 4rem;
}
.media_quote__title {
  text-align: center;
}
.media_quote__text {
  text-align: center;
}
.media_goods {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  width: 4rem;
  height: 4rem;
  position: absolute;
  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;
  background: #fff;
  z-index: 2;
  right: 1.6rem;
  bottom: 1.6rem;
  border-radius: 50%;
}
.media_goods svg {
  pointer-events: none;
  width: 2.4rem;
  height: 2.4rem;
}
.media_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
}
.media_gallery__image {
  position: relative;
}
.media_video {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
}
.media_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media_catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .media_goods:hover {
    width: 5rem;
    height: 5rem;
    right: 1.1rem;
    bottom: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  .section--media {
    margin: 8rem 0;
  }
  .section--media .container {
    width: 104.6rem;
  }
  .section--media-content {
    margin: 8rem 0;
  }
  .section--media-content .container {
    width: 104.6rem;
    padding-right: 17.7rem;
  }
  .section--media-full {
    margin: 8rem 2rem;
  }
  .media_header__title {
    margin-bottom: 2.4rem;
  }
  .media_header__info {
    margin-top: 3.2rem;
  }
  .media_image__text {
    margin-top: 1.2rem;
  }
  .media_quote__icon {
    margin-bottom: 3.2rem;
  }
  .media_gallery__image:before {
    height: 100%;
    width: 1px;
    position: absolute;
    left: -1px;
    background: #fff;
    content: ' ';
    display: block;
  }
  .media_gallery__image:after {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    background: #fff;
    content: ' ';
    display: block;
    z-index: 2;
    pointer-events: none;
  }
  .media_gallery__image img {
    height: 54.3rem;
  }
  .section--media-full .media_gallery__image img {
    height: 45rem;
  }
  .media_text__title {
    margin-bottom: 3.2rem;
  }
  .media_catalog .catalog {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.9rem;
            flex: 0 0 28.9rem;
  }
  .media_slider .swiper-slide {
    width: auto;
    display: inline;
    margin-right: 0.8rem;
  }
  .media_slider .swiper-slide img {
    height: 47.8rem;
  }
  .media_slider--content .swiper-slide:first-child {
    margin-left: calc((100vw - 4rem - 104.6rem) / 2);
    position: relative;
  }
  .media_slider--content .swiper-slide:last-child {
    margin-right: calc((100vw - 4rem - 104.6rem) / 2);
    position: relative;
  }
  .media_slider--content .swiper-navigation {
    margin-left: calc((100vw - 4rem - 104.6rem) / 2);
  }
  .media_slider .swiper-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.6rem;
  }
  .media_slider .swiper-prev,
  .media_slider .swiper-next {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid #000;
    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;
    cursor: pointer;
    margin-right: 1.6rem;
  }
  .media_slider .swiper-prev svg,
  .media_slider .swiper-next svg {
    pointer-events: none;
    width: 2rem;
    height: 2rem;
  }
  .media_slider .swiper_pages {
    white-space: nowrap;
    margin: 0 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .media_slider .swiper_pages span {
    margin: 0 0.4rem;
  }
  .media_slider__image {
    position: relative;
    font-size: 0;
  }
  .media_slider__text {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .section--media,
  .section--media-full,
  .section--media-content {
    margin: 4rem 1.6rem;
  }
  .media__first,
  .media__list {
    width: auto;
    margin: 0 1.6rem;
  }
  .media_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 3.2rem;
  }
  .media_item__title,
  .media_item__info {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .media_item__image {
    height: 46rem;
  }
  .media_item--large {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .media_item--large .media_item__image {
    height: 50rem;
  }
  .media_header__title {
    margin-bottom: 1.2rem;
  }
  .media_header__info {
    margin-top: 2.4rem;
  }
  .media_quote__icon {
    margin-bottom: 2.4rem;
  }
  .media_image__text {
    margin-top: 1.2rem;
  }
  .media_text__title {
    margin-bottom: 2.4rem;
  }
  .media_slider__image {
    position: relative;
    font-size: 0;
  }
  .media_slider__text {
    margin-top: 1.2rem;
    display: none;
    max-width: 100%;
  }
  .media_slider .swiper-slide {
    width: auto;
    display: inline;
    margin-right: 0.8rem;
  }
  .media_slider .swiper-slide img {
    height: 22.8rem;
  }
  .media_slider .swiper-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.6rem;
  }
  .media_slider .swiper-prev,
  .media_slider .swiper-next {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid #000;
    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;
    cursor: pointer;
    margin-right: 1.6rem;
  }
  .media_slider .swiper-prev svg,
  .media_slider .swiper-next svg {
    pointer-events: none;
    width: 2rem;
    height: 2rem;
  }
}
.preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.preview__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  max-width: 10rem;
  margin-right: 1rem;
}
.preview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.preview__name {
  margin-bottom: 0.3rem;
}
.preview__price {
  font-weight: 500;
  margin-bottom: 1rem;
}
.preview__action a {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  color: #999;
}
.preview_info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.preview_info__color {
  color: #999;
  margin-bottom: 0.3rem;
}
.preview_info__quantity {
  margin-bottom: 0.3rem;
}
.preview_info__quantity span {
  color: #999;
  margin-right: 1rem;
}
.preview_info__quantity font {
  margin: 0 1rem;
}
.preview_info__gift {
  color: #ff9bb9;
  margin-bottom: 0.3rem;
}
.preview_info__sold {
  color: #f00;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .preview {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .preview__action a:hover {
    color: #000;
  }
}
.giftcard--pink {
  background: #ff9bb9;
}
.giftcard--red {
  background: #ea3323;
}
.giftcard--yellow {
  background: #fbe756;
}
@media screen and (min-width: 768px) {
  .giftcard {
    height: 28.3rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin: 1rem;
    border-radius: 1.5rem;
    padding: 2rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
    position: relative;
    cursor: pointer;
  }
  .giftcard * {
    pointer-events: none;
  }
  .giftcard.active:before {
    border: 1px solid #000;
    border-radius: 2.5rem;
    content: ' ';
    display: block;
    pointer-events: none;
    position: absolute;
    top: -1rem;
    bottom: -1rem;
    left: -1rem;
    right: -1rem;
  }
  .giftcard__header,
  .giftcard__footer,
  .giftcard__logo {
    font-family: 'MonochromeSans', sans-serif;
    font-size: 2rem;
    line-height: 2.4rem;
    text-transform: uppercase;
  }
  .giftcard__header b,
  .giftcard__footer b,
  .giftcard__logo b {
    font-weight: 500;
  }
  .giftcard__logo {
    text-align: center;
    letter-spacing: 0.2em;
  }
  .giftcard + .giftcard {
    margin-left: 2rem;
  }
  .giftcard__container {
    font-size: 0;
    margin: 0 2rem 3rem;
  }
  .giftcard__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .giftcard {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    height: 12.8rem;
    width: 20rem;
    margin: 0.5rem 1rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
    border-radius: 1rem;
    padding: 1rem 1.5rem;
  }
  .giftcard * {
    pointer-events: none;
  }
  .giftcard__header,
  .giftcard__footer,
  .giftcard__logo {
    font-family: 'MonochromeSans', sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    text-transform: uppercase;
  }
  .giftcard__header b,
  .giftcard__footer b,
  .giftcard__logo b {
    font-weight: 500;
  }
  .giftcard:before {
    -webkit-transition: all 333ms ease;
    transition: all 333ms ease;
    border: 1px solid #000;
    border-radius: 1.5rem;
    content: ' ';
    display: block;
    pointer-events: none;
    position: absolute;
    top: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    opacity: 0;
  }
  .giftcard.swiper-slide-active:before {
    opacity: 1;
  }
  .giftcard__logo {
    text-align: center;
    letter-spacing: 0.2em;
  }
  .giftcard__container {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .giftcard__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.history_item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5;
}
.history_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.history_item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  cursor: pointer;
}
.history_item__head * {
  pointer-events: none;
}
.history_item__number {
  color: #999;
}
.history_item__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.history_item__total svg {
  margin-left: 2rem;
}
.history_item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.history_item__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
  max-width: 6rem;
  height: 8.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .history_item__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20rem;
            flex: 0 0 20rem;
    margin-right: 4rem;
  }
  .history_item__number {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20rem;
            flex: 0 0 20rem;
  }
  .history_item__total {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .history_item__total svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .history_item__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    position: relative;
  }
  .history_item__total svg {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    right: 0;
    top: 50%;
    margin-top: -0.8rem;
  }
}
.wishlist_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
}
.wishlist_header__total {
  color: #999;
}
.wishlist_header__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wishlist_header__link svg {
  margin-left: 0.8rem;
  width: 1.2rem;
  height: 1.2rem;
}
.wishlist_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .wishlist_list .catalog {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333333336%;
            flex: 0 0 33.333333333333336%;
  }
  .wishlist_list .catalog .btn {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .wishlist_list .catalog {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .wishlist_list .catalog__action {
    display: block;
    opacity: 1;
    pointer-events: all;
    top: 18.5rem;
  }
  .wishlist_list .catalog__action .btn {
    top: 0;
  }
}
.loyalty_balance__title {
  color: #999;
  margin-bottom: 1rem;
}
.loyalty_balance__value {
  margin-bottom: 2rem;
}
.loyalty_list__head {
  color: rgba(0,0,0,0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 0;
}
.loyalty_list__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20rem;
          flex: 1 0 20rem;
}
.loyalty_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 0;
  border-top: 1px solid #e5e5e5;
}
@media screen and (min-width: 768px) {
  .loyalty_balance {
    margin-bottom: 5rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 767px) {
  .loyalty_balance {
    margin-bottom: 5rem;
  }
  .loyalty_list__head {
    display: none;
  }
  .loyalty_list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .loyalty_list__col:last-child {
    position: absolute;
    top: 3rem;
    right: 0;
  }
  .loyalty_list__col:first-child {
    color: rgba(0,0,0,0.6);
  }
}
.search__block {
  width: 100%;
  margin-top: 5rem;
}
.search__subtitle {
  margin-bottom: 2.5rem;
  color: #999;
}
.search__categories li {
  margin-bottom: 1.5rem;
}
.search__categories li:last-child {
  margin-bottom: 0;
}
.search__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search__products .catalog {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
}
.search__products .catalog .btn {
  font-size: 1.3rem;
}
.search__form {
  width: 100%;
}
.search__form .input_text {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid rgba(27,30,27,0.13);
  background: url("../img/minified-svg/icon-search-24.svg") no-repeat 0 50%/2.4rem 2.4rem;
  box-shadow: none !important;
}
.search__form .input_text input {
  padding-left: 3.4rem;
  border: 0 !important;
}
#cart {
  width: 100%;
}
.cart_page__line {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.3rem;
  line-height: 1.7rem;
  width: 100%;
}
.cart_page__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart_page__total b {
  font-weight: 500;
}
.cart_page__action {
  margin-top: 3rem;
}
.cart_page__conditions {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.cart_page__conditions a {
  color: #999;
}
@media screen and (min-width: 768px) {
  .cart_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 104rem;
    margin: 0 auto 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cart_page__left {
    width: 62rem;
  }
  .cart_page__right {
    width: 32rem;
  }
  .cart_items__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart_items__list .preview {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1rem);
            flex: 0 0 calc(50% - 1rem);
    margin-right: 2rem;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .cart_items__list .preview:nth-child(2n) {
    margin-right: 0;
  }
  .cart_items__title {
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-bottom: 2rem;
  }
  .cart_items--unavailable .preview__image {
    opacity: 0.3;
  }
  .cart_items + .cart_items {
    margin-top: 3rem;
  }
  .cart__footer {
    position: sticky;
    bottom: -2rem;
    padding: 2rem 0 0;
    background: #fff;
    border-top: 1px solid rgba(0,0,0,0.06);
  }
  .cart__footer:after {
    width: 100%;
    height: 2rem;
    background: #fff;
    content: ' ';
    position: absolute;
    bottom: -2rem;
    left: 0;
    display: block;
  }
  .cart_also {
    margin-top: 4rem;
    border-top: 1px solid rgba(0,0,0,0.06);
  }
  .cart_also__title {
    padding: 2.5rem 0;
    text-align: center;
  }
  .cart_also__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cart_also__list .catalog {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
  }
  .cart_also__list .catalog .btn {
    font-size: 1.3rem;
  }
  .cart_total {
    text-align: center;
    position: relative;
    margin-bottom: 2rem;
  }
  .cart_total__price span {
    font-weight: 500;
    margin-left: 1rem;
  }
  .cart_total__conditions {
    position: absolute;
    right: 2rem;
    top: 0;
    line-height: 1.7rem;
    font-size: 1.3rem;
  }
  .cart_total__conditions a {
    color: #999;
  }
}
@media screen and (max-width: 767px) {
  .cart_page {
    padding: 0 1.5rem 3rem;
  }
  .cart_page__conditions {
    text-align: center;
  }
  .cart_items__list .preview {
    margin-bottom: 3rem;
  }
  .cart_items__title {
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-bottom: 2rem;
  }
  .cart_items + .cart_items {
    margin-top: 2rem;
  }
  .cart__footer {
    position: sticky;
    bottom: -4rem;
    padding: 2rem 0 2rem;
    background: #fff;
    border-top: 1px solid rgba(0,0,0,0.06);
  }
  .cart_total {
    text-align: center;
    position: relative;
    margin-bottom: 2rem;
  }
  .cart_total__price span {
    font-weight: 500;
    margin-left: 1rem;
  }
  .cart_total__conditions {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 1rem;
  }
  .cart_total__conditions a {
    color: #999;
  }
  .cart_also {
    margin-top: 4rem;
    border-top: 1px solid rgba(0,0,0,0.06);
  }
  .cart_also__title {
    padding: 2.5rem 0;
    text-align: center;
  }
  .cart_also__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
  }
  .cart_also__list .catalog {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
            flex: 0 0 calc(100% / 2);
  }
  .cart_also__list .catalog .btn {
    font-size: 1.3rem;
  }
}
.autoComplete_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 4.5rem;
  left: 0;
  right: 0;
  margin: -1px 0 0;
  padding: 0;
  z-index: 1;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(27,30,27,0.13);
  outline: 0;
}
.autoComplete_wrapper > ul:empty,
.autoComplete_wrapper > ul[hidden] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.autoComplete_wrapper > ul > li {
  padding: 1rem 1rem;
  text-align: left;
  color: #212121;
  background-color: #fff;
  text-overflow: ellipsis;
}
.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: #ffd4e1;
  font-weight: 700;
}
.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: #ffd4e1;
}
.autoComplete_wrapper > ul > li[aria-selected=true] {
  background-color: #ffd4e1;
}
@media screen and (max-width: 767px) {
  .autoComplete_wrapper > input {
    width: 100%;
  }
}
.stores_item {
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 1rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.stores_item__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20rem;
          flex: 0 0 20rem;
  height: 12.7rem;
}
.stores_item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .stores_item__content {
    padding: 1.5rem 2rem 0rem 1.5rem;
  }
}
.stores_item__name {
  margin-bottom: 1.5rem;
}
.stores_item__text {
  font-size: 1.3rem;
  line-height: 1.3em;
  color: rgba(0,0,0,0.5);
}
.stores_item.active {
  border-color: #000;
}
.order_data {
  border: 1px solid rgba(0,0,0,0.13);
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 8rem;
  margin-top: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .order_data {
    margin-bottom: 5rem;
  }
}
.order_data__action {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.order_data__block + .order_data__block {
  margin-top: 1.5rem;
}
.order_data__title {
  color: rgba(0,0,0,0.5);
  margin-bottom: 1rem;
}
.order_data__text p + p {
  margin-top: 0.5rem;
}
.order .field__select select {
  -webkit-appearance: none;
  apperance: none;
  outline: none;
  height: 4.5rem;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(27,30,27,0.13);
          box-shadow: inset 0px 0px 0px 1px rgba(27,30,27,0.13);
  border-radius: 0;
  border: 0;
  width: 100%;
  padding: 0 1.5rem;
  background: url("../img/minified-svg/caret-down-20.svg") no-repeat calc(100% - 1.5rem) 50%/2rem 2rem;
}
@media screen and (max-width: 767px) {
  .order__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.order__title svg {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  vertical-align: middle;
}
.order__text {
  color: #808080;
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.order .form__line {
  margin-top: 2rem;
}
.order__step {
  color: #808080;
}
.order_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 1rem;
}
.order_tabs a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: 1px solid transparent;
  margin: -1px;
  text-align: center;
  border-radius: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .order_tabs a {
    padding: 1.2rem 1rem;
  }
}
.order_tabs a:after {
  content: ' ';
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(0,0,0,0.06);
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}
.order_tabs a:last-child:after {
  display: none;
}
.order_tabs a.active {
  border: 1px solid #000;
}
.order_tabs__name.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .order_tabs__name.mobile {
    display: none;
  }
  .order_tabs__name.desktop {
    display: block;
  }
}
.order_tabs__date {
  font-size: 1.3rem;
  line-height: 1.7rem;
  color: #808080;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .order_tabs__date {
    display: none;
  }
}
.order__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.order__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order__total b {
  font-weight: 500;
}
.order_cart {
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 2.5rem;
}
.order_cart__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.order_cart__image {
  width: calc(100% / 5);
  position: relative;
  font-size: 0;
}
.order_cart__image:before {
  width: 1px;
  height: 100%;
  background: #fff;
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.order_cart__image:after {
  height: 1px;
  width: 100%;
  background: #fff;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.order_cart__info {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.order_cart__info span {
  color: #808080;
}
.form_payment {
  display: block;
}
.form_payment + .form_payment {
  margin-top: 1.5rem;
}
.form_payment input {
  position: absolute;
  top: -999rem;
  left: -999rem;
}
.form_payment input:checked + .form_payment__wrap .form_payment__input:before {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  content: ' ';
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-top: -0.25rem;
  margin-left: -0.25rem;
  background: #fff;
  display: block;
  z-index: 2;
}
.form_payment__wrap {
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(0,0,0,0.13);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form_payment__input {
  width: 1.5rem;
  height: 1.5rem;
  background: #000;
  border-radius: 50%;
  margin-right: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 104rem;
    margin: 0 auto;
  }
  .order_tabs {
    margin: 2rem 0;
  }
  .order_tabs a {
    padding: 2rem;
  }
  .order .form__action {
    margin-bottom: 4rem;
  }
  .order__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62rem;
            flex: 0 0 62rem;
    margin-right: 10rem;
  }
  .order__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32rem;
            flex: 0 0 32rem;
  }
  .order__step {
    padding: 4rem 0;
    border-top: 1px solid rgba(0,0,0,0.06);
  }
}
@media screen and (max-width: 767px) {
  .order + .order {
    margin-top: 5rem;
  }
  .order--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .order--reverse .order__left {
    margin: 4rem 0;
  }
  .order__step {
    padding: 2.5rem 0;
    border-top: 1px solid rgba(0,0,0,0.06);
    font-size: 1.5rem;
  }
  .order__step:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .order__reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .order__simple {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
  .order__left {
    padding: 0 1.5rem;
  }
  .order__right {
    padding: 0 1.5rem;
  }
  .order__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5rem;
    color: #808080;
  }
  .order__line span:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10rem;
            flex: 0 0 10rem;
  }
  .order__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
  }
  .order__total span:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10rem;
            flex: 0 0 10rem;
  }
  .order__total b {
    font-weight: 500;
  }
  .order_cart {
    margin-top: 2rem;
  }
  .order_cart__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .order_cart__image {
    width: calc(100% / 5);
    position: relative;
    font-size: 0;
  }
  .order_cart__image:before {
    width: 1px;
    height: 100%;
    background: #fff;
    content: ' ';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .order_cart__image:after {
    height: 1px;
    width: 100%;
    background: #fff;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
  }
  .order_cart__info {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .order_cart__info span {
    color: #808080;
  }
}
.sustainability_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0,0,0,0.2);
  -webkit-backdrop-filter: blur(5.7rem);
          backdrop-filter: blur(5.7rem);
  overflow: auto;
  display: none;
}
.sustainability_modal.active {
  display: block;
}
.sustainability_modal__bg {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.sustainability_modal__content {
  position: relative;
  width: 120rem;
  border-radius: 7rem;
  background: #fff;
  left: 50%;
  margin-left: -60rem;
  margin-top: 8rem;
  margin-bottom: 8rem;
  padding: 7rem 12rem;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sustainability_modal__content {
    width: calc(100% - 3rem);
    left: 1.5rem;
    right: 1.5rem;
    top: 1.5rem;
    margin-left: 0;
    border-radius: 3rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    padding: 3rem 1.5rem;
  }
}
.sustainability_modal__image {
  position: absolute;
  top: 12rem;
  left: 24rem;
  right: 24rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sustainability_modal__image {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
}
.sustainability_modal__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sustainability_modal__close {
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 50%;
  background: #fff;
  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;
  -webkit-box-shadow: -0.4rem 0.4rem 1.7rem 0 rgba(0,0,0,0.1);
          box-shadow: -0.4rem 0.4rem 1.7rem 0 rgba(0,0,0,0.1);
  position: absolute;
  top: 6rem;
  right: 6rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sustainability_modal__close {
    width: 3.6rem;
    height: 3.6rem;
    right: 2rem;
    top: 2rem;
    z-index: 3;
  }
}
.sustainability_modal__close svg {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .sustainability_modal__close svg {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.sustainability_modal__date {
  color: #00eb5e;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sustainability_modal__date {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.sustainability_modal__title {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sustainability_modal__title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    text-align: center;
    padding: 0 1.5rem;
    line-height: 1.3em;
  }
}
.sustainability_modal__text {
  position: relative;
  z-index: 2;
  margin-top: 40rem;
}
@media screen and (max-width: 767px) {
  .sustainability_modal__text {
    margin-top: 3rem;
  }
}
.sustainability_header {
  text-align: center;
  max-width: 112.4rem;
  margin: 0 auto;
}
.sustainability_header__title {
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.sustainability_header__title span {
  position: absolute;
}
.sustainability_header__subtitle {
  position: relative;
  z-index: 2;
}
.sustainability_header__text {
  position: relative;
  z-index: 2;
}
.sustainability_header__image {
  position: relative;
  z-index: 1;
}
.sustainability_items {
  margin: 3rem 4rem;
}
.sustainability_item {
  background: #fff;
  border-radius: 6rem;
  padding: 5.5rem 6rem;
  height: 70rem;
  position: relative;
  overflow: hidden;
  margin-top: -15rem;
  z-index: 3;
}
.sustainability_item:first-child {
  margin-top: 0;
}
.sustainability_item:after {
  display: block;
  position: absolute;
  top: 15rem;
  left: 0;
  width: 100%;
  height: 55rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,255,102,0)), to(rgba(0,255,102,0.7)));
  background: -webkit-linear-gradient(top, rgba(0,255,102,0) 0%, rgba(0,255,102,0.7) 100%);
  background: linear-gradient(180deg, rgba(0,255,102,0) 0%, rgba(0,255,102,0.7) 100%);
  z-index: 4;
  content: ' ';
  pointer-events: none;
}
.sustainability_item__date {
  color: #00eb5e;
  margin-bottom: 2rem;
  z-index: 3;
}
.sustainability_item__title {
  margin-bottom: 3rem;
  font-weight: 500;
  z-index: 3;
  position: relative;
}
.sustainability_item__text {
  max-width: 60rem;
  z-index: 3;
  position: relative;
}
.sustainability_item__hint {
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 50%;
  background: #f7f7f7;
  -webkit-box-shadow: -4px 4px 17.7143px rgba(0,0,0,0.09);
          box-shadow: -4px 4px 17.7143px rgba(0,0,0,0.09);
  position: absolute;
  top: 4rem;
  right: 5rem;
  text-align: center;
  line-height: 8.4rem;
  color: #00eb5e;
  font-size: 5rem;
  z-index: 5;
}
.sustainability_item__link {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 5;
  display: block;
}
.sustainability_item__image {
  position: absolute;
  width: 60rem;
  height: 50rem;
  top: 14rem;
  right: 6rem;
  z-index: 2;
}
.sustainability_item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sustainability_promises {
  max-width: 112.4rem;
  margin: 10rem auto;
  text-align: center;
}
.sustainability_promises__title {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .sustainability_header {
    padding: 6rem 0;
  }
  .sustainability_header__subtitle {
    margin-bottom: 5rem;
  }
  .sustainability_header__image {
    margin: -10rem 0;
  }
  .sustainability_header__title + .sustainability_header__text {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sustainability_header {
    padding: 3rem 1.2rem;
  }
  .sustainability_header__subtitle {
    margin-bottom: 2rem;
  }
  .sustainability_header__image {
    margin: -5rem 0;
  }
  .sustainability_header__title + .sustainability_header__text {
    margin-top: 2rem;
  }
  .sustainability_items {
    margin: 2rem 1.2rem;
  }
  .sustainability_item {
    border-radius: 3rem;
    padding: 3rem;
    height: 46.5rem;
    margin-top: -8rem;
  }
  .sustainability_item:first-child {
    margin-top: 0;
  }
  .sustainability_item:after {
    top: 8rem;
    height: 38.5rem;
  }
  .sustainability_item__date {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  .sustainability_item__title {
    text-align: center;
    font-size: 3.1rem;
    line-height: 3.7rem;
    margin-bottom: 2rem;
  }
  .sustainability_item__text {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-bottom: 0;
  }
  .sustainability_item__hint {
    width: 3.6rem;
    height: 3.6rem;
    right: 2rem;
    top: 2rem;
    line-height: 3.6rem;
    font-size: 3rem;
  }
  .sustainability_item__image {
    bottom: 3rem;
    left: 3rem;
    right: 3rem;
    width: 29rem;
    height: 25rem;
    top: auto;
  }
  .sustainability_promises {
    margin: 5rem 2rem;
  }
  .sustainability_promises__title {
    font-size: 3.1rem;
    line-height: 3.5rem;
    margin-bottom: 3rem;
  }
  .sustainability_promises__text {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-bottom: 3rem;
  }
}
.slider {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 60rem;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .slider {
    height: 38rem;
  }
}
.slider__container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  height: 100%;
}
.slider__container.is-not-scrolling .slider__container__wrapper {
  -webkit-transition-timing-function: inherit;
          transition-timing-function: inherit;
}
.slider__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(1) scale(1, 1);
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast;
}
.slider__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border: 0;
  margin: 0;
  width: calc(100% / 5);
}
@media screen and (max-width: 767px) {
  .slider__slide {
    width: calc(100% / 2);
  }
}
.slider__slide .catalog {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
}
.slider__nav {
  position: absolute;
  z-index: 3;
  top: 23rem;
  right: 4rem;
  width: 10rem;
  height: 3.8rem;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .slider__nav {
    display: none;
  }
}
.slider__button {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  height: 3.8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  pointer-events: auto;
  cursor: pointer;
  outline: none;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.slider__button svg {
  width: 1rem;
  height: 1.8rem;
}
.slider__button--next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.field__error {
  display: none;
  color: #f00;
  margin-top: 0.6rem;
}
.field--error .field__error {
  display: block;
}
.field__hint {
  display: block;
  margin-top: 0.6rem;
  opacity: 0.2;
}
.field__label {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.btn {
  -webkit-transition: background 333ms ease, color 333ms ease, -webkit-box-shadow 333ms ease;
  transition: background 333ms ease, color 333ms ease, -webkit-box-shadow 333ms ease;
  transition: background 333ms ease, color 333ms ease, box-shadow 333ms ease;
  transition: background 333ms ease, color 333ms ease, box-shadow 333ms ease, -webkit-box-shadow 333ms ease;
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  height: 4.5rem;
  padding: 0 2rem;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(27,30,27,0.1);
          box-shadow: inset 0px 0px 0px 1px rgba(27,30,27,0.1);
  border-radius: 1px;
  text-transform: uppercase;
  font-size: 1.5rem;
  background: #000;
  color: #fff;
}
.btn__label {
  display: inline-block;
  line-height: 4.5rem;
  white-space: nowrap;
  pointer-events: none;
  font-family: 'MonochromeSans', sans-serif;
}
.btn--full {
  width: 100%;
}
.btn--small {
  height: 3rem;
  font-size: 1.3rem;
}
.btn--small .btn__label {
  line-height: 3rem;
}
.btn--pink {
  background: #ff9bb9;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ff9bb9;
          box-shadow: inset 0px 0px 0px 1px #ff9bb9;
}
.btn--border {
  -webkit-box-shadow: inset 0px 0px 0px 1px #1b1e1b;
          box-shadow: inset 0px 0px 0px 1px #1b1e1b;
  background: #fff;
  color: #000;
}
.btn--white {
  background: #fff;
  color: #000;
  -webkit-box-shadow: inset 0px 0px 0px 1px #000;
          box-shadow: inset 0px 0px 0px 1px #000;
}
.btn--gray {
  background: rgba(0,0,0,0.06);
  -webkit-box-shadow: inset 0px 0px 0px 1px transparent;
          box-shadow: inset 0px 0px 0px 1px transparent;
  color: #000;
}
.btn--link {
  background: transparent;
  color: #808080;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn--cart .btn__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.btn--cart .btn__label ins {
  position: relative;
}
.btn--cart .btn__label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn--cart .btn__label svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
.btn:disabled {
  color: rgba(255,255,255,0.5);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(27,30,27,0.5);
          box-shadow: inset 0px 0px 0px 1px rgba(27,30,27,0.5);
}
@media screen and (min-width: 1025px) {
  .btn:hover {
    background: #333;
  }
  .btn:hover.btn--pink {
    background: #ff8fb0;
  }
  .btn:hover.btn--link {
    background: transparent;
    color: #333;
  }
  .btn:hover.btn--border {
    background: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(27,30,27,0.5);
            box-shadow: inset 0px 0px 0px 1px rgba(27,30,27,0.5);
  }
  .btn:hover.btn--gray {
    background: rgba(0,0,0,0.1);
  }
  .btn:hover.btn--white {
    background: rgba(0,0,0,0.01);
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.input_text input,
.textarea textarea {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.5rem;
  font-family: 'MonochromeSans', sans-serif;
  font-size: 1.3rem;
}
.input_text,
.textarea {
  position: relative;
  height: 4.5rem;
  background-color: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(27,30,27,0.13);
          box-shadow: inset 0px 0px 0px 1px rgba(27,30,27,0.13);
  border-radius: 1px;
  -webkit-transition: -webkit-box-shadow 333ms ease;
  transition: -webkit-box-shadow 333ms ease;
  transition: box-shadow 333ms ease;
  transition: box-shadow 333ms ease, -webkit-box-shadow 333ms ease;
}
.input_text:hover,
.textarea:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(27,30,27,0.3);
          box-shadow: inset 0px 0px 0px 1px rgba(27,30,27,0.3);
}
.input_text--focus,
.textarea--focus,
.input_text--filled,
.textarea--filled {
  -webkit-box-shadow: inset 0px 0px 0px 1px #1b1e1b !important;
          box-shadow: inset 0px 0px 0px 1px #1b1e1b !important;
}
.input_text--invalid,
.textarea--invalid {
  -webkit-box-shadow: inset 0px 0px 0px 1px #f00 !important;
          box-shadow: inset 0px 0px 0px 1px #f00 !important;
}
.input_text--valid:after,
.textarea--valid:after {
  width: 1.6rem;
  height: 100%;
  background: url("../img/minified-svg/valid-16.svg") no-repeat 50% 50%;
  content: ' ';
  display: block;
  position: absolute;
  right: 1.25rem;
  top: 0;
}
.input_text__label,
.textarea__label {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #1b1e1b;
  margin-bottom: 0.5rem;
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.input_file input {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.5rem;
  font-family: 'MonochromeSans', sans-serif;
  font-size: 1.3rem;
}
.input_file {
  position: relative;
  height: 4.5rem;
  background-color: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(27,30,27,0.13);
          box-shadow: inset 0px 0px 0px 1px rgba(27,30,27,0.13);
  border-radius: 1px;
}
.input_file__label {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #1b1e1b;
  margin-bottom: 0.5rem;
}
.input_file input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.input_file label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.input_file span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  line-height: 22px;
  height: 100%;
  line-height: 4.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  margin: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
textarea::-webkit-input-placeholder {
  color: $inputColorPlaceholder;
  -webkit-transition: all 0.3s cubic-bezier(0.38, 0.77, 0.67, 0.87);
  transition: all 0.3s cubic-bezier(0.38, 0.77, 0.67, 0.87);
}
textarea::-moz-placeholder {
  color: $inputColorPlaceholder;
  -moz-transition: all 0.3s cubic-bezier(0.38, 0.77, 0.67, 0.87);
  transition: all 0.3s cubic-bezier(0.38, 0.77, 0.67, 0.87);
}
textarea:-moz-placeholder {
  color: $inputColorPlaceholder;
  -moz-transition: all 0.3s cubic-bezier(0.38, 0.77, 0.67, 0.87);
  transition: all 0.3s cubic-bezier(0.38, 0.77, 0.67, 0.87);
}
textarea:-ms-input-placeholder {
  color: $inputColorPlaceholder;
  -ms-transition: all 0.3s cubic-bezier(0.38, 0.77, 0.67, 0.87);
  transition: all 0.3s cubic-bezier(0.38, 0.77, 0.67, 0.87);
}
@media screen and (min-width: 1025px) {
  textarea:focus::-webkit-input-placeholder {
    opacity: 0;
  }
  textarea:focus::-moz-placeholder {
    opacity: 0;
  }
  textarea:focus:-moz-placeholder {
    opacity: 0;
  }
  textarea:focus:-ms-input-placeholder {
    opacity: 0;
  }
}
.textarea {
  height: 10rem;
}
.textarea textarea {
  padding-top: 1.5rem;
  resize: none;
}
.input_checkbox {
  display: inline-block;
  position: relative;
}
.input_checkbox__wrap {
  text-align: left;
}
.input_checkbox__label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  line-height: 2rem;
  vertical-align: top;
}
.input_checkbox__label span {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-family: 'Helvetica Neue', 'Helvetica';
  text-transform: initial;
  color: #808080;
}
.input_checkbox__label a {
  border-bottom: 1px solid currentColor;
}
.input_checkbox__ico {
  -webkit-transition: all 0.3s cubic-bezier(0.38, 0.77, 0.67, 0.87);
  transition: all 0.3s cubic-bezier(0.38, 0.77, 0.67, 0.87);
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.5rem;
  color: #fff;
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px #000;
          box-shadow: inset 0px 0px 0px 1px #000;
  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: #000;
}
.input_checkbox__ico svg {
  width: 1rem;
  height: 0.9rem;
  opacity: 0;
}
.input_checkbox input {
  opacity: 0;
  position: absolute;
}
.input_checkbox input:disabled + .input_checkbox__ico {
  background-color: #b3b3b3;
  color: #fff;
}
.input_checkbox input:disabled + .input_checkbox__ico ~ .input_checkbox__label {
  color: #b3b3b3;
  opacity: 1;
  cursor: default;
}
.input_checkbox input:checked + .input_checkbox__ico {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.input_checkbox input:checked + .input_checkbox__ico svg {
  opacity: 1;
}
.input_radio {
  display: inline-block;
  position: relative;
  margin-top: 1rem;
  margin-left: 3.2rem;
}
.input_radio__wrap {
  margin-top: -1rem;
  margin-left: -3.2rem;
}
.input_radio__label {
  display: inline-block;
  width: 100%;
  padding-left: 2.8rem;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.38, 0.77, 0.67, 0.87);
  transition: all 0.3s cubic-bezier(0.38, 0.77, 0.67, 0.87);
}
.input_radio__ico {
  -webkit-transition: all 0.3s cubic-bezier(0.38, 0.77, 0.67, 0.87);
  transition: all 0.3s cubic-bezier(0.38, 0.77, 0.67, 0.87);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  border: 1px solid currentColor;
  padding: 0.4rem;
  opacity: 0.2;
}
.input_radio__ico span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  background: transparent;
}
.input_radio input {
  opacity: 0;
  position: absolute;
}
.input_radio input:disabled + .input_radio__ico ~ .input_radio__label {
  color: #b3b3b3;
  cursor: default;
}
.input_radio input:checked + .input_radio__ico {
  opacity: 1;
}
.input_radio input:checked + .input_radio__ico span {
  background-color: currentColor;
}
.field--sticker .input_radio {
  min-height: 14rem;
  margin: 0.6rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.field--sticker .input_radio__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.6rem;
}
.field--sticker .input_radio__label {
  border: 1px solid rgba(27,30,27,0.1);
  padding: 1.5rem 1.5rem 4rem;
  height: 100%;
  color: #bbb;
  line-height: 1.5rem;
}
.field--sticker .input_radio__ico {
  top: auto;
  bottom: 1.5rem;
  left: 1.5rem;
}
.field--sticker .input_radio__footnote {
  position: absolute;
  bottom: 1.5rem;
  left: 4.3rem;
}
.field--sticker .input_radio input:checked + .input_radio__ico ~ .input_radio__label {
  border-color: #1b1e1b;
}
.mainnav {
  -webkit-transition: all 0 ease;
  transition: all 0 ease;
  padding: 1.5rem 0 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  background: rgba(255,255,255,0);
  position: relative;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  z-index: 20;
}
.is-shop .mainnav {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  background: #fff;
}
.mainnav_menu__item {
  margin-right: 3rem;
}
.mainnav_menu__item.search {
  position: relative;
  padding-left: 1.5rem;
}
.mainnav_menu__item.search span {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.mainnav_menu__lang a {
  margin-left: 2rem;
}
.mainnav_shop {
  -webkit-transition: all 0 ease;
  transition: all 0 ease;
  background: rgba(255,255,255,0);
  position: absolute;
  left: 0;
  width: 100%;
  top: 3.9rem;
  z-index: 20;
  font-size: 1.1rem;
  max-height: 0;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.is-shop .mainnav_shop {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  max-height: 99rem;
  background: #fff;
}
.mainnav_shop .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainnav_shop__col {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.mainnav_shop__item {
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.mainnav_shop__item:last-child {
  margin-bottom: 0;
}
.mainnav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page--black .mainnav {
  position: relative;
  z-index: 2;
}
.page--black .mainnav a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mainnav {
    display: none;
  }
}
.is-nav {
  overflow: hidden;
  height: 100%;
}
.nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  display: block;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  max-height: 6rem;
  -webkit-transition: max-height 333ms ease;
  transition: max-height 333ms ease;
  -webkit-transform: translate3d(0.00001px, 0.00001px, 0.00001px);
          transform: translate3d(0.00001px, 0.00001px, 0.00001px);
}
.nav__search {
  display: none;
  position: relative;
  padding: 1.2rem 0;
  z-index: 2;
  padding-right: 3rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .nav__search {
    padding-right: 0;
  }
}
.nav__search--close {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav--search .nav__search {
  display: block;
}
.is-nav .nav {
  opacity: 1;
  pointer-events: auto;
  max-height: 100rem;
}
@media screen and (min-width: 768px) {
  .is-nav .nav {
    display: none;
  }
}
.nav__header {
  height: 6rem;
}
.nav__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 1.6rem 0;
  overflow: auto;
  height: calc(100% - 6rem);
}
.nav__langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
}
.nav__langs a {
  color: #c3c3c3;
  margin: 0 2rem;
  text-align: center;
}
.nav__langs a.active {
  color: #000;
}
.nav__langs span {
  width: 3rem;
  color: #c3c3c3;
  text-align: center;
}
.nav__block {
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav__menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.5rem;
          flex: 0 0 16.5rem;
}
.nav__menu li {
  color: #999;
  margin-bottom: 2.5rem;
}
.nav__menu li:last-child {
  margin-bottom: 0;
}
.nav__menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__menu li a svg {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
.nav-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 6rem;
  padding: 1.5rem 1.1rem 1.5rem 1.5rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.nav-actions__action {
  position: relative;
}
.nav-actions__action svg {
  width: 2.4rem;
  height: 2.4rem;
  pointer-events: none;
}
.nav-actions__action--wishlist.is-active:after {
  top: 0.2rem;
  left: -0.3rem;
}
.nav-actions__action--cart.is-active:after {
  top: 0.4rem;
  left: -0.3rem;
}
.nav-actions__action.is-active:after {
  width: 0.9rem;
  height: 0.9rem;
  background: #ff9bb9;
  border-radius: 50%;
  display: block;
  position: absolute;
  content: ' ';
}
.monoid {
  width: 42.1rem;
  margin: auto;
}
.monoid .monoid-error {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #f00;
}
.monoid_content {
  text-align: center;
}
.monoid_content__text {
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin-bottom: 0.5rem;
}
.monoid_content__link {
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.monoid_content__link a {
  color: rgba(0,0,0,0.5);
}
.monoid_field {
  margin-top: 3.5rem;
}
.monoid_field__name {
  font-weight: 500;
  margin-bottom: 1.5rem;
  text-align: center;
}
.monoid_field__places {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.monoid_field__colors {
  text-align: center;
}
.monoid_field__color {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: inline-block;
  margin: 1px 0.5rem;
  padding: 3px;
  border: 1px solid transparent;
}
.monoid_field__color span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline-block;
  pointer-events: none;
}
.monoid_field__color.is-active {
  border: 1px solid #000;
}
.monoid_field__place {
  width: 15rem;
  height: 19rem;
  background: #f5f5f5;
  border-radius: 1rem;
  margin: 0 0.75rem;
  border: 1px solid transparent;
  font-size: 0;
}
.monoid_field__place img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  pointer-events: none;
}
.monoid_field__place.is-active {
  border: 1px solid #000;
}
.monoid_field .input_text__hint {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.6rem;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  color: rgba(0,0,0,0.5);
}
.monoid_field__text {
  margin-bottom: 1rem;
}
.monoid_field__text .input_text {
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
}
.monoid_field__text .input_text input {
  text-align: center;
}
.monoid_field__fonts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.monoid_field__font {
  background: #f5f5f5;
  border-radius: 1rem;
  padding: 1rem;
  margin: 0 0.5rem;
  border: 1px solid transparent;
}
.monoid_field__font img {
  max-height: 1.2rem;
  pointer-events: none;
}
.monoid_field__font.is-active {
  border: 1px solid #000;
}
.dolyame__title {
  margin-bottom: 1.5rem;
}
.dolyame__text {
  margin-bottom: 2.5rem;
}
.dolyame__hint {
  margin-top: 2.5rem;
}
.dolyame__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
  width: 70rem;
}
@media screen and (max-width: 767px) {
  .dolyame__icons {
    width: 100%;
    display: block;
  }
}
.dolyame__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 2rem;
}
.dolyame__icon img {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .dolyame__icon {
    margin: 0;
  }
}
.dolyame__cols {
  background: #f5f5f5;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70rem;
  margin: 0 4rem;
}
@media screen and (max-width: 767px) {
  .dolyame__cols {
    margin: 0;
    width: 100%;
    padding: 1rem;
  }
}
.dolyame_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  color: #999;
}
.dolyame_col.today {
  color: #000;
}
.dolyame_col__date {
  margin-bottom: 1rem;
}
.dolyame_col__sum {
  margin-bottom: 1rem;
}
.dolyame_col__line {
  height: 0.5rem;
  border-radius: 1rem;
  background: rgba(0,0,0,0.12);
}
.dolyame_col__line.pink {
  background: #ff90ad;
}
.js-modal *,
.js-filter-toggle *,
.js-filter-change * {
  pointer-events: none;
}
.is-info,
.is-giftbox,
.is-auth,
.is-goods,
.is-sizeguide,
.is-dolyame,
.is-password,
.is-order,
.is-search,
.is-cart,
.is-reunion,
.is-reserve,
.is-avail,
.is-monoid,
.is-monohint {
  overflow: hidden;
  height: 100%;
}
#auth {
  width: 100%;
}
.modal {
  -webkit-transform: translate3d(0.00001px, 0.00001px, 0.00001px);
          transform: translate3d(0.00001px, 0.00001px, 0.00001px);
}
.modal .field__error {
  text-align: left;
}
.modal__bg {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 200%;
  opacity: 0;
  background: rgba(0,0,0,0.3);
  z-index: 100;
  pointer-events: none;
}
.modal_head__close svg {
  pointer-events: none;
}
.modal_head__title span {
  color: #999;
}
.is-auth .modal_auth {
  pointer-events: auto;
  display: block;
}
.is-auth .modal_auth .modal__container {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.is-auth .modal_auth .modal__bg {
  opacity: 1;
  pointer-events: all;
}
.is-monoid .modal_monoid {
  pointer-events: auto;
  display: block;
}
.is-monoid .modal_monoid .modal__container {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is-monoid .modal_monoid .modal__bg {
  opacity: 1;
  pointer-events: all;
}
.is-monoid .modal_monoid .modal_content {
  height: 100%;
  overflow: auto;
}
.is-monoid .modal_monoid .modal_head {
  background: #fff;
  text-align: center;
}
.is-monoid .modal_monoid .modal_head__title {
  padding: 2.2rem 0;
}
.is-monoid .modal_monoid .modal__action {
  margin-top: 0;
  padding: 2rem 1.5rem;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.is-password .modal_password {
  pointer-events: auto;
  display: block;
}
.is-password .modal_password .modal__container {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.is-password .modal_password .modal__bg {
  opacity: 1;
  pointer-events: all;
}
.is-order .modal_order {
  pointer-events: auto;
  display: block;
}
.is-order .modal_order .modal__container {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is-order .modal_order .modal__bg {
  opacity: 1;
  pointer-events: all;
}
.modal_order .modal_head {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
}
.modal_order .modal_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4rem 2rem;
}
.modal_order__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.modal_order__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33rem;
          flex: 0 0 33rem;
}
.modal_order__block + .modal_order__block {
  margin-top: 2rem;
}
.modal_order__title {
  color: rgba(0,0,0,0.5);
  margin-bottom: 0.5rem;
}
.modal_order__value svg {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
}
.modal_order__table table {
  width: 100%;
}
.modal_order__table tbody td {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.modal_order__table tfoot td {
  padding-top: 0.5rem;
}
.modal_order__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.is-reunion .modal_reunion {
  pointer-events: auto;
  display: block;
}
.is-reunion .modal_reunion .modal__container {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is-reunion .modal_reunion .modal__bg {
  opacity: 1;
  pointer-events: all;
}
.modal_reunion .modal_head {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
}
.modal_reunion .modal_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4rem 2rem;
}
.is-cart .modal_cart {
  pointer-events: auto;
  display: block;
}
.is-cart .modal_cart .modal__container {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is-cart .modal_cart .modal__bg {
  opacity: 1;
  pointer-events: all;
}
.modal_cart .modal_head {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
}
.modal_cart .modal_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4rem 2rem;
}
.is-search .modal_search {
  pointer-events: auto;
  display: block;
}
.is-search .modal_search .modal__container {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is-search .modal_search .modal__bg {
  opacity: 1;
  pointer-events: all;
}
.modal_search .modal_head {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
}
.modal_search .modal_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4rem 2rem;
}
.modal_search .modal_content #search {
  width: 100%;
}
.is-wantgift .modal_wantgift {
  pointer-events: auto;
  display: block;
}
.is-wantgift .modal_wantgift .modal__container {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is-wantgift .modal_wantgift .modal__bg {
  opacity: 1;
  pointer-events: all;
}
.modal_wantgift .modal_content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal_wantgift .modal_content .form__title {
  margin-bottom: 3rem;
}
.is-reserve .modal_reserve {
  pointer-events: auto;
  display: block;
}
.is-reserve .modal_reserve .modal__container {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is-reserve .modal_reserve .modal__bg {
  opacity: 1;
  pointer-events: all;
}
.modal_reserve .modal_content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.is-preorder .modal_preorder {
  pointer-events: auto;
  display: block;
}
.is-preorder .modal_preorder .modal__container {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is-preorder .modal_preorder .modal__bg {
  opacity: 1;
  pointer-events: all;
}
.modal_preorder .modal_content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.is-sizeguide .modal_sizeguide {
  pointer-events: auto;
  display: block;
}
.is-sizeguide .modal_sizeguide .modal__container {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is-sizeguide .modal_sizeguide .modal__bg {
  opacity: 1;
  pointer-events: all;
}
.modal_sizeguide .modal_content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal_sizeguide .modal_content .sizeguide__list {
  width: 100%;
}
.modal_sizeguide .modal_content .sizeguide_item {
  background: #fff;
  z-index: 2;
}
.is-dolyame .modal_dolyame {
  pointer-events: auto;
  display: block;
}
.is-dolyame .modal_dolyame .modal__container {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is-dolyame .modal_dolyame .modal__bg {
  opacity: 1;
  pointer-events: all;
}
.modal_dolyame .modal_content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.is-filter .modal_filter {
  pointer-events: auto;
  display: block;
}
.is-filter .modal_filter .modal__container {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is-filter .modal_filter .modal__bg {
  opacity: 1;
  pointer-events: all;
}
.modal_filter .modal_head {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
}
.modal_filter .modal_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4rem 2rem;
}
.is-goods .modal_goods {
  pointer-events: auto;
  display: block;
}
.is-goods .modal_goods .modal__container {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is-goods .modal_goods .modal__bg {
  opacity: 1;
  pointer-events: all;
}
.modal_goods .modal_head {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
}
.modal_goods .modal_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4rem 2rem;
}
.modal_goods__image {
  height: 45.3rem;
  text-align: center;
  margin-bottom: 1rem;
}
.modal_goods__image img {
  height: 45.3rem;
}
.modal_goods__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modal_goods__items .preview {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.is-giftbox .modal_giftbox {
  pointer-events: auto;
  display: block;
}
.is-giftbox .modal_giftbox .modal__container {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.is-giftbox .modal_giftbox .modal__bg {
  opacity: 1;
  pointer-events: all;
}
.modal_giftbox__image {
  text-align: center;
  margin-bottom: 4rem;
}
.modal_giftbox__title {
  text-align: center;
  margin-bottom: 1rem;
}
.modal_giftbox__text {
  text-align: center;
  color: #808080;
  max-width: 36rem;
  margin: 0 auto 1.5rem;
}
.modal_giftbox__price {
  font-weight: 500;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .modal {
    pointer-events: none;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 100;
  }
  .modal_content {
    overflow: auto;
    width: 100%;
    height: 100vh;
    padding: 5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal__container {
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 102;
    position: absolute;
    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;
  }
  .modal_head {
    height: 6rem;
  }
  .modal_head__title {
    padding: 2.2rem 6rem;
    width: 100%;
  }
  .modal_head__back {
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    left: 1.8rem;
    top: 1.8rem;
  }
  .modal_head__close {
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    right: 1.8rem;
    top: 1.8rem;
  }
  .modal_head__content {
    padding: 6rem;
    width: 100%;
  }
  .modal__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-conent: space-between;
    padding: 2rem;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.06);
  }
  .modal__action .btn {
    width: 100%;
  }
  .modal__action .btn + .btn {
    margin-left: 2rem;
  }
  .modal_giftbox__image img {
    width: 26.6rem;
  }
  .modal_giftbox .modal_content {
    width: 44rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal_giftbox .modal__action {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .modal {
    z-index: 100;
    pointer-events: none;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .modal__container {
    background: #fff;
    padding-bottom: 20rem;
    bottom: -20rem;
    left: 0;
    width: 100%;
    z-index: 102;
    position: absolute;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .modal--full .modal__container {
    padding-bottom: 0;
    bottom: 0;
    top: 0;
  }
  .modal_head {
    height: 6rem;
  }
  .modal_head__close {
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    right: 1.2rem;
    top: 1.8rem;
  }
  .modal_head__back {
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    left: 1.8rem;
    top: 1.8rem;
  }
  .modal_content {
    padding: 6rem 1.4rem 1.4rem;
  }
  .modal--full .modal_head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .modal--full #auth {
    overflow: auto;
    max-height: -webkit-fill-available;
  }
  .modal__action {
    margin-top: 3.5rem;
  }
  .modal_giftbox__image img {
    width: 20.7rem;
  }
  .modal_reserve .modal_head {
    background: #fff;
    text-align: center;
  }
  .modal_reserve .modal_head__title {
    padding: 2.2rem 0;
  }
  .modal_preorder .modal_content {
    display: block;
    overflow: auto;
    padding-top: 8rem;
  }
  .modal_preorder .modal_head {
    background: #fff;
    text-align: center;
  }
  .modal_preorder .modal_head__title {
    padding: 2.2rem 0;
  }
  .modal_filter .modal_content {
    display: block;
    overflow: auto;
    padding-top: 8rem;
  }
  .modal_filter .modal_head {
    background: #fff;
    text-align: center;
  }
  .modal_filter .modal_head__title {
    padding: 2.2rem 0;
  }
  .modal_filter .modal__action {
    margin-top: 0;
    padding: 2rem 1.5rem;
    border-top: 1px solid rgba(0,0,0,0.1);
  }
  .modal_filter .modal__action .btn + .btn {
    margin-top: 1rem;
  }
  .modal_sizeguide .modal_content {
    display: block;
    overflow: auto;
    padding-top: 8rem;
  }
  .modal_sizeguide .modal_head {
    background: #fff;
    text-align: center;
  }
  .modal_sizeguide .modal_head__title {
    padding: 2.2rem 0;
  }
  .modal_dolyame .modal_content {
    display: block;
    overflow: auto;
    padding-top: 8rem;
  }
  .modal_dolyame .modal_head {
    background: #fff;
    text-align: center;
  }
  .modal_dolyame .modal_head__title {
    padding: 2.2rem 0;
  }
  .modal_reunion .modal_content {
    display: block;
    overflow: auto;
    padding-top: 8rem;
  }
  .modal_reunion .modal_head {
    background: #fff;
    text-align: center;
  }
  .modal_reunion .modal_head__title {
    padding: 2.2rem 0;
  }
  .modal_search .modal_content {
    display: block;
    overflow: auto;
    padding-top: 8rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .modal_search .modal_head {
    background: #fff;
    text-align: center;
    z-index: 2;
  }
  .modal_search .modal_head__title {
    padding: 2.2rem 0;
  }
  .modal_cart .modal_content {
    display: block;
    overflow: auto;
    padding-top: 8rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .modal_cart .modal_head {
    background: #fff;
    text-align: center;
    z-index: 2;
  }
  .modal_cart .modal_head__title {
    padding: 2.2rem 0;
  }
  .modal_goods .modal_content {
    display: block;
    overflow: auto;
    padding-top: 8rem;
  }
  .modal_goods .modal_head {
    background: #fff;
  }
  .modal_goods .modal_head__title {
    padding: 2.2rem 0;
  }
  .modal_goods__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modal_goods__items .preview {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 2rem;
  }
  .modal_goods__image {
    height: 22rem;
    margin-bottom: 1rem;
  }
  .modal_goods__image img {
    height: 22rem;
  }
}
.form__title {
  margin-bottom: 1rem;
}
.form__subtitle {
  margin: 4rem 0 2rem;
}
.form__subtitle:first-child {
  margin-top: 0;
}
.form__text {
  color: rgba(0,0,0,0.5);
}
.form__line + .form__line {
  margin-top: 2rem;
}
.form_auth,
.form_wantgift,
.form_preorder,
.form_reserve {
  width: 100%;
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}
.form__action {
  margin-top: 2rem;
}
.form__hint {
  color: rgba(0,0,0,0.3);
  margin-top: 1rem;
}
.form__hinted {
  margin-top: 1rem;
}
.form_center {
  margin-top: auto;
  margin-bottom: auto;
}
.form_cart {
  width: 100%;
}
.form .row + .row {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .form__wrap {
    margin-top: 4rem;
  }
  .form__wrap.before_send {
    display: block;
  }
  .form__wrap.after_send,
  .form__wrap.after_send-duplicate {
    display: none;
  }
  .form_center .form__wrap {
    margin-top: 0;
  }
  .form.is-sended {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .form.is-sended .form__wrap {
    margin-top: 0;
  }
  .form.is-sended .before_send {
    display: none;
  }
  .form.is-sended .after_send {
    display: block;
  }
  .form.is-duplicate {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .form.is-duplicate .form__wrap {
    margin-top: 0;
  }
  .form.is-duplicate .before_send {
    display: none;
  }
  .form.is-duplicate .after_send-duplicate {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .form__wrap {
    margin-top: 2.5rem;
  }
  .form__wrap.before_send {
    display: block;
  }
  .form__wrap.after_send,
  .form__wrap.after_send-duplicate {
    display: none;
  }
  .form.is-sended {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .form.is-sended .before_send {
    display: none;
  }
  .form.is-sended .after_send {
    display: block;
  }
  .form.is-duplicate {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .form.is-duplicate .form__wrap {
    margin-top: 0;
  }
  .form.is-duplicate .before_send {
    display: none;
  }
  .form.is-duplicate .after_send-duplicate {
    display: block;
  }
}
.green {
  color: #00eb5e;
}
.typicle__title.gray {
  color: #999;
}
.typicle__text--large {
  font-weight: 500;
}
.typicle__text--middle {
  font-weight: 500;
}
.typicle__text ul {
  margin-left: 2rem;
  list-style: disc;
  margin-top: 1rem;
}
.typicle__text li {
  margin-bottom: 1rem;
}
.typicle__link a {
  color: #808080;
}
.typicle__image {
  margin-top: 1.5rem;
}
.typicle__action {
  margin-top: 2rem;
}
.typicle_image {
  position: relative;
}
.typicle_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.typicle_image__caption {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  text-align: center;
  z-index: 2;
  color: #fff;
}
.typicle__video video {
  width: 100%;
}
.section--gallery {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .page--typicle .section--gallery {
    margin-left: calc(-6rem - 100%);
    margin-right: -2rem;
  }
  .page--typicle aside {
    position: sticky;
    top: 0;
    padding-top: 8rem;
    width: 50%;
    -ms-flex-item-align: start;
        align-self: start;
    margin-bottom: 8rem;
  }
  .page--typicle aside select {
    display: none;
  }
  .page--typicle aside ul li + li {
    margin-top: 1.5rem;
  }
  .page--typicle aside ul li.active {
    font-weight: 500;
  }
  .page--typicle aside ul li.active a {
    color: #000;
  }
  .page--typicle main {
    padding: 0 2rem 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page--typicle .sections {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2rem);
            flex: 0 0 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
  }
  .page--typicle section.section--full {
    margin-left: calc(-6rem - 100%);
  }
  .page--profile aside {
    padding-top: 20rem;
  }
  .typicle__title {
    padding: 8rem 0 2.5rem;
  }
  .page--profile .typicle__title {
    padding-top: 0;
  }
  .typicle__subtitle {
    padding: 2.5rem 0 1.5rem;
  }
  .typicle__text--large {
    padding: 1.5rem 0;
  }
  .typicle__text--large a[href^="https:"]:before,
  .typicle__text--large a[href^="http:"]:before {
    height: 2px;
  }
  .typicle__text--middle {
    padding-bottom: 1.5rem;
  }
  .typicle__text {
    padding-bottom: 1.5rem;
  }
  .typicle_image {
    padding-bottom: 117%;
  }
  .typicle__video {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page--typicle aside {
    margin: 2rem 1.5rem 0;
  }
  .page--typicle aside ul {
    display: none;
  }
  .page--typicle aside select {
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    background: #f5f5f5 url("../img/minified-svg/caret-down-20.svg") no-repeat calc(100% - 1rem) 50%/2rem 2rem;
    height: 4.5rem;
    padding: 0 3rem 0 1.5rem;
    width: 100%;
    outline: none;
    position: relative;
  }
  .page--typicle section {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .page--typicle main {
    margin-bottom: 6rem;
  }
  .typicle__title {
    padding: 5rem 0 2.5rem;
  }
  .typicle__subtitle {
    padding: 2.5rem 0 1.5rem;
  }
  .typicle__text--large {
    padding-bottom: 1.5rem;
  }
  .typicle__text--large a:before {
    height: 1px;
  }
  .typicle__text {
    padding-bottom: 1.5rem;
  }
  .typicle_image {
    margin: 0 -1.5rem 0;
    padding-bottom: 125%;
  }
}
.gallery_item {
  height: 0;
  position: relative;
}
.gallery_item img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.gallery_item__caption {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.gallery .swiper-navigation {
  padding: 2rem 0 3rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.gallery .swiper-navigation .swiper-left,
.gallery .swiper-navigation .swiper-right {
  cursor: pointer;
}
.gallery .swiper-navigation .swiper-left {
  margin-right: 5rem;
}
.gallery .swiper-navigation .swiper-right {
  margin-left: 5rem;
}
.gallery .swiper-navigation svg {
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .gallery_item:after {
    width: 1px;
    height: 100%;
    background: #fff;
    content: ' ';
    display: block;
    left: -1px;
    top: 0;
    position: absolute;
    z-index: 2;
    pointer-events: none;
  }
  .gallery .swiper-left,
  .gallery .swiper-right {
    -webkit-transition: all 333ms ease;
    transition: all 333ms ease;
  }
  .gallery .swiper-left:hover,
  .gallery .swiper-right:hover {
    color: #ff9bb9;
  }
}
@media screen and (min-width: 768px) {
  .gallery .swiper-slide {
    width: 100%;
  }
  .gallery_item {
    padding-bottom: 55.5%;
  }
  .gallery--half .swiper-slide {
    width: 50%;
  }
  .gallery--half .gallery_item {
    padding-bottom: 114%;
  }
}
@media screen and (max-width: 767px) {
  .gallery {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .gallery_item {
    padding-bottom: 125%;
  }
}
.hero_item__wrap {
  margin: 0 auto;
}
.hero_item__link {
  color: rgba(0,0,0,0.5);
}
@media screen and (min-width: 768px) {
  .hero .swiper-slide {
    width: 50%;
  }
  .hero .swiper-navigation {
    position: absolute;
    width: 100%;
    top: calc((50vw * 1.11 / 2) - 1.75rem);
    z-index: 10;
  }
  .hero .swiper-pagination {
    display: none;
  }
  .hero .swiper-left,
  .hero .swiper-right {
    -webkit-transition: all 333ms ease;
    transition: all 333ms ease;
    width: 3.5rem;
    height: 3.5rem;
    color: #fff;
    position: absolute;
    cursor: pointer;
  }
  .hero .swiper-left svg,
  .hero .swiper-right svg {
    position: relative;
  }
  .hero .swiper-left {
    left: 2rem;
  }
  .hero .swiper-right {
    right: 2rem;
  }
  .hero_item__wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero_item__full_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
  }
  .hero_item__image {
    display: block;
    height: 0;
    padding-bottom: 111%;
    position: relative;
  }
  .hero_item__image:before {
    position: absolute;
    top: 0;
    left: -1px;
    content: ' ';
    display: block;
    height: 100%;
    width: 1px;
    background: #fff;
    z-index: 2;
  }
  .hero_item__image img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero_item__image video {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero_item__name {
    position: absolute;
    z-index: 2;
    bottom: 4rem;
    left: 10rem;
    right: 10rem;
    text-align: center;
    color: #fff;
  }
  .hero_item__text {
    margin: 0 auto 1.5rem;
    max-width: 52rem;
  }
  .hero_item__content {
    position: relative;
    padding: 2rem 10rem 7rem;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .hero_item__content:before {
    top: 0;
    left: -1px;
    position: absolute;
    content: ' ';
    display: block;
    height: 100%;
    width: 1px;
    background: rgba(0,0,0,0.04);
    z-index: 2;
  }
}
@media screen and (min-width: 1025px) {
  .hero .swiper-left:hover {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  .hero .swiper-right:hover {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  .hero .swiper-navigation {
    display: none;
  }
  .hero .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: auto;
    top: 0;
    padding: 1rem 1.1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero .swiper-pagination-bullet {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-radius: 0;
    width: auto;
    opacity: 1;
    margin: 0 0.4rem;
    height: 0.2rem;
    background: rgba(204,204,204,0.5);
    position: relative;
  }
  .hero .swiper-pagination-bullet-active:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
  }
  .hero.swiper-taped .swiper-pagination-bullet-active:after {
    -webkit-animation: 3s 1 linear pageAnim;
            animation: 3s 1 linear pageAnim;
  }
  .hero_item {
    border-bottom: 1px solid rgba(0,0,0,0.04);
  }
  .hero_item__image {
    display: block;
    height: 0;
    padding-bottom: 125%;
    position: relative;
  }
  .hero_item__image img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero_item__image video {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero_item__full_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
  }
  .hero_item__name {
    position: absolute;
    z-index: 2;
    bottom: 3rem;
    left: 2rem;
    right: 2rem;
    text-align: center;
    color: #fff;
  }
  .hero_item__text {
    margin: 0 auto 1.5rem;
  }
  .hero_item__content {
    position: relative;
    padding: 2rem 2rem 5rem;
    text-align: center;
  }
}
.reunion_item {
  background: rgba(0,0,0,0.04);
  border-radius: 1rem;
}
.reunion_item__title {
  font-weight: 500;
}
.reunion_item__content {
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.reunion_item__number {
  color: #00eb5e;
}
.reunion_item__text {
  margin-top: 1.5rem;
}
.reunion_item__hint {
  margin-top: 1.5rem;
  color: rgba(0,0,0,0.5);
}
@media screen and (min-width: 768px) {
  .reunion__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1rem 0 2rem;
  }
  .reunion_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 3.5rem) / 3);
            flex: 0 0 calc((100% - 3.5rem) / 3);
  }
  .reunion_item__number {
    padding: 1.5rem;
  }
  .reunion_item__content {
    padding: 0 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .reunion__list {
    margin-bottom: 1.5rem;
  }
  .reunion_item + .reunion_item {
    margin-top: 1.5rem;
  }
  .reunion_item {
    padding: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reunion_item__number {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 10.5rem;
            flex: 1 0 10.5rem;
    font-size: 12rem;
    line-height: 10rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  li a {
    -webkit-transition: all 333ms ease;
    transition: all 333ms ease;
  }
  li a:hover {
    color: #808080;
  }
}
/* Additional style files. */

@media (max-width: 768px) {
  .filter_block__list a:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
  .filter_block__list a.active {
    -webkit-box-shadow: inset 0px 0px 0px 1px #000 !important;
    box-shadow: inset 0px 0px 0px 1px #000 !important;
    background: #fff;
  }
}