@charset "UTF-8";
.clearfix:after, .hhead:after, .-float[class*="grid-"]:after {
  content: '';
  display: table;
  clear: both; }

/**
 * Переводим из пикселей в rem/em
 * Пример использования: PXtoEM(16, 18, em);
 * Где,
 * x1 = размер в пикселях, который надо перевести
 * x2 = базовый размер родительского блока в пикселях
 * x3 = еденица измерения em или rem
 */
body,
p,
figure,
table,
tr,
td,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0; }

section,
header,
footer,
menu,
nav,
aside,
article,
details,
summary,
figure,
figcaption,
hgroup,
time,
picture,
main {
  display: block; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word; }

body.modal-open {
  overflow: hidden;
}

button,
input {
  overflow: hidden; }
  button:hover:focus,
  input:hover:focus {
    outline: none; }

input,
select {
  -webkit-border-radius: 0; }

input,
select,
textarea,
optgroup,
button {
  margin: 0;
  vertical-align: middle;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.3; }

.goods--info-select ul {
  list-style-type: none;
  display: flex;
}
@media (max-width: 62.5em) {
  .goods--info-select ul {
    flex-wrap: wrap;
  }
}
.dop_sale{background-color: #000;color:#fff !important;padding: 2px;}
.goods .favorites-btn {
  border: none;
  outline: none;
  background-color: white;
  position: absolute;
  right: 1.88rem;
  top: 1.88rem;
  z-index: 3;
}

.not-url{pointer-events: none;}

#reg input:not([type="submit"]):valid {
  border-color: #000000;
}

#reg input:not([type="submit"]):valid + .side-layer__form-requirements{
  color: #C4C4C4;
}

#call-to-admin input.error {
  border-color: #F55151;
}

#call-to-admin label.error {
  font-weight: 500;
  font-size: 0.69rem;
  line-height: 1.25rem;
  color: #F55151;
}

#call-to-admin input:not([type="submit"]):valid, #call-to-admin textarea:valid {
  border-color: #000000;
}

#reg input:not([type="submit"]):valid + .side-layer__form-requirements{
  color: #C4C4C4;
}

