@font-face {
  font-family: 'Helvetica Now Text';
  src: url("../font/helvetica-now-text/HelveticaNowText-ExtBdIta.woff2") format("woff2"), url("../font/helvetica-now-text/HelveticaNowText-ExtBdIta.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Now Text';
  src: url("../font/helvetica-now-text/HelveticaNowText-BoldItalic.woff2") format("woff2"), url("../font/helvetica-now-text/HelveticaNowText-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Now Text';
  src: url("../font/helvetica-now-text/HelveticaNowText-Bold.woff2") format("woff2"), url("../font/helvetica-now-text/HelveticaNowText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Now Text';
  src: url("../font/helvetica-now-text/HelveticaNowText-RegIta.woff2") format("woff2"), url("../font/helvetica-now-text/HelveticaNowText-RegIta.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Now Text';
  src: url("../font/helvetica-now-text/HelveticaNowText-ExtLtIta.woff2") format("woff2"), url("../font/helvetica-now-text/HelveticaNowText-ExtLtIta.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Now Text';
  src: url("../font/helvetica-now-text/HelveticaNowText-Thin.woff2") format("woff2"), url("../font/helvetica-now-text/HelveticaNowText-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Now Text';
  src: url("../font/helvetica-now-text/HelveticaNowText-Light.woff2") format("woff2"), url("../font/helvetica-now-text/HelveticaNowText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Now Text';
  src: url("../font/helvetica-now-text/HelveticaNowText-ExtraBold.woff2") format("woff2"), url("../font/helvetica-now-text/HelveticaNowText-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Now Text';
  src: url("../font/helvetica-now-text/HelveticaNowText-MediumItalic.woff2") format("woff2"), url("../font/helvetica-now-text/HelveticaNowText-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Now Text';
  src: url("../font/helvetica-now-text/HelveticaNowText-Regular.woff2") format("woff2"), url("../font/helvetica-now-text/HelveticaNowText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Now Text';
  src: url("../font/helvetica-now-text/HelveticaNowText-LightItalic.woff2") format("woff2"), url("../font/helvetica-now-text/HelveticaNowText-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Now Text';
  src: url("../font/helvetica-now-text/HelveticaNowText-ThinItalic.woff2") format("woff2"), url("../font/helvetica-now-text/HelveticaNowText-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Now Text';
  src: url("../font/helvetica-now-text/HelveticaNowText-Medium.woff2") format("woff2"), url("../font/helvetica-now-text/HelveticaNowText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

html {
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  margin: 0;
  font-family: "Helvetica Now Text", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0D0000;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0D0000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0D0000;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  text-decoration: none !important;
  border: none;
  outline: none;
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #F8F3EE;
  text-transform: uppercase;
  background-color: #0D0000;
  border: 1px solid #0D0000;
  letter-spacing: 2px;
  line-height: 1;
  padding: 12px 20px 10px 20px;
  transition: color .5s ease 0s, background-color .5s ease 0s;
}

.btn-primary:hover,
.btn-primary.active {
  color: #0D0000;
  background-color: #ffffff;
}

.btn-primary-invert {
  background-color: transparent;
  color: #0D0000;
}

.btn-primary-invert:hover,
.btn-primary-invert.active {
  color: #ffffff;
  background-color: #0D0000;
}

.btn-warning {
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #0D0000;
  border: 1px solid #0D0000;
  letter-spacing: 2px;
  line-height: 1;
  padding: 12px 20px 10px 20px;
  transition: color .5s ease 0s, background-color .5s ease 0s;
}

.btn-warning:hover,
.btn-warning.active {
  color: #0D0000;
  background-color: transparent;
}

.btn-warning.btn-light {
  color: #0D0000;
  background-color: transparent;
}

.btn-warning.btn-light:hover,
.btn-warning.btn-light.active {
  color: #ffffff;
  background-color: #0D0000;
}

.btn-secondary {
  color: #000000;
  text-transform: uppercase;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  letter-spacing: 2px;
  line-height: 1;
  padding: 10px 20px 8px;
  transition: color .5s ease 0s, border-color .5s ease 0s, background-color .5s ease 0s;
}

.btn-secondary:hover,
.btn-secondary.active {
  color: #FFFFFF;
  border-color: #ffffff;
  background-color: transparent;
}

.btn-primary:disabled,
.btn-primary.disabled,
.btn-secondary:disabled,
.btn-secondary.disabled,
.btn-warning:disabled,
.btn-warning.disabled {
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
  color: #ffffff !important;
  cursor: default !important;
}

.btn-add {
  font-size: 13px;
  color: #000000;
  line-height: 1;
  padding: 5px 0 5px 15px;
  position: relative;
  transition: color .5s ease 0s;
}

.btn-add:hover {
  color: #676565;
}

.btn-add:before {
  display: block;
  content: '+';
  position: absolute;
  top: 5px;
  left: 0;
}

.btn-add.loading {
  color: #676565;
}

.btn-add.loading:before {
  animation: rotate 2s linear infinite;
}

.btn-menu {
  width: 15px;
  height: 15px;
  padding: 0;
  position: relative;
  border: none;
  box-sizing: content-box;
  border-right: 15px solid transparent;
  border-left: 10px solid transparent;
}

.btn-menu i {
  display: block;
  width: 100%;
  height: 100%;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu i:before {
  display: block;
  content: '';
  height: 1px;
  position: absolute;
  right: 0;
  background-color: #000000;
}

.btn-menu:before,
.btn-menu:after {
  width: 15px;
  transform: translate(0, 0);
  transition: transform .5s ease-in-out 0s, background-color .5s ease 0s;
}

.btn-menu:before {
  top: 0;
}

.btn-menu:after {
  bottom: 0;
}

.btn-menu i:before {
  width: 7px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 1;
  transform: translate(0, 0);
  will-change: width;
  transition: width .5s ease 0s, background-color .5s ease 0s, transform .5s ease 0s, opacity .5s ease-in-out 0s;
}

.btn-menu.active:before {
  transform: translate(0, 7px) rotate(45deg);
}

.btn-menu.active:after {
  transform: translate(0, -7px) rotate(-45deg);
}

.btn-menu.active i:before {
  opacity: 0;
  transform: translate(-15px, 0);
}

.btn-option {
  white-space: normal;
}

.btn-option__input {
  visibility: hidden;
  position: absolute;
  left: -999999px;
  z-index: -1;
}

.btn-option__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}

.btn-option__wrap:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #F0F0F0;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity .5s ease-in 0s, transform .5s ease-in 0s;
}

.btn-option__value {
  border: 1px solid transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 90%;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}

.btn-option__name {
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 300;
  line-height: 1.2;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 1;
}

.btn-option__caption {
  font-weight: 300;
  font-size: 12px;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.btn-option:hover .btn-option__wrap:before,
.btn-option__input:checked + .btn-option__wrap:before {
  opacity: 1;
  transform: scale(1);
}

.btn-option.wide .btn-option__wrap {
  display: block;
}

.btn-option.wide .btn-option__value {
  width: 100%;
}

.btn-option.wide .btn-option__name {
  background-color: #ffffff;
  top: auto;
  bottom: 0;
}

.btn-check {
  position: relative;
}

.btn-check__input {
  visibility: hidden;
  position: absolute;
  left: -999999px;
  z-index: -1;
}

.btn-check__title {
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  padding: 20px 45px 15px 45px;
}

.btn-check__icon {
  display: block;
  width: 30px;
  height: 20px;
  fill: #E1DFDF;
  position: absolute;
  right: 10px;
  bottom: 17px;
  transition: fill .5s ease 0s;
}

.btn-check__input:checked ~ .btn-check__icon {
  fill: #000000;
}

.btn-switch {
  position: relative;
  cursor: default;
}

.btn-switch__input {
  visibility: hidden;
  position: absolute;
  left: -999999px;
  z-index: -1;
}

.btn-switch__title {
  font-size: 10px;
  text-transform: uppercase;
  color: #676565;
  line-height: 1;
  transition: color .5s ease 0s;
  cursor: pointer;
}

.btn-switch__input:checked ~ .btn-switch__title {
  color: #000000;
}

.btn-switch__input[disabled="disabled"] ~ .btn-switch__title {
  cursor: default;
}

.btn-more {
  font-weight: 500;
  color: #000000;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  position: relative;
}

.btn-more:before,
.btn-more:after {
  display: block;
  content: '';
  background-color: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.btn-more:before {
  height: 1px;
}

.btn-more:after {
  width: 1px;
}

.btn-more.btn-more-extra {
  font-weight: 300;
  color: #000000;
  letter-spacing: 1.38px;
}

.btn-more.btn-more-white {
  color: #ffffff !important;
}

.btn-more.btn-more-white:before,
.btn-more.btn-more-white:after {
  background-color: #ffffff !important;
}

@keyframes btnMoreLVIn {
  0% {
    width: 25px;
    transform: translateX(0);
  }

  50% {
    width: 51px;
    transform: translateX(-13px);
  }

  100% {
    width: 35px;
    transform: translateX(-5px);
  }
}

@keyframes btnMoreLVOut {
  0% {
    width: 35px;
    transform: translateX(-5px);
  }

  100% {
    width: 25px;
    transform: translateX(0);
  }
}

@keyframes btnMoreLGIn {
  0% {
    height: 25px;
  }

  50% {
    height: 51px;
  }

  100% {
    height: 35px;
  }
}

@keyframes btnMoreLGOut {
  0% {
    height: 35px;
  }

  100% {
    height: 25px;
  }
}

.btn-plus {
  position: relative;
}

.btn-plus:before,
.btn-plus:after {
  display: block;
  content: '';
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.btn-plus:before {
  height: 1px;
  will-change: width;
}

.btn-plus:after {
  width: 1px;
  will-change: height;
}

.btn-link {
  cursor: pointer;
  font-size: 10px;
  color: #000000;
  letter-spacing: 1px;
  padding: 5px 40px 4px 0;
  line-height: 1.8;
  text-align: left;
  text-transform: uppercase;
  position: relative;
}

.btn-link .btn-plus {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin-top: auto;
  margin-bottom: auto;
  transform: rotate(0deg);
  transition: transform .5s ease 0s;
}

.btn-link.btn-lg {
  min-width: 300px;
}

[data-accordion="item"].active .btn-link .btn-plus {
  transform: rotate(45deg);
}

.btn-info {
  text-align: left;
}

.btn-info__caption {
  display: inline;
}

.btn-info__icon {
  display: inline;
}

.btn-success {
  text-align: left;
}

.btn-success__caption {
  display: inline;
  font-weight: bold;
  color: #1E1E1E;
  line-height: 1.4;
  text-transform: uppercase;
}

.btn-success__icon {
  display: inline;
}

.btn-change {
  font-size: 13px;
  color: #ADABAB;
  padding: 5px 5px 5px 20px;
  line-height: 1;
  position: relative;
  transition: color .5s ease 0s;
}

.btn-change svg {
  display: block;
  width: 12px;
  height: 12px;
  fill: #ADABAB;
  position: absolute;
  top: 3px;
  left: 0;
  transition: fill .5s ease 0s;
}

.btn-change:hover {
  color: #FFFFFF;
}

.btn-change:hover svg {
  fill: #FFFFFF;
}

.btn-remove {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ADABAB;
  position: relative;
  transition: border-color .5s ease 0s;
}

.btn-remove svg {
  display: block;
  width: 10px;
  height: 10px;
  fill: #ADABAB;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: fill .5s ease 0s;
}

.btn-remove:hover {
  border-color: #FFFFFF;
}

.btn-remove:hover svg {
  fill: #FFFFFF;
}

.btn-search__icon {
  display: block;
  width: inherit;
  height: inherit;
}

.btn-extra {
  font-weight: bold;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  text-transform: uppercase;
  position: relative;
  transition: color .5s ease 0s, background-color .5s ease 0s;
}

.btn-extra__wrap {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease 0s, visibility 0s ease 1s;
}

.btn-extra__loader {
  width: 100%;
  height: 100%;
  background-image: url(../img/loader/extra.svg);
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

.btn-extra__text-success {
  width: 100%;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease 0s, visibility 0s ease 1s;
}

.btn-extra__arrow {
  display: block;
  fill: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: fill .5s ease 0s;
}

.btn-extra:hover {
  color: #000000;
  background-color: #FFFFFF;
}

.btn-extra:hover .btn-extra__arrow {
  fill: #000000;
}

.btn-extra-dark {
  color: #000000;
  border-color: #000000;
}

.btn-extra-dark .btn-extra__arrow {
  fill: #000000;
}

.btn-extra-dark:hover {
  color: #FFFFFF;
  background-color: #000000;
}

.btn-extra-dark:hover .btn-extra__arrow {
  fill: #FFFFFF;
}

.btn-extra-black {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.btn-extra-black .btn-extra__arrow {
  fill: #ffffff;
}

.btn-extra-black:hover {
  color: #000000;
  background-color: transparent;
}

.btn-extra-black:hover .btn-extra__arrow {
  fill: #000000;
}

.btn-extra.btn-loader,
.btn-extra.btn-text-success {
  cursor: default;
}

.btn-extra.btn-loader .btn-extra__wrap,
.btn-extra.btn-text-success .btn-extra__wrap {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease 0s, visibility 0s ease 0s;
}

.btn-extra.btn-loader .btn-extra__loader {
  opacity: 1;
  visibility: visible;
}

.btn-extra.btn-text-success .btn-extra__text-success {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease 0s, visibility 0s ease 0s;
}

.btn-extra.btn-extra-sm {
  min-width: 0;
}

.btn-extra.btn-extra-sm .btn-extra__arrow {
  right: 10px;
}

.btn-extra.btn-loading {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  cursor: default !important;
  background-image: url(../img/loader/extra.svg) !important;
  background-size: 40px 40px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.btn-extra.btn-loading .btn-extra__arrow {
  fill: #000000 !important;
}

.btn-edit {
  width: 50px;
  height: 20px;
  opacity: 1;
  position: relative;
  transition: opacity .5s ease 0s;
}

.btn-edit:hover {
  opacity: .5;
}

.btn-edit__icon {
  display: block;
  width: 20px;
  height: 12px;
  fill: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.btn-redact {
  width: 50px;
  height: 20px;
  opacity: 1;
  position: relative;
  transition: opacity .5s ease 0s;
}

.btn-redact:hover {
  opacity: .5;
}

.btn-redact__icon {
  display: block;
  width: 12px;
  height: 12px;
  fill: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.btn-delete {
  width: 50px;
  height: 20px;
  opacity: 1;
  position: relative;
  transition: opacity .5s ease 0s;
}

.btn-delete:hover {
  opacity: .5;
}

.btn-delete__icon {
  display: block;
  width: 15px;
  height: 18px;
  fill: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.btn-clip__icon {
  display: block;
  width: 20px;
  height: 19px;
  fill: #000000;
}

.btn-fluid {
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-w-md {
  min-width: 180px;
}

.btn-center {
  padding: 10px 0 0 0;
  text-align: center;
}

@keyframes btnPlusLVIn {
  0% {
    width: 15px;
  }

  50% {
    width: 27px;
  }

  100% {
    width: 21px;
  }
}

@keyframes btnPlusLVOut {
  0% {
    width: 21px;
  }

  100% {
    width: 15px;
  }
}

@keyframes btnPlusLGIn {
  0% {
    height: 15px;
  }

  50% {
    height: 27px;
  }

  100% {
    height: 21px;
  }
}

@keyframes btnPlusLGOut {
  0% {
    height: 21px;
  }

  100% {
    height: 15px;
  }
}

@keyframes btnPlusLGLVIn {
  0% {
    width: 23px;
  }

  50% {
    width: 31px;
  }

  100% {
    width: 25px;
  }
}

@keyframes btnPlusLGLVOut {
  0% {
    width: 25px;
  }

  100% {
    width: 23px;
  }
}

@keyframes btnPlusLGLGIn {
  0% {
    height: 23px;
  }

  50% {
    height: 30px;
  }

  100% {
    height: 25px;
  }
}

@keyframes btnPlusLGLGOut {
  0% {
    height: 25px;
  }

  100% {
    height: 23px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal.fade {
  opacity: 0;
  transition: opacity .3s linear 0s;
}

.modal.fade.show {
  opacity: 1;
  transition: opacity .3s linear 0s;
}

.modal .order {
  padding: 0;
}

.modal-dialog {
  position: relative;
  max-width: none;
  width: auto;
  margin: 0;
  pointer-events: auto;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #F6F6F6;
  transition: opacity .3s linear 0s;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.fade.show {
  opacity: 1;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
}

.modal-title {
  line-height: 1.4;
  font-weight: bold;
  color: #0D0000;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-wrap {
  position: relative;
}

.modal-close {
  display: block;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  position: fixed;
  z-index: 10;
  transform: translateZ(0);
}

.modal-close svg {
  display: block;
  fill: #000000;
  cursor: pointer;
}

.modal-core {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.modal-fabric {
  margin-left: auto;
  margin-right: auto;
}

.modal-fabric__col {
  margin-bottom: 20px;
}

.modal-fabric__media {
  display: block;
}

.modal-fabric__description {
  font-size: 12px;
  color: #0D0000;
  line-height: 1.6;
}

.modal-fabric__description p {
  margin: 0 0 15px 0;
}

.modal-theme-dark .modal-backdrop {
  background-color: #1E1E1E;
}

.modal-theme-dark .modal {
  color: #FFFFFF;
}

.modal-theme-dark .modal a {
  color: #FFFFFF;
}

.modal-theme-dark .modal-close svg {
  fill: #D8D8D8;
}

.modal-theme-dark .modal-title {
  color: #E1DFDF;
  padding-bottom: 5px;
  position: relative;
}

.modal-theme-dark .modal-title:after {
  display: block;
  content: '';
  width: 24px;
  height: 1px;
  background-color: #E1DFDF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.modal-btns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  padding-top: 30px;
}

.modal-btns__item {
  width: 100%;
  margin-bottom: 15px;
}

.modal-btns__item:Last-child {
  margin-bottom: 0;
}

.modal-full .modal-dialog {
  padding: 0;
  height: 100%;
}

.modal-description {
  text-align: center;
  color: #676565;
  margin-bottom: 50px;
}

.modal-button {
  text-align: center;
}

.modal-button .btn {
  margin: 0 15px 15px 15px;
}

.modal-control {
  margin-bottom: 50px;
}

.modal-control__item {
  margin-bottom: 10px;
}

.modal-control__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-control__title {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.55;
}

.modal-control__button {
  margin-left: 20px;
}

.modal-control__body {
  display: none;
}

.modal-control .form-kit__row:last-child [class*="form-kit__col-"] {
  margin-bottom: 0;
}

.modal-fluid .modal-content {
  max-width: 100%;
}

.modal-loading {
  background-image: url(../img/loader/extra.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Helvetica Now Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 290px;
  padding: 5px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
}

.tooltip_img .tooltip-inner {
  padding: 1px;
  background-image: url(../img/loader/extra.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Helvetica Now Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #0D0000;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.header {
  background-color: #ffffff;
  border-bottom: 1px solid #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.middle {
  flex: 1 0 auto;
}

.common {
  padding: 50px 0 0 0;
}

.center {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.center::after {
  display: block;
  clear: both;
  content: "";
}

.footer {
  background-color: #1E1E1E;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}

.body-primary .header {
  background-color: transparent;
  border-bottom-color: #FFFFFF;
}

.body-primary .logo__img {
  fill: #FFFFFF;
}

.body-primary .menu-extra__link {
  color: #FFFFFF;
}

.body-primary .menu-extra__link:hover {
  color: #FFFFFF;
}

.body-primary .menu-extra__link:after {
  background-color: #FFFFFF;
}

.body-primary .btn-search__icon {
  fill: #FFFFFF;
}

.body-primary .btn-menu:before,
.body-primary .btn-menu:after,
.body-primary .btn-menu i:before {
  background-color: #FFFFFF;
}

.body-primary .middle {
  padding-top: 0;
}

.body-primary .header.scroll .btn-menu:before,
.body-primary .header.scroll .btn-menu:after,
.body-primary .header.scroll .btn-menu i:before {
  background-color: #000000 !important;
}

.body-fixed {
  overflow: hidden;
}

.body-gray {
  background-color: #f6f6f6;
}

.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__left {
  display: flex;
  order: 1;
  align-items: center;
  justify-content: flex-start;
}

.header__middle {
  display: flex;
  order: 2;
  align-items: center;
}

.header__right {
  display: flex;
  order: 3;
  align-items: center;
  justify-content: flex-end;
}

.header.scroll {
  background-color: #ffffff !important;
  border-bottom-color: #000000 !important;
}

.header.scroll .logo__img {
  fill: #1A1919 !important;
}

.header.scroll .menu-extra__link {
  color: #000000 !important;
}

.header.scroll .menu-extra__link:hover {
  color: #000000 !important;
}

.header.scroll .menu-extra__link:after {
  background-color: #000000 !important;
}

.header.scroll .btn-search__icon {
  fill: #000000 !important;
}

.logo {
  font-size: 0;
  line-height: 0;
  font-weight: 800;
  color: #000000;
  letter-spacing: 1.75px;
  text-transform: uppercase;
}

.logo__link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.logo__link:hover {
  text-decoration: none;
}

.logo__img {
  display: block;
  fill: #1A1919;
}

.menu-main__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-main__item {
  padding: 0;
}

.menu-main__link {
  color: #000000;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.menu-main__link:hover {
  text-decoration: none;
}

.menu-main__icon {
  display: block;
  fill: #000000;
  position: relative;
}

.menu-main__drop-list {
  margin: 0;
  list-style: none;
}

.menu-main__drop-item {
  padding: 0;
}

.menu-main__drop-link:hover,
.menu-main__drop-link.active {
  text-decoration: none;
}

.menu-extra__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}

.menu-extra__item {
  padding: 0;
}

.menu-extra__item:last-child {
  margin-right: 0;
}

.menu-extra__link {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}

.menu-extra__link:hover {
  color: #000000;
  text-decoration: none;
}

.menu-extra__icon {
  display: block;
  fill: #000000;
  position: relative;
}

.menu-extra__profile {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  vertical-align: top;
  text-decoration: none;
  opacity: 1;
  transition: opacity .5s ease 0s;
}

.menu-extra__profile:hover {
  text-decoration: none;
  opacity: .7;
}

.menu-extra__profile-title {
  color: #000000;
  line-height: 1.4;
  white-space: nowrap;
  flex: 1 0 auto;
}

@keyframes menuMainLineIn {
  0% {
    width: 0;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 18px;
  }
}

@keyframes menuMainLineOut {
  0% {
    width: 18px;
  }

  100% {
    width: 0;
  }
}

@keyframes menuMainLineInActive {
  0% {
    width: 18px;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 18px;
  }
}

.product__wrap {
  position: relative;
}

.product__media {
  position: relative;
}

.product__media-case {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.product__media-panel-heading {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 0.69px;
  margin: 0 0 5px 0;
}

.product__media-panel-info {
  font-size: 8px;
  color: #676565;
  line-height: 1.4;
  margin: 0 0 5px 0;
}

.product__media-panel-price {
  font-weight: bold;
  font-size: 11px;
  color: #000000;
  letter-spacing: 1.38px;
  line-height: 1;
}

.product__media-imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.product__media-imgs[data-sum="2"]:before {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

.product__media-imgs[data-sum="2"] .product__media-img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}

.product__media-img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 1.5s ease 0s;
}

.product__media.loading .product__media-img {
  opacity: 0;
}

.product__media-info {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(225, 223, 223, 0.9);
  transform: translateY(-110%);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  transition: transform 1s ease 0s;
}

.product__media-info.active {
  transform: translateY(0);
}

.product__media-cell {
  text-align: center;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
}

.product__media-cell .btn-info {
  text-align: center;
}

.product__media-close {
  display: block;
  cursor: pointer;
  fill: #000000;
  position: absolute;
  z-index: 1;
}

.product__main {
  padding-top: 15px;
}

.product__heading {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.product__info {
  font-weight: 300;
  font-size: 10px;
  color: #676565;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.product__price {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.product__alert {
  border: 1px solid #E1DFDF;
  line-height: 1.8;
  color: #000000;
  text-transform: uppercase;
}

.product__details-item:last-child {
  margin-bottom: 0;
}

.product__details-title {
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
  position: relative;
}

.product__details-title:before,
.product__details-title:after {
  display: block;
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.product__details-title:before {
  width: 100%;
  background-color: #E1DFDF;
}

.product__details-title:after {
  width: 0;
  background-color: #000000;
  transition: width 1s ease 0s;
  will-change: width;
}

.product__details-item.active .product__details-title:after {
  width: 100%;
}

.product__details-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 350px;
}

.product__details-options.column-3 {
  max-width: 100%;
}

.product__details-info {
  line-height: 1.6;
  color: #000000;
  letter-spacing: 1.11px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.product__details-caption {
  font-size: 13px;
  line-height: 1.6;
  color: #676565;
  margin-bottom: 30px;
}

.product__details-login {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 30px;
}

.product__details-field {
  margin-bottom: 20px;
}

.product__details-field:last-child {
  margin-bottom: 0;
}

.product__details-row {
  margin-bottom: 15px;
}

.product__details-row:last-child {
  margin-bottom: 0;
}

.product__details-subtitle {
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.product__details-section {
  margin-bottom: 20px;
}

.product__details-section:last-child {
  margin-bottom: 0;
}

.product__details-body {
  display: none;
}

.product__details-content {
  padding-top: 10px;
}

.product__details-login-btn {
  display: inline-block;
  color: #000000;
  cursor: pointer;
  transition: color .5s ease 0s;
}

.product__details-login-btn:hover {
  color: #000000;
}

.product__details-login-btn:hover .product__details-login-btn-info {
  color: #000000;
}

.product__details-login-btn-info {
  color: #676565;
  transition: color .5s ease 0s;
}

.product__details-alert {
  padding: 10px;
  background-color: #676565;
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
}

.product__details-switch {
  display: flex;
  margin-bottom: 20px;
}

.product__details-switch-item {
  margin-right: 20px;
}

.product__details-switch-item:last-child {
  margin-right: 0;
}

.product__add-cart {
  padding-top: 30px;
}

.product__message {
  line-height: 1.4;
  color: #676565;
  text-align: center;
}

.js-size-more {
  display: none;
}

.js-size-more.show {
  display: block;
}

.sections {
  position: relative;
}

.section {
  overflow: hidden;
}

.section_normal {
  min-height: 1px;
}

.onset {
  max-width: 800px;
}

.onset::after {
  display: block;
  clear: both;
  content: "";
}

.description {
  text-align: center;
  font-weight: 300;
  line-height: 1.8;
  margin: 0 0 30px 0;
}

.description > *:last-child {
  margin: 0;
}

.discover-more {
  text-align: center;
}

.images__media {
  display: block;
}

.accordion__item:last-child {
  margin-bottom: 0;
}

.accordion__button {
  color: #000000;
  cursor: pointer;
  transition: color .5s ease 0s;
}

.accordion__wrap {
  display: none;
}

.accordion__content *:last-child {
  margin-bottom: 0;
}

.accordion:not(.accordion_blank) .accordion__item {
  border-bottom: 1px solid #E1DFDF;
}

.accordion:not(.accordion_blank) .accordion__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.accordion:not(.accordion_blank) .accordion__button {
  font-weight: 500;
  letter-spacing: 0.65px;
  line-height: 1.4;
  text-transform: uppercase;
  position: relative;
  transition: color .5s ease 0s;
}

.accordion:not(.accordion_blank) .accordion__button:before,
.accordion:not(.accordion_blank) .accordion__button:after {
  display: block;
  content: '';
  transform: rotate(0deg);
  background-color: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform .5s ease 0s, background-color .5s ease 0s;
}

.accordion:not(.accordion_blank) .accordion__button:before {
  height: 1px;
}

.accordion:not(.accordion_blank) .accordion__button:after {
  width: 1px;
}

.accordion:not(.accordion_blank) .accordion__content {
  color: #ADABAB;
  font-weight: 300;
  font-size: 13px;
  color: #000000;
  line-height: 2;
}

.accordion:not(.accordion_blank) .accordion__item.active .accordion__button {
  color: #ADABAB;
}

.accordion:not(.accordion_blank) .accordion__item.active .accordion__button:before,
.accordion:not(.accordion_blank) .accordion__item.active .accordion__button:after {
  background-color: #ADABAB;
  transform: rotate(45deg);
}

.commodity {
  background-color: #ffffff;
}

.commodity__heading {
  line-height: 1.4;
  letter-spacing: 1.12px;
  font-weight: bold;
  text-transform: uppercase;
}

.commodity__subheading {
  line-height: 1.4;
  letter-spacing: 0.86px;
  font-weight: 300;
  text-transform: uppercase;
}

.commodity__caption {
  font-weight: 300;
  line-height: 1.8;
}

.commodity__list {
  display: flex;
}

.commodity__link {
  text-decoration: none;
}

.commodity__link:hover {
  text-decoration: none;
}

.part .commodity .commodity__item {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  transition-property: opacity, visibility, transform;
  transition-duration: 1s, 1s, 1s;
}

.part .commodity .commodity__item:nth-child(1) {
  transition-delay: 0s, 0s, 0s;
}

.part .commodity .commodity__item:nth-child(2) {
  transition-delay: .5s, .5s, .5s;
}

.part.active .commodity .commodity__item {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.nav-scroller {
  align-items: center;
  width: 0;
  position: absolute;
  top: 0;
  z-index: 99;
}

.nav-scroller__list {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-scroller__item {
  margin: 0 0 5px 0;
  padding: 0;
}

.nav-scroller__item:last-child {
  margin-bottom: 0;
}

.nav-scroller__button {
  display: inline-flex;
  padding: 5px 15px 5px 0;
  cursor: pointer;
  color: #000000;
  line-height: 1;
  position: relative;
}

.nav-scroller__number {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
}

.nav-scroller__number:before {
  display: block;
  content: '';
  width: 10px;
  height: 1px;
  background-color: #000000;
  opacity: 0;
  position: absolute;
  top: 4px;
  left: -15px;
  transition: opacity .5s ease 0s;
}

.nav-scroller__title {
  font-size: 10px;
  font-weight: 500;
  padding: 5px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  position: absolute;
  top: 0;
  left: -999999px;
  transition: opacity .5s ease 0s, left 0s ease 1s;
}

.nav-scroller__scrollbar {
  width: 2px;
  height: 0;
  overflow: hidden;
  margin-left: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: height 1s ease 0s;
}

.nav-scroller__draggable {
  width: 2px;
  height: 15px;
  background-color: #000000;
}

.is-desktop .nav-scroller__button:hover .nav-scroller__title {
  opacity: 1;
  left: 15px;
  transition: opacity .5s ease 0s, left 0s ease 0s;
}

.nav-scroller__item.active .nav-scroller__number:before {
  opacity: 1;
}

.nav-scroller__item.all .nav-scroller__title {
  opacity: 1;
  left: 15px;
  transition: opacity .5s ease 0s, left 0s ease 0s;
}

.video {
  padding-bottom: 56.220472%;
  overflow: hidden;
  position: relative;
}

.video:before {
  display: block;
  content: '';
  background-image: url(../img/cursor/play.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.video__frame {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video:hover:before {
  display: none;
}

.movie {
  padding-bottom: 56.220472%;
  overflow: hidden;
  position: relative;
  background-color: #E1DFDF;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.movie__btn {
  display: block;
  content: '';
  background-image: url(../img/cursor/play.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.movie__frame {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.movie-loading:before {
  display: block;
  content: '';
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  background-image: url(../img/loader/main.svg);
  background-position: center center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.movie-loading .movie__btn {
  display: none;
}

.movie-play .movie__btn {
  display: none;
}

.movie-play .movie__frame {
  display: block;
}

.image-fluid {
  width: 100%;
  height: calc(100vh - 78px);
  position: relative;
}

.image-fluid__bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateZ(0);
}

.image-fluid__frame {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #F6F6F6;
  transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bg-white .image-fluid__frame {
  border-color: #FFFFFF;
}

.up {
  cursor: pointer;
  position: fixed;
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease 0s, visibility 0s ease .3s;
}

.up svg {
  display: block;
  fill: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(0);
  transition: transform .3s ease 0s;
}

.up:hover svg {
  transform: translateY(-10px);
}

.up.active {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease 0s, visibility 0s ease 0s;
}

.cart__head-tr {
  display: table-row;
}

.cart__head-th {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 10px;
  line-height: 1.4;
  color: #ADABAB;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #FFFFFF;
  padding: 0 15px 20px 15px;
}

.cart__head-th:first-child {
  text-align: left;
  padding-left: 0;
}

.cart__head-th:last-child {
  padding-right: 0;
}

.cart__mob-title {
  font-size: 12px;
  color: #ADABAB;
  margin-bottom: 5px;
  line-height: 1.2;
}

.cart__title {
  color: #FFFFFF;
  margin-bottom: 5px;
}

.cart__title-link {
  color: #FFFFFF;
  text-decoration: none;
}

.cart__title-link:hover {
  text-decoration: underline;
}

.cart__caption {
  font-size: 13px;
  line-height: 1.4;
  color: #ADABAB;
}

.cart__quantity {
  display: inline;
  -webkit-user-select: none;
  user-select: none;
}

.cart .quantity__number {
  color: #FFFFFF;
}

.cart .quantity__add:before,
.cart .quantity__add:after {
  background-color: #ADABAB;
}

.cart .quantity__remove:before {
  background-color: #ADABAB;
}

.cart .quantity__add:hover,
.cart .quantity__remove:hover {
  border-color: #ADABAB;
}

.cart__remove {
  position: absolute;
  top: 0;
  right: 0;
}

.cart__price {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  letter-spacing: 1.6px;
  margin-left: 15px;
  padding: 2px 0;
}

.cart__old-price {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 0;
  color: #676565;
  letter-spacing: 1.6px;
  text-decoration: line-through;
}

.cart__info {
  font-size: 13px;
  color: #ADABAB;
  line-height: 2.3;
}

.cart__info p:last-child {
  margin-bottom: 0;
}

.cart__list {
  border-bottom: 1px solid #E1DFDF;
}

.cart__label {
  font-size: 10px;
  color: #ADABAB;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cart__value {
  line-height: 1.4;
  color: #FFFFFF;
}

.cart__promocode {
  width: 130px;
  height: 26px;
  padding: 0 5px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ADABAB;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 14px;
  text-align: right;
  margin-top: -3px;
}

.cart__promocode::-webkit-input-placeholder {
  color: #FFFFFF;
}

.cart__promocode::-moz-placeholder {
  color: #FFFFFF;
}

.cart__promocode:-moz-placeholder {
  color: #FFFFFF;
}

.cart__promocode:-ms-input-placeholder {
  color: #FFFFFF;
}

.cart__result {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart__heading {
  color: #ADABAB;
  letter-spacing: 1.8px;
  line-height: 1.4;
  margin-right: 15px;
}

.cart__total {
  margin-left: 15px;
}

.quantity {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
}

.quantity__number {
  display: inline-block;
  vertical-align: middle;
  min-width: 25px;
  margin-right: 5px;
  font-size: 16px;
  color: #000000;
  line-height: 1;
  text-align: left;
}

.quantity__add,
.quantity__remove {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  transition: border-color .5s ease 0s;
}

.quantity__add:hover,
.quantity__remove:hover {
  border-color: #000000;
}

.quantity__add {
  margin-right: 5px;
}

.quantity__add:before,
.quantity__add:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #000000;
}

.quantity__add:before {
  width: 9px;
  height: 1px;
}

.quantity__add:after {
  width: 1px;
  height: 9px;
}

.quantity__remove:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #000000;
}

.quantity__remove:before {
  width: 9px;
  height: 1px;
}

.search {
  max-width: 500px;
  margin: 0 auto;
}

.search__form {
  display: block;
}

.search__field {
  position: relative;
}

.search__input {
  display: block;
  width: 100%;
  background-color: transparent;
  color: #FFFFFF;
  text-align: left;
  font-family: "Helvetica Now Text", sans-serif;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #E1DFDF;
  transition: border-color .3s;
}

.search__btn {
  display: block;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  opacity: 1;
  transition: opacity .5s ease 0s;
}

.search__btn:hover {
  opacity: .7;
}

.search__icon {
  display: block;
  fill: #E1DFDF;
}

.search .easy-autocomplete ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search .easy-autocomplete li {
  padding: 0;
  line-height: 1.6;
}

.search .easy-autocomplete li.selected a {
  color: #FFFFFF;
}

.search .easy-autocomplete a {
  color: #ADABAB;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .5s ease 0s;
}

.search .easy-autocomplete a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.search .easy-autocomplete b {
  font-weight: normal;
}

.banner {
  background-color: #000000;
  position: relative;
}

.banner__bg {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner__video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  background-image: url(../img/loader/extra.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.banner__video.video-loaded {
  background-image: none;
}

.banner__video.video-loaded .banner__video-frame {
  opacity: 1;
}

.banner__video-frame {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease 0s;
}

.banner__img {
  display: block;
}

.banner__line {
  width: 10px;
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

.banner__line:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner__line:after {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}

.banner__main {
  position: relative;
  z-index: 1;
}

.banner__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100vh;
}

.banner__content {
  text-align: center;
  color: #FFFFFF;
}

.banner__btn {
  width: 100%;
  color: #ffffff;
}

.banner__subtitle {
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
}

.banner__title {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.banner_thin .banner__title {
  font-weight: 100;
}

.banner_regular .banner__title {
  font-weight: normal;
}

.banner_medium .banner__title {
  font-weight: 500;
}

.banner_bold .banner__title {
  font-weight: bold;
}

.banner_extra-bold .banner__title {
  font-weight: 800;
}

.banner.js-animation {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

.banner.js-animation + div {
  margin-top: 100vh;
}

.banner.js-animation ~ div {
  position: relative;
  z-index: 1;
}

.banner.js-animation .banner__content,
.canvas .banner .banner__content {
  opacity: 0;
  transition: opacity 2s ease .5s;
}

.banner.js-animation .banner__line,
.canvas .banner .banner__line {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 2s ease .5s, transform 2s ease 1.5s;
}

.banner.js-animation.active .banner__content,
.canvas .banner.active .banner__content {
  opacity: 1;
}

.banner.js-animation.active .banner__line,
.canvas .banner.active .banner__line {
  opacity: 1;
}

.banner.js-animation.active .banner__line:before,
.canvas .banner.active .banner__line:before {
  animation: mouse-down 2.5s linear 1.5s infinite;
}

.banner-trigger {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 10vh;
  left: 0;
  z-index: -1;
  transform: translateZ(0);
}

.general__caption {
  max-width: 460px;
  margin: 0 auto;
}

.general__content {
  font-weight: 300;
  line-height: 1.8;
}

.general__content *:last-child {
  margin: 0;
}

.general__content-row {
  margin-bottom: 50px;
}

.general__content-row *:last-child {
  margin: 0;
}

.general__media-img {
  display: block;
}

.general__identity {
  max-width: 1464px;
  padding: 0 15px;
  margin: 0 auto;
}

.picture__img {
  display: block;
  margin: 0 auto;
}

.additionally__media {
  font-size: 0;
  line-height: 0;
}

.additionally__media-link {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  overflow: hidden;
}

.additionally__media-link:hover {
  text-decoration: none;
}

.image {
  display: block;
  padding: 20px 0 0 0;
}

.image img {
  display: block;
  margin: 0 auto;
}

.cover {
  padding-top: 20px;
}

.masonry {
  margin-left: -20px;
}

.masonry::after {
  display: block;
  clear: both;
  content: "";
}

.masonry__item {
  float: left;
  padding-left: 20px;
  margin-bottom: 20px;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease 0s, visibility 0s ease 0s;
}

.masonry__button {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.masonry__img {
  display: block;
}

.masonry.masonry-loading {
  height: 100px;
  padding-bottom: 0;
  overflow: hidden;
  background-image: url(../img/loader/main.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.masonry.masonry-loading .masonry__item {
  opacity: 0;
  visibility: hidden;
}

.stuff__media:last-child {
  margin-bottom: 0;
}

.stuff__media-img {
  display: block;
}

.stuff__media-img img {
  display: block;
}

.stuff__content {
  max-width: 460px;
  margin: 0 auto;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-gray {
  background-color: #F6F6F6;
}

.half__core {
  padding: 50px 15px;
}

.half__content {
  max-width: 460px;
  margin: 0 auto;
}

.half__images-img {
  display: block;
}

.half__images-img img {
  display: block;
}

.half__media {
  max-width: 590px;
  padding-top: 30px;
  margin: 0 auto 30px auto;
}

.half__media-picture {
  display: block;
}

.half__media-picture img {
  display: block;
}

.half__form {
  display: block;
  max-width: 415px;
  padding-top: 30px;
  margin: 0 auto 30px auto;
}

.half_primary .half__right {
  background-color: #F6F6F6;
}

.buttons {
  text-align: center;
}

.buttons__item:last-child {
  margin-bottom: 0;
}

.checkout__details-item {
  margin: 0 0 40px 0;
}

.checkout__details-title {
  font-size: 10px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
  padding-bottom: 21px;
  margin-bottom: 40px;
  position: relative;
}

.checkout__details-title:before,
.checkout__details-title:after {
  display: block;
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.checkout__details-title:before {
  width: 100%;
  background-color: #E1DFDF;
}

.checkout__details-title:after {
  width: 0;
  background-color: #000000;
  transition: width 1s ease 0s;
  will-change: width;
}

.checkout__details-wrap {
  margin-bottom: 30px;
}

.checkout__details-info {
  font-size: 13px;
  color: #676565;
  letter-spacing: 0;
  line-height: 1.4;
}

.checkout__details-field {
  margin-bottom: 20px;
}

.checkout__details-field:last-child {
  margin-bottom: 0;
}

.checkout__details-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  margin: 0 auto;
  padding: 5px 0;
}

.checkout__details-quantity {
  padding-right: 15px;
}

.checkout__details-total {
  padding-left: 15px;
  font-size: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
}

.checkout__details-item.active .checkout__details-title:after {
  width: 100%;
}

.js-sticky > *:last-child {
  margin-bottom: 0 !important;
}

.manual__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -30px;
}

.manual__item {
  padding-left: 30px;
}

.manual__item.align-center {
  margin-left: auto;
  margin-right: auto;
}

.manual__title {
  color: #000000;
  line-height: 1.7;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.manual__content {
  color: #000000;
  line-height: 2;
  font-weight: 300;
}

.identity__main {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
}

.identity__main:hover .identity__bg {
  transform: scale(1.3);
}

.identity__main.active .identity__more {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0s, opacity 0s ease 0s;
}

.identity__bg {
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: scale(1);
  transition: transform 1s ease 0s;
}

.identity__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.identity__inner {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.identity__title {
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.55;
  margin: 0 0 15px 0;
  position: relative;
}

.identity__content {
  display: none;
  width: 100%;
  font-weight: 300;
  line-height: 2;
  will-change: height, opacity;
}

.identity__more {
  transform: translate(0, 50px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s ease 0s, opacity .5s ease 0s;
}

.identity__more:before,
.identity__more:after {
  display: block;
  content: '';
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.identity__more:before {
  height: 1px;
  left: 0;
}

.identity__more:after {
  width: 1px;
}

.identity__btn {
  padding-top: 50px;
  text-align: center;
}

.screen {
  width: 100%;
  height: calc(100vh - 80px);
  overflow: hidden;
}

.screen__item {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 50px 0;
}

.screen__item:nth-child(odd) {
  background-color: #ffffff;
}

.screen__item:nth-child(even) {
  background-color: #f6f6f6;
}

.screen__center,
.screen__container,
.screen__row,
.screen__col {
  height: 100%;
}

.screen__wrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.scroller .additionally,
.scroller .description {
  margin: 0;
  padding: 0;
}

.scroller__wrap {
  position: relative;
  width: 100%;
}

.scroller-bar {
  width: 10px;
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}

.scroller-bar:before {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #E6E6E6;
  margin: 0 auto;
}

.scroller-bar__drag {
  width: 9px;
  height: 9px;
  background-color: #676565;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  z-index: 1;
  transform: translateY(0);
  transition: transform 1.5s ease 0s;
}

.scroller-bar_up .scroller-bar__drag {
  transform: translateY(0);
}

.scroller-bar_down .scroller-bar__drag {
  transform: translateY(111px);
}

[data-bar-theme="dark"] .scroller-bar:before {
  background-color: #ffffff;
}

[data-bar-theme="dark"] .scroller-bar__drag {
  background-color: #ffffff;
}

[data-bar-theme="light"] .scroller-bar:before {
  background-color: #E6E6E6;
}

[data-bar-theme="light"] .scroller-bar__drag {
  background-color: #676565;
}

.record__title {
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
  text-transform: uppercase;
}

.material__wrap {
  padding: 0 15px;
}

.material__img {
  display: block;
}

.material__title {
  font-weight: bold;
  color: #000000;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase;
}

.material__caption {
  font-weight: 300;
  color: #000000;
  line-height: 1.5;
}

.fabric {
  width: 100%;
  position: relative;
}

.fabric__bg {
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.fabric__wrap {
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto;
}

.fabric__content {
  text-align: center;
}

.fabric__title {
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase;
}

.fabric__caption {
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5;
  margin: 0 0 30px 0;
}

.output__heading {
  font-weight: 500;
  color: #000000;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}

.output__img {
  display: block;
}

.output__title {
  font-weight: bold;
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
}

.output__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.output__list-item {
  padding: 0;
  margin: 0 0 15px 0;
  font-style: 300;
  color: #000000;
  line-height: 1.4;
}

.rubric__wrap {
  display: flex;
  height: 100vh;
  align-items: center;
}

.rubric__title {
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
  text-transform: uppercase;
}

.buy {
  width: 100%;
  z-index: 4;
  display: none;
  position: absolute;
}

.buy.active {
  display: block;
}

.exposition__col {
  position: static;
}

.exposition__section {
  position: relative;
  margin-bottom: 3px;
}

.exposition__section:last-child {
  margin-bottom: 0;
}

.exposition__bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.exposition__wrap {
  display: flex;
  align-items: center;
  height: 100vh;
}

.exposition__content {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.exposition__title {
  font-weight: bold;
  letter-spacing: 2.1px;
  line-height: 1.4;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 25px 0;
}

.exposition__caption {
  font-weight: 300;
  line-height: 1.5;
}

.sustainable {
  padding: 70px 0;
}

.sustainable__center {
  max-width: 1455px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.sustainable__identity {
  max-width: 1464px;
  padding: 0 15px;
  margin: 0 auto;
}

.produce__row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.produce__section_col-2 {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.produce__section_col-2 .produce__main {
  padding-bottom: 125.333333%;
  min-height: 100%;
}

.produce__section_col-3 .produce__main {
  padding-bottom: 117.241379%;
}

.produce__col {
  margin-bottom: 15px;
}

.produce__main {
  position: relative;
}

.produce__bg {
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.produce__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  transition: visibility 0s ease .8s;
}

.produce__inner {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.produce__title {
  line-height: 1.4;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  text-align: center;
  position: relative;
  opacity: 0;
  transition: opacity .8s ease 0s;
}

.produce__title:before {
  display: block;
  content: '';
  width: 120px;
  height: 1px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  will-change: width;
  transition: width .8s ease 0s;
}

.produce__title:after {
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.produce__content {
  font-weight: 300;
  font-size: 13px;
  line-height: 2;
  opacity: 0;
  transition: opacity .8s ease 0s;
}

.produce__main:hover .produce__wrap {
  visibility: visible;
  transition: visibility 0s ease 0s;
}

.produce__main:hover .produce__title {
  opacity: 1;
}

.produce__main:hover .produce__title:after {
  animation: headingCircle 3s linear 0s forwards;
}

.produce__main:hover .produce__content {
  opacity: 1;
}

.produce__btn {
  margin-bottom: 45px;
  text-align: center;
}

.js-rubric-title {
  cursor: pointer;
}

.stage {
  position: relative;
}

.stage__case {
  margin: 0 auto;
}

.stage__image {
  display: block;
  width: auto;
  height: auto;
  transform: translateZ(0);
  background-image: url(../img/loader/main.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.stage__image.loaded {
  background: none;
}

.stage__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.stage__title {
  width: 100%;
  font-weight: bold;
  color: #000000;
  letter-spacing: 1.33px;
  text-align: left;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.stage__caption {
  width: 100%;
  font-weight: 300;
  color: #1E1E1E;
  text-align: left;
  line-height: 1.5;
  margin: 0 0 30px 0;
}

.stage__btn {
  width: 100%;
  margin-top: auto;
}

.order__wrap {
  max-width: 714px;
  margin: 0 auto;
}

.order__title {
  letter-spacing: 1px;
}

.order__caption {
  font-weight: 300;
  margin-bottom: 30px;
}

.order__control {
  position: relative;
}

.order__info {
  color: #1E1E1E;
  line-height: 1.23;
  position: relative;
}

.order__info-row {
  margin-bottom: 8px;
}

.order__edit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 0;
  cursor: pointer;
  position: absolute;
  top: -23px;
  right: 0;
  z-index: 1;
}

.order__edit:hover .order__edit-icon {
  fill: #676565;
}

.order__edit:hover .order__edit-title {
  color: #676565;
}

.order__edit-icon {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  fill: #000000;
  transition: fill .5s ease 0s;
}

.order__edit-title {
  font-size: 13px;
  color: #000000;
  line-height: 1;
  transition: color .5s ease 0s;
}

.order__description {
  color: #676565;
  margin-bottom: 20px;
}

.order__panel {
  display: block;
  padding: 25px 25px 25px 70px;
  background-color: #f6f6f6;
  border: 1px solid #E1DFDF;
  color: #676565;
  position: relative;
  cursor: pointer;
  transition: color .5s ease 0s, background-color .5s ease 0s;
}

.order__panel:last-child {
  margin-bottom: 0;
}

.order__panel:hover,
.order__panel.active {
  color: #1E1E1E;
  background-color: #FFFFFF;
}

.order__panel-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.order__panel-title {
  line-height: 1.2;
  margin-bottom: 10px;
}

.order__panel-caption {
  line-height: 1.6;
}

.order__toggle {
  position: relative;
  padding-left: 70px;
}

.order__toggle-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 20px;
}

.order__toggle-title {
  color: #1E1E1E;
  cursor: pointer;
}

.order__toggle-case-inner {
  padding-top: 15px;
}

.order__toggle-caption {
  color: #1E1E1E;
}

.pac-container .pac-item {
  padding: 8px 10px;
}

.pac-container .pac-icon-marker {
  display: none;
}

.pac-container:after {
  margin-right: 5px;
  margin-bottom: 5px;
}

.js-toggle-case {
  display: none;
}

.js-toggle-case.active {
  display: block;
}

.location-tpl__head {
  border-bottom: 1px solid rgba(255, 254, 242, 0.1);
}

.menu-location__link {
  cursor: pointer;
  color: #ffffff !important;
  line-height: 1.4;
  text-decoration: none !important;
  padding: 5px 0;
  margin-bottom: 5px;
  transition: color .5s ease 0s;
}

.menu-location__link:hover,
.menu-location__link.active {
  color: #999 !important;
}

.search-base__field {
  position: relative;
}

.search-base__input {
  display: block;
  width: 100%;
  background-color: transparent;
  color: #FFFFFF;
  text-align: left;
  font-family: "Helvetica Now Text", sans-serif;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #E1DFDF;
  transition: border-color .3s;
}

.search-base__icon {
  display: block;
  fill: #E1DFDF;
  position: absolute;
  left: 0;
  z-index: -1;
}

.js-filter-options {
  display: none;
}

.js-filter-options.active {
  display: block;
}

.js-filter-option {
  display: none;
}

.js-filter-lang {
  display: none;
}

.js-filter-item.hide {
  display: none;
}

.canvas {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transform: translate(-100vw, 0);
}

.canvas-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.scrollmagic-pin-spacer .canvas {
  transform: translate(0, 0);
}

.message-added-cart {
  background-color: #1E1E1E;
  padding: 20px 0;
  font-size: 12px;
  line-height: 1.4;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: right;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 999;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  width: 0;
  transition: opacity .5s ease 0s, visibility 0s ease .5s, width 0s ease .5s;
}

.message-added-cart__wrap {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.message-added-cart.active {
  visibility: visible;
  opacity: 1;
  width: 100%;
  transition: opacity .5s ease 0s, visibility 0s ease 0s, width 0s ease 0s;
}

.menu-basic__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-basic__item {
  padding: 0;
}

.menu-basic__item:last-child {
  margin-bottom: 0;
}

.menu-basic__link {
  display: block;
  text-decoration: none;
  background-color: transparent;
  line-height: 1.4;
  color: #0D0000;
  position: relative;
  transition: background-color .5s ease 0s;
}

.menu-basic__link:before {
  display: none;
  content: '';
  width: 10px;
  height: 1px;
  background-color: #0D0000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.menu-basic__link:hover,
.menu-basic__link.active {
  color: #0D0000;
  text-decoration: none;
  background-color: #F0F0F0;
}

.menu-basic__link.active:before {
  display: block;
}

.table-control {
  margin-bottom: 40px;
}

.table-control__th {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #000000;
  letter-spacing: 1px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.4;
  padding: 0 10px 20px 10px;
  border-bottom: 1px solid #E1DFDF;
}

.table-control__th:first-child {
  padding-left: 0;
}

.table-control__th:last-child {
  padding-right: 0;
}

.table-control__title {
  color: #000000;
  margin-bottom: 5px;
}

.table-control__order {
  color: #000000;
  font-weight: bold;
  margin-bottom: 5px;
}

.table-control__caption {
  font-size: 13px;
  color: #676565;
}

.table-control__status {
  font-weight: bold;
  color: #000000;
  margin-bottom: 5px;
}

.table-control__total {
  font-size: 16px;
  color: #000000;
}

.table-control .btn-clip {
  margin: -5px 0 0 10px;
}

.unit-primary {
  text-transform: uppercase;
  color: #000000;
  line-height: 1;
}

.table-panel {
  text-align: right;
  margin-bottom: 10px;
}

.specification {
  max-width: 860px;
  margin: 0 auto;
}

.specification__name {
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.5;
}

.specification__status {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 1.86px;
  line-height: 1;
  background-color: #000000;
  position: relative;
  text-transform: uppercase;
}

.specification__status-icon-clip-link {
  display: block;
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.specification__status-icon-clip {
  display: block;
  fill: #ffffff;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.specification__img {
  display: block;
}

.specification__heading {
  font-weight: bold;
  color: #1E1E1E;
}

.specification__options-name {
  font-weight: 300;
  color: #535353;
  line-height: 1.4;
  margin-bottom: 3px;
}

.specification__options-value {
  color: #000000;
  line-height: 1.4;
}

.specification__options-caption {
  color: #000000;
  line-height: 1.4;
}

.specification__line {
  border-bottom: 1px solid #E1DFDF;
}

.specification__detail-name {
  font-weight: 300;
  color: #535353;
  line-height: 1.4;
  margin-bottom: 3px;
}

.specification__detail-value {
  color: #000000;
  line-height: 1.4;
}

.specification__data-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #E1DFDF;
}

.specification__data-left {
  width: 50%;
  padding-right: 15px;
}

.specification__data-right {
  width: 50%;
  padding-left: 15px;
}

.specification__data-title {
  font-weight: 300;
  color: #535353;
  line-height: 1.4;
  margin-bottom: 5px;
}

.specification__data-name {
  color: #000000;
  line-height: 1.4;
}

.specification__data-value {
  text-align: right;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 5px;
}

.specification__data-caption {
  color: #000000;
  text-align: right;
}

.specification__data-total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.specification__data-price {
  text-align: right;
  line-height: 1.4;
  color: #000000;
}

.specification__data-old-price {
  color: #676565;
  text-decoration: line-through;
  margin-right: 20px;
}

.use-cookies {
  width: 0;
  background-color: #1E1E1E;
  color: #E6E6E6;
  position: fixed;
  left: -50px;
  bottom: 0;
  z-index: 1010;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
  transition: width 0s ease .5s, left 0s ease .5s, visibility 0s ease .5s, opacity .5s ease 0s;
}

.use-cookies.active {
  width: 100%;
  left: 0;
  visibility: visible;
  opacity: 1;
  transition: width 0s ease 0s, left 0s ease 0s, visibility 0s ease 0s, opacity .5s ease 0s;
}

.use-cookies__close {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  opacity: 1;
  transition: opacity .5s ease 0s;
}

.use-cookies__close:hover {
  opacity: .7;
}

.use-cookies__close-icon {
  display: block;
  cursor: pointer;
  fill: #E6E6E6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.use-cookies__heading {
  line-height: 1.2;
  margin: 0 0 10px 0;
}

.use-cookies__content {
  line-height: 1.75;
}

.use-cookies__content *:last-child {
  margin-bottom: 0;
}

.use-cookies__content a {
  color: #E6E6E6;
  text-decoration: none;
}

.use-cookies__content a:hover {
  text-decoration: underline;
}

.note {
  width: 0;
  background-color: #1E1E1E;
  position: fixed;
  left: -50px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
  transition: width 0s ease .5s, left 0s ease .5s, visibility 0s ease .5s, opacity .5s ease 0s;
}

.note__wrap {
  position: relative;
  padding: 12px 35px 11px 0;
}

.note__close {
  position: absolute;
  right: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  top: 6px;
}

.note__close:hover .note__close-icon {
  opacity: .7;
}

.note__close-icon {
  display: block;
  fill: #ffffff;
  opacity: 1;
  transition: opacity .5s ease 0s;
  width: 12px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.note__content {
  line-height: 1.5;
  color: #FFFFFF;
  font-size: 13px;
}

.note__bold {
  font-weight: bold;
}

.note__decor {
  border-bottom: 1px solid #FFFFFF;
}

.note.active {
  width: 100%;
  left: 0;
  visibility: visible;
  opacity: 1;
  transition: width 0s ease 0s, left 0s ease 0s, visibility 0s ease 0s, opacity .5s ease 0s;
}

.content::after {
  display: block;
  clear: both;
  content: "";
}

img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

.img-left,
.video-left {
  display: block;
}

.img-right,
.video-right {
  display: block;
}

.footer__wrap {
  font-size: 13px;
  color: #ADABAB;
  line-height: 2;
}

.footer__logo-link {
  display: inline-block;
  text-decoration: none !important;
}

.footer__logo-img {
  display: block;
  fill: #FFFFFF;
}

.menu-title {
  font-size: 10px;
  color: #ADABAB;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.menu-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-footer__item {
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

.menu-footer__link {
  font-size: 10px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .5s ease 0s;
}

.menu-footer__link:hover,
.menu-footer__link.active {
  color: #ADABAB;
  text-decoration: none;
}

.menu-control__row {
  line-height: 1.4;
  margin-bottom: 20px;
}

.menu-control__title {
  display: inline;
  font-size: 10px;
  color: #ADABAB;
  letter-spacing: 0.71px;
  text-transform: uppercase;
  padding-right: 5px;
}

.menu-control__button {
  display: inline;
  font-size: 10px;
  color: #FFFFFF;
  letter-spacing: 0.71px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  padding-right: 17px;
  transition: color .5s ease 0s;
}

.menu-control__button:hover {
  color: #ADABAB;
}

.menu-control__button:hover .menu-control__button-icon:before,
.menu-control__button:hover .menu-control__button-icon:after {
  background-color: #ADABAB;
}

.menu-control__button-icon {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 2px;
  right: 0;
}

.menu-control__button-icon:before,
.menu-control__button-icon:after {
  display: block;
  content: '';
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: background-color .5s ease 0s;
}

.menu-control__button-icon:before {
  width: 100%;
  height: 1px;
}

.menu-control__button-icon:after {
  width: 1px;
  height: 100%;
}

.subscription {
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 15px;
}

.subscription__field {
  display: block;
  width: 100%;
  height: 34px;
  background-color: transparent;
  margin: 0;
  color: #FFFFFF;
  text-align: left;
  font-family: "Helvetica Now Text", sans-serif;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #ADABAB;
  transition: border-color .3s;
}

.subscription__field:focus {
  border-bottom-color: #FFFFFF;
}

.subscription__field.error {
  border-bottom-color: #F52A2A;
}

.subscription__field.error ~ .subscription__error {
  display: block;
}

.subscription__field:focus ~ .subscription__placeholder,
.subscription__field.active ~ .subscription__placeholder {
  font-size: 13px;
  transform: translateY(-22px);
}

.subscription__field[disabled] ~ .subscription__placeholder {
  color: #ADABAB;
}

.subscription__button {
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  position: absolute;
  right: 0;
  z-index: 1;
}

.subscription__button:hover .subscription__button-icon {
  fill: #FFFFFF;
}

.subscription__button-icon {
  display: block;
  fill: #ADABAB;
  transition: fill .5s ease 0s;
}

.subscription__placeholder {
  width: 100%;
  color: #ADABAB;
  text-align: left;
  font-family: "Helvetica Now Text", sans-serif;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 21px;
  left: 0;
  z-index: -1;
  transform: translateY(0);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, font-size 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.subscription__error {
  display: none;
  padding-top: 8px;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.4;
  color: #F52A2A;
}

input,
select,
textarea,
button {
  outline: none !important;
  border-radius: 0;
  box-shadow: none;
}

textarea {
  resize: vertical;
}

::-ms-clear {
  display: none;
}

.fluid {
  display: block !important;
  width: 100% !important;
}

.message-error {
  color: #F52A2A;
}

.required {
  color: #F52A2A;
  font-weight: 300;
}

.product .required {
  font-size: 10px;
  text-transform: uppercase;
}

.hidden {
  display: none !important;
}

.optional {
  font-weight: 300;
}

.input-hidden {
  visibility: hidden;
  position: absolute;
  left: -999999px;
}

.error {
  border-bottom-color: #dc3545 !important;
}

.inputbox-default {
  height: 34px;
  background-color: transparent;
  padding: 0;
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Helvetica Now Text", sans-serif;
  border: none;
  border-bottom: 1px solid #E1DFDF;
  transition: border-color .3s;
}

.inputbox-default.text-md {
  height: 40px;
  font-size: 18px;
  text-transform: none;
}

.inputbox-default.text-lg {
  height: 40px;
  font-size: 18px;
}

.inputbox-default[disabled="disabled"] {
  border-color: rgba(227, 227, 228, 0.7);
}

.inputbox-primary {
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 15px;
}

.inputbox-primary__field {
  display: block;
  width: 100%;
  height: 34px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: #1E1E1E;
  text-align: left;
  font-family: "Helvetica Now Text", sans-serif;
  border: none;
  border-bottom: 1px solid #E1DFDF;
  transition: border-color .3s;
}

.inputbox-primary__field:focus {
  border-bottom-color: #1E1E1E;
}

.inputbox-primary__field.error {
  border-bottom-color: #F52A2A;
}

.inputbox-primary__field.error ~ .inputbox-primary__error {
  display: block;
}

.inputbox-primary__field:focus ~ .inputbox-primary__placeholder,
.inputbox-primary__field.active ~ .inputbox-primary__placeholder {
  font-size: 13px;
  transform: translateY(-22px);
  color: #535353;
}

.inputbox-primary__field[disabled] {
  color: #ADABAB;
}

.inputbox-primary__field[disabled] ~ .inputbox-primary__placeholder {
  color: #A9A9A9;
}

.inputbox-primary__placeholder {
  width: 100%;
  color: #676565;
  text-align: left;
  font-family: "Helvetica Now Text", sans-serif;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 21px;
  left: 0;
  z-index: -1;
  transform: translateY(0);
  transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, font-size 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.inputbox-primary__error {
  display: none;
  padding-top: 8px;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.4;
  color: #F52A2A;
}

.inputbox-password {
  position: relative;
}

.inputbox-password__btn {
  width: 30px;
  height: 34px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 1;
  opacity: 1;
  transition: opacity .5s ease 0s;
}

.inputbox-password__btn:hover {
  opacity: .5;
}

.inputbox-password__btn-icon {
  display: block;
  width: 20px;
  height: 12px;
  fill: #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.textarea-default {
  height: 34px;
  background-color: transparent;
  padding: 9px 0;
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Helvetica Now Text", sans-serif;
  border: none;
  border-bottom: 1px solid #E1DFDF;
  line-height: 1.4;
  resize: none;
  overflow: hidden;
  transition: border-color .3s;
}

.textarea-default.text-md {
  padding: 8px 0;
  height: 40px;
  font-size: 18px;
  text-transform: none;
}

.textarea-default.text-lg {
  padding: 8px 0;
  height: 40px;
  font-size: 18px;
}

.textarea-default[disabled="disabled"] {
  border-color: rgba(227, 227, 228, 0.7);
}

.textarea-info {
  display: block;
  width: 100%;
  height: 115px;
  background-color: #ffffff;
  padding: 10px;
  color: #000000;
  text-align: left;
  font-family: "Helvetica Now Text", sans-serif;
  border: 1px solid #E1DFDF;
  line-height: 1.4;
  resize: vertical;
  transition: border-color .3s;
}

.textarea-info.error {
  border-color: #F52A2A;
}

.select-default {
  padding: 0 10px;
  font-size: 15px;
}

.select-primary {
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 15px;
}

.select-primary__field,
.select-primary__control {
  display: block;
  width: 100%;
  height: 34px;
  background-color: transparent;
  background-image: url(../img/icon/dropdown.svg);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0 15px 0 0;
  color: #1E1E1E;
  text-align: left;
  font-family: "Helvetica Now Text", sans-serif;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #E1DFDF;
  transition: border-color .3s;
}

.select-primary__field:focus {
  border-bottom-color: #1E1E1E;
}

.select-primary__field.error {
  border-bottom-color: #F52A2A;
}

.select-primary__field.error ~ .select-primary__error {
  display: block;
}

.select-primary__field.active ~ .select-primary__placeholder {
  font-size: 13px;
  transform: translateY(-22px);
  color: #535353;
}

.select-primary__control:hover {
  border-bottom-color: #1E1E1E;
}

.select-primary__placeholder {
  width: 100%;
  color: #676565;
  text-align: left;
  font-family: "Helvetica Now Text", sans-serif;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 21px;
  left: 0;
  z-index: -1;
  transform: translateY(0);
  transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, font-size 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.select-primary__error {
  display: none;
  padding-top: 8px;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.4;
  color: #F52A2A;
}

.select-primary_ref .select-primary__field {
  display: none;
}

.radio-primary {
  min-width: 24px;
  min-height: 24px;
  padding-left: 24px;
  position: relative;
  cursor: pointer;
}

.radio-primary__field {
  opacity: 0;
  position: absolute;
  left: -999999px;
}

.radio-primary__field:checked ~ .radio-primary__switch:before {
  opacity: 1;
}

.radio-primary__switch {
  width: 24px;
  height: 24px;
  border: 1px solid #E1DFDF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.radio-primary__switch:before {
  display: block;
  content: '';
  width: 34px;
  height: 23px;
  background-image: url(../img/icon/checked-primary.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -8px;
  left: 0;
  opacity: 0;
  transition: opacity .5s ease 0s;
}

.checkbox-primary {
  position: relative;
  cursor: pointer;
}

.checkbox-primary__field {
  opacity: 0;
  position: absolute;
  left: -999999px;
}

.checkbox-primary__field:checked ~ .checkbox-primary__switch:before {
  opacity: 1;
}

.checkbox-primary__switch {
  border: 1px solid #E1DFDF;
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox-primary__switch:before {
  display: block;
  content: '';
  background-image: url(../img/icon/checked-primary.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity .5s ease 0s;
}

.checkbox-primary__caption {
  line-height: 1.4;
  position: relative;
  top: -3px;
}

.field {
  display: flex;
  flex-direction: column;
  position: relative;
}

.field .placeholder {
  width: 100%;
  line-height: 1.4;
  order: 1;
  position: absolute;
  bottom: 34px;
  left: 0;
  z-index: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: transform .3s ease 0s;
}

.field input,
.field textarea {
  order: 2;
  position: relative;
  z-index: 1;
}

.field.default,
.field.primary {
  padding-bottom: 25px;
}

.field.default .placeholder,
.field.primary .placeholder {
  text-align: center;
  font-size: 12px;
  color: #676565;
}

.field.default .line,
.field.primary .line {
  width: 0;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  transition: width 1s ease 0s;
  will-change: width;
}

.field.default .check,
.field.primary .check {
  display: block;
  width: 30px;
  height: 20px;
  fill: #000000;
  position: absolute;
  right: 10px;
  bottom: 38px;
  opacity: 0;
  transition: opacity .5s ease 0s;
}

.field.default input:focus + .placeholder,
.field.default input.active + .placeholder,
.field.default textarea:focus + .placeholder,
.field.default textarea.active + .placeholder,
.field.primary input:focus + .placeholder,
.field.primary input.active + .placeholder,
.field.primary textarea:focus + .placeholder,
.field.primary textarea.active + .placeholder {
  z-index: 1;
}

.field.default input.active ~ .line,
.field.default textarea.active ~ .line,
.field.primary input.active ~ .line,
.field.primary textarea.active ~ .line {
  width: 100%;
}

.field.default input.active ~ .check,
.field.default textarea.active ~ .check,
.field.primary input.active ~ .check,
.field.primary textarea.active ~ .check {
  opacity: 1;
}

.field.default input,
.field.default textarea {
  padding: 0 45px;
}

.field.default input:focus + .placeholder,
.field.default input.active + .placeholder,
.field.default textarea:focus + .placeholder,
.field.default textarea.active + .placeholder {
  transform: translate(0, 35px);
}

.field.primary input:focus + .placeholder,
.field.primary input.active + .placeholder,
.field.primary textarea:focus + .placeholder,
.field.primary textarea.active + .placeholder {
  transform: translate(0, 35px);
}

.form-kit__col_fluid {
  margin-bottom: 0 !important;
}

.form-kit__forgotten {
  padding-top: 8px;
}

.form-kit__forgotten-link {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  cursor: pointer;
}

.form-kit__forgotten-link:hover {
  text-decoration: underline;
}

.form-kit__info-before {
  color: #676565;
  line-height: 1.4;
  margin-bottom: 20px;
}

.form-kit__info-after {
  color: #676565;
  line-height: 1.4;
  padding-top: 20px;
}

.form-kit__switch {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30px;
}

.form-kit__switch-item {
  margin-right: 20px;
}

.form-kit__switch-item:last-child {
  margin-right: 0;
}

.label-hide {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: -100vw;
  z-index: -1;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #969696;
}

::-moz-placeholder {
  opacity: 1;
  color: #969696;
}

:-moz-placeholder {
  opacity: 1;
  color: #969696;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #969696;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus::-moz-placeholder {
  opacity: 0;
}

:focus:-moz-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

[disabled="disabled"]::-webkit-input-placeholder {
  color: rgba(150, 150, 150, 0.7);
}

[disabled="disabled"]::-moz-placeholder {
  color: rgba(150, 150, 150, 0.7);
}

[disabled="disabled"]:-moz-placeholder {
  color: rgba(150, 150, 150, 0.7);
}

[disabled="disabled"]:-ms-input-placeholder {
  color: rgba(150, 150, 150, 0.7);
}

.loading:not(img) {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}

.loading:not(img).banner,
.loading:not(img).images__item,
.loading:not(img).slider-basic__media {
  min-height: 300px;
  background-color: #ececec;
  background-image: url(../img/loader/main.svg);
}

.loading:not(img).video {
  background-color: #ececec;
  background-image: url(../img/loader/main.svg);
}

.loading:not(img).image-fluid {
  background-image: url(../img/loader/main.svg);
}

.product__media:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  background-image: url(../img/loader/main.svg);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease 0s, visibility 0s ease .3s;
}

.product__media.loading:after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0s ease 0s, visibility 0s ease 0s;
}

.subheading {
  line-height: 1.4;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

.countheading {
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.heading {
  line-height: 1.4;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  text-align: center;
  position: relative;
}

.heading:before {
  display: block;
  content: '';
  width: 120px;
  height: 1px;
  background-color: #000000;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  will-change: width;
}

.heading:after {
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  background-color: #000000;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.js-animation .heading:after,
.section .heading:after,
.heading.order__title:after,
.half__content .heading:after {
  opacity: 0;
}

.js-animation.active .heading:after,
.section.active .heading:after,
.heading.order__title:after,
.half__content .heading:after {
  animation: headingCircle 3s linear 0s forwards;
}

.title-general {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

@keyframes headingCircle {
  0% {
    opacity: 0;
    transform: translateX(-56px);
  }

  5%, 25%, 50%, 75%, 100% {
    opacity: 1;
  }

  20% {
    transform: translateX(56px);
  }

  40% {
    transform: translateX(-14px);
  }

  60% {
    transform: translateX(14px);
  }

  80% {
    transform: translateX(-7px);
  }

  100% {
    transform: translateX(0px);
  }
}

.title-basic {
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.55;
}

.title-inner {
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.55;
}

.subtitle-inner {
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.55;
}

.support {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e53935;
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  padding: 2px 20px;
}

.support a {
  color: #fff;
  text-decoration: underline;
}

.support a:hover {
  color: inherit;
  text-decoration: underline;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  left: 0;
  top: 0;
}

.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-disabled {
  display: none !important;
}

.slider-basic::after {
  display: block;
  clear: both;
  content: "";
}

.slider-basic > .slider-basic__item {
  width: 33.333333%;
  float: left;
}

.slider-basic > .slider-basic__item:nth-child(3) ~ .slider-basic__item,
.slider-basic[data-theme="primary"] > .slider-basic__item ~ .slider-basic__item {
  position: absolute;
  left: -99999px;
}

.slider-basic[data-theme="primary"] > .slider-basic__item:nth-child(3) ~ .slider-basic__item {
  position: static;
}

.slider-basic__item {
  position: relative;
}

.slider-basic__media {
  margin: 0 auto;
}

.slider-basic__img {
  display: block;
  margin: 0 auto;
  opacity: 0;
  transform: scale(0.7);
  transition: transform 1s cubic-bezier(0.64, 0.55, 0.34, 0.98) 0s, opacity 1s ease 0s;
}

.slider-basic__img.loaded {
  opacity: 1;
}

.slider-basic__pictures {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.slider-basic__picture {
  display: block;
  opacity: 0;
  transition: opacity 1s ease 0s;
}

.slider-basic__picture.loaded {
  opacity: 1;
}

.slider-basic__item.slick-current {
  z-index: 2;
}

.slider-basic__item.slick-current .slider-basic__img {
  transform: scale(1);
}

.slider-basic[data-theme="primary"] .slider-basic__item {
  padding-top: 0;
  padding-bottom: 0;
}

.slider-basic[data-theme="primary"] .slider-basic__item.slick-current {
  cursor: default;
}

.slider-basic[data-theme="primary"] .slick-arrow {
  bottom: 0;
}

.slider-basic .slick-arrow {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  text-indent: -999px;
  border: none;
}

.slider-basic .slick-prev {
  left: 0;
}

.slider-basic .slick-next {
  right: 0;
}

.slider-basic .slick-dots {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 35px 0 0 0;
  justify-content: center;
  align-items: center;
}

.slider-basic .slick-dots li {
  margin: 0 9px;
  padding: 0;
  position: relative;
}

.slider-basic .slick-dots li.slick-active button,
.is-desktop .slider-basic .slick-dots li button:hover {
  background-color: #000000;
}

.slider-basic .slick-dots li.slick-active span {
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 5s linear 0s;
}

.slider-basic .slick-dots li.slick-active:last-child span {
  display: none;
}

.slider-basic .slick-dots button {
  display: block;
  width: 11px;
  height: 11px;
  border: none;
  overflow: hidden;
  text-indent: -999999px;
  padding: 0;
  margin: 0;
  background-color: #E1DFDF;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: background-color .1s linear 0s;
}

.slider-basic .slick-dots span {
  display: block;
  width: 18px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 11px;
  bottom: 0;
  z-index: 0;
  margin-top: auto;
  margin-bottom: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .1s linear 0s;
}

.slider-part .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}

.slider-part .slick-track {
  display: flex;
}

.slider-part .slick-slide {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 0 5px 3px 5px;
  margin: 0;
  float: none;
}

.slider-part .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -47px;
  border: none;
  background-color: transparent;
  width: 50px;
  height: 95px;
  background-size: 50px 95px;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1;
  overflow: hidden;
  text-indent: -999px;
}

.slider-part .slick-prev {
  left: 5px;
  background-image: url(../img/cursor/prev.svg);
}

.slider-part .slick-next {
  right: 5px;
  background-image: url(../img/cursor/next.svg);
}

.slider-part .slick-dots {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
  justify-content: center;
  align-items: center;
}

.slider-part .slick-dots li {
  margin: 0 9px;
  padding: 0;
  position: relative;
}

.slider-part .slick-dots li.slick-active button,
.is-desktop .slider-part .slick-dots li button:hover {
  background-color: #000000;
}

.slider-part .slick-dots li.slick-active span {
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 5s linear 0s;
}

.slider-part .slick-dots li.slick-active:last-child span {
  display: none;
}

.slider-part .slick-dots button {
  display: block;
  width: 11px;
  height: 11px;
  border: none;
  overflow: hidden;
  text-indent: -999999px;
  padding: 0;
  margin: 0;
  background-color: #E1DFDF;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: background-color .1s linear 0s;
}

.slider-part .slick-dots span {
  display: block;
  width: 18px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 11px;
  bottom: 0;
  z-index: 0;
  margin-top: auto;
  margin-bottom: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .1s linear 0s;
}

.panel-options .slick-slide {
  padding: 0 5px;
  margin: 0;
}

.panel-options .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1;
  overflow: hidden;
  text-indent: -999px;
}

.panel-options .slick-prev {
  left: -15px;
  background-image: url(../img/cursor/prev.svg);
}

.panel-options .slick-next {
  right: -15px;
  background-image: url(../img/cursor/next.svg);
}

@font-face {
  font-family: 'lg';
  src: url("../font/lg/lg.ttf?22t19m") format("truetype"), url("../font/lg/lg.woff?22t19m") format("woff"), url("../font/lg/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-html5 .lg-video-play {
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(../img/loader/main.svg) no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.body-onepage {
  overflow: hidden;
  position: static;
  padding: 0;
}

.onepage-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
}

.disabled-onepage-scroll {
  overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper {
  transform: none !important;
  width: auto;
  height: auto;
  overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper > div {
  position: static !important;
  top: auto !important;
  left: auto !important;
}

.disabled-onepage-scroll .onepage-pagination,
.disabled-onepage-scroll .scroller-bar {
  display: none;
}

.onepage-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 50;
  transform: translateY(-50%);
}

.onepage-pagination li {
  margin: 0 0 15px 0;
  padding: 0;
}

.onepage-pagination li:last-child {
  margin-bottom: 0;
}

.onepage-pagination a {
  display: block;
  text-decoration: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #b6b3b3;
  transition: background-color .5s ease 0s;
}

.onepage-pagination a:hover,
.onepage-pagination a.active {
  text-decoration: none;
  background-color: #000000;
}

.question__scrollbar::-webkit-scrollbar {
  width: 4px;
}

.question__scrollbar::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}

@keyframes mouse-down {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }

  15% {
    opacity: 1;
    transform: translateY(110px);
  }

  90% {
    opacity: 0;
    transform: translateY(110px);
  }

  100% {
    opacity: 0;
    transform: translateY(0px);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    transform: translate(-15px);
  }

  to {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate(0);
  }
}

@media (min-width: 401px) {
  .product__details-fields.column-2,
  .product__details-fields.column-3 {
    display: flex;
    justify-content: space-between;
    margin-left: -50px;
  }

  .product__details-fields.column-2 .product__details-field,
  .product__details-fields.column-3 .product__details-field {
    padding-left: 50px;
    margin-bottom: 0;
  }

  .product__details-fields.column-2 .product__details-field {
    width: 50%;
  }

  .product__details-fields.column-3 .product__details-field {
    width: 33.333333%;
  }

  .slider-part .slick-slide {
    width: 300px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 601px) {
  .modal-fabric__col {
    width: 50%;
    float: left;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .images {
    overflow: hidden;
  }

  .images__list {
    display: table;
    table-layout: fixed;
    width: calc(100% + 40px);
    border-spacing: 20px 0px;
    margin-left: -20px;
  }

  .images__col {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    position: relative;
    width: 33.333333%;
  }

  .images__col:nth-child(2) .images__media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .images__item {
    margin-bottom: 20px;
  }

  .images__item:last-child {
    margin-bottom: 0;
  }

  .additionally__wrap {
    max-width: 990px;
    margin: 0 auto;
  }

  .additionally__list {
    display: flex;
    align-items: flex-start;
    width: calc(100% + 30px);
    margin-left: -30px;
    justify-content: space-between;
  }

  .additionally__item {
    width: 33.333333%;
    padding-left: 40px;
    margin-bottom: 40px;
  }

  .masonry__sizer {
    width: 25%;
  }

  .masonry__item_md {
    width: 50%;
  }

  .manual__item {
    width: 350px;
    margin-bottom: 50px;
  }

  .identity__list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% + 60px);
    margin-left: -60px;
  }

  .identity__item {
    width: 33.333333%;
    padding-left: 60px;
  }

  .stage__row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: calc(100% + 30px);
    margin-left: -30px;
  }

  .stage__col {
    width: 33.333333%;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 16px;
  }

  .container {
    max-width: 960px;
  }

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .btn-primary {
    font-size: 11px;
  }

  .btn-warning {
    font-size: 11px;
  }

  .btn-secondary {
    font-size: 11px;
  }

  .btn-primary.btn-lg,
  .btn-secondary.btn-lg,
  .btn-warning.btn-lg {
    font-size: 14px;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-option__wrap {
    width: 135px;
    height: 135px;
  }

  .btn-option__value {
    width: 42px;
    height: 42px;
  }

  .btn-option__name {
    top: 100px;
    font-size: 12px;
  }

  .btn-option.wide .btn-option__wrap {
    height: 245px;
  }

  .btn-option.wide .btn-option__value {
    height: 215px;
  }

  .btn-option.wide .btn-option__name {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .js-color-pick-wrap .btn-option__wrap {
    width: 90px;
    height: 90px;
  }

  .js-color-pick-wrap .btn-option__value {
    width: 20px;
    height: 20px;
  }

  .js-color-pick-wrap .btn-option__name {
    top: 50%;
    margin-top: 18px;
    padding: 0 5px;
  }

  .btn-switch-lg .btn-switch__title {
    font-size: 12px;
  }

  .btn-more {
    font-size: 13px;
    padding: 12px 50px;
  }

  .btn-more:before {
    width: 25px;
    left: 10px;
    will-change: width;
  }

  .btn-more:after {
    height: 25px;
    left: 22px;
    will-change: height;
  }

  .btn-more.btn-more-extra {
    font-size: 18px;
  }

  .btn-more.in:before {
    animation-name: btnMoreLVIn;
    animation-duration: .5s;
  }

  .btn-more.in:after {
    animation-name: btnMoreLGIn;
    animation-duration: .5s;
  }

  .btn-more.out:before {
    animation-name: btnMoreLVOut;
    animation-duration: .2s;
  }

  .btn-more.out:after {
    animation-name: btnMoreLGOut;
    animation-duration: .2s;
  }

  .btn-plus {
    width: 29px;
    height: 29px;
    margin-top: -4px;
  }

  .btn-plus:before {
    width: 15px;
  }

  .btn-plus:after {
    height: 15px;
  }

  .btn-success__caption {
    font-size: 13px;
  }

  .btn-success.in:before,
  .btn-success.in .btn-success:before,
  .btn-plus.in:before,
  .btn-plus.in .btn-success:before,
  .btn-link.in:before,
  .btn-link.in .btn-success:before,
  .btn-info.in:before,
  .btn-info.in .btn-success:before,
  .btn-success.in
  .btn-plus:before,
  .btn-plus.in
  .btn-plus:before,
  .btn-link.in
  .btn-plus:before,
  .btn-info.in
  .btn-plus:before,
  .btn-success.in
  .btn-link:before,
  .btn-plus.in
  .btn-link:before,
  .btn-link.in
  .btn-link:before,
  .btn-info.in
  .btn-link:before,
  .btn-success.in
  .btn-info:before,
  .btn-plus.in
  .btn-info:before,
  .btn-link.in
  .btn-info:before,
  .btn-info.in
  .btn-info:before {
    animation-name: btnPlusLVIn;
    animation-duration: .5s;
  }

  .btn-success.in:after,
  .btn-success.in .btn-success:after,
  .btn-plus.in:after,
  .btn-plus.in .btn-success:after,
  .btn-link.in:after,
  .btn-link.in .btn-success:after,
  .btn-info.in:after,
  .btn-info.in .btn-success:after,
  .btn-success.in
  .btn-plus:after,
  .btn-plus.in
  .btn-plus:after,
  .btn-link.in
  .btn-plus:after,
  .btn-info.in
  .btn-plus:after,
  .btn-success.in
  .btn-link:after,
  .btn-plus.in
  .btn-link:after,
  .btn-link.in
  .btn-link:after,
  .btn-info.in
  .btn-link:after,
  .btn-success.in
  .btn-info:after,
  .btn-plus.in
  .btn-info:after,
  .btn-link.in
  .btn-info:after,
  .btn-info.in
  .btn-info:after {
    animation-name: btnPlusLGIn;
    animation-duration: .5s;
  }

  .btn-success.out:before,
  .btn-success.out .btn-success:before,
  .btn-plus.out:before,
  .btn-plus.out .btn-success:before,
  .btn-link.out:before,
  .btn-link.out .btn-success:before,
  .btn-info.out:before,
  .btn-info.out .btn-success:before,
  .btn-success.out
  .btn-plus:before,
  .btn-plus.out
  .btn-plus:before,
  .btn-link.out
  .btn-plus:before,
  .btn-info.out
  .btn-plus:before,
  .btn-success.out
  .btn-link:before,
  .btn-plus.out
  .btn-link:before,
  .btn-link.out
  .btn-link:before,
  .btn-info.out
  .btn-link:before,
  .btn-success.out
  .btn-info:before,
  .btn-plus.out
  .btn-info:before,
  .btn-link.out
  .btn-info:before,
  .btn-info.out
  .btn-info:before {
    animation-name: btnPlusLVOut;
    animation-duration: .2s;
  }

  .btn-success.out:after,
  .btn-success.out .btn-success:after,
  .btn-plus.out:after,
  .btn-plus.out .btn-success:after,
  .btn-link.out:after,
  .btn-link.out .btn-success:after,
  .btn-info.out:after,
  .btn-info.out .btn-success:after,
  .btn-success.out
  .btn-plus:after,
  .btn-plus.out
  .btn-plus:after,
  .btn-link.out
  .btn-plus:after,
  .btn-info.out
  .btn-plus:after,
  .btn-success.out
  .btn-link:after,
  .btn-plus.out
  .btn-link:after,
  .btn-link.out
  .btn-link:after,
  .btn-info.out
  .btn-link:after,
  .btn-success.out
  .btn-info:after,
  .btn-plus.out
  .btn-info:after,
  .btn-link.out
  .btn-info:after,
  .btn-info.out
  .btn-info:after {
    animation-name: btnPlusLGOut;
    animation-duration: .2s;
  }

  .btn-success.btn-lg:before,
  .btn-plus.btn-lg:before,
  .btn-link.btn-lg:before,
  .btn-info.btn-lg:before {
    width: 22px;
  }

  .btn-success.btn-lg:after,
  .btn-plus.btn-lg:after,
  .btn-link.btn-lg:after,
  .btn-info.btn-lg:after {
    height: 22px;
  }

  .btn-success.btn-lg.in:before,
  .btn-success.in .btn-success.btn-lg:before,
  .btn-plus.btn-lg.in:before,
  .btn-plus.in .btn-success.btn-lg:before,
  .btn-link.btn-lg.in:before,
  .btn-link.in .btn-success.btn-lg:before,
  .btn-info.btn-lg.in:before,
  .btn-info.in .btn-success.btn-lg:before,
  .btn-success.in
  .btn-plus.btn-lg:before,
  .btn-plus.in
  .btn-plus.btn-lg:before,
  .btn-link.in
  .btn-plus.btn-lg:before,
  .btn-info.in
  .btn-plus.btn-lg:before,
  .btn-success.in
  .btn-link.btn-lg:before,
  .btn-plus.in
  .btn-link.btn-lg:before,
  .btn-link.in
  .btn-link.btn-lg:before,
  .btn-info.in
  .btn-link.btn-lg:before,
  .btn-success.in
  .btn-info.btn-lg:before,
  .btn-plus.in
  .btn-info.btn-lg:before,
  .btn-link.in
  .btn-info.btn-lg:before,
  .btn-info.in
  .btn-info.btn-lg:before {
    animation-name: btnPlusLGLVIn;
  }

  .btn-success.btn-lg.in:after,
  .btn-success.in .btn-success.btn-lg:after,
  .btn-plus.btn-lg.in:after,
  .btn-plus.in .btn-success.btn-lg:after,
  .btn-link.btn-lg.in:after,
  .btn-link.in .btn-success.btn-lg:after,
  .btn-info.btn-lg.in:after,
  .btn-info.in .btn-success.btn-lg:after,
  .btn-success.in
  .btn-plus.btn-lg:after,
  .btn-plus.in
  .btn-plus.btn-lg:after,
  .btn-link.in
  .btn-plus.btn-lg:after,
  .btn-info.in
  .btn-plus.btn-lg:after,
  .btn-success.in
  .btn-link.btn-lg:after,
  .btn-plus.in
  .btn-link.btn-lg:after,
  .btn-link.in
  .btn-link.btn-lg:after,
  .btn-info.in
  .btn-link.btn-lg:after,
  .btn-success.in
  .btn-info.btn-lg:after,
  .btn-plus.in
  .btn-info.btn-lg:after,
  .btn-link.in
  .btn-info.btn-lg:after,
  .btn-info.in
  .btn-info.btn-lg:after {
    animation-name: btnPlusLGLGIn;
  }

  .btn-success.btn-lg.out:before,
  .btn-success.out .btn-success.btn-lg:before,
  .btn-plus.btn-lg.out:before,
  .btn-plus.out .btn-success.btn-lg:before,
  .btn-link.btn-lg.out:before,
  .btn-link.out .btn-success.btn-lg:before,
  .btn-info.btn-lg.out:before,
  .btn-info.out .btn-success.btn-lg:before,
  .btn-success.out
  .btn-plus.btn-lg:before,
  .btn-plus.out
  .btn-plus.btn-lg:before,
  .btn-link.out
  .btn-plus.btn-lg:before,
  .btn-info.out
  .btn-plus.btn-lg:before,
  .btn-success.out
  .btn-link.btn-lg:before,
  .btn-plus.out
  .btn-link.btn-lg:before,
  .btn-link.out
  .btn-link.btn-lg:before,
  .btn-info.out
  .btn-link.btn-lg:before,
  .btn-success.out
  .btn-info.btn-lg:before,
  .btn-plus.out
  .btn-info.btn-lg:before,
  .btn-link.out
  .btn-info.btn-lg:before,
  .btn-info.out
  .btn-info.btn-lg:before {
    animation-name: btnPlusLGLVOut;
  }

  .btn-success.btn-lg.out:after,
  .btn-success.out .btn-success.btn-lg:after,
  .btn-plus.btn-lg.out:after,
  .btn-plus.out .btn-success.btn-lg:after,
  .btn-link.btn-lg.out:after,
  .btn-link.out .btn-success.btn-lg:after,
  .btn-info.btn-lg.out:after,
  .btn-info.out .btn-success.btn-lg:after,
  .btn-success.out
  .btn-plus.btn-lg:after,
  .btn-plus.out
  .btn-plus.btn-lg:after,
  .btn-link.out
  .btn-plus.btn-lg:after,
  .btn-info.out
  .btn-plus.btn-lg:after,
  .btn-success.out
  .btn-link.btn-lg:after,
  .btn-plus.out
  .btn-link.btn-lg:after,
  .btn-link.out
  .btn-link.btn-lg:after,
  .btn-info.out
  .btn-link.btn-lg:after,
  .btn-success.out
  .btn-info.btn-lg:after,
  .btn-plus.out
  .btn-info.btn-lg:after,
  .btn-link.out
  .btn-info.btn-lg:after,
  .btn-info.out
  .btn-info.btn-lg:after {
    animation-name: btnPlusLGLGOut;
  }

  .btn-search {
    width: 16px;
    height: 16px;
  }

  .btn-extra {
    min-width: 300px;
    padding: 12px 60px 12px 30px;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .btn-extra__text-success {
    padding: 12px 60px 12px 30px;
  }

  .btn-extra__arrow {
    width: 28px;
    height: 19px;
    right: 15px;
  }

  .btn-extra.btn-extra-sm {
    font-size: 10px;
    padding: 8px 50px 8px 50px;
  }

  .btn-extra.btn-extra-sm .btn-extra__arrow {
    width: 15px;
    height: 10px;
  }

  .btn-extra.btn-extra-lg {
    min-width: 470px;
  }

  .btn-w-lg {
    min-width: 415px;
  }

  .btn-w-default {
    min-width: 312px;
  }

  .btn-w-primary {
    min-width: 525px;
  }

  .modal-dialog {
    padding: 70px 15px;
  }

  .modal-title {
    font-size: 16px;
    margin: 0 0 70px 0;
  }

  .modal-close {
    width: 22px;
    height: 22px;
    top: 25px;
    right: 15px;
  }

  .modal-close svg {
    width: inherit;
    height: inherit;
  }

  .modal-fabric__cols {
    margin-left: -40px;
  }

  .modal-fabric__cols::after {
    display: block;
    clear: both;
    content: "";
  }

  .modal-fabric__col {
    padding-left: 40px;
  }

  .modal-fabric__media {
    margin-bottom: 30px;
  }

  .modal-theme-dark .modal-title {
    font-size: 18px;
  }

  .modal-heading {
    margin-bottom: 50px !important;
  }

  .modal-description {
    font-size: 20px;
  }

  .modal-button {
    padding-top: 30px;
  }

  .middle {
    padding: 80px 0 0 0;
  }

  .body-primary .menu-main__link {
    color: #FFFFFF;
  }

  .body-primary .menu-main__link:hover {
    color: #FFFFFF;
  }

  .body-primary .menu-main__link:after {
    background-color: #FFFFFF;
  }

  .header__wrap {
    height: 79px;
  }

  .header__left {
    padding-right: 15px;
    flex: 1;
  }

  .header__middle {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 200px;
    justify-content: center;
  }

  .header__right {
    padding-left: 15px;
    flex: 1;
  }

  .header__search {
    margin-right: 44px;
  }

  .header__search {
    padding-top: 4px;
  }

  .header__btn-menu {
    display: none;
  }

  .header.scroll .menu-main__link {
    color: #000000 !important;
  }

  .header.scroll .menu-main__link:hover {
    color: #000000 !important;
  }

  .header.scroll .menu-main__link:after {
    background-color: #000000 !important;
  }

  .logo__img {
    width: 162px;
    height: 20px;
  }

  .menu-main-bg {
    display: none;
  }

  .menu-main__list {
    display: flex;
    align-items: center;
  }

  .menu-main__item {
    margin: 0 44px 0 0;
  }

  .menu-main__item:last-child {
    margin-right: 0;
  }

  .menu-main__link {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    padding: 5px 0;
    z-index: 105;
  }

  .menu-main__link:hover {
    color: #000000;
  }

  .menu-main__drop {
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    z-index: -1;
    visibility: hidden;
    will-change: width;
    transition: width 0s ease .5s, visibility 0s ease .5s, z-index 0s ease .5s;
  }

  .menu-main__drop-backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .menu-main__drop-wrap {
    width: 50%;
    min-width: 800px;
    height: 100%;
    padding: 100px 0 0 50px;
    background-color: #1E1E1E;
    color: #FFFFFF;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    transform: translate(-100%, 0);
    z-index: 1;
    transition: opacity .5s ease 0s, transform .5s ease 0s;
  }

  .menu-main__close {
    display: block;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    width: 22px;
    height: 22px;
    top: 15px;
    right: 15px;
  }

  .menu-main__close-icon {
    display: block;
    width: inherit;
    height: inherit;
    fill: #FFFFFF;
    opacity: 1;
    transition: opacity .5s ease 0s;
  }

  .menu-main__close-icon:hover {
    opacity: .7;
  }

  .menu-main__drop-list {
    padding: 0;
  }

  .menu-main__drop-item {
    margin: 0 0 15px 0;
    opacity: 0;
  }

  .menu-main__drop-item:nth-child(1) {
    animation-delay: 0.125s;
  }

  .menu-main__drop-item:nth-child(2) {
    animation-delay: 0.25s;
  }

  .menu-main__drop-item:nth-child(3) {
    animation-delay: 0.375s;
  }

  .menu-main__drop-item:nth-child(4) {
    animation-delay: 0.5s;
  }

  .menu-main__drop-item:nth-child(5) {
    animation-delay: 0.625s;
  }

  .menu-main__drop-item:nth-child(6) {
    animation-delay: 0.75s;
  }

  .menu-main__drop-item:nth-child(7) {
    animation-delay: 0.875s;
  }

  .menu-main__drop-item:nth-child(8) {
    animation-delay: 1s;
  }

  .menu-main__drop-item:nth-child(9) {
    animation-delay: 1.125s;
  }

  .menu-main__drop-item:nth-child(10) {
    animation-delay: 1.25s;
  }

  .menu-main__drop-item:nth-child(11) {
    animation-delay: 1.375s;
  }

  .menu-main__drop-item:nth-child(12) {
    animation-delay: 1.5s;
  }

  .menu-main__drop-item:nth-child(13) {
    animation-delay: 1.625s;
  }

  .menu-main__drop-item:nth-child(14) {
    animation-delay: 1.75s;
  }

  .menu-main__drop-item:nth-child(15) {
    animation-delay: 1.875s;
  }

  .menu-main__drop-item:nth-child(16) {
    animation-delay: 2s;
  }

  .menu-main__drop-item:nth-child(17) {
    animation-delay: 2.125s;
  }

  .menu-main__drop-item:nth-child(18) {
    animation-delay: 2.25s;
  }

  .menu-main__drop-item:nth-child(19) {
    animation-delay: 2.375s;
  }

  .menu-main__drop-item:nth-child(20) {
    animation-delay: 2.5s;
  }

  .menu-main__drop-item:nth-child(21) {
    animation-delay: 2.625s;
  }

  .menu-main__drop-item:nth-child(22) {
    animation-delay: 2.75s;
  }

  .menu-main__drop-item:nth-child(23) {
    animation-delay: 2.875s;
  }

  .menu-main__drop-item:nth-child(24) {
    animation-delay: 3s;
  }

  .menu-main__drop-item:nth-child(25) {
    animation-delay: 3.125s;
  }

  .menu-main__drop-item:nth-child(26) {
    animation-delay: 3.25s;
  }

  .menu-main__drop-item:nth-child(27) {
    animation-delay: 3.375s;
  }

  .menu-main__drop-item:nth-child(28) {
    animation-delay: 3.5s;
  }

  .menu-main__drop-item:nth-child(29) {
    animation-delay: 3.625s;
  }

  .menu-main__drop-item:nth-child(30) {
    animation-delay: 3.75s;
  }

  .menu-main__drop-item:nth-child(31) {
    animation-delay: 3.875s;
  }

  .menu-main__drop-item:nth-child(32) {
    animation-delay: 4s;
  }

  .menu-main__drop-item:nth-child(33) {
    animation-delay: 4.125s;
  }

  .menu-main__drop-item:nth-child(34) {
    animation-delay: 4.25s;
  }

  .menu-main__drop-item:nth-child(35) {
    animation-delay: 4.375s;
  }

  .menu-main__drop-item:nth-child(36) {
    animation-delay: 4.5s;
  }

  .menu-main__drop-item:nth-child(37) {
    animation-delay: 4.625s;
  }

  .menu-main__drop-item:nth-child(38) {
    animation-delay: 4.75s;
  }

  .menu-main__drop-item:nth-child(39) {
    animation-delay: 4.875s;
  }

  .menu-main__drop-item:nth-child(40) {
    animation-delay: 5s;
  }

  .menu-main__drop-item:nth-child(41) {
    animation-delay: 5.125s;
  }

  .menu-main__drop-item:nth-child(42) {
    animation-delay: 5.25s;
  }

  .menu-main__drop-item:nth-child(43) {
    animation-delay: 5.375s;
  }

  .menu-main__drop-item:nth-child(44) {
    animation-delay: 5.5s;
  }

  .menu-main__drop-item:nth-child(45) {
    animation-delay: 5.625s;
  }

  .menu-main__drop-item:nth-child(46) {
    animation-delay: 5.75s;
  }

  .menu-main__drop-item:nth-child(47) {
    animation-delay: 5.875s;
  }

  .menu-main__drop-item:nth-child(48) {
    animation-delay: 6s;
  }

  .menu-main__drop-item:nth-child(49) {
    animation-delay: 6.125s;
  }

  .menu-main__drop-item:nth-child(50) {
    animation-delay: 6.25s;
  }

  .menu-main__drop-link {
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 1.6;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 0 0 4px 0;
    transition: color .5s ease 0s;
  }

  .menu-main__drop-link:after {
    display: block;
    content: '';
    width: 0;
    height: 1px;
    background-color: #ADABAB;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    will-change: width;
    transition: width .5s ease 0s;
  }

  .menu-main__drop-link:hover,
  .menu-main__drop-link.active {
    color: #ADABAB;
  }

  .menu-main__drop-link:hover:after,
  .menu-main__drop-link.active:after {
    width: 18px;
  }

  .body-menu-main-drop-open,
  .body-menu-main-drop-open .header.scroll {
    overflow: hidden;
  }

  .body-menu-main-drop-open .menu-main__link,
  .body-menu-main-drop-open .header.scroll .menu-main__link {
    color: #FFFFFF !important;
  }

  .body-menu-main-drop-open .menu-main__link:after,
  .body-menu-main-drop-open .header.scroll .menu-main__link:after {
    background-color: #FFFFFF !important;
  }

  .body-menu-main-drop-open .menu-main__drop.active,
  .body-menu-main-drop-open .header.scroll .menu-main__drop.active {
    width: 100%;
    z-index: 100;
    visibility: visible;
    transition: width 0s ease 0s, visibility 0s ease 0s, z-index 0s ease 0s;
  }

  .body-menu-main-drop-open .menu-main__drop.active .menu-main__drop-wrap,
  .body-menu-main-drop-open .header.scroll .menu-main__drop.active .menu-main__drop-wrap {
    opacity: 1;
    transform: translate(0, 0);
  }

  .body-menu-main-drop-open .menu-main__drop.active .menu-main__drop-item,
  .body-menu-main-drop-open .header.scroll .menu-main__drop.active .menu-main__drop-item {
    animation-name: fade-in, slide-in-right;
    animation-duration: .8s, .8s;
    animation-timing-function: ease, ease;
    animation-fill-mode: forwards, forwards;
  }

  .body-menu-main-drop-active .menu-main__drop {
    transition: width 0s ease 0s, visibility 0s ease 0s, z-index 0s ease 0s;
  }

  .body-menu-main-drop-active .menu-main__drop .menu-main__drop-wrap {
    transition: opacity 0s ease 0s, transform 0s ease 0s;
  }

  .menu-extra__item {
    margin: 0 44px 0 0;
  }

  .menu-extra__link {
    font-size: 13px;
    padding: 5px 0;
  }

  .menu-extra__profile-icon {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    margin-right: 10px;
  }

  .menu-extra__profile-title {
    font-size: 15px;
    padding-top: 2px;
  }

  .menu-main__link:after,
  .menu-extra__link:after {
    display: block;
    content: '';
    width: 0;
    height: 1px;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    will-change: width;
    transition: width .5s ease 0s;
  }

  .menu-main__link:hover:after,
  .menu-main__link.active:after,
  .menu-extra__link:hover:after,
  .menu-extra__link.active:after {
    width: 18px;
  }

  .menu-main__link.link-cart,
  .menu-extra__link.link-cart {
    font-weight: bold;
  }

  .product__wrap {
    display: flex;
    align-items: flex-start;
  }

  .product__left {
    width: 66.6666666%;
    padding: 20px 45px 20px 30px;
    z-index: 1;
  }

  .product__right {
    width: 33.333333%;
    padding: 30px 0 20px 0;
  }

  .product__media {
    max-width: 770px;
  }

  .product__media-panel {
    display: none;
  }

  .product__media-info {
    width: 350px;
    min-height: 100px;
    padding: 60px 30px 30px 30px;
  }

  .product__media-cell {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1.4px;
  }

  .product__media-close {
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
  }

  .product__alert {
    display: none;
    font-size: 10px;
    padding: 15px;
  }

  .product__details {
    padding-top: 30px;
  }

  .product__details-general-errors {
    display: none;
  }

  .product__details-common {
    padding-top: 40px;
  }

  .product__details-item {
    margin: 0 0 40px 0;
  }

  .product__details-title {
    font-size: 10px;
    padding-bottom: 21px;
    margin-bottom: 30px;
  }

  .product__details-options {
    margin: -30px auto 0 auto;
  }

  .product__details-option {
    margin: 30px 1px 0 1px;
  }

  .product__details-info {
    font-size: 10px;
  }

  .product__message {
    font-size: 13px;
    padding: 10px 0;
  }

  .sections {
    padding: 70px 0 0 0;
  }

  .section {
    display: flex;
    min-height: calc(100vh - 80px);
    flex-direction: column;
  }

  .section-body {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
  }

  .section-foot {
    flex: 0 0 auto;
  }

  .section-cell {
    min-width: 0;
    flex: 0 0 100%;
  }

  .t-shirt,
  .personality,
  .quality,
  .about-cottogin,
  .faq,
  .accompany-with {
    padding: 70px 0;
  }

  .onset {
    margin: 0 auto 60px auto;
  }

  .description {
    font-size: 14px;
  }

  .discover-more {
    padding-top: 60px;
  }

  .accordion__item {
    margin-bottom: 30px;
  }

  .accordion:not(.accordion_blank) .accordion__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .accordion:not(.accordion_blank) .accordion__button {
    font-size: 13px;
    padding: 20px 105px 20px 60px;
  }

  .accordion:not(.accordion_blank) .accordion__button:before {
    width: 25px;
    right: 60px;
  }

  .accordion:not(.accordion_blank) .accordion__button:after {
    height: 25px;
    right: 72px;
  }

  .accordion:not(.accordion_blank) .accordion__content {
    padding: 20px 105px 40px 60px;
  }

  .commodity {
    display: flex;
    padding: 100px 50px;
  }

  .commodity__info {
    display: flex;
    width: 280px;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 45px;
  }

  .commodity__heading {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .commodity__subheading {
    font-size: 12px;
    margin-bottom: 25px;
  }

  .commodity__caption {
    font-size: 15px;
  }

  .commodity__list {
    justify-content: space-around;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .commodity__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 320px;
    margin-right: 20px;
  }

  .commodity__item:last-child {
    margin-right: 0;
  }

  .commodity__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    cursor: url("../img/cursor/plus.svg"), auto;
    overflow: hidden;
    transform: scale(1);
    transition: 1s ease 0s;
  }

  .commodity__link:hover {
    transform: scale(1.3);
  }

  .commodity__link:hover .commodity__img img {
    transform: scale(1.6);
  }

  .commodity__img img {
    transform: scale(1);
    transition: 4s ease 0s;
  }

  .nav-scroller {
    display: flex;
    height: calc(100vh - 80px);
    left: 50px;
  }

  .nav-scroller__item.active .nav-scroller__scrollbar {
    height: 150px;
  }

  .video {
    cursor: url("../img/cursor/play.svg"), auto;
  }

  .video:before {
    width: 128px;
    height: 128px;
  }

  .movie__btn {
    width: 150px;
    height: 150px;
  }

  .up {
    width: 80px;
    height: 80px;
    right: 30px;
    bottom: 30px;
  }

  .up svg {
    width: 77px;
    height: 41px;
  }

  .cart__main {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 50px;
  }

  .cart__head {
    display: table-header-group;
  }

  .cart__body {
    display: table-row-group;
  }

  .cart__body-tr {
    display: table-row;
  }

  .cart__body-td {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-size: 16px;
    font-size: 16px;
    line-height: 1.4;
    border-bottom: 1px solid #FFFFFF;
    padding: 30px 15px;
    position: relative;
  }

  .cart__body-td:first-child {
    text-align: left;
    padding-left: 0;
  }

  .cart__body-td:last-child {
    padding-right: 0;
  }

  .cart__mob-title {
    display: none;
  }

  .cart__title {
    font-size: 16px;
  }

  .cart__size {
    display: inline;
    margin-right: 50px;
  }

  .cart__change {
    display: inline;
  }

  .cart__remove {
    width: 45px;
    bottom: 0;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease 0s, visibility .5s ease .5s;
  }

  .cart__remove .btn-remove {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .cart__body-tr:hover .cart__remove {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease 0s, visibility .5s ease 0s;
  }

  .cart__price {
    font-size: 16px;
  }

  .cart__old-price {
    font-size: 16px;
  }

  .cart__extra::after {
    display: block;
    clear: both;
    content: "";
  }

  .cart__extra-left {
    width: 62%;
    float: left;
    padding-right: 15px;
  }

  .cart__extra-right {
    width: 38%;
    float: right;
    padding-left: 15px;
  }

  .cart__info {
    max-width: 280px;
  }

  .cart__info p {
    margin: 0 0 25px 0;
  }

  .cart__list {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .cart__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .cart__label {
    line-height: 1.4;
    margin-right: 15px;
  }

  .cart__value {
    font-size: 14px;
    margin-left: 15px;
  }

  .cart__result {
    margin-bottom: 50px;
  }

  .cart__heading {
    font-size: 18px;
  }

  .search__input {
    height: 50px;
    padding: 0 50px 0 10px;
    font-size: 18px;
    margin-bottom: 60px;
  }

  .search__btn {
    top: 12px;
    right: 10px;
  }

  .search__icon {
    width: 23px;
    height: 23px;
  }

  .search .easy-autocomplete li {
    margin: 0 10px 15px 10px;
  }

  .search .easy-autocomplete a {
    font-size: 12px;
  }

  .banner__wrap {
    padding: 100px 0;
  }

  .banner__btn {
    padding-top: 50px;
    position: absolute;
    left: 0;
    bottom: 170px;
  }

  .banner__subtitle {
    font-size: 30px;
    line-height: 1;
    margin: 0 0 50px 0;
  }

  .banner__title {
    font-size: 78px;
    line-height: 1;
  }

  .info {
    padding: 70px 0 10px 0;
  }

  .general {
    padding: 70px 0;
  }

  .general__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .general__left {
    width: 50%;
    padding-right: 15px;
  }

  .general__right {
    width: 50%;
    padding-left: 15px;
  }

  .general__content {
    max-width: 500px;
    margin: 0 auto;
    font-size: 14px;
  }

  .general__manual {
    padding-top: 80px;
  }

  .general__media-img {
    width: 90%;
    margin: 0 auto;
  }

  .additionally {
    padding: 100px 0;
  }

  .additionally__media {
    margin-bottom: 40px;
  }

  .additionally__media-link {
    cursor: url("../img/cursor/plus.svg"), auto;
    transform: scale(1);
    transition: 1s ease 0s;
  }

  .additionally__media-link:hover {
    transform: scale(1.1);
  }

  .additionally__media-link:hover .additionally__media-img img {
    transform: scale(1.4);
  }

  .additionally__media-img img {
    transform: scale(1);
    transition: 4s ease 0s;
  }

  .additionally .discover-more {
    padding-top: 30px;
  }

  .stuff {
    padding: 70px 0;
  }

  .stuff__wrap::after {
    display: block;
    clear: both;
    content: "";
  }

  .stuff__left {
    width: 50%;
    float: left;
    padding-right: 35px;
  }

  .stuff__right {
    width: 50%;
    float: right;
  }

  .stuff__media {
    margin-bottom: 100px;
  }

  .t-shirt__panel {
    padding-top: 30px;
  }

  .panel-options {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }

  .panel-options__item {
    margin: 0 5px 10px 5px;
  }

  .half {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    min-height: calc(100vh - 280px);
  }

  .half__left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 50%;
  }

  .half__right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%;
  }

  .half__core {
    width: 100%;
    max-width: 725px;
  }

  .half__images-item {
    margin-bottom: 20px;
  }

  .half__images-item:last-child {
    margin-bottom: 0;
  }

  .buttons {
    padding: 30px 0 0 0;
    padding-bottom: 60px;
  }

  .buttons__item {
    margin-bottom: 60px;
  }

  .checkout__details-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .checkout__details-left {
    padding-right: 15px;
  }

  .checkout__details-right {
    padding-left: 15px;
  }

  .manual__list {
    justify-content: space-between;
  }

  .manual__title {
    font-size: 16px;
  }

  .manual__content {
    font-size: 14px;
  }

  .identity__main {
    padding-top: 116.438356%;
  }

  .identity__wrap {
    padding: 35px;
  }

  .identity__title {
    font-size: 20px;
  }

  .identity__content {
    font-size: 13px;
  }

  .identity__more {
    width: 25px;
    height: 25px;
  }

  .identity__more:before {
    width: 37px;
    will-change: width;
  }

  .identity__more:after {
    height: 37px;
    left: 18px;
    will-change: height;
  }

  .identity_primary {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }

  .identity_primary .identity__item {
    width: 50%;
  }

  .identity_primary .identity__main {
    padding-top: 125.333333%;
  }

  .scroller__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 1px;
    flex-direction: row;
  }

  .scroller__item.active .banner__content {
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease 1s, visibility 0s ease 1s;
  }

  .scroller__item.active .onset {
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease 1s, visibility 0s ease 1s;
  }

  .scroller__item.active .additionally__list {
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease 1s, visibility 0s ease 1s;
  }

  .scroller__item.active .discover-more {
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease 1.5s, visibility 0s ease 1.5s;
  }

  .scroller__item.show .heading:after {
    animation: headingCircle 3s linear 0s forwards;
  }

  .scroller .banner__content {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease 0s, visibility 0s ease 1s;
  }

  .scroller .onset {
    margin-top: 0;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease 0s, visibility 0s ease 1s;
  }

  .scroller .heading:after {
    opacity: 0;
  }

  .scroller .additionally__list {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease 0s, visibility 0s ease 1s;
  }

  .scroller .discover-more {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease 0s, visibility 0s ease 1s;
  }

  .scroller__item:not(:first-child) .scroller__wrap {
    padding: 100px 0 20px 0;
  }

  .record__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 100px 0;
  }

  .record__cell {
    width: 50%;
  }

  .record__title {
    max-width: 490px;
    margin: 0 auto;
    font-size: 42px;
    letter-spacing: 2px;
  }

  .material__wrap {
    max-width: 1470px;
    margin: 0 auto;
  }

  .material__row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .material__row:nth-child(odd) .material__col:nth-child(1) {
    order: 1;
  }

  .material__row:nth-child(odd) .material__col:nth-child(2) {
    order: 2;
  }

  .material__row:nth-child(even) .material__col:nth-child(1) {
    order: 2;
  }

  .material__row:nth-child(even) .material__col:nth-child(2) {
    order: 1;
  }

  .material__col {
    width: 50%;
  }

  .material__col:nth-child(2) {
    padding: 50px 15px 0 15px;
  }

  .material__content {
    max-width: 490px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
  }

  .material__title {
    font-size: 42px;
    margin: 0 0 30px 0;
  }

  .material__caption {
    font-size: 16px;
    margin: 0 0 30px 0;
  }

  .fabric {
    min-height: calc(100vh - 80px);
  }

  .fabric__row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .fabric__col {
    width: 50%;
    padding: 50px 15px 0 15px;
  }

  .fabric__content {
    max-width: 490px;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .fabric__title {
    font-size: 42px;
    margin: 0 0 30px 0;
  }

  .fabric__caption {
    font-size: 16px;
  }

  .output__wrap {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .output__row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .output__col {
    width: 50%;
  }

  .output__col:nth-child(1) {
    padding: 50px 15px 0 15px;
  }

  .output__heading {
    font-size: 42px;
    padding-bottom: 50px;
  }

  .output__cells {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 5px;
  }

  .output__cell {
    width: 33.333333%;
    padding: 50px 15px;
  }

  .output__title {
    font-size: 16px;
    margin: 0 0 30px 0;
  }

  .output__list-item {
    font-size: 13px;
  }

  .rubric__wrap {
    justify-content: flex-end;
    padding: 100px 0;
  }

  .rubric__right {
    width: 70%;
  }

  .rubric__title {
    font-size: 42px;
  }

  .buy {
    left: 0;
    bottom: 100px;
  }

  .buy .btn {
    position: absolute;
    top: 0;
    left: 0;
  }

  .exposition__wrap {
    justify-content: flex-end;
  }

  .exposition__right {
    width: 50%;
    padding: 30px 0;
  }

  .exposition__title {
    font-size: 42px;
  }

  .exposition__caption {
    font-size: 16px;
    margin: 0 0 50px 0;
  }

  .exposition__section.js-animation .exposition__content {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease 0s, visibility 0s ease 0s;
  }

  .exposition__section.js-animation .exposition__title:after {
    opacity: 0;
  }

  .exposition__section.js-animation.active .exposition__content {
    opacity: 1;
    visibility: visible;
  }

  .exposition__section.js-animation.active .exposition__title:after {
    animation: headingCircle 3s linear 0s forwards;
  }

  .sustainable + .sustainable {
    padding-top: 30px;
  }

  .produce__section_col-2 .produce__row {
    width: calc(100% + 100px);
    margin-left: -100px;
  }

  .produce__section_col-2 .produce__col {
    width: 50%;
    padding-left: 100px;
  }

  .produce__section_col-3 .produce__row {
    width: calc(100% + 60px);
    margin-left: -60px;
  }

  .produce__section_col-3 .produce__col {
    width: 33.333333%;
    padding-left: 60px;
  }

  .produce__wrap {
    padding: 30px 20px 30px 30px;
  }

  .produce__inner {
    padding-right: 10px;
  }

  .produce__title {
    font-size: 20px;
  }

  .stage__title {
    font-size: 22px;
  }

  .stage__caption {
    font-size: 14px;
  }

  .scroller__item .stage__case {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 2.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s, transform 2.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
  }

  .scroller__item.active .stage__case {
    opacity: 1;
    transform: translateY(0);
  }

  .order {
    padding: 70px 0;
  }

  .order__info {
    font-size: 21px;
  }

  .order__description {
    font-size: 16px;
  }

  .order__panel {
    margin-bottom: 45px;
  }

  .order__panel-title {
    font-size: 21px;
  }

  .order__panel-caption {
    font-size: 16px;
  }

  .order__toggle-btn {
    top: -1px;
  }

  .order__toggle-title {
    font-size: 16px;
  }

  .order__toggle-caption {
    font-size: 16px;
  }

  .location-tpl {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .location-tpl__head {
    display: flex;
    padding: 51px 40px;
  }

  .location-tpl__body {
    display: flex;
    flex: 1;
  }

  .location-tpl__left {
    width: 25%;
    padding: 20px 40px;
    border-right: 1px solid rgba(255, 254, 242, 0.1);
  }

  .location-tpl__middle {
    padding: 20px 40px;
    flex: 1;
  }

  .location-tpl__right {
    width: 25%;
    padding: 20px 40px;
    border-left: 1px solid rgba(255, 254, 242, 0.1);
  }

  .location-tpl__inner {
    max-height: calc(100vh - 165px);
    padding-right: 15px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .location-tpl__inner::-webkit-scrollbar {
    width: 5px;
  }

  .location-tpl__inner::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .location-tpl__row {
    margin-bottom: 30px;
  }

  .location-tpl__heading {
    font-size: 15px;
  }

  .location-tpl_base .location-tpl__inner {
    max-height: calc(100vh - 245px);
  }

  .menu-location {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .menu-location__link {
    font-size: 22px;
  }

  .search-base__input {
    height: 50px;
    padding: 0 10px 0 35px;
    font-size: 18px;
  }

  .search-base__icon {
    width: 23px;
    height: 23px;
    top: 12px;
  }

  .js-filter-option.active {
    display: flex;
  }

  .control {
    padding: 70px 0;
  }

  .control__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .control__left {
    flex: 0 0 360px;
    padding-right: 30px;
  }

  .control__right {
    flex: 1 0 auto;
  }

  .control__content {
    max-width: 750px;
    margin: 0 auto;
  }

  .menu-basic__mobile-btn {
    display: none;
  }

  .menu-basic__item {
    margin: 0 0 10px 0;
  }

  .menu-basic__link {
    font-size: 15px;
    padding: 8px 20px;
  }

  .menu-basic__link:before {
    left: 20px;
  }

  .menu-basic__link.active {
    padding-left: 35px;
  }

  .table-control {
    display: table;
    width: 100%;
  }

  .table-control__head {
    display: table-header-group;
  }

  .table-control__tr {
    display: table-row;
  }

  .table-control__body {
    display: table-row-group;
  }

  .table-control__td {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 13px;
    color: #676565;
    line-height: 1.4;
    padding: 20px 10px;
    border-bottom: 1px solid #E1DFDF;
  }

  .table-control__td:first-child {
    padding-left: 0;
  }

  .table-control__td:last-child {
    padding-right: 0;
  }

  .table-control__td_name {
    width: auto;
  }

  .table-control__td_date {
    width: auto;
  }

  .table-control__td_order {
    width: 30%;
  }

  .table-control__td_status {
    width: 50%;
  }

  .table-control__td_redact {
    width: 60px;
    text-align: center;
  }

  .table-control__td_edit {
    width: 60px;
    text-align: center;
  }

  .table-control__td_delete {
    width: 60px;
    text-align: center;
  }

  .table-control__td_total {
    width: 80px;
  }

  .table-control__mobile-name {
    display: none;
  }

  .table-control__title {
    font-size: 16px;
  }

  .table-control__order {
    font-size: 14px;
  }

  .table-control__status {
    font-size: 14px;
  }

  .table-control__total {
    font-size: 16px;
  }

  .table-control_primary .table-control__td {
    vertical-align: top;
  }

  .unit-primary {
    font-size: 12px;
  }

  .specification-wrap {
    padding: 70px 0;
  }

  .specification__head {
    width: 76%;
    margin: 0 0 30px auto;
    padding-left: 40px;
  }

  .specification__name {
    font-size: 20px;
    margin: 0 0 70px 0;
  }

  .specification__status {
    font-size: 13px;
    padding: 10px 60px 10px 15px;
  }

  .specification__status-icon-clip {
    width: 20px;
    height: 19px;
  }

  .specification__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .specification__sidebar {
    width: 24%;
  }

  .specification__content {
    width: 76%;
    padding-left: 40px;
  }

  .specification__img {
    margin-top: 7px;
  }

  .specification__heading {
    font-size: 21px;
    margin: 0 0 25px 0;
  }

  .specification__options {
    margin-bottom: 30px;
  }

  .specification__options-item {
    margin-bottom: 15px;
  }

  .specification__options-name {
    font-size: 13px;
  }

  .specification__options-value {
    font-size: 21px;
  }

  .specification__options-caption {
    font-size: 14px;
  }

  .specification__line {
    max-width: 470px;
    margin-bottom: 30px;
  }

  .specification__detail-item {
    margin-bottom: 30px;
  }

  .specification__detail-name {
    font-size: 13px;
  }

  .specification__detail-value {
    font-size: 16px;
  }

  .specification__data {
    max-width: 470px;
  }

  .specification__data-item {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .specification__data-title {
    font-size: 16px;
    padding-top: 4px;
  }

  .specification__data-name {
    font-size: 16px;
  }

  .specification__data-value {
    font-size: 21px;
  }

  .specification__data-caption {
    font-size: 16px;
  }

  .specification__data-price {
    font-size: 21px;
  }

  .specification__data-old-price {
    font-size: 16px;
  }

  .specification__buttons {
    padding-top: 40px;
  }

  .use-cookies {
    padding: 50px 0;
  }

  .use-cookies__close {
    top: 30px;
    right: 30px;
  }

  .use-cookies__close-icon {
    width: 18px;
    height: 20px;
  }

  .use-cookies__heading {
    font-size: 1.625rem;
  }

  .use-cookies__content {
    font-size: 1rem;
  }

  .note {
    top: 80px;
  }

  .img-left,
  .video-left {
    float: left;
    margin: 0 40px 40px 0;
  }

  .img-right,
  .video-right {
    float: right;
    margin: 0 0 40px 40px;
  }

  .footer__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 70px 0 50px 0;
  }

  .footer__wrap > div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer__wrap > div:first-child {
    padding-left: 0;
  }

  .footer__wrap > div:last-child {
    padding-right: 0;
  }

  .footer__control {
    width: 22%;
  }

  .footer__panel {
    width: 46%;
  }

  .footer__menu {
    width: 16%;
  }

  .footer__logo {
    margin-bottom: 50px;
  }

  .footer__logo-img {
    width: 120px;
    height: 15px;
  }

  .footer__info {
    margin-bottom: 30px;
  }

  .menu-title {
    text-align: right;
  }

  .menu-footer__item {
    text-align: right;
  }

  .subscription__field {
    font-size: 21px;
    padding: 0 50px 0 0;
  }

  .subscription__button {
    top: 6px;
  }

  .subscription__button-icon {
    width: 46px;
    height: 31px;
  }

  .subscription__placeholder {
    font-size: 21px;
  }

  .inputbox-primary__field {
    font-size: 21px;
  }

  .inputbox-primary__placeholder {
    font-size: 21px;
  }

  .textarea-info {
    font-size: 18px;
  }

  .select-primary__field,
  .select-primary__control {
    font-size: 21px;
  }

  .select-primary__placeholder {
    font-size: 21px;
  }

  .checkbox-primary {
    min-width: 24px;
    min-height: 24px;
    padding-left: 24px;
  }

  .checkbox-primary__switch {
    width: 24px;
    height: 24px;
  }

  .checkbox-primary__switch:before {
    width: 34px;
    height: 23px;
    top: -8px;
  }

  .checkbox-primary__caption {
    font-size: 22px;
    padding-left: 30px;
  }

  .form-kit__section {
    margin-bottom: 100px;
  }

  .form-kit__section:last-child {
    margin-bottom: 50px;
  }

  .form-kit__row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: -30px;
    width: calc(100% + 30px);
  }

  .form-kit__col-1 {
    width: 8.33333%;
    margin-bottom: 50px;
    padding-left: 30px;
  }

  .order__toggle-case .form-kit__col-1 {
    margin-bottom: 50px !important;
  }

  .form-kit__col-2 {
    width: 16.66667%;
    margin-bottom: 50px;
    padding-left: 30px;
  }

  .order__toggle-case .form-kit__col-2 {
    margin-bottom: 50px !important;
  }

  .form-kit__col-3 {
    width: 25%;
    margin-bottom: 50px;
    padding-left: 30px;
  }

  .order__toggle-case .form-kit__col-3 {
    margin-bottom: 50px !important;
  }

  .form-kit__col-4 {
    width: 33.33333%;
    margin-bottom: 50px;
    padding-left: 30px;
  }

  .order__toggle-case .form-kit__col-4 {
    margin-bottom: 50px !important;
  }

  .form-kit__col-5 {
    width: 41.66667%;
    margin-bottom: 50px;
    padding-left: 30px;
  }

  .order__toggle-case .form-kit__col-5 {
    margin-bottom: 50px !important;
  }

  .form-kit__col-6 {
    width: 50%;
    margin-bottom: 50px;
    padding-left: 30px;
  }

  .order__toggle-case .form-kit__col-6 {
    margin-bottom: 50px !important;
  }

  .form-kit__col-7 {
    width: 58.33333%;
    margin-bottom: 50px;
    padding-left: 30px;
  }

  .order__toggle-case .form-kit__col-7 {
    margin-bottom: 50px !important;
  }

  .form-kit__col-8 {
    width: 66.66667%;
    margin-bottom: 50px;
    padding-left: 30px;
  }

  .order__toggle-case .form-kit__col-8 {
    margin-bottom: 50px !important;
  }

  .form-kit__col-9 {
    width: 75%;
    margin-bottom: 50px;
    padding-left: 30px;
  }

  .order__toggle-case .form-kit__col-9 {
    margin-bottom: 50px !important;
  }

  .form-kit__col-10 {
    width: 83.33333%;
    margin-bottom: 50px;
    padding-left: 30px;
  }

  .order__toggle-case .form-kit__col-10 {
    margin-bottom: 50px !important;
  }

  .form-kit__col-11 {
    width: 91.66667%;
    margin-bottom: 50px;
    padding-left: 30px;
  }

  .order__toggle-case .form-kit__col-11 {
    margin-bottom: 50px !important;
  }

  .form-kit__col-12 {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 30px;
  }

  .order__toggle-case .form-kit__col-12 {
    margin-bottom: 50px !important;
  }

  .form-kit__btns {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 50px;
  }

  .form-kit__btn.btn {
    min-width: 338px;
    margin-right: 20px;
  }

  .form-kit__btn.btn:last-child {
    margin-right: 0;
  }

  .form-kit__info-before {
    font-size: 16px;
  }

  .form-kit__info-after {
    font-size: 16px;
  }

  .form-kit__indent {
    padding-left: 54px;
  }

  .subheading {
    font-size: 12px;
    margin: 0 0 20px 0;
  }

  .countheading {
    font-size: 24px;
    margin: 0 0 20px 0;
  }

  .heading {
    font-size: 20px;
  }

  .heading_lg {
    font-size: 42px;
    letter-spacing: 2px;
    line-height: 1;
    padding: 0 0 45px 0;
    margin: 0 0 45px 0;
  }

  .title-general {
    font-size: 16px;
  }

  .title-basic {
    font-size: 20px;
    margin: 0 0 30px 0;
  }

  .title-inner {
    font-size: 15px;
    margin: 0 0 30px 0;
  }

  .subtitle-inner {
    font-size: 15px;
    margin: 0 0 30px 0;
  }

  .slider-basic__picture {
    width: calc(50% - 15px);
  }

  .slider-basic__picture:nth-child(1) {
    margin-right: 15px;
  }

  .slider-basic__picture:nth-child(2) {
    margin-left: 15px;
  }

  .slider-basic__item.slick-current {
    cursor: url("../img/cursor/circle.svg"), auto;
  }

  .slider-basic__item.slick-current:hover .slider-basic__img {
    transform: scale(1.13);
  }

  .slider-basic .slick-arrow {
    width: 33%;
    padding: 0;
    margin: 0;
    background-color: transparent;
    top: 0;
    bottom: 45px;
  }

  .slider-basic .slick-prev {
    cursor: url("../img/cursor/prev.svg"), auto;
  }

  .slider-basic .slick-next {
    cursor: url("../img/cursor/next.svg"), auto;
  }

  .lg-actions .lg-next,
  .lg-actions .lg-prev {
    font-size: 22px;
  }

  .lg-actions .lg-next {
    right: 20px;
  }

  .lg-actions .lg-prev {
    left: 20px;
  }

  .lg-toolbar .lg-icon {
    font-size: 24px;
    height: 47px;
    width: 50px;
  }
}

@media (min-height: 970px) and (min-width: 992px) {
  .product__media-case {
    height: 0;
    padding-top: 110.389610%;
  }
}

@media (max-height: 969px) and (min-width: 992px) {
  .product__media-case {
    height: calc(100vh - 120px);
  }
}

@media (min-width: 992px) and (max-height: 720px) {
  .stage__case {
    padding-top: 80px;
  }
}

@media (min-width: 992px) and (min-height: 721px) {
  .stage__case {
    max-width: 1264px;
  }
}

@media (min-width: 992px) and (min-height: 571px) and (max-height: 720px) {
  .stage__case {
    max-width: 1100px;
  }
}

@media (min-width: 992px) and (min-height: 515px) and (max-height: 570px) {
  .stage__case {
    max-width: 1000px;
  }
}

@media (min-width: 992px) and (max-height: 514px) {
  .stage__case {
    max-width: 900px;
  }
}

@media (min-width: 992px) and (min-height: 891px) {
  .slider-basic__pictures {
    max-width: 1030px;
  }
}

@media (min-width: 992px) and (min-height: 835px) and (max-height: 890px) {
  .slider-basic__pictures {
    max-width: 1000px;
  }
}

@media (min-width: 992px) and (min-height: 767px) and (max-height: 834px) {
  .slider-basic__pictures {
    max-width: 900px;
  }
}

@media (min-width: 992px) and (min-height: 717px) and (max-height: 766px) {
  .slider-basic__pictures {
    max-width: 800px;
  }
}

@media (min-width: 992px) and (min-height: 653px) and (max-height: 716px) {
  .slider-basic__pictures {
    max-width: 700px;
  }
}

@media (min-width: 992px) and (max-height: 652px) {
  .slider-basic__pictures {
    max-width: 600px;
  }
}

@media (min-width: 992px) and (min-height: 978px) {
  .slider-basic:not(.js-color-pick-slider) .slider-basic__media {
    padding: 70px 30px;
    max-width: 500px;
  }
}

@media (min-width: 992px) and (min-height: 931px) and (max-height: 977px) {
  .slider-basic:not(.js-color-pick-slider) .slider-basic__media {
    padding: 70px 30px;
    max-width: 480px;
  }
}

@media (min-width: 992px) and (min-height: 881px) and (max-height: 930px) {
  .slider-basic:not(.js-color-pick-slider) .slider-basic__media {
    padding: 63px 30px;
    max-width: 450px;
  }
}

@media (min-width: 992px) and (min-height: 821px) and (max-height: 880px) {
  .slider-basic:not(.js-color-pick-slider) .slider-basic__media {
    padding: 60px 30px;
    max-width: 420px;
  }
}

@media (min-width: 992px) and (min-height: 791px) and (max-height: 820px) {
  .slider-basic:not(.js-color-pick-slider) .slider-basic__media {
    padding: 60px 30px;
    max-width: 390px;
  }
}

@media (min-width: 992px) and (min-height: 731px) and (max-height: 790px) {
  .slider-basic:not(.js-color-pick-slider) .slider-basic__media {
    padding: 51px 30px;
    max-width: 360px;
  }
}

@media (min-width: 992px) and (max-height: 730px) {
  .slider-basic:not(.js-color-pick-slider) .slider-basic__media {
    padding: 48px 30px;
    max-width: 330px;
  }
}

@media (min-width: 992px) and (min-height: 1058px) {
  .slider-basic.js-color-pick-slider .slider-basic__media {
    padding: 70px 30px;
    max-width: 500px;
  }
}

@media (min-width: 992px) and (min-height: 1011px) and (max-height: 1057px) {
  .slider-basic.js-color-pick-slider .slider-basic__media {
    padding: 70px 30px;
    max-width: 480px;
  }
}

@media (min-width: 992px) and (min-height: 961px) and (max-height: 1010px) {
  .slider-basic.js-color-pick-slider .slider-basic__media {
    padding: 63px 30px;
    max-width: 450px;
  }
}

@media (min-width: 992px) and (min-height: 901px) and (max-height: 960px) {
  .slider-basic.js-color-pick-slider .slider-basic__media {
    padding: 60px 30px;
    max-width: 420px;
  }
}

@media (min-width: 992px) and (min-height: 871px) and (max-height: 900px) {
  .slider-basic.js-color-pick-slider .slider-basic__media {
    padding: 60px 30px;
    max-width: 390px;
  }
}

@media (min-width: 992px) and (min-height: 811px) and (max-height: 870px) {
  .slider-basic.js-color-pick-slider .slider-basic__media {
    padding: 51px 30px;
    max-width: 360px;
  }
}

@media (min-width: 992px) and (max-height: 810px) {
  .slider-basic.js-color-pick-slider .slider-basic__media {
    padding: 48px 30px;
    max-width: 330px;
  }
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1441px) {
  .modal-fabric {
    max-width: 1640px;
  }
}

@media (max-width: 991px) {
  body {
    font-size: 12px;
    -webkit-overflow-scrolling: touch;
  }

  .btn-primary {
    font-size: 10px;
  }

  .btn-warning {
    font-size: 10px;
  }

  .btn-secondary {
    font-size: 10px;
  }

  .btn-option__wrap {
    width: 90px;
    height: 90px;
  }

  .btn-option__value {
    width: 11px;
    height: 11px;
  }

  .btn-option__name {
    top: 60px;
    font-size: 10px;
  }

  .btn-option.wide .btn-option__wrap {
    height: 130px;
  }

  .btn-option.wide .btn-option__value {
    height: 100px;
  }

  .btn-option.wide .btn-option__name {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .btn-more {
    font-size: 10px;
    padding: 11px 30px 10px 30px;
  }

  .btn-more:before {
    width: 15px;
    left: 0;
  }

  .btn-more:after {
    height: 15px;
    left: 7px;
  }

  .btn-plus {
    width: 19px;
    height: 19px;
    margin-top: -2px;
  }

  .btn-plus:before {
    width: 11px;
  }

  .btn-plus:after {
    height: 11px;
  }

  .btn-success__caption {
    font-size: 12px;
  }

  .btn-search {
    width: 12px;
    height: 12px;
  }

  .btn-extra {
    min-width: 220px;
    padding: 7px 40px;
    font-size: 10px;
  }

  .btn-extra__text-success {
    padding: 10px 40px;
  }

  .btn-extra__arrow {
    width: 18px;
    height: 12px;
    right: 10px;
  }

  .btn-extra.btn-extra-sm {
    font-size: 8px;
    padding: 5px 35px 5px 35px;
  }

  .btn-extra.btn-extra-sm .btn-extra__arrow {
    width: 10px;
    height: 7px;
  }

  .btn-w-lg {
    min-width: 250px;
  }

  .btn-w-default {
    min-width: 200px;
  }

  .btn-w-primary {
    min-width: 250px;
  }

  .modal-dialog {
    padding: 20px 15px;
  }

  .modal-title {
    font-size: 12px;
    margin: 0 0 30px 0;
  }

  .modal-close {
    top: 0px;
    right: 0px;
    padding: 12px;
  }

  .modal-close svg {
    width: 10px;
    height: 10px;
  }

  .modal-fabric__media {
    margin-bottom: 20px;
  }

  .modal-theme-dark .modal-title {
    font-size: 12px;
  }

  .modal-heading {
    margin-bottom: 30px !important;
  }

  .middle {
    padding: 37px 0 0 0;
  }

  .header__wrap {
    height: 36px;
  }

  .header__middle {
    justify-content: flex-start;
    margin-right: auto;
  }

  .header__right {
    padding-left: 5px;
  }

  .header__search {
    padding-right: 10px;
  }

  .header__main {
    overflow: hidden;
    position: fixed;
    top: 37px;
    bottom: 0;
    right: 0;
    width: 0;
    opacity: 0;
    z-index: 999;
    will-change: width;
    transition: width 0s ease .5s, opacity .5s ease 0s;
  }

  .header.active .header__main {
    width: 250px;
    opacity: 1;
    transition: width 0s ease 0s, opacity .5s ease 0s;
  }

  .header.active .header__main .header__panel {
    transform: translateX(0);
  }

  .header__panel {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 0;
    background-color: #ffffff;
    transform: translateX(50px);
    transition: transform .5s ease 0s;
  }

  .header__inner {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .header__cell {
    margin-bottom: 30px;
  }

  .header__search .btn-search {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    box-sizing: content-box;
  }

  .header__btn-menu {
    margin-left: 15px;
    margin-right: -15px;
  }

  .header__btn-menu .btn-menu {
    border-top: 10px solid transparent;
    border-bottom: 11px solid transparent;
    box-sizing: content-box;
    z-index: 1002;
  }

  .logo__img {
    width: 70px;
    height: 9px;
  }

  .menu-main-bg {
    width: 0;
    height: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    transition: width 0s ease .5s, height 0s ease .5s, opacity .5s ease 0s;
  }

  .menu-main-bg.active {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: width 0s ease 0s, height 0s ease 0s, opacity .5s ease 0s;
  }

  .menu-main__item {
    margin: 0 0 1px 0;
    position: relative;
  }

  .menu-main__link {
    display: block;
    font-size: 11px;
    padding: 10px;
    background-color: transparent;
    transition: background-color .5s ease 0s, color .5s ease 0s;
  }

  .menu-main__link:hover,
  .menu-main__link.active {
    color: #ffffff;
    background-color: #000000;
  }

  .menu-main__link.js-menu-main-drop-open {
    padding-right: 30px;
    color: #000000 !important;
    background-color: #ffffff !important;
  }

  .menu-main__link.js-menu-main-drop-open:before,
  .menu-main__link.js-menu-main-drop-open:after {
    display: block;
    content: '';
    background-color: #000000;
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
    transition: background-color .5s ease 0s;
  }

  .menu-main__link.js-menu-main-drop-open:before {
    width: 9px;
    height: 1px;
    right: 11px;
  }

  .menu-main__link.js-menu-main-drop-open:after {
    width: 1px;
    height: 9px;
    right: 15px;
  }

  .menu-main__link.js-menu-main-drop-open.mobile-open:after {
    display: none;
  }

  .menu-main__drop {
    display: none;
  }

  .menu-main__drop.mobile-open {
    display: block;
  }

  .menu-main__drop-backdrop {
    display: none;
  }

  .menu-main__close {
    display: none;
  }

  .menu-main__close-icon {
    display: none;
  }

  .menu-main__drop-list {
    padding: 1px 0 0 0;
  }

  .menu-main__drop-item {
    margin: 0 0 1px 0;
  }

  .menu-main__drop-link {
    display: block;
    font-size: 11px;
    padding: 10px 10px 10px 25px;
    background-color: transparent;
    transition: background-color .5s ease 0s, color .5s ease 0s;
  }

  .menu-main__drop-link:hover,
  .menu-main__drop-link.active {
    color: #ffffff;
    background-color: #000000;
  }

  .menu-extra__item {
    margin: 0 25px 0 0;
  }

  .menu-extra__link {
    font-size: 8px;
    padding: 14px 0;
  }

  .menu-extra__profile-icon {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    margin-right: 5px;
  }

  .menu-extra__profile-title {
    font-size: 8px;
    padding-top: 3px;
  }

  .product__wrap {
    padding-top: 15px;
  }

  .product__left {
    position: relative;
    z-index: 10;
  }

  .product__media {
    max-width: 500px;
    margin: 0 auto;
  }

  .product__media-case {
    height: 0;
    padding-top: 110.389610%;
  }

  .product__media-panel {
    width: 100%;
    padding: 10px;
    background-color: rgba(245, 245, 245, 0.77);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
  }

  .product__media-info {
    width: 100%;
    padding: 10px 70px 10px 30px;
  }

  .product__media-cell {
    font-size: 11px;
    line-height: 1.4;
  }

  .product__media-close {
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
    box-sizing: content-box;
    border: 5px solid transparent;
  }

  .product__heading {
    display: none;
  }

  .product__info {
    display: none;
  }

  .product__price {
    display: none;
  }

  .product__alert {
    font-size: 8px;
    padding: 10px;
    margin-bottom: 15px;
  }

  .product__details-general-errors {
    transform: translate(0, -15px);
  }

  .product__details-general-errors .required {
    display: block;
    white-space: normal;
    line-height: 1.4;
    padding: 0 0 5px 0;
  }

  .product__details-general-errors .required:last-child {
    padding-bottom: 8px;
  }

  .product__details-general {
    padding: 0 15px 10px 15px;
    margin: 0 -15px 20px -15px;
    overflow-x: scroll;
    overflow-y: hidden;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    background-color: #ffffff;
    box-sizing: content-box;
  }

  .product__details-general::-webkit-scrollbar {
    height: 3px;
  }

  .product__details-general::-webkit-scrollbar-track {
    background-color: #E6E6E6;
  }

  .product__details-general::-webkit-scrollbar-thumb {
    background-color: #000000;
  }

  .product__details-general .product__details-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    background-color: #E6E6E6;
    border: 1px solid #E6E6E6;
  }

  .product__details-general .product__details-item:last-child {
    margin-right: 0;
  }

  .product__details-general .product__details-item.error-wrap {
    border-color: #F52A2A;
  }

  .product__details-general .product__details-title {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    padding: 14px 15px;
    line-height: 1;
    margin: 0;
    font-size: 8px;
    color: #000000;
    letter-spacing: 0.8px;
    text-align: center;
  }

  .product__details-general .product__details-title:before,
  .product__details-general .product__details-title:after {
    display: none;
  }

  .product__details-general .product__details-main {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 0;
  }

  .product__details-general .product__details-main.show {
    width: auto;
  }

  .product__details-general .product__message {
    display: inline-block;
    vertical-align: top;
    padding: 14px 15px;
    line-height: 1;
    margin: 0;
    font-size: 8px;
    color: #000000;
    letter-spacing: 0.8px;
    text-align: center;
    text-transform: uppercase;
  }

  .product__details-general .product__details-options {
    display: block;
    margin: 0;
  }

  .product__details-general .product__details-option {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }

  .product__details-general .product__details-info {
    display: none;
  }

  .product__details-general .required {
    display: none;
  }

  .product__details-general .btn-option {
    padding: 14px 15px;
    line-height: 1;
    white-space: nowrap;
  }

  .product__details-general .btn-option__wrap {
    display: block;
    width: auto !important;
    height: auto !important;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0;
  }

  .product__details-general .btn-option__wrap:before {
    display: none;
  }

  .product__details-general .btn-option__value {
    display: none;
  }

  .product__details-general .btn-option__name {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    font-size: 8px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 0 !important;
    background-color: transparent !important;
    line-height: 1;
    font-weight: normal;
  }

  .product__details-general .btn-option__input:checked + .btn-option__wrap .btn-option__name {
    font-weight: bold;
  }

  .product__details-general .btn-plus {
    width: 9px;
    height: 9px;
    margin-top: -2px;
  }

  .product__details-general .btn-plus:before {
    width: 100%;
  }

  .product__details-general .btn-plus:after {
    height: 100%;
  }

  .product__details-common {
    padding-top: 10px;
  }

  .product__details-item {
    margin: 0 0 20px 0;
  }

  .product__details-title {
    font-size: 13px;
    padding-bottom: 11px;
    margin-bottom: 15px;
  }

  .product__details-general .product__details-item.mobile-active .product__details-title:after {
    width: 100%;
    transition: width 1s ease 0s;
  }

  .product__details-options {
    margin: -15px auto 0 auto;
  }

  .product__details-option {
    margin: 15px 1px 0 1px;
  }

  .product__details-info {
    font-size: 8px;
  }

  .product__add-cart {
    max-width: 400px;
    margin: 0 auto;
  }

  .product__message {
    font-size: 9px;
  }

  .t-shirt,
  .personality,
  .quality,
  .about-cottogin,
  .faq,
  .accompany-with {
    padding: 40px 0;
  }

  .onset {
    margin: 0 auto 30px auto;
  }

  .discover-more {
    padding-top: 30px;
  }

  .accordion__item {
    margin-bottom: 20px;
  }

  .accordion:not(.accordion_blank) .accordion__item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .accordion:not(.accordion_blank) .accordion__button {
    font-size: 10px;
    padding: 10px 50px 10px 10px;
  }

  .accordion:not(.accordion_blank) .accordion__button:before {
    width: 15px;
    right: 19px;
  }

  .accordion:not(.accordion_blank) .accordion__button:after {
    height: 15px;
    right: 26px;
  }

  .accordion:not(.accordion_blank) .accordion__content {
    padding: 10px 50px 10px 10px;
  }

  .commodity {
    padding: 30px;
  }

  .commodity__info {
    margin-bottom: 30px;
  }

  .commodity__heading {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .commodity__subheading {
    font-size: 10px;
    margin-bottom: 20px;
  }

  .commodity__list {
    width: calc(100% + 20px);
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: -20px;
  }

  .commodity__item {
    width: 50%;
    padding-left: 20px;
    text-align: center;
  }

  .commodity__link {
    display: inline-block;
    vertical-align: top;
  }

  .nav-scroller {
    display: none;
    height: calc(100vh - 36px);
    left: 5px;
  }

  .nav-scroller__item.active .nav-scroller__scrollbar {
    height: 50px;
  }

  .video:before {
    width: 50px;
    height: 50px;
  }

  .movie__btn {
    width: 50px;
    height: 50px;
  }

  .up {
    width: 30px;
    height: 30px;
    right: 5px;
    bottom: 5px;
  }

  .up svg {
    width: 30px;
    height: 16px;
  }

  .cart__main {
    margin-bottom: 15px;
  }

  .cart__head {
    display: none;
  }

  .cart__body-tr {
    border-bottom: 1px solid #E1DFDF;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
  }

  .cart__body-td {
    padding-right: 40px;
    margin-bottom: 20px;
  }

  .cart__body-td:last-child {
    margin-bottom: 0;
  }

  .cart__title {
    font-size: 13px;
  }

  .cart__size {
    margin-bottom: 10px;
  }

  .cart__old-price {
    font-size: 13px;
  }

  .cart__extra-left {
    margin-bottom: 15px;
  }

  .cart__info p {
    margin: 0 0 10px 0;
  }

  .cart__list {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .cart__item {
    margin-bottom: 20px;
  }

  .cart__item:last-child {
    margin-bottom: 0;
  }

  .cart__label {
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .cart__result {
    margin-bottom: 30px;
  }

  .cart__heading {
    font-size: 13px;
  }

  .cart__checkout {
    max-width: 300px;
    margin: 0 auto;
  }

  .search__input {
    height: 30px;
    padding: 0 25px 0 10px;
    font-size: 13px;
    margin-bottom: 15px;
  }

  .search__btn {
    top: 7px;
    right: 5px;
  }

  .search__icon {
    width: 15px;
    height: 15px;
  }

  .search .easy-autocomplete li {
    margin: 0 10px 10px 10px;
  }

  .search .easy-autocomplete a {
    font-size: 10px;
  }

  .banner__wrap {
    padding: 50px 0;
  }

  .banner__btn {
    padding-top: 20px;
  }

  .banner__subtitle {
    font-size: 10px;
    line-height: 1.4;
    margin: 0 0 15px 0;
  }

  .banner__title {
    font-size: 26px;
    line-height: 1.4;
  }

  .info {
    padding: 50px 0 0 0;
  }

  .general {
    padding: 50px 0;
  }

  .general__left {
    margin-bottom: 30px;
  }

  .general__media {
    padding: 0 15px;
  }

  .general__media-img {
    width: 100%;
  }

  .additionally {
    padding: 50px 0;
  }

  .additionally__media {
    margin-bottom: 15px;
  }

  .additionally .discover-more {
    padding-top: 15px;
  }

  .stuff {
    padding: 50px 0;
  }

  .stuff__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .stuff__left {
    width: 100%;
    margin-bottom: 30px;
  }

  .stuff__right {
    width: 100%;
  }

  .stuff__media {
    margin-bottom: 15px;
  }

  .half__images-item {
    margin-bottom: 15px;
  }

  .buttons__item {
    max-width: 300px;
    margin: 0 auto 15px auto;
  }

  .buttons__item .btn {
    width: 100%;
  }

  .checkout__details-left {
    margin-bottom: 10px;
  }

  .manual__list {
    justify-content: center;
  }

  .manual__title {
    font-size: 12px;
  }

  .manual__content {
    font-size: 12px;
  }

  .identity__main {
    padding-top: 133.333333%;
  }

  .identity__wrap {
    padding: 15px;
  }

  .identity__title {
    font-size: 14px;
  }

  .identity__content {
    font-size: 12px;
  }

  .identity__more {
    width: 15px;
    height: 15px;
  }

  .identity__more:before {
    width: 15px;
  }

  .identity__more:after {
    height: 15px;
    left: 7px;
  }

  .scroller__item:not(:first-child) .scroller__wrap {
    padding: 50px 0;
  }

  .record__wrap {
    padding: 50px 0;
  }

  .record__title {
    font-size: 12px;
  }

  .record__title-fragment {
    display: inline;
  }

  .material {
    padding: 15px 0;
  }

  .material__row {
    margin-bottom: 30px;
  }

  .material__row:last-child {
    margin-bottom: 0;
  }

  .material__col {
    text-align: center;
  }

  .material__img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px auto;
  }

  .material__title {
    font-size: 12px;
    margin: 0 0 15px 0;
  }

  .material__caption {
    font-size: 12px;
    margin: 0 0 15px 0;
  }

  .fabric {
    padding: 50px 0;
  }

  .fabric__title {
    font-size: 12px;
    margin: 0 0 15px 0;
  }

  .fabric__caption {
    font-size: 12px;
  }

  .output__wrap {
    padding: 30px 15px 20px 15px;
  }

  .output__heading {
    font-size: 14px;
    padding-bottom: 15px;
  }

  .output__img {
    margin-bottom: 15px;
  }

  .output__cell {
    margin-bottom: 30px;
  }

  .output__title {
    font-size: 12px;
    margin: 0 0 15px 0;
  }

  .output__list-item {
    font-size: 12px;
  }

  .output__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .rubric__wrap {
    justify-content: flex-start;
    padding: 50px 0;
  }

  .rubric__title {
    font-size: 14px;
  }

  .buy__center {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 41px;
  }

  .buy__container {
    margin-left: 0;
    margin-right: 0;
  }

  .buy__row {
    padding-left: 0;
    padding-right: 0;
  }

  .buy__col {
    padding-left: 0;
    padding-right: 0;
  }

  .exposition__wrap {
    justify-content: center;
  }

  .exposition__right {
    padding: 50px 0;
  }

  .exposition__title {
    font-size: 14px;
  }

  .exposition__caption {
    font-size: 14px;
    margin: 0 0 30px 0;
  }

  .sustainable + .sustainable {
    padding-top: 0;
  }

  .produce__section_col-2 .produce__row {
    width: calc(100% + 15px);
    margin-left: -15px;
  }

  .produce__section_col-3 .produce__row {
    width: calc(100% + 15px);
    margin-left: -15px;
  }

  .produce__wrap {
    padding: 20px;
  }

  .produce__title {
    font-size: 16px;
  }

  .stage__title {
    font-size: 16px;
  }

  .order {
    padding: 50px 0;
  }

  .order__info {
    font-size: 14px;
  }

  .order__panel {
    margin-bottom: 20px;
  }

  .order__panel-title {
    font-size: 14px;
  }

  .order__panel-caption {
    font-size: 12px;
  }

  .order__toggle-btn {
    top: -4px;
  }

  .location-tpl__head {
    margin-bottom: 15px;
  }

  .location-tpl__left {
    padding: 0 15px;
  }

  .location-tpl__left.inactive {
    display: none;
  }

  .location-tpl__middle {
    display: none;
    padding: 0 15px;
  }

  .location-tpl__middle.active {
    display: block;
  }

  .location-tpl__right {
    padding: 0 15px;
  }

  .location-tpl__row {
    margin-bottom: 15px;
  }

  .location-tpl__heading {
    padding: 15px 35px 15px 15px;
  }

  .location-tpl__heading.modal-btn-prev {
    width: 49px;
    height: 49px;
    padding: 0;
    cursor: pointer;
    font-size: 0;
    overflow: hidden;
    color: transparent;
    position: relative;
    background-color: rgba(255, 254, 242, 0.1);
  }

  .location-tpl__heading.modal-btn-prev:before {
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .location-tpl_base .location-tpl__middle {
    display: block;
  }

  .menu-location__link {
    display: block;
    font-size: 13px;
  }

  .search-base__input {
    height: 30px;
    padding: 0 5px 0 25px;
  }

  .search-base__icon {
    width: 15px;
    height: 15px;
    top: 4px;
  }

  .js-filter-option.active {
    display: block;
  }

  .control {
    padding: 30px 0;
  }

  .control__left {
    position: relative;
  }

  .control__left .title-basic {
    padding-right: 50px;
  }

  .menu-basic__mobile-btn {
    position: absolute;
    top: -5px;
    right: -15px;
  }

  .menu-basic__list {
    display: none;
    padding-bottom: 20px;
  }

  .menu-basic__list.active {
    display: block;
  }

  .menu-basic__item {
    margin: 0 0 1px 0;
  }

  .menu-basic__link {
    font-size: 10px;
    padding: 10px 10px 10px 15px;
  }

  .menu-basic__link:before {
    left: 10px;
  }

  .menu-basic__link.active {
    padding-left: 30px;
  }

  .table-control__head {
    display: none;
  }

  .table-control__tr {
    border-bottom: 1px solid #E1DFDF;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  .table-control__tr:last-child {
    margin-bottom: 0;
  }

  .table-control__td {
    margin-bottom: 15px;
  }

  .table-control__td_redact,
  .table-control__td_edit,
  .table-control__td_delete {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }

  .table-control__mobile-name {
    color: #000000;
    letter-spacing: 1px;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 5px;
  }

  .table-control__title {
    font-size: 14px;
  }

  .table-control__order {
    font-size: 12px;
  }

  .table-control__status {
    font-size: 12px;
  }

  .table-control__total {
    font-size: 14px;
  }

  .unit-primary {
    font-size: 10px;
  }

  .specification-wrap {
    padding: 50px 0;
  }

  .specification__head {
    margin-bottom: 20px;
  }

  .specification__name {
    font-size: 10px;
    margin: 0 0 20px 0;
  }

  .specification__status {
    font-size: 9px;
    padding: 7px 40px 7px 10px;
  }

  .specification__status-icon-clip {
    width: 12px;
    height: 11px;
  }

  .specification__img {
    margin-bottom: 20px;
  }

  .specification__heading {
    font-size: 12px;
    margin: 0 0 20px 0;
  }

  .specification__options {
    margin-bottom: 20px;
  }

  .specification__options-item {
    margin-bottom: 10px;
  }

  .specification__options-name {
    font-size: 11px;
  }

  .specification__options-value {
    font-size: 12px;
  }

  .specification__options-caption {
    font-size: 12px;
  }

  .specification__line {
    margin-bottom: 20px;
  }

  .specification__detail-item {
    margin-bottom: 20px;
  }

  .specification__detail-name {
    font-size: 11px;
  }

  .specification__detail-value {
    font-size: 12px;
  }

  .specification__data-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .specification__data-title {
    font-size: 12px;
  }

  .specification__data-name {
    font-size: 12px;
  }

  .specification__data-value {
    font-size: 12px;
  }

  .specification__data-caption {
    font-size: 12px;
  }

  .specification__data-price {
    font-size: 12px;
  }

  .specification__data-old-price {
    font-size: 12px;
  }

  .specification__buttons {
    padding-top: 20px;
    text-align: center;
  }

  .use-cookies {
    padding: 20px 0;
  }

  .use-cookies__close {
    top: 10px;
    right: 5px;
  }

  .use-cookies__close-icon {
    width: 16px;
    height: 18px;
  }

  .use-cookies__heading {
    font-size: 1rem;
  }

  .use-cookies__content {
    font-size: 0.75rem;
  }

  .note {
    top: 36px;
  }

  .img-left,
  .video-left {
    margin-bottom: 20px;
  }

  .img-right,
  .video-right {
    margin-bottom: 20px;
  }

  .footer__wrap {
    padding: 30px 0 0 0;
  }

  .footer__control {
    margin-bottom: 30px;
  }

  .footer__panel {
    margin-bottom: 30px;
  }

  .footer__menu {
    margin-bottom: 30px;
  }

  .footer__logo {
    margin-bottom: 20px;
  }

  .footer__logo-img {
    width: 72px;
    height: 9px;
  }

  .footer__info {
    margin-bottom: 20px;
  }

  .subscription__field {
    font-size: 14px;
    padding: 0 40px 0 0;
  }

  .subscription__button {
    top: 12px;
  }

  .subscription__button-icon {
    width: 35px;
    height: 24px;
  }

  .subscription__placeholder {
    font-size: 14px;
  }

  .inputbox-primary__field {
    font-size: 14px;
  }

  .inputbox-primary__placeholder {
    font-size: 14px;
  }

  .textarea-info {
    font-size: 14px;
  }

  .select-primary__field,
  .select-primary__control {
    font-size: 14px;
  }

  .select-primary__placeholder {
    font-size: 14px;
  }

  .checkbox-primary {
    min-width: 14px;
    min-height: 14px;
    padding-left: 14px;
  }

  .checkbox-primary__switch {
    width: 14px;
    height: 14px;
  }

  .checkbox-primary__switch:before {
    width: 18px;
    height: 12px;
    top: -5px;
  }

  .checkbox-primary__caption {
    font-size: 13px;
    padding-left: 20px;
  }

  .form-kit__section {
    margin-bottom: 50px;
  }

  .form-kit__col-1 {
    margin-bottom: 30px;
  }

  .form-kit__col-2 {
    margin-bottom: 30px;
  }

  .form-kit__col-3 {
    margin-bottom: 30px;
  }

  .form-kit__col-4 {
    margin-bottom: 30px;
  }

  .form-kit__col-5 {
    margin-bottom: 30px;
  }

  .form-kit__col-6 {
    margin-bottom: 30px;
  }

  .form-kit__col-7 {
    margin-bottom: 30px;
  }

  .form-kit__col-8 {
    margin-bottom: 30px;
  }

  .form-kit__col-9 {
    margin-bottom: 30px;
  }

  .form-kit__col-10 {
    margin-bottom: 30px;
  }

  .form-kit__col-11 {
    margin-bottom: 30px;
  }

  .form-kit__col-12 {
    margin-bottom: 30px;
  }

  .form-kit__btns {
    padding-top: 30px;
  }

  .form-kit__btn.btn {
    width: 100%;
    margin-bottom: 15px;
  }

  .form-kit__btn.btn:last-child {
    margin-bottom: 0;
  }

  .form-kit__submit-btn {
    width: 100%;
  }

  .form-kit__info-before {
    font-size: 13px;
  }

  .form-kit__info-after {
    font-size: 13px;
  }

  .form-kit__indent {
    padding-left: 38px;
  }

  .subheading {
    font-size: 10px;
    margin: 0 0 15px 0;
  }

  .countheading {
    font-size: 14px;
    margin: 0 0 15px 0;
  }

  .heading {
    font-size: 14px;
  }

  .title-general {
    font-size: 14px;
  }

  .title-basic {
    font-size: 11px;
    margin: 0 0 20px 0;
  }

  .title-inner {
    font-size: 11px;
    margin: 0 0 15px 0;
  }

  .subtitle-inner {
    font-size: 11px;
    margin: 0 0 15px 0;
  }

  .slider-basic__item {
    padding: 0 15px;
  }

  .slider-basic__media {
    max-width: 300px;
  }

  .slider-basic__picture {
    width: calc(50% - 4px);
  }

  .slider-basic__picture:nth-child(1) {
    margin-right: 2px;
  }

  .slider-basic__picture:nth-child(2) {
    margin-left: 2px;
  }

  .slider-basic .slick-arrow {
    cursor: pointer;
    top: 50%;
    margin-top: -47px;
    background-color: transparent;
    width: 50px;
    height: 95px;
    background-size: 50px 95px;
    background-repeat: no-repeat;
    background-position: left top;
  }

  .slider-basic .slick-prev {
    left: 5px;
    background-image: url(../img/cursor/prev.svg);
  }

  .slider-basic .slick-next {
    right: 5px;
    background-image: url(../img/cursor/next.svg);
  }

  .panel-options {
    padding-top: 10px;
  }

  .panel-options::after {
    display: block;
    clear: both;
    content: "";
  }

  .panel-options > div ~ div {
    position: absolute;
    left: -99999px;
  }

  .lg-actions .lg-next,
  .lg-actions .lg-prev {
    font-size: 15px;
  }

  .lg-actions .lg-next {
    right: 10px;
  }

  .lg-actions .lg-prev {
    left: 10px;
  }

  .lg-toolbar .lg-icon {
    font-size: 15px;
    height: 20px;
    width: 30px;
  }
}

@media (max-width: 767px) {
  .images .slick-track {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
  }

  .images__col {
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 7px !important;
  }

  .images__item {
    width: 100%;
    margin-bottom: 10px;
  }

  .images__item:last-child {
    margin-bottom: 0;
    margin-top: auto;
  }

  .images__media {
    margin-left: auto;
    margin-right: auto;
  }

  .masonry__sizer {
    width: 100%;
  }

  .masonry__item_md {
    width: 100%;
    text-align: center;
  }

  .manual__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .identity__list > .identity__item {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .identity__item {
    margin-bottom: 15px;
  }

  .identity__item:last-child {
    margin-bottom: 0;
  }

  .buy {
    left: 15px;
    bottom: 15px;
  }

  .buy .btn-w-default {
    min-width: 95px;
  }

  .stage__image {
    margin-left: auto;
    margin-right: auto;
  }

  .stage__content {
    text-align: center;
  }

  .slider-part {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
  }

  .slider-part::after {
    display: block;
    clear: both;
    content: "";
  }

  .slider-part > div ~ div {
    position: absolute;
    left: -99999px;
  }
}

@media (max-width: 400px) {
  .produce__section_col-2 .produce__col {
    width: 100%;
    padding-left: 15px;
  }

  .produce__section_col-3 .produce__col {
    width: 100%;
    padding-left: 15px;
  }

  .slider-part .slick-slide {
    width: calc(100vw - 70px);
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .modal-fabric {
    max-width: 1330px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .modal-fabric {
    max-width: 916px;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  .modal-fabric__cols {
    margin-left: -20px;
  }

  .modal-fabric__cols::after {
    display: block;
    clear: both;
    content: "";
  }

  .modal-fabric__col {
    padding-left: 20px;
  }
}

@media (min-width: 401px) and (max-width: 991px) {
  .produce__section_col-2 .produce__col {
    width: 50%;
    padding-left: 15px;
  }

  .produce__section_col-3 .produce__col {
    width: 50%;
    padding-left: 15px;
  }
}