/* 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. */
@font-face {
  font-family: 'Hatton';
  src: url("../fonts/Hatton-Regular.woff2") format("woff2"), url("../fonts/Hatton-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'CormorantSC';
  src: url("../fonts/CormorantSC-Regular.woff2") format("woff2"), url("../fonts/CormorantSC-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Pangram';
  src: url("../fonts/Pangram-Regular.woff2") format("woff2"), url("../fonts/Pangram-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.title--36,
.section__title {
  font-size: 3.6rem;
  line-height: 3.1rem;
  font-weight: 700;
  font-family: 'CormorantSC', sans-serif;
  text-transform: uppercase;
}
.title--18,
.form_order__total dt,
.form_order__price {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
  font-family: 'CormorantSC', sans-serif;
}
.text--13,
.form_title__item,
.form_social p,
.form_order__title {
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.text--11,
.input_checkbox__note,
.form_signin__forgot {
  font-size: 1.1rem;
  line-height: 1.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.link,
.footer a {
  position: relative;
}
.link:after,
.footer a:after {
  -webkit-transition: width 0.3s cubic-bezier(0.47, 0, 0.745, 0.715), left 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: width 0.3s cubic-bezier(0.47, 0, 0.745, 0.715), left 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  text-decoration: none;
  background: currentColor;
  content: " ";
  position: absolute;
  display: block;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -0.2rem;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .link:hover:after,
  .footer a:hover:after {
    left: 50%;
    right: 50%;
    width: 0%;
  }
}
@media screen and (max-width: 767px) {
  .link,
  .footer a {
    -webkit-box-shadow: inset 0 -1px 0 0 currentColor;
            box-shadow: inset 0 -1px 0 0 currentColor;
  }
  .link:after,
  .footer a:after {
    display: none;
  }
}
.link-reverse {
  position: relative;
}
.link-reverse:after {
  -webkit-transition: width 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: width 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  text-decoration: none;
  background: currentColor;
  content: " ";
  position: absolute;
  display: block;
  height: 1px;
  right: 0;
  bottom: -0.2rem;
  width: 0;
}
@media screen and (min-width: 1025px) {
  .link-reverse:hover:after {
    left: 0;
    width: 100%;
  }
}
html {
  height: 100%;
  font-size: 10px;
  font-family: 'Pangram', sans-serif;
  color: #383838;
}
@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: 1024px) {
  html {
    font-size: calc(6px + 2 * (100vw - 768px) / 256);
  }
}
@media (min-width: 1024px) and (max-width: 1152px) {
  html {
    font-size: 8px;
  }
}
@media (min-width: 1152px) and (max-width: 1440px) {
  html {
    font-size: calc(8px + 2 * (100vw - 1152px) / 288);
  }
}
_: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: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  height: 100%;
}
.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: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.page--auth {
  background: #e1dfd3;
}
.m {
  vertical-align: top;
}
.m svg {
  width: 1.8rem;
  height: 1.2rem;
  display: inline-block;
}
.page__submenu {
  z-index: 3;
}
.page__content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  position: relative;
}
.page--life .page__content {
  background: #dd0a0a;
}
.page__content.is-hover:after {
  content: '';
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}
img {
  max-width: 100%;
}
b,
strong {
  font-weight: 700;
}
a {
  color: #000;
  text-decoration: none;
}
p {
  margin: 0;
}
p + p {
  margin: 1.7em 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;
  }
}
.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 10%;
          flex: 0 0 10%;
  max-width: 10%;
}
.row > .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.row > .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}
.row > .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
.row > .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.row > .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}
.row > .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}
.row > .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
.row > .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  max-width: 90%;
}
.row > .col-10 {
  -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 -3rem;
  }
  .row >[class^=col] {
    padding: 0 1rem;
    margin: 0 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .row {
    margin-bottom: -3.5rem;
  }
  .row >[class^=col] {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 3.5rem;
  }
}
.page--ui .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.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: #e6e6e6;
}
.page--ui .bg_smoke {
  background-color: #f0f0f0;
}
.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;
}
.page--ui .note {
  display: inline-block;
  margin-bottom: 1rem;
  background-color: #ffff8d;
  padding: 0.3rem;
  margin-left: -0.3rem;
  opacity: 0.7;
}
.page--ui .carousel_item {
  width: 100%;
  min-height: 10rem;
  padding: 1rem;
  background-color: #d8d8d8;
}
.page--ui_article .title {
  margin-bottom: 0;
}
/* 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}
.lightpick {
    position: absolute;
    z-index: 99999;
    padding: 4px;
    border-radius: 4px;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    color: #000;
    font-family: system-ui, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.125em;
}

.lightpick--inlined {
    position: relative;
    display: inline-block;
}

.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.lightpick.is-hidden {
    display: none;
}

.lightpick__months {
    display: grid;
    background-color: #EEE;
    grid-template-columns: auto;
    grid-gap: 1px;
}

.lightpick--2-columns .lightpick__months {
    grid-template-columns: auto auto;
}

.lightpick--3-columns .lightpick__months {
    grid-template-columns: auto auto auto;
}

.lightpick--4-columns .lightpick__months {
    grid-template-columns: auto auto auto auto;
}

.lightpick--5-columns .lightpick__months {
    grid-template-columns: auto auto auto auto auto;
}

.lightpick__month {
    padding: 4px;
    width: 288px;
    background-color: #FFF;
}

.lightpick__month-title-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.lightpick__month-title {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    cursor: default;
    padding: 0 4px;
    border-radius: 4px;
}

.lightpick__month-title > .lightpick__select {
    border: none;
    background-color: transparent;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.lightpick__month-title > .lightpick__select:disabled {
    color: #333;
}

.lightpick__month-title > .lightpick__select-months {
    font-weight: bold;
    font-size: 1em;
    margin-right: .5em;
}

.lightpick__toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 6px;
    width: 32px;
    height: 32px;
    outline: none;
    border: none;
    border-radius: 50%;
    background-color: #DDD;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.lightpick__previous-action,
.lightpick__next-action {
    font-size: 12px;
}

.lightpick__close-action {
    font-size: 18px;
}

.lightpick__previous-action:active,
.lightpick__next-action:active,
.lightpick__close-action:active {
    color: inherit;
}

.lightpick__days-of-the-week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day-of-the-week {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    font-weight: bold;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.lightpick__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 13px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: default;
}

.lightpick__day.is-today {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(220, 50, 47, .5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background-size: 18.8% auto;
    background-position: center bottom;
    color: #DC322F;
}

.lightpick__day:not(.is-disabled):hover {
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23E0E0E0' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-disabled {
    opacity: 0.38;
    pointer-events: none;
}

.lightpick__day.disabled-tooltip {
    pointer-events: auto;
}

.lightpick__day.is-disabled.is-forward-selected {
    opacity: 1;
}
.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
    background-color: rgba(38, 139, 210, 0.1);
    background-image: none;
}

.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
    opacity: 0.38;
}

.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
    opacity: 1;
}

.lightpick__day.is-in-range {
    border-radius: 0;
    background-color: rgba(38, 139, 210, 0.1);
    background-image: none;
}

.lightpick__day.is-in-range:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(38, 139, 210, 0.5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
    border-top-left-radius: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50%;
    background-color: #268BD2;
    background-image: none;
}

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 0;
    background-color: #268BD2;
    background-image: none;
}

.lightpick__day.is-start-date.is-end-date {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background-size: auto;
    background-position: center;
    color: #FFF;
    font-weight: bold;
}

.lightpick__tooltip {
    position: absolute;
    margin-top: -4px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    font-size: 11px;
    pointer-events: none;
}

.lightpick__tooltip::before {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
    border-top: 5px solid rgba(0, 0, 0, 0.12);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
}

.lightpick__tooltip::after {
    position: absolute;
    bottom: -4px;
    left: calc(50% - 4px);
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}
.lightpick__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.lightpick__reset-action,
.lightpick__apply-action {
    border-radius: 5px;
    font-size: 12px;
    border: none;
}
.lightpick__reset-action {
    color: #fff;
    background-color: #aeacad;
}
.lightpick__apply-action {
    color: #fff;
    background-color: #2495f3;
}
/* 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 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 150;
}
.header {
  display: block;
  height: 10rem;
  background: rgba(255,255,255,0.75);
}
.header__container {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.header__logo {
  width: 16.9rem;
  height: 1.6rem;
  color: #000;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8.45rem;
}
.header .icon-menu {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 4rem;
  height: 4rem;
}
.header .icon-menu .line {
  fill: none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 5.5;
  stroke-linecap: round;
}
.is-panel-open .header .icon-menu {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .icon-menu .top {
  stroke-dasharray: 40 121;
}
.header .icon-menu .bottom {
  stroke-dasharray: 40 121;
}
.is-panel-open .header .icon-menu .top {
  stroke-dashoffset: -68px;
}
.is-panel-open .header .icon-menu .bottom {
  stroke-dashoffset: -68px;
}
.footer {
  background: #f1f1ed;
  padding: 5rem 0;
  font-size: 1.4rem;
}
.footer a {
  color: #000;
}
@media screen and (min-width: 768px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__item + .footer__item {
    margin-left: 15.5rem;
  }
  .footer__item:last-child {
    margin-left: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__item {
    margin-bottom: 5rem;
  }
}
.section > .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section.signin {
  padding-top: 5rem;
}
.section__title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 2rem;
  }
}
.container {
  position: relative;
  height: inherit;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 1024px) {
  .section > .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .container {
    width: 120rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 120rem;
  }
}
.field {
  position: relative;
}
.field--input {
  background: #e5e3d9;
  height: 5rem;
}
.field__error {
  display: none;
  color: #dd0a0a;
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-top: 0.3rem;
  text-align: right;
}
.field--error .field__error {
  display: block;
}
.field__hint {
  display: inline-block;
  margin-top: 1rem;
}
.field__hint b {
  font-weight: 600;
}
.btn {
  position: relative;
  display: inline-block;
  border: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: $orange;
  border-radius: 0.2rem;
  height: 6rem;
  padding: 0 3.5rem;
  color: #fff;
  font-size: 1.4rem;
}
.btn:focus {
  outline: none;
}
.btn:disabled {
  background-color: $grayE2 !important;
  color: $gray8B !important;
}
.btn__label {
  display: inline-block;
  line-height: 6rem;
}
.btn--white {
  background-color: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
          box-shadow: inset 0px 0px 0px 2px #fff;
}
.btn--black {
  background-color: #292929;
  color: #fff;
}
.btn--black:hover {
  background-color: #363636;
}
.btn--full {
  min-width: 100%;
}
.btn--blank {
  padding-left: 0;
  padding-right: 0;
  color: #000;
  font-weight: 400;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.4rem;
}
.btn--blank .btn__label {
  vertical-align: top;
  line-height: 4rem;
}
.btn--blank .btn__label span {
  margin-left: 1.6rem;
  vertical-align: top;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: inline-block;
  background-color: $yellow;
}
.btn--search .btn__icon {
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
  position: relative;
}
.btn--arr {
  padding: 0 6.8rem 0 2.9rem;
}
.btn--arr .btn__icon {
  display: block;
  width: 1.9rem;
  height: 1.6rem;
  position: absolute;
  top: 1.7rem;
  right: 2rem;
}
@media screen and (min-width: 768px) {
  .btn--search {
    min-width: 15rem;
    padding-left: 4.8rem;
  }
  .btn--search .btn__icon {
    left: -2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    display: block;
    width: 100%;
  }
  .btn--search {
    width: 5rem;
    padding: 0;
  }
  .btn--search span {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .btn--white:hover,
  .btn--white:focus,
  .btn--white:active {
    background-color: #fff;
    color: #000;
  }
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-input-placeholder {
  color: #bfbfbf;
  -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::-moz-placeholder {
  color: #bfbfbf;
  -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);
}
input:-moz-placeholder {
  color: #bfbfbf;
  -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);
}
input:-ms-input-placeholder {
  color: #bfbfbf;
  -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) {
  input:focus::-webkit-input-placeholder {
    opacity: 0;
  }
  input:focus::-moz-placeholder {
    opacity: 0;
  }
  input:focus:-moz-placeholder {
    opacity: 0;
  }
  input:focus:-ms-input-placeholder {
    opacity: 0;
  }
}
.input__wrap {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 5rem;
}
.input__wrap:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0.9rem;
  height: 1rem;
  width: 1rem;
  background-color: transparent;
  -webkit-transition: background-color 350ms ease-in-out;
  transition: background-color 350ms ease-in-out;
  border-radius: 50%;
  pointer-events: none;
}
.input_text input,
.textarea input,
.textarea textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  border: 0;
  height: 5rem;
  width: 100%;
  color: #000;
  caret-color: #000;
  border-radius: 0;
  -webkit-transition: border-color 350ms cubic-bezier(0.39, 0.575, 0.565, 1), color 650ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: border-color 350ms cubic-bezier(0.39, 0.575, 0.565, 1), color 650ms cubic-bezier(0.39, 0.575, 0.565, 1);
  font-size: 1.4rem;
  padding: 1.7rem 1.6rem 1.2rem;
}
.input_text:focus,
.textarea:focus,
.isFilled .input_text,
.isFilled .textarea {
  border-color: #000;
  color: #151515;
  outline: 0;
}
.input__placeholder {
  position: absolute;
  display: block;
  color: #838383;
  line-height: 2rem;
  font-size: 1.4rem;
  top: 1.5rem;
  left: 1.6rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 95%;
}
.input_text.isFocused + .input__placeholder,
.textarea.isFocused + .input__placeholder,
.input_text.isFilled + .input__placeholder,
.textarea.isFilled + .input__placeholder {
  -webkit-transform: translateY(-1.3rem);
          transform: translateY(-1.3rem);
  font-size: 1rem;
}
textarea::-webkit-input-placeholder {
  color: #bfbfbf;
  -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: #bfbfbf;
  -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: #bfbfbf;
  -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: #bfbfbf;
  -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: 13.5rem;
}
.textarea textarea {
  resize: none;
  height: inherit;
}
.input_checkbox_slide {
  position: relative;
}
@media screen and (max-width: 767px) {
  .input_checkbox_slide__title {
    font-size: 1.4rem;
    line-height: 1.5em;
  }
}
.input_checkbox_slide__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;
}
.input_checkbox_slide__toggle {
  width: 6rem;
  height: 3.2rem;
  position: relative;
  cursor: pointer;
  display: block;
  outline: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.2rem;
  background-color: #f3f3f2;
  border-radius: 3.2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .input_checkbox_slide__toggle {
    height: 2.5rem;
    width: 5rem;
  }
}
.input_checkbox_slide__toggle:after {
  position: relative;
  display: block;
  content: ' ';
  width: 50%;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #fff;
  border-radius: 50%;
}
.input_checkbox_slide input {
  opacity: 0;
}
.input_checkbox_slide input:checked + span {
  background-color: $blue;
}
.input_checkbox_slide input:checked + span:after {
  left: 50%;
}
.input_checkbox_slide input:focus + .input_checkbox_slide__ico {
  opacity: 0.6;
}
@media screen and (min-width: 1025px) {
  .input_checkbox_slide input:hover + .input_checkbox_slide__ico {
    opacity: 0.6;
  }
}
.input_checkbox {
  margin-top: 2rem;
  position: relative;
}
.input_checkbox__wrap {
  margin-top: -2rem;
  position: relative;
}
.input_checkbox__label {
  cursor: pointer;
}
.input_checkbox__note {
  position: relative;
  display: inline-block;
  padding-left: 4rem;
}
.input_checkbox__note a {
  border-bottom: 1px solid currentColor;
}
.input_checkbox__ico {
  will-change: transform;
  -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: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  border: 1px solid currentColor;
  -webkit-box-shadow: inset 0px 0px 0px 0.6rem #fff;
          box-shadow: inset 0px 0px 0px 0.6rem #fff;
  background-color: transparent;
  opacity: 0.3;
}
.input_checkbox input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.input_checkbox input:disabled + .input_checkbox__ico {
  opacity: 0.1 !important;
}
.input_checkbox input:disabled + .input_checkbox__ico~span {
  opacity: 0.4;
  cursor: default;
}
.input_checkbox input:checked + .input_checkbox__ico {
  opacity: 1 !important;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .field--inline .input_checkbox {
    display: inline-block;
    margin-left: 4rem;
  }
  .field--inline .input_checkbox__wrap {
    margin-left: -4rem;
  }
}
.select {
  position: relative;
  height: 3.4rem;
  background-color: #fff;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
}
.select:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #888;
  content: ' ';
  position: absolute;
  right: 0;
  top: 1.5rem;
}
.select select {
  height: 3.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: 0;
  background-color: transparent;
  outline: none;
}
.order_info {
  margin-bottom: 5rem;
}
.order_info__title {
  font-size: 2.1rem;
  margin-bottom: 2rem;
}
.order_catalog__head {
  font-size: 1.4rem;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.order_catalog__list {
  font-size: 1.6rem;
  margin-bottom: 5rem;
}
.order_catalog__item {
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #d3d3d3;
}
.order_catalog__col:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  font-size: 0;
}
.order_catalog__col:nth-child(1) img {
  width: 7rem;
  height: 7rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.order_catalog__col:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11rem;
          flex: 0 0 11rem;
}
.order_catalog__col:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40rem;
          flex: 0 0 40rem;
}
.order_catalog__col:nth-child(4),
.order_catalog__col:nth-child(5),
.order_catalog__col:nth-child(6),
.order_catalog__col:nth-child(7),
.order_catalog__col:nth-child(8) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11rem;
          flex: 0 0 11rem;
}
.orders__head {
  font-size: 1.4rem;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.orders__list {
  font-size: 1.8rem;
  margin-bottom: 5rem;
}
.orders__link {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
.orders__item {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.orders__item:hover .orders__link {
  background: rgba(0,0,0,0.05);
}
.orders--partners .orders__col:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
}
.orders--partners .orders__col:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15rem;
          flex: 0 0 15rem;
}
.orders--partners .orders__col:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15rem;
          flex: 0 0 15rem;
}
.orders--partners .orders__col:nth-child(4),
.orders--partners .orders__col:nth-child(5),
.orders--partners .orders__col:nth-child(6) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
}
.orders--partners .orders__col:nth-child(7) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20rem;
          flex: 0 0 20rem;
}
.orders--partners .orders__col:nth-child(8) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15rem;
          flex: 0 0 15rem;
  text-align: right;
}
.catalog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog_item {
  display: block;
  position: relative;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .catalog_item {
    width: 22rem;
    height: 22rem;
  }
  .catalog_item:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog_item {
    width: 16rem;
    height: 16rem;
  }
  .catalog_item:nth-child(2n) {
    margin-right: 0;
  }
}
.catalog_item--add {
  background: #5c6240;
  color: #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;
}
.catalog_item--add .catalog_item__name {
  font-size: 2.2rem;
}
.catalog_item__image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.catalog_item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog_item__wrap {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(92,98,64,0.3);
  color: #fff;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  mix-blend-mode: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalog_item__wrap .catalog_item__name {
  font-size: 1.8rem;
  line-height: 1.3em;
}
.catalog_item__wrap .catalog_item__info {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.catalog_item:hover .catalog_item__wrap {
  opacity: 1;
}
.warehouse__head {
  font-size: 1.4rem;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.warehouse__list {
  font-size: 1.8rem;
  margin-bottom: 5rem;
}
.warehouse__item {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.warehouse__item input {
  width: 6rem;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
}
.warehouse__item ins {
  display: none;
}
@media screen and (min-width: 768px) {
  .warehouse .warehouse__col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15rem;
            flex: 0 0 15rem;
  }
  .warehouse .warehouse__col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70rem;
            flex: 0 0 70rem;
  }
  .warehouse .warehouse__col:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15rem;
            flex: 0 0 15rem;
  }
  .warehouse .warehouse__col:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15rem;
            flex: 0 0 15rem;
  }
}
@media screen and (max-width: 767px) {
  .warehouse__head {
    display: none;
  }
  .warehouse__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .warehouse__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #eee;
  }
  .warehouse__item ins {
    display: block;
    font-size: 1rem;
    text-decoration: none;
  }
  .warehouse__col {
    margin-bottom: 0.5rem;
  }
  .warehouse__col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .warehouse__col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .warehouse__col:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .warehouse__col:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.partners__head {
  font-size: 1.4rem;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.partners__list {
  font-size: 1.8rem;
  margin-bottom: 5rem;
}
.partners__link {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
.partners__item {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.partners__item:hover .orders__link {
  background: rgba(0,0,0,0.05);
}
.partners__item ins {
  display: none;
}
@media screen and (min-width: 768px) {
  .partners__col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40rem;
            flex: 0 0 40rem;
  }
  .partners__col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10rem;
            flex: 0 0 10rem;
  }
  .partners__col:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15rem;
            flex: 0 0 15rem;
  }
  .partners__col:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15rem;
            flex: 0 0 15rem;
  }
}
@media screen and (max-width: 767px) {
  .partners__head {
    display: none;
  }
  .partners__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .partners__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #eee;
  }
  .partners__item ins {
    display: block;
    font-size: 1rem;
    text-decoration: none;
  }
  .partners__col {
    margin-bottom: 0.5rem;
  }
}
.form_title {
  border-bottom: 1px solid currentColor;
  margin-bottom: 3rem;
}
.form_title__item {
  padding-bottom: 1.5rem;
  border-bottom: 2px solid transparent;
  -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);
}
.form_title__item.current {
  border-bottom: 2px solid currentColor;
}
.form_title--tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}
.form_title--tabs .form_title__item {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.form_social {
  margin-top: 5rem;
}
.form_social p {
  text-align: center;
}
.form_social__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.6rem;
}
.form_social__container .btn + .btn {
  margin-left: 2.6rem;
}
.form_signin__forgot {
  text-align: right;
  color: #383838;
  margin-top: 1.3rem;
}
.form_signin__forgot a {
  display: inline-block;
}
.form_signup .form_social {
  margin-bottom: 5rem;
}
.form_signup__agree {
  padding-top: 3rem;
  margin-bottom: 5rem;
}
.form_signup__agree .field + .field {
  margin-top: 6rem;
}
.form_lk_main__item + .form_lk_main__item {
  margin-top: 5rem;
}
.form_lk_addresses__item + .form_lk_addresses__item {
  margin-top: 3rem;
}
.form_lk_addresses__actions {
  margin-top: 1.5rem;
}
.form_address__list,
.form_order__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form_address__list .field + .field,
.form_order__list .field + .field {
  margin-left: 2rem;
}
.form_order {
  color: #383838;
  counter-reset: elpycode;
  max-width: 35.5rem;
}
.form_order__title {
  position: relative;
  margin-bottom: 3rem;
  margin-top: 5rem;
}
.form_order__title:first-child {
  margin-top: 0;
}
.form_order__title::before {
  display: block;
  content: counter(elpycode, decimal-leading-zero);
  counter-increment: elpycode;
  position: absolute;
  top: 0;
  left: -5rem;
  width: 3rem;
  text-align: right;
}
.form_order .field {
  margin-bottom: 2rem;
}
.form_order__total {
  margin: 0;
}
.form_order__total dt,
.form_order__price {
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.form_order__total dd {
  margin-left: 0;
}
.form_order__price {
  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;
}
.form_order__price span {
  margin-left: 0.5rem;
  font-family: 'Montserrat';
  font-weight: 700;
}
.form_order__actions {
  margin-top: 4rem;
}
.form_order__list + .field {
  margin-top: 1rem;
}
.form_error {
  color: #dd0a0a;
  border: 1px solid currentColor;
  padding: 1rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
.form__item {
  margin-bottom: 2rem;
}
.form__actions {
  margin-top: 3rem;
}
.signin_wrap {
  max-width: 37rem;
  margin: 0 auto;
  text-align: center;
}
.signin_wrap .logotype {
  width: 23.5rem;
  height: 10rem;
  display: inline-block;
  margin-bottom: 5rem;
}
.panel {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  background: rgba(255,255,255,0.95);
  position: fixed;
  top: 0;
  left: -40rem;
  width: 40rem;
  height: 100%;
  overflow: auto;
  z-index: 100;
  padding: 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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .panel {
    width: 100%;
    left: -100%;
  }
}
.is-panel-open .panel {
  left: 0;
}
.panel__close {
  position: absolute;
  left: 3rem;
  top: 3.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.panel__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.panel__phone a {
  color: #000;
}
.panel__menu {
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .panel__menu {
    margin-left: 0;
  }
}
.panel__menu ul {
  margin-top: 1rem;
}
.panel__menu li {
  font-size: 2.6rem;
  font-family: 'CormorantSC', sans-serif;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .panel__menu li {
    text-align: center;
  }
}
.panel__menu li ul {
  margin: 2.5rem 0 3rem 3rem;
}
.panel__menu li ul li {
  margin-bottom: 2rem;
}
.panel__menu li a {
  color: #000;
}
/* Additional style files. */