.order-stub {
  background: no-repeat url('https://i.ibb.co/JRt9yjC/no-orders.png') ;
  background-size: 36%;
  background-position: 50% 61%;
  text-align: center;
  padding-top: 35%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

.order-stub-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.33;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
  margin-top: -20%;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.order-stub-subtitle{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.33;
  text-align: center;
}

.order-stub-href {
  text-decoration: underline;
}

@media (min-width: 768px) {

  .order-stub {
    background-size: 26%;
    background-position: 50% 51%;
    padding-top: 30%;
  }
  .order-stub-title {
    font-size: 23px;
    margin-top: -15%;
    margin-bottom: 10px;
  }

  .order-stub-subtitle{
    font-size: 14px;
  }
}

.personal-checkout__adresses {
  margin-bottom: 35px;
  margin-top: -70px;
}

.modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-show {
  display: block;
}

.modal::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.modal__content {
  position: relative;
  width: 80%;
  padding: 10%;
  margin: 50% auto;
  background-color: #ffffff;
  z-index: 2;
}

@media (min-width: 820px) {
  .modal__content {
    width: 35%;
    padding: 30px 70px 30px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

textarea {
  overflow: auto;
  resize: vertical; }

input::-ms-clear,
textarea::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

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

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

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

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

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

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

button,
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  border-radius: 0; }
  button:disabled,
  [type="reset"]:disabled,
  [type="submit"]:disabled {
    cursor: not-allowed; }

:disabled,
[disabled],
[aria-disabled="true"] {
  cursor: not-allowed; }

[title]:not(a):not(button):not(ymaps) {
  cursor: help; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover, a:active {
    outline-width: 0; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

[role="button"] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

svg {
  vertical-align: middle;
  fill: currentColor;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  svg[width="0"][height="0"] {
    position: absolute; }
  svg:not(:root) {
    overflow: hidden; }

p:empty,
ul:empty,
ol:empty,
li:empty,
blockquote:empty {
  display: none; }

[hidden] {
  display: none; }

.clr {
  display: block;
  clear: both; }

::selection {
  color: #fff;
  background: #000; }

html {
  position: relative;
  color: #000;
  line-height: 1.375;
  font-size: 1em;
  font-family: sans-serif; }
  html.wf-active {
    font-family: 'Helvetica', sans-serif; }

a {
  cursor: pointer;
  color: skyblue;
  text-decoration: none;
  -webkit-transition: color .3s, background-color .3s, border-color .3s;
  transition: color .3s, background-color .3s, border-color .3s; }
  a:hover, a:focus {
    color: #71c5e7;
    text-decoration: none; }

strong, b {
  font-weight: 700; }

h1, .h1 {
  margin: 0;
  font-size: 3rem;
  line-height: 1.05; }

h2, .h2 {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.25; }

h3, .h3 {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1.05; }

h4, .h4 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.05; }

h5, .h5 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.22222; }

h6, .h6 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.22222; }

.typography ul,
.typography ol, .ul,
.ol {
  counter-reset: my-counter;
  position: relative;
  list-style: none; }
  .typography ul > li, .typography ol > li, .ul > li, .ol > li {
    padding-left: 2em; }
    .typography ul > li + li, .typography ol > li + li, .ul > li + li, .ol > li + li {
      margin-top: .25em; }

.typography ul > li, .ul > li {
  position: relative; }
  .typography ul > li:before, .ul > li:before {
    content: '';
    position: absolute;
    width: .5em;
    height: .5em;
    left: .75em;
    top: .5em;
    background: #999999;
    border-radius: 50%; }

.typography ol > li, .ol > li {
  position: relative;
  counter-increment: my-counter; }
  .typography ol > li:before, .ol > li:before {
    content: counter(my-counter) ".";
    position: absolute;
    min-width: 1em;
    text-align: center;
    left: .5em;
    color: #999999; }

.typography p,
.typography ul,
.typography ol,
.typography blockquote {
  margin: 1em 0; }

.typography h1, .typography .h1 {
  margin: 2rem 0 1rem; }

.typography h2, .typography .h2 {
  margin: 2rem 0 1rem; }

.typography h3, .typography .h3 {
  margin: 2rem 0 1rem; }

.typography h4, .typography .h4 {
  margin: 2rem 0 1rem; }

.typography h5, .typography .h5 {
  margin: 2rem 0 1rem; }

.typography h6, .typography .h6 {
  margin: 2rem 0 1rem; }

.typography blockquote:not([class]) {
  color: #333333;
  font-size: .8em;
  padding-top: .8rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, #999999), color-stop(0, transparent)) 0 0 no-repeat;
  background: linear-gradient(90deg, #999999 100%, transparent 0) 0 0 no-repeat;
  background-size: 5em 0.3em; }
  .typography blockquote:not([class]) cite {
    font-style: italic; }

.typography hr {
  margin: 2em 0; }

.personal-content__popup {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

hr {
  clear: both;
  height: 1px;
  margin: 0;
  color: #999999;
  background: currentColor;
  border: 0; }

fieldset {
  border: 0;
  padding: 0; }

legend {
  padding: 0; }

main > *:first-child {
  margin-top: 0 !important; }

main > *:last-child {
  margin-bottom: 0 !important; }

.clear {
  clear: both; }

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

.text-right {
  text-align: right; }

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

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-nowrap {
  white-space: nowrap; }

.text-uppercase {
  text-transform: uppercase; }

.block-left {
  float: left; }

.block-right {
  float: right; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible !important; }

.inline {
  display: inline; }
  .inline-block-top {
    vertical-align: top; }
  .inline-block-middle {
    vertical-align: middle; }
  .inline-block-bottom {
    vertical-align: bottom; }

[class*="inline-block"] {
  display: inline-block; }

.link-dotted {
  border-bottom: 1px dashed; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-container .fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s,visibility 0s,color .25s;
  transition: opacity .25s,visibility 0s,color .25s; }

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--iframe .fancybox-slide--image .fancybox-slide--video .fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #000; }

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit; }

.ui-slider-horizontal {
  height: 2px;
  background: #CBCBCB; }

.ui-slider-horizontal .ui-slider-handle {
  top: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 2px; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: none;
  background: #CBCBCB; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
  border: none;
  background: #000;
  font-weight: normal;
  border-radius: 50%;
  width: 1rem;
  height: 1rem; }
  .ui-state-default.ui-state-hover,
  .ui-widget-content .ui-state-default.ui-state-hover,
  .ui-widget-header .ui-state-default.ui-state-hover,
  .ui-button.ui-state-hover {
    width: 1.25rem;
    height: 1.25rem; }

.ui {
  margin-bottom: 2.25rem; }
  .ui input {
    width: calc(50% - 1.25rem);
    float: left;
    height: 3rem;
    border: none;
    border-bottom: 2px solid #000000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    font-weight: 500;
    font-size: 1rem;
    color: #000000; }
  .ui span:not([class]) {
    float: left;
    display: inline-block;
    line-height: 1rem;
    font-size: 0.88rem;
    text-align: right;
    letter-spacing: 0.01em;
    color: #BDBDBD;
    padding-top: 1rem; }
  .ui .box {
    background: #FFFFFF;
    border-radius: 2px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 2.38rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

html {
  font-family: 'Gilroy';
  height: 100%; }
  html * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

svg {
  fill: black;
  -webkit-transition: .4s ease;
  transition: .4s ease; }
  svg:hover {
    fill: #F55151; }

h1, .h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.88rem;
  line-height: 1.33;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: 1.88rem;
  text-transform: uppercase; }
  @media all and (min-width: 0) and (max-width: 62.5em) {
    h1, .h1 {
      font-size: 1.25rem;
      line-height: 1.5;
      margin-bottom: 0.88rem; } }

h2, .h2 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0; }
  @media all and (min-width: 0) and (max-width: 62.5em) {
    h2, .h2 {
      font-size: 1.125rem;
      line-height: 1.5;
      margin-bottom: 0; } }

a {
  color: black; }
  a span {
    display: inline-block;
    vertical-align: middle; }
    a span + svg {
      margin-left: 0.88rem; }
  a svg {
    display: inline-block;
    vertical-align: middle; }
    a svg + span {
      margin-left: 0.88rem; }
  a:hover, a:focus {
    color: #ACACAC;
    outline: none; }
    a:hover svg, a:focus svg {
      fill: #F55151; }

.wrapper {
  padding: 0 5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 156.25rem;
  margin: 0 auto; }
  @media (max-width: 1230px) {
    .wrapper {
      padding: 0 1.25rem; } }

.socialNetwork a {
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  text-align: center;
  margin: 0 1.56rem; }

.button {
  display: inline-block;
  vertical-align: middle;
  height: 3.56rem;
  line-height: 3.56rem;
  text-align: center;
  padding: 0 1rem;
  background: black;
  color: white;
  font-weight: 500;
  font-size: 0.94rem;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  -webkit-appearance: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  .button svg {
    display: inline-block;
    vertical-align: middle;
    fill: white;
    margin-right: 1.44rem; }
  .button span {
    display: inline-block;
    vertical-align: middle; }
  .button:focus, .button:hover {
    color: white;
    background: #252525; }
  .button:active {
    color: white;
    background: #252525;
    -webkit-box-sizing: inset 0px 4px 10px #000000;
            box-sizing: inset 0px 4px 10px #000000; }
  .button.border {
    border: .125rem solid black;
    background: none;
    line-height: 3.31rem;
    color: black; }
    .button.border.white {
      color: white;
      border-color: white; }
      .button.border.white svg {
        fill: white; }
      .button.border.white:focus, .button.border.white:hover {
        color: black;
        background: white; }
        .button.border.white:focus svg, .button.border.white:hover svg {
          fill: black; }
      .button.border.white:active {
        color: black;
        background: #252525;
        -webkit-box-sizing: inset 0px 4px 10px #000000;
                box-sizing: inset 0px 4px 10px #000000; }
        .button.border.white:active svg {
          fill: black; }
    .button.border svg {
      fill: black; }
    .button.border:focus, .button.border:hover {
      color: white;
      background: #252525; }
      .button.border:focus svg, .button.border:hover svg {
        fill: white; }
    .button.border:active {
      color: white;
      background: #252525;
      -webkit-box-sizing: inset 0px 4px 10px #000000;
              box-sizing: inset 0px 4px 10px #000000; }
      .button.border:active svg {
        fill: white; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%; }
.main-block-info{width: 900px;margin: 0 auto;height: auto;display: block;}
@media only screen and (max-width: 600px) {.main-block-info{width: 100%;}}
.main-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.breadcrumbs {
  text-align: center;
  padding: 2.19rem 1.25rem 1.31rem; }
  .breadcrumbs:after {
    content: "";
    display: block;
    clear: both; }
  .breadcrumbs > a:not([class]), .breadcrumbs > span:not([class]) {
    font-size: 0.75rem;
    line-height: 167%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ACACAC; }
  .breadcrumbs a:hover {
    color: black; }
  .breadcrumbs-title {
    font-weight: 500;
    font-size: 1.88rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: black; }

html .ya-share2__item_service_vkontakte .ya-share2__badge {
  background: none; }
  html .ya-share2__item_service_vkontakte .ya-share2__badge .ya-share2__icon {
    background: url(../images/sn/1.svg) no-repeat;
    background-size: 1.31rem 0.75rem;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    html .ya-share2__item_service_vkontakte .ya-share2__badge .ya-share2__icon:hover {
      opacity: .7; }

html .ya-share2__item_service_facebook .ya-share2__badge {
  background: none; }
  html .ya-share2__item_service_facebook .ya-share2__badge .ya-share2__icon {
    background: url(../images/sn/2.svg) no-repeat;
    background-size: 0.563rem 1.125rem;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    html .ya-share2__item_service_facebook .ya-share2__badge .ya-share2__icon:hover {
      opacity: .7; }

html .ya-share2__item_service_telegram .ya-share2__badge {
  background: none; }
  html .ya-share2__item_service_telegram .ya-share2__badge .ya-share2__icon {
    background: url(../images/sn/4.svg) no-repeat;
    background-size: 1.25rem 1.125rem;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    html .ya-share2__item_service_telegram .ya-share2__badge .ya-share2__icon:hover {
      opacity: .7; }

html .ya-share2__item_service_pinterest .ya-share2__badge {
  background: none; }
  html .ya-share2__item_service_pinterest .ya-share2__badge .ya-share2__icon {
    background: url(../images/sn/5.svg) no-repeat;
    background-size: 1.125rem 1.125rem;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    html .ya-share2__item_service_pinterest .ya-share2__badge .ya-share2__icon:hover {
      opacity: .7; }

header {
  position: relative;
  z-index: 6;
  background: #fff; }

.hhead {
  border-bottom: 1px solid #F5F5F5;
  padding: 2.44rem 0 1.88rem;
  text-align: center;
  position: relative; }

.flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.btMenu {
  display: block;
  position: relative;
  width: 1.56rem;
  height: 1.44rem;
  margin-top: 0.31rem;
  float: left; }
  .btMenu i {
    display: block;
    position: absolute;
    top: 0.63rem;
    left: 0;
    right: 0;
    height: 0.13rem;
    background: black;
    -webkit-transition: background 0s 0.3s, -webkit-transform 0.3s;
    transition: background 0s 0.3s, -webkit-transform 0.3s;
    transition: background 0s 0.3s, transform 0.3s;
    transition: background 0s 0.3s, transform 0.3s, -webkit-transform 0.3s; }
    .btMenu i:before {
      top: -0.63rem;
      -webkit-transform-origin: top left;
              transform-origin: top left;
      -webkit-transition: width 0.3s, top 0.3s, -webkit-transform 0.3s;
      transition: width 0.3s, top 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, width 0.3s, top 0.3s;
      transition: transform 0.3s, width 0.3s, top 0.3s, -webkit-transform 0.3s; }
    .btMenu i:after {
      bottom: -0.63rem;
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
      -webkit-transition: width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
      transition: width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, width 0.3s, bottom 0.3s;
      transition: transform 0.3s, width 0.3s, bottom 0.3s, -webkit-transform 0.3s; }
    .btMenu i:before, .btMenu i:after {
      content: "";
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 0.13rem;
      background-color: #000; }
  .btMenu.is-active + .menu {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .btMenu.is-active + .menu .close {
      opacity: 1;
      visibility: visible; }
  .btMenu:hover i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    .btMenu:hover i:before {
      width: 50%;
      top: 0;
      -webkit-transform: translateX(-3px) translateY(1px) rotate(-45deg);
              transform: translateX(-3px) translateY(1px) rotate(-45deg); }
    .btMenu:hover i:after {
      width: 50%;
      bottom: 0;
      -webkit-transform: translateX(-3px) translateY(-1px) rotate(45deg);
              transform: translateX(-3px) translateY(-1px) rotate(45deg); }

.control {
  float: right; }
  .control > a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3.69rem; }
    .control > a svg {
      fill: #ccc; }
    .control > a:hover svg {
      fill: #000; }
    .control > a.btBasket svg {
      fill: #000; }
    .control > a.btBasket:hover svg {
      fill: #ccc; }


.logo {
  position: absolute;
  top: 1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .logo.mob {
    display: none; }

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 30.94rem;
  height: 100vh;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  z-index: 5;
opacity: 0;
}
  .menu .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
    padding: 11vh 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 100%;
    position: relative;
    z-index: 2;
    max-height: 100vh; }

.close {
  position: absolute;
  right: 2.06rem;
  top: 1.88rem;
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0;
  visibility: hidden;
  z-index: 3; }
  .close i {
    display: block;
    position: absolute;
    top: 0.63rem;
    left: 0;
    right: 0;
    height: 0.13rem; }
    .close i:before {
      top: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
      transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
      transition: top 0.3s 0.3s, transform 0.3s 0s;
      transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }
    .close i:after {
      bottom: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: bottom 0.3s 0.3s, -webkit-transform 0.3s 0s;
      transition: bottom 0.3s 0.3s, -webkit-transform 0.3s 0s;
      transition: bottom 0.3s 0.3s, transform 0.3s 0s;
      transition: bottom 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }
    .close i:before, .close i:after {
      content: "";
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 0.13rem;
      background-color: #000; }

.menuCity {
  position: absolute;
  top: 0;
  height: 100vh;
  left: 100%;
  background: #FAFAFA;
  max-width: 27.19rem;
  width: 100%;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  overflow: auto; }
  .menuCity.is-open {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }

.citySearch {
  position: relative;
  padding-top: .25rem; }
  .citySearch form {
    position: relative; }
  .citySearchBt {
    position: absolute;
    top: 0.188rem;
    right: 0; }
  .citySearchText {
    position: relative;
    display: block;
    border: none;
    border-bottom: 2px solid #000;
    padding: 0 0 0.44rem;
    font-weight: 500;
    font-size: 0.88rem;
    line-height: 0.94rem;
    letter-spacing: 0.05em;
    background: none;
    color: #000;
    width: 100%;
    height: 2.44rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 2.94rem; }
    .citySearchText::-webkit-input-placeholder {
      color: #ACACAC; }
    .citySearchText:-ms-input-placeholder {
      color: #ACACAC; }
    .citySearchText::-ms-input-placeholder {
      color: #ACACAC; }
    .citySearchText::placeholder {
      color: #ACACAC; }
    .citySearchText:focus::-webkit-input-placeholder {
      color: transparent; }
    .citySearchText:focus:-ms-input-placeholder {
      color: transparent; }
    .citySearchText:focus::-ms-input-placeholder {
      color: transparent; }
    .citySearchText:focus::placeholder {
      color: transparent; }
  .citySearch .listCity {
    list-style: none;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    .citySearch .listCity .is-selected {
      font-weight: bold; }

.logoMenu {
  margin-bottom: 6vh; }

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s ease;
  transition: .4s ease; }
  .bg.is-active {
    opacity: 1;
    visibility: visible; }

.city {
  padding: 0 4.44rem;
  margin-bottom: 7vh; }
  .city a {
    position: relative;
    display: block;
    border-bottom: 2px solid #000000;
    padding: 0.81rem 4.69rem;
    font-weight: 500;
    font-size: 1.13rem;
    line-height: 0.94rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000; }
    .city a span {
      position: absolute;
      top: 0.88rem;
      right: 0;
      font-size: 0.75rem;
      line-height: 1rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #ACACAC;
      -webkit-transition: all .4s;
      transition: all .4s; }
      .city a span:hover {
        color: black; }

.phone {
  padding: 3rem 0 4.44rem;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 8.88rem; }
  .phone a {
    display: inline-block;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 2.5rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: .25rem; }
  .phone span {
    display: block;
    font-size: 0.75rem;
    line-height: 1.25rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ACACAC; }

.menuList {
  list-style: none;
  margin-top: 5vh; }
  .menuList li {
    margin: 0 0 2.38rem; }
  .menuList a {
    font-weight: 500;
    font-size: 1.13rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase; }

.bmenu {
  margin: auto; }

.boxB {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.fmenu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #FAFAFA;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 80%;
  height: 21vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.basket {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3.69rem;
  position: relative; }
  .basket .btBasket {
    display: inline-block; }
.header-basket-count {
    color: red;
}
.search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3.69rem;
  position: relative; }
  .search .close {
    display: none;
    position: absolute;
    right: 1.88rem;
    top: 1.88rem;
    width: 1.25rem;
    height: 1.25rem; }
    .search .close i {
      display: block;
      position: absolute;
      top: 0.63rem;
      left: 0;
      right: 0;
      height: 0.13rem; }
      .search .close i:before, .search .close i:after {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 0.13rem;
        background-color: #000; }
      .search .close i:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
        transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
        transition: top 0.3s 0.3s, transform 0.3s 0s;
        transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }
      .search .close i:after {
        bottom: 0;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: bottom 0.3s 0.3s, -webkit-transform 0.3s 0s;
        transition: bottom 0.3s 0.3s, -webkit-transform 0.3s 0s;
        transition: bottom 0.3s 0.3s, transform 0.3s 0s;
        transition: bottom 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }
  .search .bt_search_open {
    position: relative;
    z-index: 2; }
  .search .bt_search {
    position: absolute;
    top: 1.13rem;
    right: 0.5rem;
    width: 1.38rem;
    height: 1.38rem; }
  .search svg {
    fill: #ccc; }
  .search:hover svg {
    fill: #000; }
  .search .hidd {
    position: absolute;
    right: -0.5rem;
    top: -1rem;
    z-index: 3;
    display: none;
    background: #fff;
    padding: 0 0 0 1rem; }
    .search .hidd .input-search {
      background: none;
      border: none;
      border-bottom: 2px solid black;
      width: 15.63rem;
      font-weight: normal;
      font-size: 0.88rem;
      line-height: 1.25rem;
      color: #000;
      padding: 0.88rem 0;
      outline: none; }
      .search .hidd .input-search::-webkit-input-placeholder {
        color: #C4C4C4;
        font-weight: 500; }
      .search .hidd .input-search:-ms-input-placeholder {
        color: #C4C4C4;
        font-weight: 500; }
      .search .hidd .input-search::-ms-input-placeholder {
        color: #C4C4C4;
        font-weight: 500; }
      .search .hidd .input-search::placeholder {
        color: #C4C4C4;
        font-weight: 500; }
      .search .hidd .input-search:focus {
        outline: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
  .search .container_b {
    width: 30rem;
    position: absolute;
    left: 0;
    top: 100%;
    background: #FFF;
    padding: 1.19rem 0.94rem 0.94rem 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
    -webkit-transition: .4s ease;
    transition: .4s ease;
    text-align: left;
    margin-top: 0.38rem; }
    .search .container_b table {
      padding-bottom: 0.44rem;
      margin-bottom: 1.44rem;
      border-bottom: 2px solid black;
      width: 100%; }
    .search .container_b td {
      padding-bottom: 0.94rem; }
    .search .container_b .img {
      display: block;
      width: 5rem;
      height: 5rem;
      background: #FAFAFA; }
      .search .container_b .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .search .art {
    font-size: 0.69rem;
    line-height: 1.25rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ACACAC;
    margin-bottom: 0.31rem;
    padding: 0 1.44rem 0 1.19rem; }
  .search .name {
    display: block;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    padding: 0 1.44rem 0 1.19rem;
    max-width: 14.06rem; }
  .search .price span {
    display: block;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: right;
    color: #000000; }
    .search .price span small {
      font-size: .75rem; }
    .search .price span.old_price {
      font-size: 0.75rem;
      line-height: 1.25rem;
      color: #C4C4C4;
      text-decoration: line-through;
      margin-bottom: .063rem; }
  .search.active .container_b {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .search.open .bt_search_open {
    visibility: hidden; }

.link {
  font-weight: 500;
  font-size: 0.81rem;
  line-height: 0.94rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000; }
  .link svg {
    display: inline-block;
    vertical-align: middle;
    fill: black; }
  .link .ar-l {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .link span {
    display: inline-block;
    vertical-align: middle; }
  .link:hover {
    color: #ACACAC; }
    .link:hover svg {
      fill: #ACACAC; }

.btBasket.is-active + .basketBox {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  .btBasket.is-active + .basketBox .close {
    opacity: 1;
    visibility: visible; }

.oneClickBox,
.basketBox {
  position: fixed;
  right: 0;
  top: 0;
  width: 30.94rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  background: #fff;
  z-index: 6;
  opacity: 0;}
  .oneClickBox .box,
  .basketBox .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6.19rem 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 100%;
    position: relative;
    z-index: 2;}
  .oneClickBox .scrollCastom,
  .basketBox .scrollCastom {
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .oneClickBox .scrollCastom::-webkit-scrollbar,
    .basketBox .scrollCastom::-webkit-scrollbar {
      width: 4px; }
    .oneClickBox .scrollCastom::-webkit-scrollbar-thumb,
    .basketBox .scrollCastom::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: #5c6670;
      background-color: rgba(92, 102, 112, 0.4);
      opacity: .4; }
  .oneClickBox .title,
  .basketBox .title {
    font-weight: normal;
    font-size: 2.69rem;
    line-height: 2.81rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 2.31rem; }
  .basketBox .title {
    margin: 0 3.13rem;
    margin-bottom: 1rem;
    padding-bottom: 35px;
    border-bottom: 2px solid #000000;
  }
  @media (max-width: 47.94em) {
    .basketBox .title {
      margin: 0 1rem;
      padding-bottom: 15px;
    }
  }
  .oneClickBox .close,
  .basketBox .close {
    position: absolute;
    left: 2.06rem;
    top: 1.88rem;
    width: 1.25rem;
    height: 1.25rem; }
    .oneClickBox .close i,
    .basketBox .close i {
      display: block;
      position: absolute;
      top: 0.63rem;
      left: 0;
      right: 0;
      height: 0.13rem; }
      .oneClickBox .close i:before,
      .basketBox .close i:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
        transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
        transition: top 0.3s 0.3s, transform 0.3s 0s;
        transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }
      .oneClickBox .close i:after,
      .basketBox .close i:after {
        bottom: 0;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: bottom 0.3s 0.3s, -webkit-transform 0.3s 0s;
        transition: bottom 0.3s 0.3s, -webkit-transform 0.3s 0s;
        transition: bottom 0.3s 0.3s, transform 0.3s 0s;
        transition: bottom 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }
      .oneClickBox .close i:before, .oneClickBox .close i:after,
      .basketBox .close i:before,
      .basketBox .close i:after {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 0.13rem;
        background-color: #000; }
  .oneClickBox .price,
  .basketBox .price {
    padding: 0 3.13rem;
    margin-bottom: 3vh; }
    .oneClickBox .price p,
    .basketBox .price p {
      position: relative;
      display: block;
      border-bottom: 2px solid #000000;
      padding: 0.81rem 4.69rem;
      font-weight: 500;
      font-size: 1rem;
      line-height: 0.94rem;
      text-align: center;
      letter-spacing: 0.05em;
      color: #000000; }
  .oneClickBox .scroll,
  .basketBox .scroll {
    max-height: 31.25rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem 0; }
  .oneClickBox .fbasket,
  .basketBox .fbasket {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .oneClickBox .sumBox,
  .basketBox .sumBox {
    font-weight: 500;
    font-size: 1.13rem;
    line-height: 0.94rem;
    text-align: center;
    text-transform: lowercase;
    width: 100%; }
    .oneClickBox .sumBox span,
    .basketBox .sumBox span {
      display: block;
      font-size: 0.75rem;
      line-height: 1.25rem;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #ACACAC;
      margin: .5rem 0 3vh; }
  .oneClickBox .basketRegistration,
  .basketBox .basketRegistration {
    width: 100%;
    padding: 0 3.13rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .oneClickBox .boxBt,
  .basketBox .boxBt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .oneClickBox .boxBt .button,
    .basketBox .boxBt .button {
      width: calc(50% - 0.16rem); }
.basketBox .fbasket {
  height: auto;
}
.basketBox .basketRegistration {
  padding: 2rem 3.13rem;
}
.basketRegistration .old_price {
  font-weight: 500;
  font-size: 14px;
  text-decoration-line: line-through;
  margin-bottom: 10px;
}
.removeText {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 167%;
  color: #C4C4C4;
  margin-bottom: 0.19rem; }

.oneClickBox {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  .oneClickBox.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .oneClickBox.is-active .close {
      opacity: 1;
      visibility: visible; }
  .oneClickBox .button {
    margin-top: 1.25rem;
    width: 100%; }
  .oneClickBox .formBox {
    padding: 0 3.13rem; }
  .oneClickBox .input-box {
    display: block;
    max-width: none;
    padding-bottom: 0; }

.remove .rem {
  background: url(../images/return.svg) no-repeat 50% 50%;
  background-size: 1rem; }
  .remove .rem i {
    display: none; }

.rem {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  width: 0.94rem;
  height: 0.94rem;
  padding: .5rem; }
  .rem i {
    display: block;
    position: absolute;
    top: 0.5rem;
    left: 0.0;
    right: 0.5rem;
    height: 0.13rem;
    width: 100%;
    display: block; }
    .rem i:before {
      top: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
      transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
      transition: top 0.3s 0.3s, transform 0.3s 0s;
      transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }
    .rem i:after {
      bottom: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: bottom 0.3s 0.3s, -webkit-transform 0.3s 0s;
      transition: bottom 0.3s 0.3s, -webkit-transform 0.3s 0s;
      transition: bottom 0.3s 0.3s, transform 0.3s 0s;
      transition: bottom 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }
    .rem i:before, .rem i:after {
      content: "";
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 0.13rem;
      background-color: #000; }

.tableBasket {
  margin: 0 2.44rem; }
  .tableBasket td {
    position: relative;
    padding: 0 0 1.88rem; }
    .tableBasket td:nth-child(2) {
      text-align: left;
      padding: 0 1.88rem 1.88rem; }
  .tableBasket .img {
    display: block;
    width: 7.5rem;
    height: 7.5rem;
    background: #FAFAFA; }
    .tableBasket .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .tableBasket .name {
    display: inline-block;
    font-weight: 500;
    line-height: 1.25rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1.19rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .tableBasket .art {
    font-size: 0.69rem;
    line-height: 1.25rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ACACAC;
    margin: 0 0 0.69rem; }
  .tableBasket dl {
    display: block;
    font-size: 0.75rem;
    line-height: 1.13rem;
    text-transform: lowercase;
    color: #ACACAC; }
    .tableBasket dl dt {
      display: inline-block; }
    .tableBasket dl dd {
      display: inline-block;
      color: black; }
  .tableBasket .price {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: right; }
    .tableBasket .price span {
      display: block;
      margin-bottom: 0.31rem;
      white-space: nowrap; }
      .tableBasket .price span.oldPrice {
        color: #C4C4C4;
        font-size: 0.75rem;
        text-decoration: line-through; }
      .tableBasket .price span small {
        font-size: 0.75rem; }

.fbasket {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #FAFAFA;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 80%;
  height: 21vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.input-text-bot {
  border: none;
  border-bottom: 2px solid black;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  padding: 26px 0;
  width: 100%;
  margin-bottom: 1.75rem; }
  .input-text-bot::-webkit-input-placeholder {
    color: #C4C4C4; }
  .input-text-bot:-ms-input-placeholder {
    color: #C4C4C4; }
  .input-text-bot::-ms-input-placeholder {
    color: #C4C4C4; }
  .input-text-bot::placeholder {
    color: #C4C4C4; }
  .input-text-bot:focus::-webkit-input-placeholder {
    color: transparent; }
  .input-text-bot:focus:-ms-input-placeholder {
    color: transparent; }
  .input-text-bot:focus::-ms-input-placeholder {
    color: transparent; }
  .input-text-bot:focus::placeholder {
    color: transparent; }

.bgSearch {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s ease;
  transition: .4s ease; }
  .bgSearch.active {
    opacity: 1;
    visibility: visible; }

input:focus {
  outline: none; }

.input-text {
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  font-size: 0.81rem;
  line-height: 3rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 3.13rem;
  padding: 0 2.5rem 0 .63rem;
  width: 100%; }
  .input-text:focus::-webkit-input-placeholder {
    color: transparent; }
  .input-text:focus:-ms-input-placeholder {
    color: transparent; }
  .input-text:focus::-ms-input-placeholder {
    color: transparent; }
  .input-text:focus::placeholder {
    color: transparent; }
  .input-text.error {
    border-color: #F55151;
    color: #F55151; }
  .input-text.valid {
    border-color: #F55151; }

.input-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-bottom: 1.188rem;
  width: 100%;
  max-width: 23.13rem; }
  .input-box .input-text-bot,
  .input-box .input-text {
    outline: none !important; }
    .input-box .input-text-bot.error,
    .input-box .input-text.error {
      color: #F55151; }
      .input-box .input-text-bot.error::-webkit-input-placeholder,
      .input-box .input-text.error::-webkit-input-placeholder {
        color: #F55151;
        opacity: 1; }
      .input-box .input-text-bot.error:-ms-input-placeholder,
      .input-box .input-text.error:-ms-input-placeholder {
        color: #F55151;
        opacity: 1; }
      .input-box .input-text-bot.error::-ms-input-placeholder,
      .input-box .input-text.error::-ms-input-placeholder {
        color: #F55151;
        opacity: 1; }
      .input-box .input-text-bot.error::placeholder,
      .input-box .input-text.error::placeholder {
        color: #F55151;
        opacity: 1; }
  .input-box .input-text-bot + label.error {
    bottom: 1.5rem; }
  .input-box label.error {
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 500;
    font-size: 0.69rem;
    line-height: 1.25rem;
    color: #F55151;
    display: block; }

.subscription .input-box label.error {
  position: absolute;
  left: 50%;
  bottom: -2.31rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 2.5rem 0 .63rem;
  min-width: 12.5rem; }
  @media (max-width: 62.44rem) {
    .subscription .input-box label.error {
      bottom: -1.31rem; } }

.inputDescr {
  font-weight: 500;
  font-size: 0.63rem;
  line-height: 1.63rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #000000;
  margin-left: .63rem; }

.consent {
  font-weight: normal;
  font-size: .63rem;
  line-height: 2em;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ACACAC;
  margin: 2.125rem 0; }
  .consent a {
    display: block;
    color: #ACACAC;
    text-decoration: underline; }

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mm-btn, .mm-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-hidden {
  display: none !important; }

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
  display: block; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  padding: 0;
  position: absolute; }

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute; }

.mm-btn, .mm-panel.mm-highest {
  z-index: 1; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px; }

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0; }

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-arrow:after, .mm-next:after, .mm-prev:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-arrow:after, .mm-next:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px;
  margin: 0; }

.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
  padding-right: 50px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 0; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0; }

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  font-size: 10px;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

/*html.mm-blocking,html.mm-blocking body{overflow:hidden}*/
html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  position: fixed; }

.mm-menu.mm-offcanvas.mm-current {
  display: block; }

.mm-menu {
  width: 270px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {

  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-menu.mm-autoheight.mm-bottom, .mm-menu.mm-autoheight.mm-top {
  max-height: 80%; }

.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%; }

.mm-menu.mm-measureheight .mm-panel {
  display: block !important; }

.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

.mm-menu.mm-columns {
  -webkit-transition-property: width,max-width,-webkit-transform;
  transition-property: width,max-width,-webkit-transform;
  transition-property: transform,width,max-width;
  transition-property: transform,width,max-width,-webkit-transform; }

.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0; }

html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
  width: 100%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px; }

html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0); } }

.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
  width: 50%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px; }

html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0); } }

.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
  width: 33.34%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0); }

.mm-menu.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px; }

html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0); } }

.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
  width: 25%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0); }

.mm-menu.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px; }

html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0); } }

.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
  width: 20%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0); }

.mm-menu.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px; }

html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0); } }

.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
  width: 16.67%; }

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }

em.mm-counter + a.mm-next {
  width: 90px; }

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-dropdown {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%; }

html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0; }

html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1; }

html.mm-dropdown .mm-menu {
  z-index: 2; }

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none; }

.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-menu.mm-tipleft:before {
  left: 22px; }

.mm-menu.mm-tipright:before {
  right: 22px; }

.mm-menu.mm-tiptop:before {
  top: -8px; }

.mm-menu.mm-tipbottom:before {
  bottom: -8px; }

.mm-iconpanel .mm-panel {
  -webkit-transition-property: left,-webkit-transform;
  transition-property: left,-webkit-transform;
  transition-property: transform,left;
  transition-property: transform,left,-webkit-transform; }

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit; }

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-navbar[class*=mm-navbar-content-] > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }

.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px; }

.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0; }

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0; }

.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

.mm-sronly {
  text-indent: 10px;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1; }

.mm-search, .mm-search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative; }

.mm-search input {
  border: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px; }

.mm-search input::-ms-clear {
  display: none; }

.mm-search .mm-clear, .mm-search .mm-next {
  right: 0; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px; }

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0; }

.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px; }

.mm-panels > .mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right .4s ease;
  transition: right .4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%; }

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }

.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  -webkit-transition: background .4s ease;
  transition: background .4s ease; }

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5); }

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px; }

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px; }

