/* 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: 'Arimo';
  src: url("../fonts/Arimo-Regular.woff2") format("woff2"), url("../fonts/Arimo-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Arimo';
  src: url("../fonts/Arimo-Medium.woff2") format("woff2"), url("../fonts/Arimo-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Arimo';
  src: url("../fonts/Arimo-Bold.woff2") format("woff2"), url("../fonts/Arimo-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.title--50,
.section__title {
  font-family: 'Arimo', 'Helvetica', sans-serif;
  font-size: 5rem;
  line-height: 1.1em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  z-index: 2;
}
.title--35,
.section__subtitle {
  font-family: 'Arimo', 'Helvetica', sans-serif;
  font-size: 3.5rem;
  line-height: 1.3em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}
.text--14,
.label,
.input_checkbox__label,
.input_radio,
.form_order__title,
.form_order__back {
  font-size: 1.4rem;
}
.text--12,
.field__error,
.field__hint {
  font-size: 1.2rem;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.label {
  text-transform: uppercase;
  background-color: #e5ae9a;
  color: #fff;
  position: absolute;
  line-height: 2.7rem;
  padding: 0 1rem;
}
.sale .label {
  background-color: #e05757;
}
.price span {
  white-space: nowrap;
  text-align: right;
}
.sale .price span:first-child {
  display: block;
  color: #e05757;
}
.sale .price span + span {
  text-decoration: line-through;
}
html {
  height: 100%;
  font-size: 10px;
  font-family: 'Arimo', '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: 10px;
  }
}
@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%;
}

.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__content {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-height: 100svh;
  position: relative;
  background: #fff;
  padding-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .page__content {
    padding-top: 5rem;
  }
}
.page--mainpage .page__content {
  padding-top: 0;
}
.page--typicle .page__content {
  padding-top: 0;
}
.page__bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -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);
  z-index: 10;
  pointer-events: none;
  opacity: 0;
}
.is-colors,
.is-cart,
.is-size-table {
  height: 100%;
  overflow: hidden;
}
.is-shop .page__bg,
.is-colors .page__bg,
.is-cart .page__bg,
.is-size-table .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;
  }
}
.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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header {
  padding: 0 2rem;
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
  top: 0;
  left: 0;
  color: #000;
  height: 8.5rem;
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  background: #fff;
}
/*.header a {
  color: #ffffff;
}*/
.header .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 8.5rem;
  padding: 2.8rem 0 1.7rem;
}
.header_nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header_nav__icon {
  width: 2.4rem;
  height: 2.4rem;
}
.header_nav__icon svg {
  width: 2.4rem;
  height: 2.4rem;
}
.header_nav__icon + .header_nav__icon {
  margin-left: 2rem;
}
.page--mainpage .header {
  color: #fff;
  background: white;
}
.page--mainpage .header a {
  color: #fff;
}
.page--typicle .header {
  background: transparent;
}
.header.nav-scroll {
  background: #fff;
  color: #000;
}
.header.nav-scroll a {
  color: #000;
}
@media screen and (min-width: 768px) {
  .header .logotype {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .logotype svg.icon__icon-menu {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-block;
    margin-right: 2rem;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .is-aside .header .logotype svg.icon__icon-menu {
    opacity: 0;
  }
  .header .logotype svg.icon__logotype {
    width: 22.4rem;
    height: 4rem;
    display: inline-block;
    margin-top: 0.75rem;
    -webkit-transition: color 0.5s, -webkit-transform 0.5s;
    transition: color 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, color 0.5s;
    transition: transform 0.5s, color 0.5s, -webkit-transform 0.5s;
  }
  .is-aside .header .logotype svg.icon__logotype {
    -webkit-transform: translateX(-3rem);
    transform: translateX(-3rem);
    color: #000;
  }
  .header_menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .header_menu a {
    margin: 0 2.5rem;
  }
  .header_nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .header_nav__icon--menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 1rem;
    height: 5rem;
  }
  .header .container {
    padding: 1.3rem 0 1rem;
    height: 5rem;
  }
  .header_menu {
    display: none;
  }
  .header .logotype svg.icon__icon-menu {
    display: none;
  }
  .header .logotype svg.icon__logotype {
    width: 13rem;
    height: 2.2rem;
  }
  .header .header_nav__icon--wishlist {
    display: none;
  }
  .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.65rem 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.17rem;
    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: #fff;
}
@media screen and (max-width: 767px) {
  .page__footer {
    position: relative;
  }
}
.footer__col ul li.social {
  margin-bottom: 0.5rem;
}
.footer__col ul li.social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer__col ul li.social svg {
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
}
.footer .copyright {
  font-size: 1.3rem;
  color: #999;
  margin-top: 4rem;
}
.footer .copyright a {
  color: #999;
  text-decoration: underline;
}
.footer .copyright a:hover {
  text-decoration: none;
}
.footer .subscribe__input {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 3.5rem 2rem;
  }
  .footer__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .footer__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .footer ul li {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .footer ul li:first-child {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 3rem 1rem;
  }
  .footer__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 3rem;
  }
  .footer__col ul li {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .footer__col ul li:first-child {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: 500;
  }
  .footer__cols:first-child .footer__col:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__cols:first-child .footer__col:nth-child(4) {
    margin-bottom: 0;
  }
  .footer .copyright {
    margin-top: 2rem;
  }
  .footer .copyright .footer__col {
    margin-bottom: 1rem;
  }
}
.section > .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section_hero {
  background: #666;
  height: 80rem;
}
.section_hero .container {
  padding: 0 !important;
  margin: 0;
  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: #fff;
}
.section_hero__image {
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%/cover fixed;
  position: absolute;
  top: 0;
  left: 0;
}
.section_text {
  padding: 5rem 0;
}
.section_text__wrap {
  max-width: 96rem;
  font-size: 1.8rem;
  margin: 0 auto;
}
.section--no-padding .container {
  padding-left: 0;
  padding-right: 0;
}
.section_services .container {
  padding: 0 !important;
}
.section_video {
  margin: 0;
}
.section_video .container {
  padding: 0 !important;
  margin: 0;
  height: 80rem;
}
.section_video .container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section_action {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  background: #ff1f44;
  color: #fff;
  position: relative;
}
.section_action:hover {
  background: #ec1b3d;
}
.section_action .container {
  padding: 5rem 0 !important;
}
.section_action__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.section_action .section__subtitle {
  margin-bottom: 0;
}
.section__title {
  text-align: center;
}
.section__title__wrap {
  display: inline-block;
  position: relative;
}
.section__title span:first-child {
  position: relative;
  -webkit-clip-path: path('M0,40 L300,0 L1200,0 L1200,300 L0,300 Z');
  clip-path: path('M0,40 L300,0 L1200,0 L1200,300 L0,300 Z');
  -webkit-background-clip: text;
  background-clip: text;
}
.section__title font:before {
  display: block;
  position: absolute;
  top: -0.3rem;
  left: -0.6rem;
  z-index: 2;
  content: attr(title);
  -webkit-clip-path: path('M0,0 L290,0 L0,38 Z');
  clip-path: path('M0,0 L290,0 L0,38 Z');
  -webkit-background-clip: text;
  background-clip: text;
}
.section__subtitle {
  text-align: center;
  margin-bottom: 3rem;
}
.section__subtitle__wrap {
  display: inline-block;
  position: relative;
}
.section__subtitle span:first-child {
  position: relative;
  -webkit-clip-path: path('M0,30  L290,0 L1200,0 L1200,100 L0,100 Z');
  clip-path: path('M0,30  L290,0 L1200,0 L1200,100 L0,100 Z');
  -webkit-background-clip: text;
  background-clip: text;
}
.section__subtitle font:before {
  display: block;
  position: absolute;
  top: -0.1rem;
  left: -0.4rem;
  z-index: 2;
  content: attr(title);
  -webkit-clip-path: path('M0,0  L290,0 L0,30 Z');
  clip-path: path('M0,0  L290,0 L0,30 Z');
  -webkit-background-clip: text;
  background-clip: text;
}
.container {
  position: relative;
  height: inherit;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .section > .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
  }
  .container {
    width: 100%;
    z-index: 2;
    padding-left: 2.778vw;
    padding-right: 2.778vw;
  }
  .page__content .section:first-child > .container {
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .aside {
    position: fixed;
    left: 0;
    top: 0;
    width: 33rem;
    height: 100%;
    background: #fff;
    z-index: 50;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateX(-33rem);
    transform: translateX(-33rem);
  }
  .aside__activator {
    width: 1rem;
    height: 100%;
    position: fixed;
    z-index: 40;
  }
  .aside__content {
    padding: 12.5rem 3.5rem 3.5rem 3.5rem;
    overflow: auto;
    height: 100%;
  }
  .aside__content ul {
    font-size: 1.8rem;
  }
  .aside__content ul + ul {
    margin-top: 2rem;
  }
  .aside__content ul li + li {
    margin-top: 0.6rem;
  }
  .aside__content ul ul {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin: 1rem 2rem;
  }
  .aside__content ul ul li + li {
    margin-top: 0.6rem;
  }
  .is-aside .aside {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .aside {
    display: none;
  }
}
.gallery .container {
  padding: 0;
}
.swiper-gallery {
  height: 50rem;
}
.swiper-gallery .swiper-slide {
  width: 73.5rem;
  height: 50rem;
  background: #333;
}
.swiper-gallery .swiper-slide img {
  opacity: 0.3;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.swiper-gallery .swiper-slide.swiper-slide-active img {
  opacity: 1;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.swiper-button-next,
.swiper-button-prev {
  color: #ff1f44;
}
.swiper-pagination-bullet {
  border-radius: 50%;
  background: #fff;
}
.swiper-pagination {
  bottom: 2rem !important;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.diploms img {
  height: 40rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.service {
  height: 80rem;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-item: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.service__title {
  position: absolute;
  top: 8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  color: #fff;
}
.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service__image {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service__name,
.service__icon {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.service__icon {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
}
.service__name {
  font-size: 2rem;
}
.service:hover .service__icon {
  color: #ff1f44;
}
.service:hover .service__image {
  left: -1rem;
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
}
.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 {
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -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);
  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.3rem;
}
.btn__label {
  display: inline-block;
  line-height: 4.5rem;
  white-space: nowrap;
}
.btn--full {
  width: 100%;
}
.btn--link {
  font-weight: normal;
}
.btn--large {
  height: 4.8rem;
  line-height: 4.8rem;
}
.btn--black {
  color: #fff;
  background-color: #1b1e1b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn--white {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn--rpn {
  padding-right: 0;
}
@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;
}
.input_text,
.textarea {
  position: relative;
  height: 4.5rem;
  background-color: transparent;
  -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;
}
.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%;
  padding: 0 1rem;
}
.input_text__label span,
.textarea__label span {
  display: inherit;
  line-height: 3rem;
  opacity: 0.2;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.input_text--filled .input_text__label span,
.input_text--filled .textarea__label span {
  -webkit-transform: translate3d(-1rem, -2.5rem, 0) scale3d(0.85, 0.85, 1) translateZ(1px);
  transform: translate3d(-1rem, -2.5rem, 0) scale3d(0.85, 0.85, 1) translateZ(1px);
  text-transform: lowercase;
}
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;
  margin-top: 2rem;
  margin-left: 2rem;
}
.input_checkbox__wrap {
  margin-top: -2rem;
  margin-left: -2rem;
}
.input_checkbox__label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-left: 3rem;
  line-height: 2rem;
  vertical-align: top;
}
.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;
  left: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 1px;
  -webkit-box-shadow: inset 0px 0px 0px 1px currentColor;
  box-shadow: inset 0px 0px 0px 1px currentColor;
  opacity: 0.2;
}
.input_checkbox__ico svg {
  opacity: 0;
  color: #fff;
}
.input_checkbox input {
  opacity: 0;
  position: absolute;
}
.input_checkbox input:disabled + .input_checkbox__ico {
  background-color: currentColor;
}
.input_checkbox input:disabled + .input_checkbox__ico ~ .input_checkbox__label {
  color: #d1d2d1;
  opacity: 1;
  cursor: default;
}
.input_checkbox input:checked + .input_checkbox__ico {
  background-color: currentColor;
  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: #d1d2d1;
  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;
}
.search_header {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 767px) {
  .search_header {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.form_order__title {
  color: #e5ae9a;
  position: relative;
  margin-bottom: 2rem;
}
.form_order__title:not(:first-child) {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 2px solid rgba(27,30,27,0.1);
}
.form_order .warning {
  margin: 2rem 0;
}
.form_order__delivery {
  margin-top: 4rem;
}
.form_order__actions {
  border-top: 2px solid rgba(27,30,27,0.1);
  padding-top: 4rem;
  margin-top: 6rem;
}
.form_order__actions .row + .row {
  margin-top: 6rem;
}
.form_order__back {
  opacity: 0.3;
  line-height: 1.7rem;
  border-bottom: 1px solid currentColor;
}
.form_feedback__title {
  text-align: center;
  margin-bottom: 6.3rem;
}
.form_feedback__body {
  max-width: 38rem;
  margin: 0 auto;
}
.form_feedback .field + .field {
  margin-top: 3.8rem;
}
.form_feedback .btn {
  margin-top: 4rem;
}
.category {
  position: relative;
  font-size: 1.6rem;
}
.category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category__image {
  position: relative;
}
.category__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.category__name {
  position: absolute;
  z-index: 2;
  font-size: 2.4rem;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .category {
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3);
    color: #fff;
    z-index: 2;
  }
  .category__image {
    height: 0;
    padding-bottom: 125%;
  }
  .category__image img {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .category:nth-child(3n) .category__image img {
    border-right: 0;
  }
  .category__name {
    bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .category {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .category__name {
    bottom: 2.5rem;
    font-size: 1.8rem;
  }
  .category__image {
    height: 0;
    padding-bottom: 125%;
  }
  .category__image img {
    border-bottom: 1px solid #fff;
  }
}
.preview {
  position: relative;
}
.preview__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;
}
.preview__image {
  position: relative;
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 120%;
}
.preview__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.preview__content {
  text-align: center;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.preview__price {
  font-weight: 500;
}
.preview__name {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .preview {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .preview__content {
    padding: 2rem;
    border-right: 1px solid #eee;
  }
  .preview__image {
    border-right: 1px solid #fff;
  }
  .preview:nth-child(4n) .preview__content {
    border-right: 0;
  }
  .preview:nth-child(4n) .preview__image {
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .preview {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
    margin: 0 0.5rem 1.5rem;
  }
  .preview__list {
    padding: 0 0.5rem;
  }
  .preview__content {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.unit_bg {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
  background: #fff;
  display: block;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
@media screen and (min-width: 768px) {
  .unit_bg {
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .unit_bg {
    display: none;
  }
}
.unit_bg.is-active {
  pointer-events: all;
  opacity: 0.7;
}
.unit_gallery {
  width: 50%;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .unit_gallery {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .unit_gallery img {
    display: none;
  }
  .unit_gallery img:first-child {
    display: inline-block;
  }
}
.unit_gallery_mobile {
  display: none;
}
.unit_content {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .unit_content {
    width: 100%;
  }
}
.unit_content__wrap {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 7.639vw;
  margin-top: 7.639vw;
  min-height: calc(100vh - 7.639vw);
  z-index: 1;
  padding: 0 2.778vw 2.778vw 1.389vw;
}
@media screen and (max-width: 767px) {
  .unit_content__wrap {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 0 4vw 4vw;
    height: auto;
    display: block;
  }
}
.unit_content__wrap.is-active {
  z-index: 5;
}
.unit_content__desc {
  width: 22.569vw;
  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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  padding-bottom: 2.222vw;
}
@media screen and (max-width: 767px) {
  .unit_content__desc {
    width: auto;
  }
}
.unit_content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 300;
  width: 22.569vw;
  padding-top: 3rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .unit_content__menu {
    width: 100%;
  }
}
.unit_content__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42.708vw;
  height: 100%;
  left: initial;
  margin-bottom: inherit;
  border-left: 1px solid #eee;
  z-index: 4;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .unit_content__details {
    position: initial;
    width: 100%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.unit_content__details_close {
  position: fixed;
  padding: 2.778vw;
  right: 0px;
  top: 0px;
  z-index: 6;
  -webkit-transition: -webkit-transform 333ms ease-in;
  transition: -webkit-transform 333ms ease-in;
  transition: transform 333ms ease-in;
  transition: transform 333ms ease-in, -webkit-transform 333ms ease-in;
  color: #000;
  -webkit-animation: fadeOut 333ms linear forwards;
  animation: fadeOut 333ms linear forwards;
}
@media screen and (min-width: 1025px) {
  .unit_content__details_close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .unit_content__details_close {
    display: none;
  }
}
.unit_content__details_close svg {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.4rem;
}
.unit_content__details.is-active .unit_content__details_close {
  -webkit-animation: fadeIn 333ms linear forwards;
  animation: fadeIn 333ms linear forwards;
}
.unit_content__details_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding-top: 13.472vw;
  padding-bottom: 6.25vw;
  font-size: 1.4rem;
}
.unit_content__details_content {
  position: absolute;
  width: 24vw;
  opacity: 0;
  z-index: 0;
  padding: initial;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .unit_content__details_content {
    position: relative;
    width: 100%;
    display: none;
    text-align: center;
  }
  .unit_content__details_content.is-active {
    display: block;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .unit_content__details_content.is-show {
    opacity: 1;
    z-index: 1;
    -webkit-animation: show-from-right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    animation: show-from-right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  }
  .unit_content__details_content.is-hide {
    opacity: 0;
    -webkit-animation: hide-from-right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    animation: hide-from-right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  }
}
.unit_content__details.is-active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
    z-index: 100000;
}
.unit_sizes__title {
  margin-bottom: 1rem;
}
.unit_sizes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .unit_sizes__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.unit_sizes__size {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .unit_sizes__size {
    margin: 0 1rem;
  }
}
.unit_sizes__size button {
  height: 2rem;
}
.unit_sizes__size.current button {
  border-bottom: 1px solid #000;
}
.unit__action {
  margin-top: 6rem;
}
.unit__action .btn {
  background: #fff;
  border: 1px solid #000;
  text-transform: uppercase;
  letter-spacing: 0.24rem;
  height: 6rem;
  width: 100%;
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.unit__action .btn__content {
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.unit__action .btn.btn--select .btn__select {
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  height: 6rem;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  opacity: 0;
}
.unit__action .btn.btn--select .btn__text {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .unit__action .btn.btn--select:hover .btn__select {
    opacity: 1;
  }
  .unit__action .btn.btn--active:hover .btn__select {
    opacity: 0;
  }
}
.unit__action .btn.btn--active {
  background: #000;
  color: #fff;
}
.unit__action .btn.btn--black {
  background: #000;
  color: #fff;
}
.unit_colors {
  margin-bottom: 3rem;
}
.unit_colors__current {
  margin-bottom: 1rem;
}
.unit_colors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .unit_colors__list {
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.unit_colors .unit_colors__color {
  width: 2rem;
  height: 2rem;
  font-size: 0;
  padding: 0.5rem;
  margin: 0 0.5rem;
  display: block;
}
.unit_colors .unit_colors__color span {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: block;
  border: 1px solid transparent;
}
@media screen and (min-width: 1025px) {
  .unit_colors a.unit_colors__color:hover span {
    border-color: #000;
  }
}
.unit_colors span.unit_colors__color span {
  border-color: #000;
}
.unit__title {
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
.unit__article {
  line-height: 2rem;
  letter-spacing: 0.04em;
  color: #a4a4a4;
  margin-bottom: 3.4rem;
}
@-webkit-keyframes show-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(32px, 0, 0);
    transform: translate3d(32px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes show-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(32px, 0, 0);
    transform: translate3d(32px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes hide-from-right {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-32px, 0, 0);
    transform: translate3d(-32px, 0, 0);
  }
}
@keyframes hide-from-right {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-32px, 0, 0);
    transform: translate3d(-32px, 0, 0);
  }
}
.section__hero {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .hero__list {
    position: relative;
    margin-top: -5.5rem !important;
  }
  .hero__item {
    width: 100%;
    height: 100vh;
  }
  .hero__item--text {
    display: none;
  }
  .hero__item img,
  .hero__item video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hero__nav {
    text-align: center;
    position: sticky;
    top: calc(100vh - 5rem);
    left: 0;
    right: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    z-index: 2;
    padding-bottom: 3.5rem;
  }
  .hero__nav a {
    color: #fff;
    opacity: 0.75;
  }
  .hero__nav a + a {
    margin-left: 5rem;
  }
  .hero__nav a.is-active {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    width: 100vw;
    /*height: 100svh;*/
    position: relative;
    overflow: hidden;
  }
  .hero__nav {
    display: none;
  }
  .hero__list {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%;
  }
  .hero__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .hero__item--text {
    display: block;
    position: absolute;
    bottom: 4.5rem;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
  }
  .hero__item img,
  .hero__item video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.contact-panel {
  position: fixed;
  bottom: 90px;
  right: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s, transform 0.5s;
  pointer-events: none;
}

.contact-panel.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.contact-panel img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.close-panel {
  margin-top: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .contact-button {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }

  .contact-button img {
    width: 30px;
    height: 30px;
  }

  .contact-panel {
    bottom: 25px;
    right: 15px;
  }

  .contact-panel img {
    width: 40px;
    height: 40px;
  }
}
/* Additional style files. */

/*# sourceMappingURL=main.css.map */

.shop_title {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .3em;
  line-height: 1em;
  margin: 20px;
}

#cookie_note{
  display: none;position: fixed;z-index:100;
  bottom: 15px;left: 50%; width: 100%;
  transform: translateX(-50%);
  padding: 20px;background-color: white;
  border-radius: 4px;box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 10000;
}
#cookie_note p{margin: 0;
  font-size: 15px;
  text-align: left;
  color: black;
  line-height: 22px;}
#cookie_note a { text-decoration: underline; }
#cookie_note .btn-sm {display: block;margin: 0 auto;}
.cookie_accept{width:20%; width: 220px;
  background-color: #ba9467;
  color: #fff;}
@media (min-width: 576px){#cookie_note.show{display: flex;}}

@media (max-width: 575px){#cookie_note.show{display: block;text-align: left; width: 100%;}
  #cookie_note .btn-sm {
    display: block;
    margin-top: 15px;
    width: 220px;
    background-color: #ba9467;
    color: #fff;
  }
}