label.mm-check:before, label.mm-toggle:before {
  content: '';
  display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px; }

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px; }

label.mm-check + a, label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px; }

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px; }

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu label.mm-toggle:before {
  background: #f3f3f3; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none; }

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important; }

.mm-listview.mm-border-offset > li:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px; }

.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center; }

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  transform-origin: right center; }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1; }

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  -webkit-transition: none .4s ease;
  transition: none .4s ease; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms; }

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0; }

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0; }

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity,top;
  transition-property: opacity,top;
  opacity: 0;
  top: -25%; }

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0); } }

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0); } }

.mm-menu.mm-fullscreen.mm-bottom, .mm-menu.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview:after, .mm-menu .mm-panels > .mm-panel.mm-justified-listview:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:after, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:before {
  content: none;
  display: none; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0; }

.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal; }

html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
  opacity: 0; }

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s; }

html.mm-pagedim #mm-blocker {
  background: inherit; }

html.mm-pagedim-white #mm-blocker {
  background: #fff; }

html.mm-pagedim-black #mm-blocker {
  background: #000; }

.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-pageshadow.mm-front:after, .mm-menu.mm-pageshadow.mm-next:after {
  content: none;
  display: none; }

.mm-menu.mm-popup {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1; }

html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0; }

html.mm-popup #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1; }

html.mm-popup .mm-menu {
  z-index: 2; }

.mm-menu.mm-bottom, .mm-menu.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0; }

html.mm-front #mm-blocker {
  z-index: 1; }

html.mm-front .mm-menu {
  z-index: 2; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none; }

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative; }

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto; }

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }

.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

/*
.menuCatalog {
  width: 100%;
  position: relative; }
  .menuCatalog .list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 59.38rem;
    margin: 0 auto; }
  .menuCatalog:not(.mm-menu) .firstLvl > a {
    padding: 0.63rem 3rem;
    position: relative; }
    .menuCatalog:not(.mm-menu) .firstLvl > a:before {
      content: "";
      width: 100%;
      height: 0.188rem;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: transparent;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
  .menuCatalog .firstLvl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    padding-top: .5rem; }
    .menuCatalog .firstLvl > a {
      display: inline-block;
      padding: 0.63rem;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.19rem;
      text-align: center;
      letter-spacing: 0.05em;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      white-space: nowrap; }
      .menuCatalog .firstLvl > a img {
        display: inline-block;
        vertical-align: middle;
        margin: -0.25rem 0.44rem 0 0; }
      .menuCatalog .firstLvl > a.is-active:before, .menuCatalog .firstLvl > a:hover:before {
        background: #000; }
    .menuCatalog .firstLvl.hover .secindLvl {
      opacity: 1;
      visibility: visible; }
  .menuCatalog .secindLvl {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .15s ease;
    transition: all .15s ease; }
    .menuCatalog .secindLvl .bigList {
      width: 100%;
      padding: 1.25rem;
      background: #FAFAFA;
      overflow: hidden;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 83.75rem;
      margin: 0 auto; }
      .menuCatalog .secindLvl .bigList a {
        display: inline-block;
        font-weight: 500;
        font-size: 0.88rem;
        line-height: 1rem;
        margin-bottom: 1.31rem; }
        .menuCatalog .secindLvl .bigList a.title {
          line-height: 1.19rem;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          margin: 0 0 1.69rem 2.5rem; }
          @media all and (min-width: 62.5rem) and (max-width: 65.63rem) {
            .menuCatalog .secindLvl .bigList a.title {
              margin-left: 1.5rem; } }
      .menuCatalog .secindLvl .bigList .img {
        float: right;
        width: 30.8%;
        text-align: right;
        height: 28.75rem; }
        .menuCatalog .secindLvl .bigList .img img {
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%;
          max-width: none;
          max-height: none; }
      .menuCatalog .secindLvl .bigList .container {
        float: left;
        width: 60%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: left;
        padding: 1.75rem 0 1rem 0.938rem;
        list-style: none; }
      .menuCatalog .secindLvl .bigList .box {
        display: inline-block; }
      .menuCatalog .secindLvl .bigList .column {
        width: auto;
        list-style: none; }
        .menuCatalog .secindLvl .bigList .column.column2 {
          -webkit-columns: 2;
                  columns: 2; }
        .menuCatalog .secindLvl .bigList .column.column3 {
          -webkit-columns: 3;
                  columns: 3; }
        .menuCatalog .secindLvl .bigList .column li {
          margin-left: 2.5rem;
          width: 7.19rem; }
          @media all and (min-width: 62.5rem) and (max-width: 65.63rem) {
            .menuCatalog .secindLvl .bigList .column li {
              margin-left: 1.5rem; } }
    .menuCatalog .secindLvl .littleList {
      padding: 1.25rem 1.5rem;
      background: #FAFAFA;
      max-width: 55rem;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      list-style: none; }
      .menuCatalog .secindLvl .littleList .boxBig {
        position: relative;
        width: 50%;
        height: 12.5rem;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover; }

.btMenuWh {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  line-height: 6.063rem;
  height: 6.25rem;
  width: 19.88rem;
  border-top: .188rem solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .btMenuWh:hover {
    background: #000;
    color: white; }
*/

.mm-menu {
  display: none; }
  .mm-menu.menuCatalog .firstLvl > a {
    padding: 0; }
  .mm-menu.mm-offcanvas {
    position: static;
    width: 100%; }
    .mm-menu.mm-offcanvas .mm-panels {
      position: static; }
      .mm-menu.mm-offcanvas .mm-panels #mm-1 {
        position: static; }
      .mm-menu.mm-offcanvas .mm-panels .bigList {
        margin-top: 3.75rem; }
      .mm-menu.mm-offcanvas .mm-panels .mm-panel {
        padding: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-100px);
                transform: translateX(-100px);
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
        .mm-menu.mm-offcanvas .mm-panels .mm-panel.mm-opened {
          visibility: visible;
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          opacity: 1; }
        .mm-menu.mm-offcanvas .mm-panels .mm-panel:before, .mm-menu.mm-offcanvas .mm-panels .mm-panel:after {
          display: none; }
        .mm-menu.mm-offcanvas .mm-panels .mm-panel > .mm-listview {
          margin: 0; }
          .mm-menu.mm-offcanvas .mm-panels .mm-panel > .mm-listview.column {
            margin-top: 3.75rem; }
          .mm-menu.mm-offcanvas .mm-panels .mm-panel > .mm-listview.littleList {
            display: block;
            margin-top: 3.75rem;
            background: none;
            padding: 0; }
            .mm-menu.mm-offcanvas .mm-panels .mm-panel > .mm-listview.littleList .boxBig {
              background: none !important;
              height: auto;
              width: 100%;
              height: 50px; }
              .mm-menu.mm-offcanvas .mm-panels .mm-panel > .mm-listview.littleList .boxBig .btMenuWh {
                position: static;
                text-align: left;
                -webkit-transform: translate(0);
                        transform: translate(0); }
        .mm-menu.mm-offcanvas .mm-panels .mm-panel.secindLvl {
          position: absolute;
          background: #fff; }
        .mm-menu.mm-offcanvas .mm-panels .mm-panel .box {
          border-top: none; }
        .mm-menu.mm-offcanvas .mm-panels .mm-panel a:not(.mm-next):not(.mm-prev):not(.mm-title):not(.filter--ok):not(.filter--ok-ui) {
          display: inline-block;
          font-weight: 500;
          font-size: 0.94rem;
          letter-spacing: 0.05em;
          height: 3.13rem;
          line-height: 1.13rem;
          color: #000000;
          border: none;
          padding: 0 1.88rem;
          margin: 0;
          background: none !important;
          text-transform: uppercase; }
          .mm-menu.mm-offcanvas .mm-panels .mm-panel a:not(.mm-next):not(.mm-prev):not(.mm-title):not(.filter--ok):not(.filter--ok-ui) img {
            display: none; }
        .mm-menu.mm-offcanvas .mm-panels .mm-panel .mm-navbar {
          height: 3.75rem;
          line-height: 3.75rem;
          background: #FAFAFA;
          text-transform: uppercase; }
          .mm-menu.mm-offcanvas .mm-panels .mm-panel .mm-navbar .mm-btn.mm-prev {
            display: inline-block;
            vertical-align: middle;
            padding: 0 0.88rem 0 1.25rem;
            height: 3.75rem;
            width: 1.63rem;
            background: url(../images/arrowBack.svg) 50% 50% no-repeat;
            background-size: 1.63rem 1.19rem;
            -webkit-box-sizing: content-box;
                    box-sizing: content-box; }
            .mm-menu.mm-offcanvas .mm-panels .mm-panel .mm-navbar .mm-btn.mm-prev:before {
              display: none; }
          .mm-menu.mm-offcanvas .mm-panels .mm-panel .mm-navbar .mm-title {
            display: inline-block;
            padding: 0;
            font-weight: 500;
            font-size: 1.25rem;
            letter-spacing: 0.05em;
            line-height: 3.75rem;
            height: 3.75rem;
            color: #000000; }
        .mm-menu.mm-offcanvas .mm-panels .mm-panel .mm-next {
          margin: 0 !important;
          width: 100%; }
          .mm-menu.mm-offcanvas .mm-panels .mm-panel .mm-next:before {
            display: none; }
          .mm-menu.mm-offcanvas .mm-panels .mm-panel .mm-next:after {
            border-width: 1px;
            width: 10px;
            height: 10px; }
  .mm-menu li {
    border-bottom: 1px solid #F5F5F5; }
  .mm-menu ul.list {
    list-style: none;
    display: block; }
    .mm-menu ul.list li {
      padding: 0;
      display: block;
      border-bottom: 1px solid #F5F5F5; }
  .mm-menu .firstLvl:after {
    display: none !important; }
  .mm-menu .secindLvl {
    top: 0; }
    .mm-menu .secindLvl .img {
      display: none; }
    .mm-menu .secindLvl .bigList {
      padding: 0; }
      .mm-menu .secindLvl .bigList .container {
        padding: 0;
        float: none;
        display: block;
        width: auto; }
      .mm-menu .secindLvl .bigList .box {
        display: block; }
      .mm-menu .secindLvl .bigList .column div {
        margin: 0;
        width: auto;
        display: block; }

.backCity {
  display: none;
  width: 1.56rem;
  height: 1.188rem;
  background: url(../images/arrow-right-left.svg) 50% 50% no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom: 1rem; }

/**
 * Swiper 5.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 30, 2019
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size); }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

[class^="swiper-button-"] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.swiper-container {
  width: 100%;
  -webkit-transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, transform .3s ease;
  transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease; }
  .swiper-container.nav-slider {
    width: 20%;
    padding-left: 5px; }
    .swiper-container.nav-slider .swiper-slide {
      cursor: pointer;
      opacity: .4;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .swiper-container.nav-slider .swiper-slide.swiper-slide-active {
        opacity: 1; }
      .swiper-container.nav-slider .swiper-slide .content {
        width: 100%; }
        .swiper-container.nav-slider .swiper-slide .content .title {
          font-size: 20px; }
  .swiper-container:hover .swiper-button-prev,
  .swiper-container:hover .swiper-button-next {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  .swiper-container.loading {
    opacity: 0;
    visibility: hidden; }

.swiper-slide {
  overflow: hidden; }
  .swiper-slide .entity-img {
    display: block;
    width: 100%; }
    .swiper-slide .entity-img img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      max-width: none;
      width: 100%; }
  .swiper-slide .content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    .swiper-slide .content .title {
      font-weight: 300;
      font-size: 5rem;
      line-height: 4.06rem;
      text-align: center;
      margin-bottom: 1.5rem;
      width: 100%; }
    .swiper-slide .content .caption {
      display: block;
      font-size: 13px;
      line-height: 1.4;
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
      opacity: 0;
      -webkit-transition: opacity .3s ease, -webkit-transform .7s ease;
      transition: opacity .3s ease, -webkit-transform .7s ease;
      transition: opacity .3s ease, transform .7s ease;
      transition: opacity .3s ease, transform .7s ease, -webkit-transform .7s ease;
      width: 100%; }
      .swiper-slide .content .caption.show {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1; }
      .swiper-slide .content .caption p {
        font-weight: 500;
        font-size: 1.88rem;
        line-height: 4.06rem;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase; }
  .swiper-slide .btBox {
    text-align: center; }
    .swiper-slide .btBox a {
      width: 15.63rem;
      text-align: center;
      margin: 0 .5rem 1rem; }

[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden; }

.swiper-button {
  -webkit-tap-highlight-color: transparent; }

.swiper-button-prev {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  z-index: 2;
  background: none; }
  .swiper-button-prev:before, .swiper-button-prev:after {
    display: none; }
  .swiper-button-prev svg {
    fill: white;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .swiper-button-prev:focus {
    outline: none; }

.swiper-button-next {
  z-index: 2;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  background: none; }
  .swiper-button-next:before, .swiper-button-next:after {
    display: none; }
  .swiper-button-next svg {
    fill: white; }
  .swiper-button-next:hover {
    background: none; }
  .swiper-button-next:focus {
    outline: none;
    background: none; }

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 2.5rem; }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #000;
    width: 0.38rem;
    height: 0.38rem;
    margin: 0 1.56rem;
    opacity: 1; }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
      background: #000000; }

.main-catalog-select {
  clear: both;
  margin: 0 0 5.19rem !important;
  display: flex; }
  @media all and (max-width: 571px) {
    .main-catalog-select  {
      flex-direction: column !important} }
  .main-catalog-select li {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 9.38rem 0;
    margin-bottom: 0;
    flex: 1;
    min-height: 50rem; }
    @media all and (max-width: 571px) {
      .main-catalog-select  li{
        width: 100% !important;} }
  .main-catalog-select .box {
    margin: 8rem auto;
    background: #fff;
    border-top: 3px solid #000000;
    width: 16.88rem;
    text-align: center;
    font-weight: 500;
    line-height: 2.5rem;
    text-transform: uppercase;
    padding: 2.94rem 1.5rem 2.81rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 2;
    position: relative;
    opacity: 0.9; }
    .main-catalog-select .box a {
      font-size: 1.13rem;
      text-align: center;
      letter-spacing: 0.05em; }
    .main-catalog-select .box .title {
      display: block;
      font-size: 1.88rem;
      text-align: center;
      letter-spacing: 0.05em;
      margin: 0 auto 0.75rem;
      max-width: 8.75rem; }

.main-catalog-select_sec {
  clear: both;
  margin: 0 0 5.19rem !important;
  display: flex; }
  @media all and (max-width: 571px) {
    .main-catalog-select_sec  {
      flex-direction: column !important} }
  .main-catalog-select_sec li {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 9.38rem 0;
    margin-bottom: 0;
    flex: 1;
    min-height: 30rem; }
    @media all and (max-width: 571px) {
      .main-catalog-select_sec  li{
        width: 100% !important;} }
  .main-catalog-select_sec .box {
    margin: 8rem auto;
    background: #fff;
    border-top: 3px solid #000000;
    width: 16.88rem;
    text-align: center;
    font-weight: 500;
    line-height: 2.5rem;
    text-transform: uppercase;
    padding: 2.94rem 1.5rem 2.81rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 2;
    position: relative; }
    .main-catalog-select_sec .box a {
      font-size: 1.13rem;
      text-align: center;
      letter-spacing: 0.05em; }
    .main-catalog-select_sec .box .title {
      display: block;
      font-size: 1.88rem;
      text-align: center;
      letter-spacing: 0.05em;
      margin: 0 auto 0.75rem;
      max-width: 8.75rem; }


.main-catalog-displace {
  clear: both;
  text-align: center; }
  .main-catalog-displace-title {
    line-height: 3.75rem;
    margin-bottom: 1.63rem; }
  .main-catalog-displace--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6.25rem; }
  .main-catalog-displace--left {
    padding-left: calc(50% - 62.875rem); }
    .main-catalog-displace--left .boxWh {
      left: 2.5rem; }
  .main-catalog-displace--right {
    padding-right: calc(50% - 62.875rem); }
    .main-catalog-displace--right .boxWh {
      right: 2.5rem; }
  .main-catalog-displace .imgBox {
    width: calc(100% - 67.81rem); }
    @media all and (min-width: 62.5rem) and (max-width: 83.13rem) {
      .main-catalog-displace .imgBox {
        width: calc(45% - 7.97rem); } }
    .main-catalog-displace .imgBox .bg-img {
      background-position: 50% 0%; }
  .main-catalog-displace .bigBox {
    width: 45.63rem;
    position: relative; }
    @media all and (min-width: 62.5rem) and (max-width: 83.13rem) {
      .main-catalog-displace .bigBox {
        width: calc(55% - 7.97rem); } }
  .main-catalog-displace .boxWh {
    display: block;
    position: absolute;
    bottom: 2.5rem;
    background: #fff;
    border-top: 3px solid black;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 11.88rem;
    font-weight: 500;
    font-size: 1.88rem;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 1.06rem;
    text-align: center;
    padding: 3.56rem 0 3.5rem; }
    .main-catalog-displace .boxWh span {
      font-size: 1.25rem;
      line-height: 1.25rem;
      text-transform: none; }
  .main-catalog-displace .catalog {
    width: 22.19rem; }

.little-gray {
  font-size: 0.75rem;
  line-height: 1.67;
  color: #9E9E9E;
  text-align: left;
  margin: -2.13rem 0 .438rem 0;
  padding: 0; }

.title-little {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.25;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000; }

.ov-hidd {
  overflow: hidden; }

[data-img] {
  position: relative;
  overflow: hidden;
  background-color: #FAFAFA; }
  [data-img] .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(-100%, 0, 0px);
            transform: translate3d(-100%, 0, 0px);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1.2s;
            transition-duration: 1.2s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    will-change: transform; }
  [data-img].on .bg-img {
    -webkit-transform: translate3d(0, 0, 0px);
            transform: translate3d(0, 0, 0px);
    will-change: auto; }
  [data-img]:nth-child(even) .bg-img {
    -webkit-transform: translate3d(100%, 0, 0px);
            transform: translate3d(100%, 0, 0px); }
  [data-img]:nth-child(even).on .bg-img {
    -webkit-transform: translate3d(0, 0, 0px);
            transform: translate3d(0, 0, 0px); }
  [data-img].top .bg-img {
    -webkit-transform: translate3d(0, -100%, 0px);
            transform: translate3d(0, -100%, 0px); }
  [data-img].top.on .bg-img {
    -webkit-transform: translate3d(0, 0, 0px);
            transform: translate3d(0, 0, 0px); }
  [data-img].sneaker .bg-img {
    -webkit-transform: translate3d(0, 0, 0px);
            transform: translate3d(0, 0, 0px);
    opacity: 0;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s; }
  [data-img].sneaker.on .bg-img {
    -webkit-transform: translate3d(0, 0, 0px);
            transform: translate3d(0, 0, 0px);
    opacity: 1; }

.ainimated {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.ainimated:not([data-img]):not(.custom) {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  will-change: opacity, transform;
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
          transform: scale3d(0.3, 0.3, 0.3); }
  .ainimated:not([data-img]):not(.custom).on {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    will-change: auto; }

.line {
  bottom: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }
  .line.on {
    bottom: 0; }

.dial {
  -webkit-transform: scale(0) rotate(700deg);
          transform: scale(0) rotate(700deg);
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease; }
  .dial.on {
    opacity: 1;
    -webkit-transform: scale(1) rotate(-4deg);
            transform: scale(1) rotate(-4deg); }

.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .catalog li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0; }
  .catalog .box {
    display: block;
    padding: 0;
    position: relative; }
    .catalog .box:hover {
      color: black; }
  .catalog .img {
    width: 100%; }
    .catalog .img:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      width: 1px;
      margin-left: -1px; }
  .catalog .price {
    padding: 14px 0.38rem;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1;
    text-align: right;
    white-space: nowrap; }
    .catalog .price small {
      font-size: 0.88rem; }
    .catalog .price span {
      display: inline-block; }
      .catalog .price span.oldPrice {
        font-size: 0.88rem;
        text-decoration: line-through;
        color: #C4C4C4;
        margin-right: 2rem; }
      .catalog .price span.sale {
        margin-right: .5rem;
        font-size: 0.88rem;
        line-height: 1.43;
        color: #F55151; }
  .catalog--slider--wrapper, .catalog--slider-big--wrapper {
    position: relative;
    padding: 1.31rem 4rem; }
  .catalog--slider--box, .catalog--slider-big--box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    position: relative;
    background: #FAFAFA; }
    .catalog--slider--box.slider-viewed, .catalog--slider-big--box.slider-viewed {
      background: none; }
    .catalog--slider--box-title, .catalog--slider-big--box-title {
      margin: 2.5rem 0 0.25rem; }
      .catalog--slider--box-title + .catalog--slider--wrapper, .catalog--slider-big--box-title + .catalog--slider--wrapper {
        padding-top: 0; }
    .catalog--slider--box .swiper-button-prev, .catalog--slider--box .swiper-button-next, .catalog--slider-big--box .swiper-button-prev, .catalog--slider-big--box .swiper-button-next {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      visibility: visible; }
      .catalog--slider--box .swiper-button-prev svg, .catalog--slider--box .swiper-button-next svg, .catalog--slider-big--box .swiper-button-prev svg, .catalog--slider-big--box .swiper-button-next svg {
        fill: black; }
      .catalog--slider--box .swiper-button-prev:hover svg, .catalog--slider--box .swiper-button-next:hover svg, .catalog--slider-big--box .swiper-button-prev:hover svg, .catalog--slider-big--box .swiper-button-next:hover svg {
        fill: #F55151; }
    .catalog--slider--box-big, .catalog--slider-big--box-big {
      background: none;
      margin-bottom: 4.31rem; }
      .catalog--slider--box-big .catalog--slider--slide, .catalog--slider-big--box-big .catalog--slider--slide {
        width: 305px;
        height: 305px; }
      .catalog--slider--box-big .catalog--slider--box-title, .catalog--slider-big--box-big .catalog--slider--box-title {
        margin: 0 0 1.938rem; }
  .catalog--slider--slide, .catalog--slider-big--slide {
    text-align: center; }
    .catalog--slider--slide p, .catalog--slider-big--slide p {
      font-weight: 500;
      font-size: 0.94rem;
      line-height: 1;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #000000; }
      .catalog--slider--slide p.price, .catalog--slider-big--slide p.price {
        position: absolute;
        /*right: 0.38rem;*/
        right: 0rem;
        bottom: 6px;
        margin-top: -.25rem;
        font-size: 1.25rem;
        line-height: 1;
        white-space: nowrap; }
        .catalog--slider--slide p.price small, .catalog--slider-big--slide p.price small {
          /*font-size: 0.88rem;*/
          font-size: 0.55rem;
          line-height: 1.43;
          text-transform: lowercase; }
        .catalog--slider--slide p.price .oldPrice, .catalog--slider-big--slide p.price .oldPrice {
          /*font-size: 0.88rem;*/
          font-size: 0.55rem;
          text-decoration: line-through;
          color: #C4C4C4;
          margin-right: .88rem; }
        .catalog--slider--slide p.price .sale, .catalog--slider-big--slide p.price .sale {
          margin-right: .5rem;
          font-size: 0.88rem;
          line-height: 1.43;
          color: #F55151;
          position: absolute;
          top: -20px; }
  .catalog--slider-big .catalog--slider--slide {
    padding: 6px 0; }
    .catalog--slider-big .catalog--slider--slide:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: .05;
      background: #ccc;
      z-index: 1; }
    .catalog--slider-big .catalog--slider--slide--img:before {
      content: "";
      width: 1px;
      height: 100%;
      margin-left: -1px;
      display: inline-block;
      vertical-align: middle; }
    .catalog--slider-big .catalog--slider--slide--img img {
      display: inline-block;
      vertical-align: middle;
      max-height: 100%;
      height: auto; }
  .catalog--slider-big .price {
    text-align: right; }
  .catalog-box {
    padding: 1.25rem;
    margin-bottom: 2.31rem; }
    .catalog-box li {
      width: 16.66%;
      padding: .7rem; }
      @media (max-width: 2560px) {
        .catalog-box li {
          width: 25%; }
        .index-main .catalog-box li {
          width: 33%; } }
      @media (max-width: 500px) {
        .index-main .catalog-box li {
          width: 50%; } }
    .catalog-box .box {
      padding: 0; }
    .catalog-box .img .bg-img {
      background-size: contain; }

.show-more {
  text-align: center;
  display: block;
  width: 11.88rem;
  margin: 0 auto 6.3rem;
  color: #000000;
  border-bottom: 2px solid; }
  .show-more svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .show-more span {
    display: block;
    font-weight: 500;
    font-size: 0.94rem;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 1rem 0 1.44rem; }
  .show-more:hover {
    color: #F55151; }

.selectColor {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: top;
  padding-bottom: .5rem;
  height: 3.44rem;
  width: 3.44rem;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
  .selectColor span {
    display: block;
    position: relative;
    padding-top: 100%; }
    .selectColor span.lighten {
      border: 1px solid #F1F1F1; }
    .selectColor span i {
      position: absolute;
      top: 0;
      width: 50%;
      height: 100%;
      left: 0; }
      .selectColor span i + i {
        left: 50%; }
  .selectColor.is-active span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.06rem;
    height: 0.81rem;
    background-color: transparent;
    background: url(../images/check-big-white.svg) no-repeat 50% 50%;
    z-index: 1; }
  .selectColor.is-active span:after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    height: 0.13rem;
    bottom: -.5rem;
    background: black; }
  .selectColor.is-active span.lighten:before {
    background: url(../images/check-big-black.svg) no-repeat 50% 50%; }

.no_element {
  min-height: 500px;
  text-align: center;
  font-size: 1.25rem; }

.swiper-button-disabled {
  opacity: 0 !important;
  visibility: hidden !important; }

.insta {
  margin-bottom: 6.94rem; }
  .insta-title {
    margin-bottom: 2.38rem; }
  .insta--bg {
    padding: 5.81rem 0 0;
    background: url(../images/photo.svg) #FAFAFA no-repeat 50% -1.63rem; }
    .insta--bg [data-img] {
      background: none; }
  .insta--list {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center; }
    .insta--list li {
      display: inline-block;
      vertical-align: top;
      padding: 0 1.25rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .insta--list li.hidd {
        display: none; }
      .insta--list li a {
        display: block;
        width: 19.06rem;
        padding-top: 100%;
        margin-bottom: 2.5rem; }
        .insta--list li a + a {
          margin-bottom: 0; }
  .insta--link {
    display: inline-block;
    margin-top: 2.5rem;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #C8C8C8;
    text-decoration: none; }
    .insta--link svg {
      fill: #C8C8C8;
      margin-top: -2px; }
    .insta--link span {
      margin-left: 1.5rem; }
    .insta--link:hover {
      color: black; }
      .insta--link:hover svg {
        fill: black; }

.seo {
  margin-bottom: 6.19rem; }
  .seo--wrapper {
    padding: 44.08px 14.69rem 2.38rem;
    margin: 0 auto;
    position: relative;
    background: url(../images/shoes.svg) no-repeat 50% 0; }
    @media all and (min-width: 62.5rem) and (max-width: 82.5rem) {
      .seo--wrapper {
        padding-left: 30%;
        padding-right: 30%; } }
  .seo--text {
    position: relative;
    text-align: center;
    padding: 7.75rem 0 4.88rem; }
    .seo--text .line {
      position: absolute;
      top: 0;
      left: 50%;
      width: 16.88rem;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #FAFAFA;
      z-index: -1; }
  .seo h1 {
    max-width: 34.06rem;
    margin-left: auto;
    margin-right: auto; }
  .seo p {
    line-height: 1.62;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 0.563rem; }
  .seo-img {
    position: absolute; }
    .seo-img.left {
      left: 0; }
    .seo-img.bottom {
      bottom: 0; }
    .seo-img.top {
      top: 9.63rem; }
    .seo-img.right {
      right: 0; }
    @media all and (min-width: 62.5rem) and (max-width: 82.5rem) {
      .seo-img {
        width: 28%; } }
  .seo--imgBox {
    position: relative;
    width: 14.38rem;
    padding-top: 4.69rem;
    margin: 0 auto -5.56rem;
    text-align: center; }
    .seo--imgBox .seoImg {
      position: absolute;
      top: 0;
      left: 0; }
    .seo--imgBox .sneaker {
      position: relative;
      width: 9rem;
      height: 12.13rem;
      margin: 0 auto;
      background: none; }
  .seo .contactBox {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.87;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    margin-top: -.33rem; }
    .seo .contactBox a {
      position: relative;
      display: inline-block; }
    .seo .contactBox p {
      margin-bottom: 0; }
  .seo.pay {
    margin-bottom: 6.25rem; }
    .seo.pay .seo--imgBox {
      width: 12.69rem;
      margin-bottom: -2.56rem; }
      @media (max-width: 62.44rem) {
        .seo.pay .seo--imgBox {
          display: none; } }
      .seo.pay .seo--imgBox .sneaker {
        width: 5rem;
        height: 4.38rem; }
    .seo.pay .seoImg {
      width: 12.69rem; }
    .seo.pay .seo--text {
      padding: 8.88rem 0 3rem; }
      @media (max-width: 62.44rem) {
        .seo.pay .seo--text {
          padding: 2rem 0 1rem; } }
  .seo--pay a {
    display: inline-block;
    margin: 0 0.56rem  0.56rem; }
  .seo .text-left,
  .seo .text-right {
    position: absolute;
    bottom: 6.75rem;
    max-width: 19.06rem; }
    @media (max-width: 999px) {
      .seo .text-left,
      .seo .text-right {
        position: static;
        margin: 0 auto 1rem; } }
    .seo .text-left p,
    .seo .text-right p {
      line-height: 1.5; }
    .seo .text-left .title,
    .seo .text-right .title {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 2;
      color: #000000;
      margin-bottom: 1.125rem; }
  .seo .text-left {
    left: 6.88rem; }
    @media (max-width: 1200px) {
      .seo .text-left {
        left: 1.25rem; } }
    .seo .text-left p {
      text-align: left; }
      @media (max-width: 999px) {
        .seo .text-left p {
          text-align: center; } }
  .seo .text-right {
    right: 6.88rem; }
    @media (max-width: 1200px) {
      .seo .text-right {
        right: 1.25rem; } }
    .seo .text-right p {
      text-align: right; }
      @media (max-width: 999px) {
        .seo .text-right p {
          text-align: center; } }

.subscription {
  position: relative;
  z-index: 1;
  margin-top: 6.19rem; }
  .subscription--wrapper {
    text-align: center;
    max-width: 40.63rem;
    border: 2px solid #000000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto -5.75rem;
    padding: 5rem 0 1.81rem; }
  .subscription-title {
    margin-bottom: 2.69rem; }
  .subscription .input-box {
    padding: 0 0 0.75rem;
    position: relative;
    margin: 0 5rem;
    max-width: none;
    width: calc(100% - 10rem); }
    .subscription .input-box .input-text {
      height: 2.56rem;
      font-size: 0.94rem;
      line-height: 2.56rem;
      text-align: center;
      text-transform: uppercase;
      color: #000000;
      border: none; }
    .subscription .input-box .button-arrow {
      position: absolute;
      top: 0.69rem;
      right: 0; }
  .subscription-textLittle {
    font-size: 0.63rem;
    line-height: 2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ACACAC;
    padding-top: 2.44rem;
    border-top: 2px solid #000000; }
    .subscription-textLittle a {
      color: #ACACAC;
      text-decoration: underline; }
      .subscription-textLittle a:hover {
        text-decoration: none; }

.button-arrow {
  border: none;
  width: 1.56rem;
  height: 1.188rem;
  background: url(../images/arrow-right-left.svg) 50% 50% no-repeat;
  background-size: contain;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 .5rem; }
  .button-arrow:hover {
    background-position: 100% 50%; }

.footer {
  margin-bottom: -5.75rem; }
  .footer--bg {
  #background: #fff url(../images/marсony.svg) no-repeat 50% 50%;
  #background: #fff url(../images/vibe.png) no-repeat 50% 50%;
    background-size: auto calc(100% - 4rem); }
  .footer--wrapper {
    padding: 11.5rem 0 0;
    text-align: center; }
  .footer-logo {
    display: inline-block;
    padding: .563rem .5rem;
    margin-bottom: 2.75rem; }
  .footer-socialNetwork {
    margin-bottom: 59px; }
  .footer--copyright {
    font-size: 0.63rem;
    line-height: 2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ACACAC;
    margin-bottom: 6.56rem; }
    .footer--copyright a {
      color: #ACACAC;
      text-decoration: underline; }
      .footer--copyright a:hover {
        text-decoration: none; }
  .footer--iarga {
    display: inline-block;
    background: white;
    padding: 1.44rem 2.5rem; }

.filter {
  position: relative;
  z-index: 3;
  margin-bottom: 2.5rem; }
  @media (max-width: 62.5rem) {
    .filter {
      display: none; } }
  .filter--wrapper {
    position: relative;
    z-index: 4;
    margin: 0 auto;
    padding: 0 0.25rem 0 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media all and (min-width: 62.5rem) and (max-width: 87.5rem) {
      .filter--wrapper {
        padding: 0 1.5rem 0 2.5rem; } }
  .filter--box {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 1.3rem; }
  .filter-price .filter-title .sel {
    text-transform: none;
    text-transform: lowercase; }
  .filter-title {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 0.74rem;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    width: calc(100% - 2.25rem);
    padding: 0.81rem 0; }
    @media all and (min-width: 62.5rem) and (max-width: 87.5rem) {
      .filter-title {
        width: calc(100% - 1rem); } }
    @media all and (min-width: 62.5rem) and (max-width: 78.44rem) {
      .filter-title {
        font-size: .81rem;
        letter-spacing: -.5px;
        background-size: 10px auto; } }
    .filter-title .rem {
      display: none;
      position: absolute;
      width: 0.75rem;
      height: 0.75rem;
      right: 0;
      top: 50%;
      margin-top: -0.43rem;
      background: url(../images/rem.svg) no-repeat 0 0 #fff;
      background-size: contain; }
    .filter-title .sel {
      display: none;
      width: 100%;
      padding-right: 1.5rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .filter-title.visible {
      background: none; }
      .filter-title.visible .rem {
        display: block; }
      .filter-title.visible .name {
        /*display: none;*/ }
      .filter-title.visible .sel {
        display: block; }
        .filter-title.visible .sel .btCheck {
          background-color: transparent !important; }
          .filter-title.visible .sel .btCheck + .btCheck:before {
            content: ", "; }
    .filter-title.visibleOne {
      background: none; }
      .filter-title.visibleOne .rem {
        display: block; }
      .filter-title.visibleOne .name {
        display: inline-block; }
        .filter-title.visibleOne .name:after {
          content: ": "; }
      .filter-title.visibleOne .sel {
        display: inline-block;
        width: auto; }
        .filter-title.visibleOne .sel .btCheck {
          background-color: transparent !important; }
          .filter-title.visibleOne .sel .btCheck + .btCheck:before {
            content: ", "; }
  .filter .button {
    min-width: 11.56rem; }
  .filter-hidd {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 3;
    list-style: none;
    padding: 1.88rem 1.88rem 1.38rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .filter-hidd p {
      font-weight: 500;
      font-size: 0.94rem;
      line-height: 167%;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #000000;
      margin-bottom: .125rem; }
    .filter-hidd-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 37.5rem; }
      .filter-hidd-type li {
        padding: 0 0 .938rem; }
        .filter-hidd-type li:last-child {
          padding-top: 0.63rem;
          width: 100%;
          min-width: 100%; }
    .filter-hidd-size {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 23.44rem;
      padding: 0.936rem 1.563rem 1.75rem; }
      .filter-hidd-size li {
        display: inline-block;
        padding: 0.31rem; }
        .filter-hidd-size li:last-child {
          padding-top: 0.938rem;
          width: 100%;
          min-width: 100%; }
    .filter-hidd-color {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 23.44rem;
      padding: 0.936rem 1.563rem 1.75rem; }
      .filter-hidd-color li {
        display: inline-block;
        padding: 0.31rem; }
        .filter-hidd-color li:last-child {
          padding-top: 0.938rem;
          width: 100%;
          min-width: 100%; }
    .filter-hidd-address {
      width: 18.75rem;
      left: auto;
      right: 2.25rem; }
      .filter-hidd-address li {
        display: block;
        padding: 0 0 1.25rem 0; }
    .filter-hidd-sort {
      width: 16.94rem;
      left: auto;
      right: 2.25rem; }
      .filter-hidd-sort li {
        display: block;
        padding: 0 0 0 0; }
        .filter-hidd-sort li:last-child {
          padding-top: 1.063rem;
          width: 100%;
          min-width: 100%; }
    .filter-hidd-other {
      width: 52.81rem;
      right: 2.25rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .filter-hidd-other > li {
        max-width: 30%; }
        .filter-hidd-other > li li {
          display: block; }
          .filter-hidd-other > li li:last-child {
            display: none; }
      .filter-hidd-other li {
        display: inline-block;
        vertical-align: top; }
        .filter-hidd-other li:last-child {
          padding-top: 1.063rem;
          width: 100%;
          min-width: 100%; }
        .filter-hidd-other li a:not([class]) {
          display: block;
          font-weight: 500;
          font-size: 0.94rem;
          line-height: 167%;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          color: #000000;
          margin-bottom: 1.25rem; }
        .filter-hidd-other li .checkbox {
          margin-bottom: .938rem; }
    .filter-hidd-price {
      width: 20rem; }
      .filter-hidd-price span:not([class]) {
        margin: 0 0.81rem; }
  .filter .ui {
    display: block; }
    .filter .ui span {
      display: block; }

.filter--box.active .filter-hidd {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.mmFilter .close {
  position: absolute;
  top: 1.25rem;
  left: -2.5rem; }
  .mmFilter .close i:before, .mmFilter .close i:after {
    background: #fff; }

.mmFilter .filter-hidd-price .mm-next {
  display: none; }

.mm-menu.mm-offcanvas.mmFilter {
  display: block;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 8;
  background: #fff;
  width: 16.25rem; }
  .mm-menu.mm-offcanvas.mmFilter.is-active .close {
    opacity: 1;
    visibility: visible; }
  .mm-menu.mm-offcanvas.mmFilter .ui .uiSlider {
    display: none; }
  .mm-menu.mm-offcanvas.mmFilter.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .mm-menu.mm-offcanvas.mmFilter .filter--wrapper {
    padding: 0; }
    .mm-menu.mm-offcanvas.mmFilter .filter--wrapper li {
      width: 100%; }
  .mm-menu.mm-offcanvas.mmFilter .mm-panels .mm-panel {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
    .mm-menu.mm-offcanvas.mmFilter .mm-panels .mm-panel.mm-opened.mm-current {
      -webkit-transform: translateX(0%);
              transform: translateX(0%); }
    .mm-menu.mm-offcanvas.mmFilter .mm-panels .mm-panel > .mm-listview {
      margin-top: 3.75rem; }
  .mm-menu.mm-offcanvas.mmFilter .mm-listview .mm-next {
    width: 100%; }
  .mm-menu.mm-offcanvas.mmFilter .filter-title {
    white-space: nowrap;
    display: block;
    width: 100%;
    max-width: none; }
    @media (max-width: 62.44rem) {
      .mm-menu.mm-offcanvas.mmFilter .filter-title {
        height: 2.06rem; } }
  .mm-menu.mm-offcanvas.mmFilter .filter-sort {
    display: none; }
  .mm-menu.mm-offcanvas.mmFilter .lastLvlFilter,
  .mm-menu.mm-offcanvas.mmFilter .filter-hidd {
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    position: relative;
    display: block;
    width: 100%;
    padding: 0; }
    .mm-menu.mm-offcanvas.mmFilter .lastLvlFilter li,
    .mm-menu.mm-offcanvas.mmFilter .filter-hidd li {
      width: 100%;
      height: 3.13rem;
      line-height: 3.13rem;
      max-width: none; }
      .mm-menu.mm-offcanvas.mmFilter .lastLvlFilter li:last-child,
      .mm-menu.mm-offcanvas.mmFilter .filter-hidd li:last-child {
        height: auto;
        padding: 1.88rem 1.88rem;
        border: none; }
    .mm-menu.mm-offcanvas.mmFilter .lastLvlFilter.filter-hidd-price, .mm-menu.mm-offcanvas.mmFilter .lastLvlFilter.filter-hidd-address,
    .mm-menu.mm-offcanvas.mmFilter .filter-hidd.filter-hidd-price,
    .mm-menu.mm-offcanvas.mmFilter .filter-hidd.filter-hidd-address {
      padding: 1.25rem 0 0; }
      .mm-menu.mm-offcanvas.mmFilter .lastLvlFilter.filter-hidd-price p, .mm-menu.mm-offcanvas.mmFilter .lastLvlFilter.filter-hidd-address p,
      .mm-menu.mm-offcanvas.mmFilter .filter-hidd.filter-hidd-price p,
      .mm-menu.mm-offcanvas.mmFilter .filter-hidd.filter-hidd-address p {
        text-align: center; }
    .mm-menu.mm-offcanvas.mmFilter .lastLvlFilter.filter-hidd-other > li:last-child,
    .mm-menu.mm-offcanvas.mmFilter .filter-hidd.filter-hidd-other > li:last-child {
      display: none; }
    .mm-menu.mm-offcanvas.mmFilter .lastLvlFilter.filter-hidd-size, .mm-menu.mm-offcanvas.mmFilter .lastLvlFilter.filter-hidd-color,
    .mm-menu.mm-offcanvas.mmFilter .filter-hidd.filter-hidd-size,
    .mm-menu.mm-offcanvas.mmFilter .filter-hidd.filter-hidd-color {
      padding: 0.936rem 0.5rem 1.75rem; }
      .mm-menu.mm-offcanvas.mmFilter .lastLvlFilter.filter-hidd-size li.checkbox, .mm-menu.mm-offcanvas.mmFilter .lastLvlFilter.filter-hidd-color li.checkbox,
      .mm-menu.mm-offcanvas.mmFilter .filter-hidd.filter-hidd-size li.checkbox,
      .mm-menu.mm-offcanvas.mmFilter .filter-hidd.filter-hidd-color li.checkbox {
        width: 3.44rem;
        height: 4.44rem;
        padding: 0;
        line-height: 0;
        border: none; }
    .mm-menu.mm-offcanvas.mmFilter .lastLvlFilter.filter-hidd-other,
    .mm-menu.mm-offcanvas.mmFilter .filter-hidd.filter-hidd-other {
      padding: 0.936rem 0 1.75rem; }
      .mm-menu.mm-offcanvas.mmFilter .lastLvlFilter.filter-hidd-other li:last-child,
      .mm-menu.mm-offcanvas.mmFilter .filter-hidd.filter-hidd-other li:last-child {
        height: 3.13rem;
        line-height: 3.13rem;
        padding: 0; }
  .mm-menu.mm-offcanvas.mmFilter .filter--wrapper {
    width: 100%;
    display: block; }
  .mm-menu.mm-offcanvas.mmFilter .checkbox:not(.checkboxColor):not(.radioSize) span {
    padding: 0 29px;
    width: 100%; }
    .mm-menu.mm-offcanvas.mmFilter .checkbox:not(.checkboxColor):not(.radioSize) span:before {
      background-color: none;
      left: auto;
      right: 0;
      background: none; }
  .mm-menu.mm-offcanvas.mmFilter .checkbox:not(.checkboxColor):not(.radioSize) input:checked + span:before {
    background: url(../images/checkSort.svg) no-repeat 50% 50%; }
  .mm-menu.mm-offcanvas.mmFilter .button.border {
    padding: 0; }

.bgFiler {
  position: fixed;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: visibility .1s, opacity .1s;
  transition: visibility .1s, opacity .1s;
  bottom: 0;
  z-index: 2; }
  @media (max-width: 62.5rem) {
    .bgFiler {
      display: none; } }
  .bgFiler.hover {
    opacity: 1;
    visibility: visible; }

.filter.sortMob {
  display: block;
  width: calc(50% - 0.38rem);
  float: left; }
  .filter.sortMob .filter--box {
    width: 100%;
    text-align: left; }
  .filter.sortMob .filter-title {
    display: block;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: .5rem 0;
    text-align: left;
    width: 100%; }
  .filter.sortMob .filter-hidd-sort {
    right: auto;
    left: 0; }

.filter--bt {
  display: inline-block;
  vertical-align: bottom;
  width: calc(50% - 0.38rem);
  float: right;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: .5rem 0;
  border-bottom: 2px solid black;
  color: #000000;
  margin-bottom: 1.25rem;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2.06rem;
  background: url(../images/arrowBt.svg) no-repeat 100% 50%; }

.checkbox {
  display: block;
  overflow: hidden;
  position: relative; }
  .checkbox input {
    position: absolute;
    left: -10000px;
    opacity: 0;
    visibility: hidden; }
    .checkbox input:checked + .error + span:before {
      background: url(../images/check.svg) no-repeat 50% 50% black; }
    .checkbox input:checked + span:before {
      background: url(../images/check.svg) no-repeat 50% 50% black; }
    .checkbox input:disabled + span {
      color: #ACACAC !important; }
    .checkbox input.error + label + span,
    .checkbox input.error + span {
      color: red; }
  .checkbox span {
    position: relative;
    display: inline-block;
    padding-left: 2.13rem;
    font-weight: 500;
    font-size: 0.94rem;
    line-height: 1.25rem;
    letter-spacing: 0.05em; }
    .checkbox span:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 1.25rem;
      height: 1.25rem;
      background: #F4F4F4; }
  .checkboxColor input:checked + span:before {
    background: url(../images/check-big-white.svg) no-repeat 50% 50%;
    z-index: 1; }
  .checkboxColor input:checked + span.lighten:before {
    background: url(../images/check-big-black.svg) no-repeat 50% 50%; }
  .checkboxColor input:checked + span:after {
    background: black; }
  .checkboxColor input:disabled + span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(255, 255, 255, 0.8); }
  .checkboxColor input.error + label + span,
  .checkboxColor input.error + span {
    border-color: red; }
  .checkboxColor span {
    padding-left: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
    width: 3.44rem;
    height: 3.44rem;
    margin-bottom: 0.63rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid transparent; }
    .checkboxColor span.lighten {
      border-color: #F1F1F1; }
    .checkboxColor span i {
      position: absolute;
      top: 0;
      width: 50%;
      height: 100%;
      left: 0; }
      .checkboxColor span i + i {
        left: 50%; }
    .checkboxColor span:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 1.06rem;
      height: 0.81rem;
      background-color: transparent; }
    .checkboxColor span:after {
      content: "";
      position: absolute;
      top: auto;
      left: 0;
      right: 0;
      height: 0.13rem;
      bottom: -.563rem; }
  .checkbox label.error {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    color: red;
    margin: 0 0 .5rem;
    font-size: .75rem;
    white-space: nowrap; }

.radio {
  display: block;
  overflow: hidden;
  position: relative; }
  .radioSize {
    width: 4.063rem; }
    .radioSize input {
      position: absolute;
      left: -10000px;
      opacity: 0;
      visibility: hidden; }
      .radioSize input:checked + span {
        border-bottom: 2px solid black; }
      .radioSize input.error + label + span,
      .radioSize input.error + span {
        border-color: red; }
      .radioSize input:disabled + span {
        color: #ACACAC; }
        .radioSize input:disabled + span:before {
          background: none; }
    .radioSize span {
      height: 3.44rem;
      display: block;
      font-size: 1.25rem;
      line-height: 3.13rem;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #000000;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #F1F1F1;
      padding: 0; }
      .radioSize span.one-size {
        font-size: 0.65rem;
      }
      .radioSize span:before {
        display: none; }
    .radioSize label.error {
      display: none;
      position: absolute;
      bottom: 100%;
      left: 0;
      color: red;
      margin: 0 0 .5rem;
      font-size: .75rem;
      white-space: nowrap; }

.radio-sort {
  overflow: hidden; }
  .radio-sort input {
    position: absolute;
    left: -10000px;
    opacity: 0;
    visibility: hidden; }
    .radio-sort input:checked + span {
      font-weight: bold; }
      .radio-sort input:checked + span:before {
        background: url(../images/checkSort.svg) no-repeat 50% 50%; }
    .radio-sort input:disabled + span {
      color: #ACACAC; }
      .radio-sort input:disabled + span:before {
        background: none; }
    .radio-sort input.error + label + span,
    .radio-sort input.error + span {
      border-color: red; }
  .radio-sort span {
    display: block;
    font-weight: 500;
    font-size: 0.94rem;
    line-height: 2.19rem;
    letter-spacing: 0.05em;
    color: #000000;
    padding-right: 1.5rem;
    position: relative; }
    .radio-sort span:before {
      content: "";
      width: 1.063rem;
      height: 0.81rem;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.radio label.error {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  color: red;
  margin: 0 0 .5rem;
  font-size: .75rem;
  white-space: nowrap; }

[title]:not(a):not(button):not(ymaps) {
  cursor: default; }

.goods {
  position: relative; }
  .goods:before {
    content: "";
    width: 100%;
    height: 13.25rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1; }
  .goods--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    max-width: 1306px;
    margin: 0 auto;
    position: relative; }
    .goods--flex-j {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .goods--slider {
    padding-top: 2px;
    width: calc(100% - 31.38rem);
    overflow: hidden;
    position: relative;
    margin-bottom: 4rem; }
    .goods--slider--swiper {
      float: right;
      width: calc(100% - 7.19rem); }
      .goods--slider--swiper-slide {
        width: 100%;
        background: #fff; }
        .goods--slider--swiper-slide:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0.05;
          background: #ccc;
          z-index: 1; }
      .goods--slider--swiper--nav {
        position: absolute;
        top: 0.1rem;
        left: 0;
        bottom: 2.81rem;
        width: 6.25rem; }
        .goods--slider--swiper--nav-slide {
          padding-top: 100%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: 50% 50%; }
          .goods--slider--swiper--nav-slide:before {
            content: "";
            width: 100%;
            height: 3px;
            position: absolute;
            bottom: 0;
            left: 0;
            -webkit-transition: .4s;
            transition: .4s; }
          .goods--slider--swiper--nav-slide:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.05;
            background: #ccc;
            z-index: 1; }
          .goods--slider--swiper--nav-slide.swiper-slide-thumb-active:before {
            background: #000; }
    .goods--slider .btZoom {
      pointer-events: none; }
    .goods--slider .swiper-button-next,
    .goods--slider .swiper-button-prev {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      .goods--slider .swiper-button-next svg,
      .goods--slider .swiper-button-prev svg {
        fill: black; }
    .goods--slider .swiper-button-prev {
      top: 1rem;
      left: 1.75rem; }
      .goods--slider .swiper-button-prev svg {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    .goods--slider .swiper-button-next {
      top: auto;
      bottom: -0.438rem;
      left: 1.75rem; }
      .goods--slider .swiper-button-next svg {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
  .goods .like {
    position: absolute;
    top: 1.88rem;
    right: 1.88rem;
    z-index: 2; }
    .goods .like:focus svg {
      fill: black; }
    .goods .like.is-active svg {
      fill: #F55151; }
  .goods .btZoom {
    position: absolute;
    bottom: 1.88rem;
    right: 1.88rem;
    z-index: 2; }
    .goods .btZoom:focus svg {
      fill: black; }
    .goods .btZoom.is-active svg {
      fill: #F55151; }
  .goods .swiper-pagination {
    display: none;
    bottom: 1.88rem; }
  .goods .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 25px; }
  .goods--info {
    text-align: left;
    max-width: 31.38rem;
    padding: 0 1.25rem 0 2.5rem;
    font-weight: 500;
    font-size: 0.88rem;
    line-height: 143%;
    margin-bottom: 4rem; }
    .goods--info-title {
      text-align: left;
      margin-bottom: 0.31rem; }
    .goods--info-select {
      z-index: 1; }
    .goods--info .art {
      display: inline-block;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #000000;
      margin: 0 0.5rem 0.69rem 0; }
    .goods--info .new {
      display: inline-block;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #ACACAC;
      margin: 0 0.5rem 0.69rem 0; }
    .goods--info .desc {
      font-weight: normal;
      font-size: 1rem;
      line-height: 1.56rem;
      margin-bottom: 1.75rem;
      text-align: left; }
    .goods--info .price {
      display: inline-block;
      font-size: 1.5rem;
      line-height: 1.25;
      color: #000000; }
      .goods--info .price span {
        display: inline-block;
        margin-right: .438rem; }
      .goods--info .price small {
        font-size: 1rem; }
      .goods--info .price .oldPrice {
        font-size: 1rem;
        text-decoration: line-through;
        color: #C4C4C4; }
      .goods--info .price .sale {
        font-size: 1rem;
        color: #F55151; }
    .goods--info .saleInfo {
      display: inline-block;
      font-size: 0.75rem;
      line-height: 1.25rem;
      margin-top: .563rem;
      text-align: right;
      letter-spacing: 0.05em;
      text-decoration: underline;
      text-transform: uppercase;
      color: #000000; }
      .goods--info .saleInfo:hover {
        text-decoration: none; }
    .goods--info .box {
      margin-bottom: 3.06rem;
      /*min-height: 12.25rem;*/
    }
      @media (max-width: 999px) {
        .goods--info .box {
          height: auto; } }
    .goods--info-box {
      margin-bottom: 3.06rem; }
    .goods--info-size ul, .goods--info-color ul {
      margin: 0 0 1.563rem -1.13rem; }
      .goods--info-size ul li, .goods--info-color ul li {
        position: relative;
        padding: 0 0 0.125rem 1.125rem; }
        .goods--info-size ul li.checkboxColor, .goods--info-color ul li.checkboxColor {
          line-height: 0;
          font-size: 0; }
    .goods--info-size ul li {
      display: inline-block;
      overflow: visible; }
      .goods--info-size ul li label {
        overflow: hidden; }
    .goods--info-size .radioSize {
      width: auto; }
      .goods--info-size .radioSize span {
        width: 3.44rem;
        height: 3.44rem;
        position: relative;
        margin-bottom: 0.63rem; }
        .goods--info-size .radioSize span:after {
          display: block;
          content: "";
          width: 100%;
          height: 2px;
          background: black;
          position: absolute;
          left: 0;
          bottom: -0.5rem;
          top: auto;
          -webkit-transition: .4s;
          transition: .4s;
          opacity: 0;
          visibility: hidden; }
      .goods--info-size .radioSize input:checked + span {
        border-bottom: 1px solid #F1F1F1; }
        .goods--info-size .radioSize input:checked + span:after {
          opacity: 1;
          visibility: visible; }
  .goods .button {
    padding: 0 1.25rem;
    margin-bottom: 1.31rem;
    min-width: 11.88rem; }
  .goods .openBt {
    display: inline-block;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 2.08;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ACACAC;
    margin-top: .63rem; }
    .goods .openBt span {
      display: inline-block;
      margin-left: .63rem; }
      .goods .openBt span.bt-close {
        display: none; }
    .goods .openBt svg {
      fill: #ACACAC; }
    .goods .openBt.is-active span.bt-open {
      display: none; }
    .goods .openBt.is-active span.bt-close {
      display: inline-block; }
    .goods .openBt.is-active svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .goods .openBt:hover {
      color: black; }
      .goods .openBt:hover svg {
        fill: black; }
  .goods .description {
    margin-bottom: 1.81rem; }
    .goods .description dl {
      display: block;
      font-weight: normal;
      font-size: 0.88rem;
      line-height: 179%; }
      .goods .description dl dt {
        display: inline-block;
        vertical-align: middle;
        color: #ACACAC; }
      .goods .description dl dd {
        display: inline-block;
        vertical-align: middle; }
    .goods .description .hidd {
      display: none; }
  .goods .deliveryInfo {
    font-weight: normal;
    font-size: 0.88rem;
    line-height: 171%;
    color: #000000; }
    .goods .deliveryInfo a {
      color: black;
      text-decoration: underline; }
      .goods .deliveryInfo a:hover {
        text-decoration: none; }
  .goods--socialNetwork {
    text-align: center;
    padding: 4.63rem 0;
    margin-bottom: 1rem;
    #background: url(../images/marccony.svg) no-repeat 50% 50%;
    #background: url(../images/share.svg) no-repeat 50% 50%;
     }
    .goods--socialNetwork .title {
      font-size: 0.75rem;
      line-height: 1.25rem;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #ACACAC;
      margin-bottom: 1.125rem; }
  .goods .catalog--slider--box {
    margin-bottom: 6.38rem; }

.infoSize {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.88rem;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0 1rem;
  color: #ACACAC;
  background: #FAFAFA;
  margin-bottom: 1.88rem; }

.bell {
  position: absolute;
  top: -.563rem;
  right: -.563rem; }
  .bell:hover {
    -webkit-animation: bell .5s infinite ease;
            animation: bell .5s infinite ease; }

@-webkit-keyframes bell {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  25% {
    -webkit-transform: translate(0);
            transform: translate(0); }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); } }

@keyframes bell {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  25% {
    -webkit-transform: translate(0);
            transform: translate(0); }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); } }

.title-gray {
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ACACAC;
  margin-bottom: .438rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .title-gray span {
    display: inline-block; }
  .title-gray a {
    text-decoration: underline; }
    .title-gray a:hover {
      text-decoration: none; }
  .title-gray .inp {
    display: none; }

.size_error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 500;
  font-size: 0.69rem;
  line-height: 1.25rem;
  color: #F55151;
  display: block; }

.popup {
  display: none; }
  .popup.fancybox-content {
    max-width: 40.63rem;
    width: 100%;
    padding: 5.63rem 6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center; }
    @media (max-width: 62.5rem) {
      .popup.fancybox-content {
        padding: 2.25rem 1.25rem; } }
  .popup--title {
    line-height: 1.5;
    margin-bottom: 1.19rem; }
  .popup--wrapper {
    padding: 0 .938rem; }
  .popup .input-box {
    max-width: none; }
  .popup .button {
    display: block;
    width: 100%; }
  .popup .inf {
    font-size: 0.63rem;
    line-height: 2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ACACAC;
    margin: 2.125rem 0 0; }
    .popup .inf a {
      display: inline-block;
      color: #ACACAC;
      text-decoration: underline; }
      .popup .inf a:hover {
        text-decoration: none; }
  .popup .goods--info-size ul {
    text-align: left; }
    @media (max-width: 62.5rem) {
      .popup .goods--info-size ul {
        margin-bottom: 0; } }
  .popup .title-gray {
    text-align: center;
    display: block;
    margin-bottom: 0.81rem; }
  .popup .checkboxCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.75rem; }
    .popup .checkboxCont .checkbox {
      display: inline-block;
      margin-bottom: .5rem; }
  .popup-big.fancybox-content {
    max-width: 69.38rem;
    padding: 5.63rem 4.69rem 1.88rem; }
    @media (max-width: 70.63rem) {
      .popup-big.fancybox-content {
        padding: 2.25rem 1.25rem; } }
  .popup-big .popup--title {
    margin-bottom: 0.69rem; }
  .popup .table {
    overflow: auto;
    margin-bottom: 2.25rem; }
  .popup table {
    width: 100%;
    min-width: 38rem; }
    .popup table th, .popup table td {
      border: 1px solid #EBEBEB;
      padding: 0.75rem;
      font-weight: 500;
      font-size: 1rem;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #000000; }
      .popup table th:first-child, .popup table td:first-child {
        width: 15rem;
        text-align: left;
        padding: 0.75rem 1.88rem; }
        @media (max-width: 70.63rem) {
          .popup table th:first-child, .popup table td:first-child {
            width: 10rem; } }
    .popup table th {
      font-size: 0.75rem;
      background: #FAFAFA;
      padding: 0.88rem 0;
      color: #ACACAC; }
      .popup table th:first-child {
        padding: 0.88rem 1.88rem; }
  .popup .size-info {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 0.94rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #000000; }
    .popup .size-info li {
      display: inline-block;
      width: calc(50% - 1.25rem); }
      @media (max-width: 43.75rem) {
        .popup .size-info li {
          width: 100%; } }
      .popup .size-info li p {
        text-align: left;
        margin-bottom: 1.5rem; }
    .popup .size-info .img {
      background: #FAFAFA; }
    .popup .size-info .text {
      height: calc(100% - 12.5rem); }
  .popup-maps.fancybox-content {
    padding: 4.06rem 4.5rem;
    max-width: 69.38rem;
    border-bottom: 3px solid #000; }
    @media (max-width: 47.94rem) {
      .popup-maps.fancybox-content {
        padding: 1.06rem 1.5rem; } }

.fancybox-close-small {
  background-size: 1.25rem 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  line-height: 0;
  top: 2.5rem;
  right: 2.5rem; }
  @media (max-width: 62.5rem) {
    .fancybox-close-small {
      top: 1rem;
      right: 1rem; } }
  .fancybox-close-small svg {
    fill: black;
    width: 1.25rem;
    height: 1.25rem; }
  .fancybox-close-small:hover svg {
    fill: #F55151; }

.breadcrumpsBg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #FAFAFA;
  text-align: center;
  padding: 4.81rem 0;
  font-weight: 500;
  font-size: 1.88rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 1.63rem; }
  .breadcrumpsBg.nomarg {
    margin: 0; }
  .breadcrumpsBg .black {
    color: black; }
  .breadcrumpsBg--box {
    max-width: 48rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.63rem 0 0; }
  .breadcrumpsBg a {
    display: inline-block;
    padding: 0.38rem 1.81rem;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 2.25;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    border-bottom: 3px solid transparent; }
    .breadcrumpsBg a.active {
      border-color: #fff; }
  .breadcrumpsBg .contact__list {
    position: absolute;
    left: 3rem;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
    .breadcrumpsBg .contact__list .title {
      font-weight: 500;
      font-size: 0.88rem;
      line-height: 3.21;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF;
      margin-bottom: 0; }
    .breadcrumpsBg .contact__list__link {
      padding: 0;
      height: auto;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      margin: 0 1.125rem;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
      .breadcrumpsBg .contact__list__link svg {
        fill: #fff;
        stroke: #fff; }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0 0 2.19rem;
  position: relative;
  vertical-align: middle;
  width: 100%; }
  .select2-container * {
    outline: none !important; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 99999;
  text-align: center;
  -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
  padding: 1.06rem 2.94rem 1.5rem; }

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 0.38rem;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  font-size: 1rem;
  line-height: 1.13rem;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  text-align: left;
  border-bottom: 2px solid #000;
  border-radius: 0; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  cursor: pointer;
  font-weight: 500;
  font-size: 1rem;
  line-height: 94%;
  text-transform: capitalize;
  padding: 23px 0;
  color: #000000; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -0.81rem;
  right: 0px;
  width: 20px;
  text-align: right; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: inline-block;
  background: url(../images/arrowBt.svg) no-repeat 50% 50%;
  width: 10px;
  height: 28px; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 2px solid black;
  font-weight: 500;
  font-size: 0.88rem;
  line-height: 107%;
  padding: 1.06rem 2rem 1.06rem 0;
  text-transform: capitalize;
  background: url(../images/zoom.svg) no-repeat 100% 50%;
  background-size: 1.38rem 1.38rem;
  margin-bottom: 1.25rem; }
  .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
    color: #ACACAC; }
  .select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
    color: #ACACAC; }
  .select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
    color: #ACACAC; }
  .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
    color: #ACACAC; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  font-weight: bold; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  font-weight: bold; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 50px}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.orderPage__wrapper {
  padding: 0 3.13rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 90rem;
  margin: 0 auto; }
  @media (max-width: 156.25rem) {
    .orderPage__wrapper {
      padding: 0 1.25rem; } }

.orderPage .input-box {
  width: calc(50% - 1.25rem);
  max-width: none; }
  @media (max-width: 767px) {
    .orderPage .input-box {
      width: 100%; } }
  .orderPage .input-box.little {
    width: calc(25% - 1.25rem); }
    @media (max-width: 767px) {
      .orderPage .input-box.little {
        width: calc(50% - 1.25rem); } }

.orderPage .select2 {
  margin-bottom: 2.5rem;
  width: calc(50% - 1.25rem); }
  @media (max-width: 767px) {
    .orderPage .select2 {
      width: 100%; } }

.orderPage .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.orderPage .item {
  margin-bottom: 5.38rem; }
  .orderPage .item.box {
    position: relative;
    z-index: 2; }
  @media (max-width: 999px) {
    .orderPage .item {
      margin-bottom: 2rem; } }

.orderPage__form {
  width: calc(100% - 28.75rem);
  float: left; }
  @media (max-width: 76.88rem) {
    .orderPage__form {
      width: calc(100% - 22.75rem); } }
  @media (max-width: 62.44rem) {
    .orderPage__form {
      width: 100%;
      float: none; } }
  .orderPage__form dl {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 1.25rem); }
    @media (max-width: 767px) {
      .orderPage__form dl {
        width: 100%; } }
    .orderPage__form dl dt {
      font-size: 0.75rem;
      line-height: 1.67;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #ACACAC; }
    .orderPage__form dl dd {
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 1.87;
      letter-spacing: 0.05em;
      color: #000000;
      text-transform: uppercase; }
      .orderPage__form dl dd small {
        text-transform: none;
        font-size: 1rem;
        line-height: 2.81rem; }

.orderPage .box50 {
  width: calc(50% - 1.25rem); }
  @media (max-width: 767px) {
    .orderPage .box50 {
      width: 100%; } }

.orderPage .box100 {
  width: 100%; }

.orderPage .button {
  display: block;
  width: 100%; }

.orderPage .orderOk {
  margin: 1.56rem 0 6.25rem; }

.orderPage .checkbox {
  width: calc(50% - 1.25rem);
  margin-bottom: 1.25rem; }
  @media (max-width: 767px) {
    .orderPage .checkbox {
      width: 100%; } }
  .orderPage .checkbox label {
    display: block; }
  .orderPage .checkbox span {
    display: block;
    background: #FAFAFA;
    height: 4.38rem;
    line-height: 4.25rem;
    border-bottom: 2px solid #FAFAFA;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 4.88rem;
    position: relative;
    cursor: pointer; }
    .orderPage .checkbox span small {
      font-size: 0.75rem;
      line-height: 1.67;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #ACACAC;
      margin-left: 1rem; }
    @media (max-width: 1370px) {
      .orderPage .checkbox span {
        padding-left: 2.5rem; } }
    .orderPage .checkbox span:before {
      content: "";
      width: 1.25rem;
      height: 1.25rem;
      position: absolute;
      top: 50%;
      margin-top: -0.63rem;
      left: 1.88rem;
      background: #fff; }
      @media (max-width: 1370px) {
        .orderPage .checkbox span:before {
          left: 0.88rem; } }
  .orderPage .checkbox input:checked + span {
    border-color: black; }

@media (max-width: 62.44rem) {
  .orderPage .tableBasket {
    margin: 0; } }

.orderPage__tableBasket {
  width: 26.25rem;
  float: right;
  margin: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 10px; }
  @media (max-width: 999px) {
    .orderPage__tableBasket {
      display: none; } }
  @media (max-width: 62.44rem) {
    .orderPage__tableBasket {
      position: relative;
      margin: 0; } }
  @media (max-width: 76.88rem) {
    .orderPage__tableBasket {
      width: 22rem; } }
  @media (max-width: 62.44rem) {
    .orderPage__tableBasket {
      width: 100%;
      float: none; } }
  @media (max-width: 62.44rem) {
    .orderPage__tableBasket tr td, .orderPage__tableBasket tr td:nth-child(2) {
      padding-top: .5rem;
      padding-bottom: .5rem; }
      .orderPage__tableBasket tr td .art, .orderPage__tableBasket tr td .name, .orderPage__tableBasket tr td:nth-child(2) .art, .orderPage__tableBasket tr td:nth-child(2) .name {
        margin-bottom: 0; }
      .orderPage__tableBasket tr td .rem, .orderPage__tableBasket tr td:nth-child(2) .rem {
        top: .438rem; } }
  @media (max-width: 62.44rem) {
    .orderPage__tableBasket tr:last-of-type td {
      padding-top: 1rem; } }
  .orderPage__tableBasket tr:last-of-type p {
    border-top: 3px solid black;
    padding: 1.81rem 0;
    line-height: .94;
    text-transform: lowercase;
    color: #000000; }
  .orderPage__tableBasket tr.remove td .art, .orderPage__tableBasket tr.remove td .name, .orderPage__tableBasket tr.remove td dl,
  .orderPage__tableBasket tr.remove td .img {
    opacity: 0.2; }

.orderPage .ainimated:not([data-img]):not(.custom) {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; }

.basket-promocode {
  padding: 0 3.13rem;
}
.basket-promocode .input-text-bot:disabled {
  background: white;
}
.basket-promocode .input-box {
  width: auto;
  padding-bottom: 0;
  flex-grow: 1;
}
.basket-promocode .input-text-bot {
  padding: 10px 0;
  font-size: 18px;
}
.basket-promocode .input-text-bot + label.error {
  bottom: 6px;
  right: 0;
  left: auto;
}
.basket-promocode__form.error .input-text-bot {
  color: #F55151;
}
.basket-promocode__form.error .input-text-bot::placeholder {
  color: #F55151;
}
.basket-promocode__form.success .input-text-bot::placeholder {
  color: transparent;
}
.basket-promocode__form.error .input-text-bot + label.error {
  display: block!important;
}
.basket-promocode__form {
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
}
.basket-promocode__form .rem {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 6px;
  right: 2px;
  display: none;
}
.basket-promocode__btn {
  margin-left: 20px;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  border: none;
  background: none;
}
.basket-promocode__btn:focus {
  outline: none;
}
@media (max-width: 47.94em){
  .basket-promocode {
    padding: 0 1rem;
  }
  .basket-promocode .input-text-bot {
    font-size: 14px;
    margin-bottom: 1.3rem;
  }
  .basket-promocode__btn {
    margin-left: 15px;
    font-size: 12px;
  }
  .basket-promocode .input-text-bot + label.error {
    bottom: 0;
  }
  .basket-promocode__form .rem {
    top: 9px;
    right: 0;
  }
  .basket-promocode__form {
    padding-top: 0;
  }
}
.tabsContainerDevelory .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin-bottom: 1.56rem; }
  .tabsContainerDevelory .tabs li {
    width: calc(50% - 1.25rem);
    margin-bottom: 1.25rem; }
    @media (max-width: 767px) {
      .tabsContainerDevelory .tabs li {
        width: 100%; } }
    .tabsContainerDevelory .tabs li p {
      background: #FAFAFA;
      height: 4.38rem;
      line-height: 4.25rem;
      border-bottom: 2px solid #FAFAFA;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 4.88rem;
      position: relative;
      cursor: pointer; }
      @media (max-width: 1370px) {
        .tabsContainerDevelory .tabs li p {
          padding-left: 2.5rem; } }
      .tabsContainerDevelory .tabs li p:before {
        content: "";
        width: 1.25rem;
        height: 1.25rem;
        position: absolute;
        top: 50%;
        margin-top: -0.63rem;
        left: 1.88rem;
        background: #fff; }
        @media (max-width: 1370px) {
          .tabsContainerDevelory .tabs li p:before {
            left: 0.88rem; } }
    .tabsContainerDevelory .tabs li.current p {
      border-color: #000;
      cursor: default; }
      .tabsContainerDevelory .tabs li.current p:before {
        background: url(../images/check.svg) no-repeat 50% 50% #000; }

.tabsContainerDevelory .tabsBox {
  margin-bottom: 4.56rem;
  display: none; }
  @media (max-width: 999px) {
    .tabsContainerDevelory .tabsBox {
      margin-bottom: 2rem; } }

.tabsContainerDevelory .textGr {
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.67;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ACACAC;
  margin: 0.44rem 0 0; }

.tabsContainerDevelory .textBl {
  font-weight: 500;
  font-size: 0.88rem;
  line-height: 1.67;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000; }

.tabsContainerDevelory .button {
  width: 100%;
  margin-bottom: 2.25rem; }

.selectBoxCheck {
  position: relative;
  z-index: 2; }
  .selectBoxCheck.open .hidd {
    display: block; }
  .selectBoxCheck-open {
    display: block;
    width: 100%;
    border-bottom: 2px solid black;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #000000;
    padding: 1.44rem 0;
    width: 100%;
    margin-bottom: 1.75rem;
    position: relative; }
    .selectBoxCheck-open:before {
      content: "";
      display: inline-block;
      background: url(../images/arrowBt.svg) no-repeat 50% 50%;
      width: 10px;
      height: 28px;
      position: absolute;
      top: 50%;
      margin-top: -14px;
      right: 0; }
  .selectBoxCheck .hidd {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 57rem;
    background: #fff;
    padding: 3.88rem 3.13rem 6.13rem;
    -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.1); }
    @media (max-width: 62.44rem) {
      .selectBoxCheck .hidd {
        min-width: 100%; } }
    @media (max-width: 26.88rem) {
      .selectBoxCheck .hidd {
        padding: 2rem 1rem 2rem; } }
    .selectBoxCheck .hidd ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .selectBoxCheck .hidd ul li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin-bottom: 1.88rem; }
        @media (max-width: 47.94rem) {
          .selectBoxCheck .hidd ul li {
            width: 100%; } }
  .selectBoxCheck .checkboxImg {
    position: relative;
    z-index: 3; }
    .selectBoxCheck .checkboxImg label {
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      .selectBoxCheck .checkboxImg label input {
        position: absolute;
        left: -10000px;
        opacity: 0;
        visibility: hidden; }
        .selectBoxCheck .checkboxImg label input:checked + .selectBoxCheck-bt .selectCheck:before {
          background: url(../images/check.svg) no-repeat 50% 50% black; }
      .selectBoxCheck .checkboxImg label .selectBoxCheck-bt {
        float: right;
        display: inline-block;
        width: calc(100% - 7.5rem);
        margin-left: 1.125rem; }
        @media (max-width: 26.88rem) {
          .selectBoxCheck .checkboxImg label .selectBoxCheck-bt {
            margin-left: .75rem;
            width: calc(100% - 5rem); } }
      .selectBoxCheck .checkboxImg label .selectCheck {
        display: block;
        padding-left: 1.81rem;
        position: relative;
        margin-top: .688rem; }
        .selectBoxCheck .checkboxImg label .selectCheck:before {
          content: "";
          width: 1.25rem;
          height: 1.25rem;
          background: #EEEEEE;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -0.63rem; }
      .selectBoxCheck .checkboxImg label .mainImg {
        float: right;
        width: 6.25rem; }
        @media (max-width: 26.88rem) {
          .selectBoxCheck .checkboxImg label .mainImg {
            width: 4.25rem; } }
    .selectBoxCheck .checkboxImg dl {
      width: 100%; }
      .selectBoxCheck .checkboxImg dl dt {
        display: inline-block;
        width: 0.88rem;
        margin-right: 0.75rem; }
      .selectBoxCheck .checkboxImg dl dd {
        display: inline-block;
        font-weight: 500;
        font-size: 0.94rem;
        line-height: 0.94rem;
        letter-spacing: 0.05em;
        text-transform: capitalize;
        color: #000000;
        width: calc(100% - 2rem); }

.order-composition {
  position: relative;
  display: none; }
  @media (max-width: 999px) {
    .order-composition {
      display: block; } }
  .order-composition .link {
    display: block;
    border-bottom: 2px solid black;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #000000;
    padding: 1.44rem 0;
    width: 100%;
    margin-bottom: 1.75rem;
    position: relative; }
    .order-composition .link:before {
      content: "";
      display: inline-block;
      background: url(../images/arrowBt.svg) no-repeat 50% 50%;
      width: 10px;
      height: 28px;
      position: absolute;
      top: 50%;
      margin-top: -14px;
      right: 0; }
  .order-composition.open .hidd {
    display: block; }
  .order-composition .hidd {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #fff;
    padding: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 2; }
    .order-composition .hidd .orderPage__tableBasket {
      display: block;
      position: static;
      top: 0;
      width: 100%; }

.page-search {
  background: #FAFAFA;
  padding: 4.44rem 0 5.13rem;
  text-align: center; }
  .page-search-box {
    position: relative;
    display: inline-block;
    max-width: 43.63rem;
    padding: 0 1.5rem;
    width: 100%; }
  .page-search .search-input {
    border: none;
    border-bottom: 2px solid #000;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #000;
    background: none;
    padding: 0.69rem 0;
    width: 100%; }
  .page-search .search-bt {
    position: absolute;
    bottom: 1rem;
    right: 1.5rem;
    background: url(../images/zoom.svg) no-repeat 50% 50%;
    border: none;
    width: 1.38rem;
    height: 1.38rem; }

.mapsBox {
  width: calc(100% - 29.38rem);
  height: 37.5rem; }
  @media (max-width: 767px) {
    .mapsBox {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      height: 20.5rem;
      margin-bottom: 2rem; } }

.contacts {
  height: 37.5rem;
  width: 29rem;
  overflow: auto;
  padding: 0 3.13rem;
  -webkit-overflow-scrolling: touch; }
  .contacts::-webkit-scrollbar {
    width: 5px; }
  .contacts::-webkit-scrollbar-thumb {
    background-color: #000; }
  @media (max-width: 767px) {
    .contacts {
      width: 100%;
      height: auto;
      max-height: 37.5rem;
      margin-bottom: 2rem;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .contacts__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 6.25rem; }
    @media (max-width: 767px) {
      .contacts__box {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .contacts__shops-list {
    display: none;
    list-style: none;
    margin: 0 -3.13rem; }
    .contacts__shops-list li {
      display: block; }
  .contacts__shops-item {
    display: inline-block;
    width: calc(100% - 7.5rem);
    margin-left: 1.125rem; }
    @media (max-width: 26.88rem) {
      .contacts__shops-item {
        margin-left: .75rem;
        width: calc(100% - 5rem); } }
  .contacts__shops-link {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.94rem 2.13rem 0.94rem 3.13rem;
    overflow: hidden; }
    @media (max-width: 487px) {
      .contacts__shops-link {
        padding: 0.94rem 1.13rem 0.94rem 1.13rem; } }
    .contacts__shops-link:hover, .contacts__shops-link.active {
      background: #c0d4dd; }
    .contacts__shops-link .mainImg {
      width: 6.25rem; }
      @media (max-width: 26.88rem) {
        .contacts__shops-link .mainImg {
          width: 4.25rem; } }
    .contacts__shops-link dl {
      width: 100%; }
      .contacts__shops-link dl dt {
        display: inline-block;
        width: 0.88rem;
        margin-right: 0.75rem; }
      .contacts__shops-link dl dd {
        display: inline-block;
        font-weight: 500;
        font-size: 0.94rem;
        line-height: 0.94rem;
        letter-spacing: 0.05em;
        text-transform: capitalize;
        color: #000000;
        width: calc(100% - 2rem); }

.page__concept .seo {
  margin-bottom: 5.81rem; }
  @media (max-width: 999px) {
    .page__concept .seo {
      margin-bottom: 2.31rem; } }
  .page__concept .seo--wrapper {
    padding-top: 4.63rem;
    padding-bottom: 0;
    background: none; }
  .page__concept .seo-img.top {
    top: 4.63rem; }

.page__concept-wrapper {
  max-width: 43.13rem;
  margin: 0 auto;
  padding: 0 1.25rem; }

.page__concept-text {
  #background: url(../images/marccony.svg) no-repeat 50% 0;
  background: url(../images/aboutus.svg) no-repeat 50% 0;
  padding: 3.19rem 0 0.938rem; }
  @media (max-width: 999px) {
    .page__concept-text {
      background-size: 90% auto; } }
  .page__concept-text img {
    margin-bottom: 2.5rem; }
  .page__concept-text p:not(class) {
    line-height: 1.62;
    letter-spacing: 0.05em;
    margin-bottom: 5.31rem; }
    @media (max-width: 999px) {
      .page__concept-text p:not(class) {
        margin-bottom: 2.31rem; } }

.page__concept .insta--bg {
  background-position: 50% 50%;
  padding: 3.13rem 0; }

.page__news--wrapper {
  max-width: 90rem;
  padding: 0 3.13rem;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .page__news--wrapper {
      padding: 0 1.5rem; } }

.page__news--slider {
  position: relative;
  margin-bottom: 9.5rem; }
  @media (max-width: 1000px) {
    .page__news--slider {
      margin-bottom: 2.5rem; } }
  .page__news--slider-hidd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
    padding: 2.81rem 1.38rem;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: .4s ease;
    transition: .4s ease; }
    @media (max-width: 767px) {
      .page__news--slider-hidd {
        padding: 1.5rem 1.125rem; } }
  .page__news--slider-text {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center; }
    @media (max-width: 1150px) {
      .page__news--slider-text {
        font-size: 1rem; } }
  .page__news--slider-link svg {
    fill: #fff !important; }
  .page__news--slider-title {
    font-weight: 500;
    font-size: 1.88rem;
    line-height: 1.33;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .4s ease;
    transition: .4s ease; }
    @media (max-width: 1150px) {
      .page__news--slider-title {
        font-size: 1.5rem; } }
  .page__news--slider--img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover; }
  .page__news--slider-swiper-slide {
    overflow: hidden;
    height: 31.25rem; }
    .page__news--slider-swiper-slide:hover .page__news--slider-title {
      left: 100%; }
    .page__news--slider-swiper-slide:hover .page__news--slider-hidd {
      -webkit-transform: translateX(0);
              transform: translateX(0); }

.page__news .swiper-button {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  text-align: center; }
  .page__news .swiper-button-prev {
    left: -2.88rem; }
    @media (max-width: 767px) {
      .page__news .swiper-button-prev {
        left: 0; } }
  .page__news .swiper-button-next {
    right: -2.88rem; }
    @media (max-width: 767px) {
      .page__news .swiper-button-next {
        right: 0; } }
  .page__news .swiper-button svg {
    fill: black; }
  .page__news .swiper-button:hover svg {
    fill: #F55151; }

.page__news-h2 {
  text-align: center; }

.page__news .insta {
  margin-bottom: 5.69rem; }
  .page__news .insta--bg {
    background-position: 50% 50%;
    padding: 3.13rem 0; }

.page__news__catalog-wrapper {
  max-width: 1416px;
  margin: 0 auto; }

@media (min-width: 1000px) {
  .page__news .catalog {
    margin-bottom: 4.38rem; }
    .page__news .catalog li {
      width: 25%; } }

.page__news__open {
  position: relative;
  margin: -1.63rem 0 0;
  padding: 0 0 3rem; }
  .page__news__open p.ainimated,
  .page__news__open p:not([class]) {
    line-height: 1.62;
    letter-spacing: 0.05em;
    margin-bottom: 5.31rem; }
    @media (max-width: 999px) {
      .page__news__open p.ainimated,
      .page__news__open p:not([class]) {
        margin-bottom: 2.31rem; } }
  .page__news__open-wrapper {
    max-width: 43.13rem;
    margin: 0 auto;
    padding: 0 1.25rem; }
  .page__news__open-time {
    font-size: 0.75rem;
    line-height: 1.67;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ACACAC;
    margin-bottom: 1.63rem; }
  .page__news__open-line {
    position: absolute;
    top: 0;
    bottom: 100%;
    left: 50%;
    width: 16.88rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #FAFAFA;
    z-index: -1;
    -webkit-transition: all 1.6s ease;
    transition: all 1.6s ease; }
    .page__news__open-line.on {
      bottom: 0; }
  .page__news__open-line-box {
    position: relative;
    margin-bottom: 4.56rem;
    padding-bottom: 1.69rem;
    padding-top: 2.38rem; }
  .page__news__open-title-img {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 1.25rem !important; }
    @media (max-width: 767px) {
      .page__news__open-title-img {
        font-size: 1rem; } }
  .page__news__open img {
    margin-bottom: 3.38rem; }
  .page__news__open ul {
    line-height: 1.62;
    letter-spacing: 0.05em;
    margin-bottom: 5.31rem;
    padding-left: 0.88rem; }
    @media (max-width: 999px) {
      .page__news__open ul {
        margin-bottom: 2.31rem; } }
    .page__news__open ul li {
      padding-left: 2.25rem;
      margin-bottom: 1.63rem; }

.page__contact .seo--wrapper {
  padding-top: 0;
  background: none; }

.page__contact__text {
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.71;
  text-align: center;
  color: #A9A9A9;
  margin-bottom: 6.94rem; }
  .page__contact__text h2, .page__contact__text .h2 {
    font-weight: 500;
    margin-bottom: 1.063rem; }

.contactBg {
  margin-bottom: 6.19rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 8rem 0 9.56rem;
  text-align: center; }
  .contactBg__title {
    font-weight: 500;
    font-size: 1.88rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 3.06rem; }
  .contactBg__list__link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.81rem; }
    .contactBg__list__link svg {
      fill: #fff;
      stroke: #fff; }

@media (max-width: 47.94rem) {
  .page__refund .seo {
    margin-bottom: 2.5rem; } }

.page__refund .seo--wrapper {
  padding-top: 0;
  padding-bottom: 0;
  background: none; }

.page__refund .seo-img.right {
  top: 0; }

.page__refund .seo h2, .page__refund .seo .h2 {
  margin-bottom: 1rem;
  font-weight: 500; }
  .page__refund .seo h2:last-of-type, .page__refund .seo .h2:last-of-type {
    margin-bottom: 2.75rem; }

.page__refund .seo b {
  display: block;
  margin-top: 0.75rem;
  font-size: 3.75rem;
  line-height: .5;
  text-transform: uppercase;
  font-weight: normal; }
  @media (max-width: 62.44rem) {
    .page__refund .seo b {
      font-size: 1.875rem; } }
  .page__refund .seo b small {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em; }

.page__refund .seo--text {
  padding: 5.94rem 0 6.25rem; }
  @media (max-width: 62.44rem) {
    .page__refund .seo--text {
      padding: 2rem 0 2rem; } }

.page__refund .seo .button {
  display: block;
  max-width: 26.25rem;
  padding: 0 .5rem;
  letter-spacing: 0.05em;
  margin: 0 auto; }
  @media (max-width: 24.38rem) {
    .page__refund .seo .button span {
      margin: 0; } }
  @media (max-width: 350px) {
    .page__refund .seo .button {
      letter-spacing: -1px; } }
  .page__refund .seo .button svg {
    margin: 0; }
    @media (max-width: 24.38rem) {
      .page__refund .seo .button svg {
        display: none; } }

.page__refund__question {
  max-width: 43.63rem;
  padding: 0 1.5rem;
  margin: 0 auto 5.06rem; }
  .page__refund__question__list {
    list-style: none; }
  .page__refund__question__box {
    padding: 0.25rem 0 0.938rem 3.13rem;
    background: url(../images/icon-question.svg) no-repeat 0 0;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #000000; }
    @media (max-width: 47.94rem) {
      .page__refund__question__box {
        font-size: 1rem; } }
  .page__refund__question__hidd {
    display: none;
    background: #FAFAFA;
    border-bottom: 3px solid black;
    margin: 1.69rem 0 2.19rem 2.5rem;
    padding: 2.125rem 2.5rem 1.31rem;
    position: relative; }
    @media (max-width: 47.94rem) {
      .page__refund__question__hidd {
        margin: 1rem 0 1.19rem -2.5rem;
        padding: 1.25rem;
        font-size: 0.88rem; } }
    .page__refund__question__hidd .close {
      position: absolute;
      top: 1rem;
      right: 1rem;
      width: 1.25rem;
      height: 1.25rem;
      background: url(../images/rem.svg) no-repeat 0 0;
      background-size: contain;
      opacity: 1;
      -webkit-transition: top 0.2s ease 0s, right 0.2s ease 0s;
      transition: top 0.2s ease 0s, right 0.2s ease 0s;
      visibility: visible; }
      @media (max-width: 62.44rem) {
        .page__refund__question__hidd .close {
          width: .938rem;
          height: .938rem; } }
      .page__refund__question__hidd .close:hover {
        opacity: .5; }
      .page__refund__question__hidd .close.open {
        top: -.63rem;
        right: -.63rem;
        -webkit-transition: top 0.2s ease 0.4s, right 0.2s ease 0.4s;
        transition: top 0.2s ease 0.4s, right 0.2s ease 0.4s; }
    .page__refund__question__hidd p {
      font-size: 16px;
      line-height: 1.62;
      letter-spacing: 0.05em;
      /*text-transform: capitalize;*/
      color: #000000;
      margin-bottom: 1rem; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  z-index: 99;
  background: rgba(255, 255, 255, 0.45); }
  .preloader .item-1 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #cbcbcb;
    margin: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50%,
  75% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5); }
  78%, 100% {
    opacity: 0; } }

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50%,
  75% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5); }
  78%, 100% {
    opacity: 0; } }
    .preloader .item-1:before {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #cbcbcb;
      opacity: 0.7;
      -webkit-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
              animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
      -webkit-animation-delay: 200ms;
              animation-delay: 200ms;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      -webkit-transform: scale(1);
              transform: scale(1); }
  .preloader .item-2 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #868585;
    margin: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50%,
  75% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5); }
  78%, 100% {
    opacity: 0; } }
    .preloader .item-2:before {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #868585;
      opacity: 0.7;
      -webkit-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
              animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
      -webkit-animation-delay: 400ms;
              animation-delay: 400ms;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      -webkit-transform: scale(1);
              transform: scale(1); }
  .preloader .item-3 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #525252;
    margin: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50%,
  75% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5); }
  78%, 100% {
    opacity: 0; } }
    .preloader .item-3:before {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #525252;
      opacity: 0.7;
      -webkit-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
              animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
      -webkit-animation-delay: 600ms;
              animation-delay: 600ms;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      -webkit-transform: scale(1);
              transform: scale(1); }
  .preloader .item-4 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #333;
    margin: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50%,
  75% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5); }
  78%, 100% {
    opacity: 0; } }
    .preloader .item-4:before {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #333;
      opacity: 0.7;
      -webkit-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
              animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
      -webkit-animation-delay: 800ms;
              animation-delay: 800ms;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      -webkit-transform: scale(1);
              transform: scale(1); }
  .preloader .item-5 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #000000;
    margin: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50%,
  75% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5); }
  78%, 100% {
    opacity: 0; } }
    .preloader .item-5:before {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #000000;
      opacity: 0.7;
      -webkit-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
              animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
      -webkit-animation-delay: 1000ms;
              animation-delay: 1000ms;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      -webkit-transform: scale(1);
              transform: scale(1); }

.page__delivery {
  margin-bottom: 6.25rem; }
  .page__delivery .seo h1, .page__delivery .seo .h1 {
    margin-bottom: 3.81rem; }
    @media (max-width: 62.44rem) {
      .page__delivery .seo h1, .page__delivery .seo .h1 {
        margin-bottom: 1rem; } }
  .page__delivery .seo h2, .page__delivery .seo .h2 {
    margin-bottom: 2.63rem; }
    @media (max-width: 62.44rem) {
      .page__delivery .seo h2, .page__delivery .seo .h2 {
        margin-bottom: 1rem; } }
    @media (max-width: 62.44rem) {
      .page__delivery .seo h2:last-of-type, .page__delivery .seo .h2:last-of-type {
        margin-bottom: 0; } }
  .page__delivery .seo--text {
    padding: 5.81rem 0 4rem; }
    @media (max-width: 62.44rem) {
      .page__delivery .seo--text {
        padding: 2rem 0 2rem; } }
  .page__delivery__type__title {
    margin-bottom: 2.44rem; }
    .page__delivery__type__title .select2 {
      display: inline-block;
      vertical-align: top;
      width: auto;
      margin: 0 0 0.31rem; }
    .page__delivery__type__title .select2-container--default .select2-selection--single .select2-selection__rendered {
      font-style: normal;
      font-weight: 500;
      font-size: 1.88rem;
      line-height: 1.33;
      text-align: center;
      letter-spacing: 0.05em;
      color: #000000;
      margin-bottom: 1.88rem;
      text-transform: uppercase;
      padding: 0;
      margin: 0; }
      @media (max-width: 62.44rem) {
        .page__delivery__type__title .select2-container--default .select2-selection--single .select2-selection__rendered {
          font-size: 1.25rem;
          line-height: 1.5;
          letter-spacing: 0.05em;
          margin-bottom: 0.88rem; } }
    .page__delivery__type__title .select2-container--default .select2-selection--single .select2-selection__arrow {
      display: none; }
  .page__delivery__type__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 96.26rem;
    padding: 0 2rem;
    margin: 0 auto; }
  .page__delivery__type__box {
    padding: 7.38rem 2.63em 0; }
    @media (max-width: 86.25rem) {
      .page__delivery__type__box {
        padding: 7.38rem 1.5em 0; } }
    @media (max-width: 69.31em) {
      .page__delivery__type__box {
        padding: 7.38rem 1em 0; } }
    @media (max-width: 47.94rem) {
      .page__delivery__type__box {
        padding: 2.38rem 1em 2rem; } }
  .page__delivery__type__item {
    width: calc(25% - 3.31rem);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 2.5rem;
    text-align: center;
    color: #fff;
    height: 21.88rem; }
    @media (max-width: 86.25rem) {
      .page__delivery__type__item {
        width: calc(25% - 1.5rem); } }
    @media (max-width: 69.31em) {
      .page__delivery__type__item {
        width: calc(25% - 0.5rem); } }
    @media (max-width: 62.44rem) {
      .page__delivery__type__item {
        width: calc(50% - 3.31rem); } }
    @media (max-width: 47.94rem) {
      .page__delivery__type__item {
        width: calc(50% - 1rem); } }
    @media (max-width: 33.75rem) {
      .page__delivery__type__item {
        width: 100%; } }
    @media (max-width: 47.94rem) {
      .page__delivery__type__item {
        height: auto; } }
    .page__delivery__type__item__title {
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.5;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #FFFFFF;
      margin-bottom: 1.56rem; }
    .page__delivery__type__item__text {
      font-weight: 500;
      font-size: 0.88rem;
      line-height: 1.71;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #FFFFFF;
      margin-bottom: 2.25rem; }
    .page__delivery__type__item .button {
      padding: 0 1rem;
      font-size: 0.88rem;
      display: block;
      padding: 0 0.5rem; }

.castomWidthSelect .select2-dropdown {
  width: 27.19rem  !important; }
  @media (max-width: 999px) {
    .castomWidthSelect .select2-dropdown {
      margin-left: -10px;
    }
  }
  @media (max-width: 28.75rem) {
    .castomWidthSelect .select2-dropdown {
      width: 95% !important;
      margin-left: -10px; } }

[class*="grid-"] {
  list-style: none;
  margin-bottom: -1.25rem;
  margin-left: -1.25rem; }
  [class*="grid-"].-nogutter {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0; }
    [class*="grid-"].-nogutter > [class*="col-"],
    [class*="grid-"].-nogutter > .col {
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 0; }
  [class*="grid-"].-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  [class*="grid-"].-float [class*="col-"],
  [class*="grid-"].-float .col {
    float: left; }
    [class*="grid-"].-float [class*="col-"].-float-left,
    [class*="grid-"].-float .col.-float-left {
      float: left; }
    [class*="grid-"].-float [class*="col-"].-float-right,
    [class*="grid-"].-float .col.-float-right {
      float: right; }
    [class*="grid-"].-float [class*="col-"].-float-none,
    [class*="grid-"].-float .col.-float-none {
      float: none; }
  [class*="grid-"].-middle [class*="col-"],
  [class*="grid-"].-middle .col {
    vertical-align: middle; }
  [class*="grid-"].-baseline [class*="col-"],
  [class*="grid-"].-baseline .col {
    vertical-align: baseline; }
  [class*="grid-"].-bottom [class*="col-"],
  [class*="grid-"].-bottom .col {
    vertical-align: bottom; }

[class*="col-"],
.col {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  [class*="col-"].-middle,
  .col.-middle {
    vertical-align: middle; }
  [class*="col-"].-bottom,
  .col.-bottom {
    vertical-align: bottom; }

.grid-1 > .col {
  width: 100%; }

.grid-2 > .col {
  width: 50%; }

.grid-3 > .col {
  width: 33.33333%; }

.grid-4 > .col {
  width: 25%; }

.grid-5 > .col {
  width: 20%; }

.grid-6 > .col {
  width: 16.66667%; }

.goods .favorites-btn {
  position: absolute;
  top: 1.88rem;
  right: 1.88rem;
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
}
.goods .favorites-btn svg {
  fill: black;
}
.goods .favorites-btn:hover svg,
.goods .favorites-btn.active svg {
  fill: #F55151;
}
jdiv{
  margin-bottom: 50px !important;
}
.banner_index{padding-left: 5rem;padding-right: 5rem;padding-top: 2rem;}
.links a{width: 15rem;background-color: #000;color: #fff;padding: 15px;display: inline-table;margin-bottom: 0.84rem;text-align: center;}
.desc {text-align: center;}
.adv{top: 0;background-color: #000;height: 2.5rem;color: #fff;text-align: center;line-height: 2.5rem;}
.index_ban{height: 40rem !important;}
.namesection{font-size: 11px;text-transform: uppercase;margin-top: .5rem;}
.allcat{height: 38rem;background-size:cover;background-position: center top;}
.obuv{height: 38rem;background-size:90%;background-position: center;background-repeat: no-repeat;}
.stickers {
    position: absolute;
    top: 5px;
    right: 0;
}
.stickers > div {
    font-size: 10px;
    color: #fff;
    padding: 5px;
    float: right;
    margin-right: 5px;
    background: #000;
}
.stickers > div.new {
    background: #0d810d;
}
.goods--info .sticker {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    margin-top: 10px;
}
.mindbox label.control-label,
.mindbox .text {
    margin-top: 10px;
}
.size-left-pic, .size-right-table {
    float: left;
}