@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
  cursor: default;
}

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  height: 100svh;
}

a {
  background: transparent;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

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

ol,
ul {
  list-style: none;
}

pre {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

img {
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}

input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

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

/*
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

@media (min-width: 1500px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
html,
body {
  min-height: 100%;
  font-size: 16px;
}

.hidden {
  display: none;
}

a {
  color: #bf0000;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}

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

p i,
p em {
  font-size: 16px;
  font-style: italic;
  color: #9e9d9b;
}

p small {
  font-size: 90%;
}

strong {
  font-weight: 600;
}

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

.affix {
  z-index: 100;
}

.affix_active {
  position: fixed !important;
  top: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.article {
  display: block;
}

.article_padding {
  padding: 60px 0;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .article_padding {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 991px) {
  .article_padding {
    padding: 20px 0;
  }
}
.article_justify {
  text-align: justify;
}

.article__col {
  padding: 50px 40px;
}

@media only screen and (min-width: 1500px) {
  .article__col {
    padding: 50px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .article__col {
    padding: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .article__col {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .article__col {
    margin: 0 auto;
    padding: 15px;
  }
}
.article__col_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 500px;
  box-shadow: inset 1px 0 0 0 #dbdbdb;
}

@media only screen and (max-width: 767px) {
  .article__col_right {
    box-shadow: inset 0 1px 0 0 #dbdbdb;
    min-height: auto;
  }
}
.article img {
  max-width: 100%;
}

.article h1 {
  font-size: 2rem;
  margin-bottom: 25px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .article h1 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .article h1 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .article h1 {
    margin-bottom: 15px;
  }
}
.article h2 {
  font-size: 1.75rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .article h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .article h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .article h2 {
    margin-bottom: 10px;
  }
}
.article h3 {
  font-size: 1.375rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .article h3 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .article h3 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .article h3 {
    margin-bottom: 10px;
  }
}
.article h4 {
  font-size: 1.125rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .article h4 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .article h4 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .article h4 {
    margin-bottom: 10px;
  }
}
.article h5 {
  font-size: 1rem;
  margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .article h5 {
    margin-bottom: 10px;
  }
}
.article h6 {
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.article ul {
  margin-bottom: 15px;
  padding-left: 0;
}

.article ul:last-child {
  margin-bottom: 0;
}

.article ul > li {
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}

.article ul > li:last-child {
  margin-bottom: 0;
}

.article ul > li:before {
  margin: -1px 5px 0 0;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "";
  vertical-align: middle;
  border-radius: 50%;
  background: #bf0000;
}

.article ol {
  counter-reset: myCounter;
  margin-bottom: 25px;
  padding-left: 18px;
}

@media only screen and (max-width: 1199px) {
  .article ol {
    margin-bottom: 20px;
  }
}
.article ol:last-child {
  margin-bottom: 0;
}

.article ol > li {
  margin-bottom: 5px;
  list-style: none;
  color: #666;
}

.article ol > li:last-child {
  margin-bottom: 0;
}

.article ol > li:before {
  margin: 0 5px 0 0;
  display: inline-block;
  counter-increment: myCounter;
  content: counter(myCounter) ". ";
  color: #666;
  font-weight: 300;
}

.article table {
  margin: 0 0 25px;
}

@media only screen and (max-width: 1199px) {
  .article table {
    margin-bottom: 20px;
  }
}
.article table:last-child {
  margin-bottom: 0;
}

.article td {
  padding: 10px 20px;
  vertical-align: top;
}

.article blockquote {
  padding: 25px 20px;
  background: #777;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .article blockquote {
    margin-bottom: 20px;
    padding: 15px 10px;
  }
}
.article blockquote:last-child {
  margin-bottom: 0;
}

.article hr {
  margin: 60px 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  border: none;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .article hr {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 991px) {
  .article hr {
    margin: 20px 0;
  }
}
.banner_padding {
  padding: 60px 0;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .banner_padding {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner_padding {
    padding: 20px 0;
  }
}
.banner__img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.basket-footer {
  background: #fff;
  width: 100%;
}

.basket-footer_sticky {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 66.666667%;
  z-index: 100;
}

@media only screen and (max-width: 1199px) {
  .basket-footer_sticky {
    width: 100%;
  }
}
.basket-footer__wrapper {
  padding: 17px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .basket-footer__wrapper {
    padding: 17px 15px;
  }
}
.basket-footer__col_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.basket-footer__btn {
  display: block;
  width: 100%;
  background: #fc0;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  line-height: 64px;
}

.basket-footer__btn-text {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.basket-footer__btn:hover .basket-footer__btn-text {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.basket-mini {
  position: relative;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.basket-mini__price {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.basket-mini__wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 575px) {
  .basket-mini__wrapper {
    border-color: transparent;
  }
}
.basket-mini__icon {
  padding: 15px;
  display: inline-block;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.basket-mini__svg {
  display: block;
  fill: #fff;
}

.basket-mini__cost {
  position: absolute;
  top: 0;
  right: -5px;
  display: block;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  background: #1a1a1a;
  border-radius: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.basket-order__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 1500px) {
  .basket-order__row {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .basket-order__row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .basket-order__row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .basket-order__row {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }
}
.basket-order__col {
  padding: 0 15px;
  min-width: 150px;
}

.basket-order__col-title {
  color: #000;
  line-height: 1;
}

.basket-order__col-data {
  margin-top: 15px;
  font-size: 1.375rem;
}

@media only screen and (max-width: 767px) {
  .basket-order__col-data {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
}
.basket-page {
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .basket-page {
    padding-bottom: 64px;
  }
}
.basket-total {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  vertical-align: middle;
}

.basket-total__number,
.basket-total__ruble {
  display: inline-block;
}

.basket-total__ruble {
  color: #fc0;
}

.basket-unit {
  position: relative;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 0 1px #e6e6e6;
}

.basket-unit__img {
  padding: 5px;
}

.basket-unit__img-src {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.basket-unit__info {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .basket-unit__info {
    padding: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .basket-unit__info {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .basket-unit__info {
    padding: 15px;
  }
}
.basket-unit__title {
  margin: 0 25px 20px 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .basket-unit__title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .basket-unit__title {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
}
.basket-unit__weight {
  color: #666;
}

.basket-unit__price {
  min-width: 95px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}

@media only screen and (min-width: 1500px) {
  .basket-unit__price {
    min-width: 120px;
    font-size: 1.875rem;
  }
}
.basket-unit__param {
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (min-width: 1500px) {
  .basket-unit__param {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .basket-unit__param {
    width: 100%;
    margin: 5px 0;
  }
}
.basket-unit[data-id="275"] .basket-unit__param, .basket-unit[data-id="276"] .basket-unit__param, .basket-unit[data-id="277"] .basket-unit__param {
  opacity: 0;
}

.basket-unit[data-id="275"] .ingredients-select, .basket-unit[data-id="276"] .ingredients-select, .basket-unit[data-id="277"] .ingredients-select {
  display: none !important;
}

.basket-unit__param:first-child {
  margin-left: 0;
}

.basket-unit__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .basket-unit__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.basket-unit__spacer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.basket-unit__quantity {
  margin-left: 5px;
}

.basket-unit__close {
  position: absolute;
  top: 29px;
  right: 25px;
  display: block;
  cursor: pointer;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .basket-unit__close {
    top: 19px;
    right: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .basket-unit__close {
    top: 24px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .basket-unit__close {
    top: 15px;
    right: 15px;
  }
}
.basket-unit__close-svg {
  display: block;
  fill: #ccc;
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.basket-unit__close-svg:hover {
  fill: #c00;
}

.basket-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.basket-wrapper__spacer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #f5f5f5;
  margin-bottom: 64px;
}

@media only screen and (max-width: 1199px) {
  .basket-wrapper__spacer {
    margin-bottom: 0;
  }
}
.btn {
  position: relative;
  padding: 11px;
  display: inline-block;
  min-width: 124px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  background: #fc0;
  border: 2px solid #fc0;
  border-radius: 20px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}

.btn:active {
  background: #c00;
  border-color: #c00;
  color: #fff;
}

.btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.btn + .btn {
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .btn + .btn {
    margin-top: 5px;
    margin-left: 5px;
  }
}
.btn_icon .icon-fonts {
  margin-top: -1px;
  margin-left: 10px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.btn_icon:hover .icon-fonts {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.btn_big {
  padding: 15px;
}

.btn_mini {
  min-width: 100px;
}

.btn_small {
  min-width: 100px;
  font-size: 0.85rem;
}

.btn_width-100 {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .btn_width-100 {
    padding: 11px 4px;
    min-width: 105px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn_width-100 {
    min-width: 85px;
  }
}
.btn_red {
  background: #c00;
  border-color: #c00;
  color: #fff;
}

.btn_red:active {
  background: #ad0000;
  border-color: #c00 -15%;
}

.btn_reddish {
  background: #c33;
  border-color: #c33;
  color: #fff;
}

.btn_reddish:active {
  background: #ad2b2b;
  border-color: #c33 -15%;
}

.btn_green {
  background: #3c6;
  border-color: #3c6;
  color: #fff;
}

.btn_green:active {
  background: #2bad57;
  border-color: #3c6 -15%;
}

.btn_deep-red {
  background: #bf0000;
  border-color: #bf0000;
  color: #fff;
}

.btn_deep-red:active {
  background: #a20000;
  border-color: #bf0000 -15%;
}

.btn_white-border {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.header__mobile .btn_white-border {
  border-color: #000;
  color: #000;
}

.header_active .btn_white-border {
  border-color: #000;
  color: #000;
}

.btn_white-border:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.header__mobile .btn_white-border:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.header_active .btn_white-border:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.btn_greenish-yellow {
  background: #c6ff00;
  border-color: #c6ff00;
  color: #363636;
}

.btn_greenish-yellow:hover {
  background: #a8d900;
  border-color: #a8d900;
  color: #363636;
}

.btn_orange {
  background: #f60;
  border-color: #f60;
  color: #fff;
}

.btn_orange:hover {
  background: #d95700;
  border-color: #d95700;
  color: #fff;
}

.btn_border {
  background: transparent;
  border-color: #777;
  color: #777;
}

.btn_border:hover {
  background: transparent;
  border-color: inherit;
  color: inherit;
}

.burger-btn {
  position: relative;
  width: 26px;
  height: 19px;
  cursor: pointer;
}

.burger-btn__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.burger-btn__line_top {
  top: 0;
}

/*.burger-btn_close .burger-btn__line_top {*/
/*  top: 8px;*/
/*  width: 0;*/
/*  left: 50%;*/
/*  opacity: 0;*/
/*}*/
.burger-btn__line_middle-left {
  top: 8px;
}

/*.burger-btn_close .burger-btn__line_middle-left {*/
/*  -webkit-transform: rotate(45deg);*/
/*          transform: rotate(45deg);*/
/*}*/
.burger-btn__line_middle-right {
  top: 8px;
}

/*.burger-btn_close .burger-btn__line_middle-right {*/
/*  -webkit-transform: rotate(-45deg);*/
/*          transform: rotate(-45deg);*/
/*}*/
.burger-btn__line_bottom {
  top: 16px;
  left: auto;
  right: 0;
  width: 50%;
}

.burger-btn:hover .burger-btn__line_bottom {
  width: 100%;
}

/*.burger-btn_close .burger-btn__line_bottom {*/
/*  top: 8px;*/
/*  width: 0;*/
/*  right: 50%;*/
/*  opacity: 0;*/
/*}*/
/*.burger-btn_close:hover .burger-btn__line_bottom {*/
/*  width: 0;*/
/*}*/
.cafe-block__header {
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .cafe-block__header {
    padding: 20px 15px;
  }
}
.cafe-block__title {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}

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

.cafe-block__row {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .cafe-block__row {
    margin-bottom: 20px;
  }
}
.checkbox {
  display: block;
  position: relative;
}

.checkbox + .checkbox {
  margin-top: 5px;
}

.checkbox_inline {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .checkbox_inline {
    display: block;
  }
}
.checkbox_inline + .checkbox_inline {
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .checkbox_inline + .checkbox_inline {
    margin-left: 0;
    margin-top: 5px;
  }
}
.checkbox__input {
  display: none;
}

.checkbox__label {
  display: block;
  position: relative;
  margin: 0;
  padding: 7px 0 7px 35px;
  font-size: 0.875rem;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 1;
}

.checkbox_small .checkbox__label {
  padding: 4px 0 4px 35px;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #9e9d9b;
}

.checkbox_white .checkbox__label {
  color: #fff;
  padding: 5px 0 5px 30px;
}

.checkbox_style .checkbox__label {
  padding: 15px 22px;
  background: #fafafa;
  border-radius: 3px;
  font-size: 0.875rem;
  color: #000;
}

@media only screen and (max-width: 1199px) {
  .checkbox_style .checkbox__label {
    padding: 10px 13px;
    font-size: 0.75rem;
  }
}
.checkbox_fonts .checkbox__label {
  padding-left: 7px;
}

.label .checkbox__label {
  font-size: 0.875rem;
  color: #777;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .label .checkbox__label {
    font-size: 0.67rem;
  }
}
.checkbox__label .link {
  text-decoration: none;
  color: #27333a;
  border-bottom: 1px solid #27333a;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.checkbox__label .link:hover {
  color: inherit;
  border-bottom-color: transparent;
}

.checkbox__label:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  text-align: left;
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  border-radius: 4px;
  content: "";
}

.checkbox_white .checkbox__label:before {
  margin-top: -9px;
  border-color: #fff;
  border-radius: 4px;
  background: #fff;
}

.checkbox_style .checkbox__label:before {
  display: none;
}

.checkbox__label:after {
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -8px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 3px;
  background: #ccc;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.checkbox_small .checkbox__label:after {
  left: 3px;
  margin-top: -6px;
}

.checkbox_white .checkbox__label:after {
  background: #777;
  border-radius: 3px;
}

.checkbox_style .checkbox__label:after {
  display: none;
}

.checkbox__label:hover {
  color: #27333a;
}

.checkbox_white .checkbox__label:hover {
  color: #fff;
}

.checkbox_style .checkbox__input:checked + .checkbox__label {
  color: #fff;
  background: #f60;
}

.checkbox_style .checkbox__input:checked + .checkbox__label .icon {
  fill: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox__input:checked + .checkbox__label:after {
  opacity: 1;
}

.city-select {
  display: inline-block;
  text-decoration: none;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .city-select {
    max-width: 145px;
  }
}
@media only screen and (max-width: 767px) {
  .city-select {
    margin: 0 auto;
    display: block;
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 10px;
  }
}
.city-select__data,
.city-select__icon {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  color: #777;
  vertical-align: middle;
}

.city-select__icon {
  margin-left: 5px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  margin: 25px;
  position: relative;
  background: #000;
  box-shadow: 0 10px 15px 0 rgba(16, 17, 17, 0.4);
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

#cboxTitle {
  margin: 0;
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  background: #fff;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#colorbox {
  outline: 0;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic,
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: -23px;
  right: -23px;
  display: block;
  width: 18px;
  height: 18px;
  opacity: 0.8;
  font-size: 24px;
  color: #fff;
  outline: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

#cboxClose:hover {
  opacity: 1;
}

.colorbox {
  display: inline-block;
  position: relative;
}

.contact-unit__title {
  padding: 3px 0;
  font-size: 0.875rem;
  line-height: 1.375em;
  color: #808080;
}

.contact-unit_small .contact-unit__title {
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.contact-unit__info {
  font-size: 1rem;
  line-height: 1.5;
  color: #777;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .contact-unit__info {
    font-size: 0.875rem;
  }
}
.contact-unit_small .contact-unit__info {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #fff;
}

.contact-unit__note {
  padding: 3px 0;
  font-size: 0.875rem;
  line-height: 1.375em;
  color: #808080;
}

.contact-unit_small .contact-unit__note {
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.contact-unit__link {
  display: block;
}

.contact-unit__link + .contact-unit__link {
  margin-top: 15px;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  display: block;
  width: 100%;
  max-width: 1200px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .container {
    max-width: 740px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  .container .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.container_fluid {
  width: 100%;
  max-width: 2560px;
  padding-right: 0;
  padding-left: 0;
}

.container_bg {
  background: #bf0000;
}

.container_big {
  max-width: 1300px;
}

.container .container_big {
  padding-right: 0;
  padding-left: 0;
}

.container_small {
  max-width: 940px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .container_small {
    max-width: 740px;
  }
}
@media only screen and (max-width: 767px) {
  .container_small {
    max-width: 100%;
  }
  .container .container_small {
    padding-right: 0;
    padding-left: 0;
  }
}
.delivery-page__col-info {
  padding: 40px 30px;
}

@media only screen and (min-width: 1500px) {
  .delivery-page__col-info {
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .delivery-page__col-info {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .delivery-page__col-info {
    padding: 20px 15px;
  }
}
.discount-unit {
  margin: 40px 0 0 25px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .discount-unit {
    margin: 40px 0 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .discount-unit {
    margin: 20px 0 0 0;
  }
}
.discount-unit__img-src {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.discount-unit__title {
  margin: 0 0 20px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (min-width: 1500px) {
  .discount-unit__title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .discount-unit__title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .discount-unit__title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 575px) {
  .discount-unit__title {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.discount-unit__info {
  line-height: 1.5;
  color: #666;
  font-size: 0.875rem;
}

.filter-block__list {
  margin: 0;
  padding: 12px 20px;
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  box-shadow: inset 0 -1px 0 0 #dbdbdb;
}

@media only screen and (max-width: 991px) {
  .filter-block__list {
    padding: 10px 11px;
  }
}
.filter-block__item {
  padding: 4px;
  display: inline-block;
  line-height: 1;
}

.filter-block__link {
  position: relative;
  padding: 8px 15px;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-decoration: none;
  border-radius: 16px;
  background-color: #fff;
  border: solid 1px #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.filter-block__link:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.filter-block__link.active {
  background: #bf0000;
  color: #fff;
}

.footer {
  background: #1a1a1a;
  z-index: 999;
}

.footer__wrapper {
  margin: 0 auto;
  padding: 35px 35px;
  display: block;
  width: 100%;
  max-width: 1920px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .footer__wrapper {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__wrapper {
    padding: 20px 15px 20px;
    display: block;
    max-width: 100%;
  }
}
.footer__copy {
  margin-top: 15px;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.5;
  color: #808080;
}

@media only screen and (max-width: 991px) {
  .footer__copy {
    margin-bottom: 15px;
  }
}
.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .footer__col {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .footer__col {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .footer__social,
  .footer__pay {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
  }
}
.footer__social {
  margin-bottom: 5px;
}

.footer__spacer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 991px) {
  .footer__spacer {
    display: none;
  }
}
.footer__um {
  position: absolute;
  right: 15px;
  bottom: -20px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .footer__um {
    bottom: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__um {
    position: static;
    margin-top: 12px;
    text-align: center;
  }
}
.form-callback {
  margin: 0 auto;
  padding: 50px 80px;
  display: block;
  width: 100%;
  min-width: 400px;
  max-width: 500px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .form-callback {
    min-width: 300px;
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .form-callback {
    min-width: 400px;
    padding: 20px 30px;
  }
}
.form-callback__title {
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}

.form-callback__info {
  font-size: 0.875rem;
  color: #000;
}

.form-callback__btn {
  margin-top: 40px;
}

.form-callback__step_1 {
  display: block;
}

.form-callback__step_2 {
  display: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  background-color: transparent;
  background-image: none;
  border: none;
  border-bottom: 1px solid #b3b3b3;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control:-moz-placeholder {
  color: #999;
}

.form-control::-moz-placeholder {
  color: #999;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

@media only screen and (max-width: 1199px) {
  .form-control {
    font-size: 16px;
  }
}
.form-control_textarea {
  min-height: 48px;
}

.form-control_error {
  border-bottom: 1px solid #f00;
}

.form-control.error {
  border-bottom: 1px solid #f00;
}

.form-control_success {
  border-bottom: 1px solid #008000;
}

.form-control.success {
  border-bottom: 1px solid #008000;
}

.form-group_active .form-control {
  border-bottom: 1px solid #fc0;
}

.form-control:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #1a1a1a;
  color: #1a1a1a;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  color: #d4d4d4;
  opacity: 1;
}

.form-control[disabled]::-webkit-input-placeholder,
.form-control[readonly]::-webkit-input-placeholder,
fieldset[disabled] .form-control::-webkit-input-placeholder {
  color: #d4d4d4;
}

.form-control[disabled]:-moz-placeholder,
.form-control[readonly]:-moz-placeholder,
fieldset[disabled] .form-control:-moz-placeholder {
  color: #d4d4d4;
}

.form-control[disabled]::-moz-placeholder,
.form-control[readonly]::-moz-placeholder,
fieldset[disabled] .form-control::-moz-placeholder {
  color: #d4d4d4;
}

.form-control[disabled]:-ms-input-placeholder,
.form-control[readonly]:-ms-input-placeholder,
fieldset[disabled] .form-control:-ms-input-placeholder {
  color: #d4d4d4;
}

.form-control[disabled]:-webkit-autofill,
.form-control[readonly]:-webkit-autofill,
fieldset[disabled] .form-control:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #d4d4d4;
  color: #d4d4d4;
}

.form-error {
  display: block;
  color: #f00;
  font-size: 14px;
  line-height: 22px;
  height: 36px;
  padding: 7px 0;
  z-index: 99;
}

.checkbox .form-error,
.form-group .form-error {
  position: absolute;
  bottom: 100%;
  left: 0;
  border: 1px solid #f00;
  background: #fff;
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
  padding: 3px 5px;
  height: auto;
  text-align: center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3 ease-out;
  transition: all 0.3 ease-out;
  opacity: 1;
}

.checkbox .form-error:before,
.form-group .form-error:before,
.checkbox .form-error:after,
.form-group .form-error:after {
  top: 100%;
  left: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.checkbox .form-error:after,
.form-group .form-error:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 5px;
  margin-left: -5px;
}

.checkbox .form-error:before,
.form-group .form-error:before {
  border-color: rgba(229, 76, 93, 0);
  border-top-color: #f00;
  border-width: 6px;
  margin-left: -6px;
}

.checkbox .form-error {
  position: relative;
}

.errorSummary,
.errorMessage {
  display: block;
  color: #f00;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 0;
}

.successResult {
  display: block;
  color: #1dccb5;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 0;
}

.form-group {
  position: relative;
  display: block;
  width: 100%;
  border: none;
}

@media only screen and (max-width: 991px) {
  .form-group_btn {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .form-group .g-recaptcha {
    display: inline-block;
  }
}
.form-group__legend {
  padding: 8px 0;
  font-size: 1rem;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .form-group__legend {
    padding: 4px 0;
    font-size: 0.875rem;
  }
}
.form-group__label {
  position: absolute;
  left: 0;
  bottom: 12px;
  margin: 0;
  display: block;
  pointer-events: none;
  font-size: 16px;
  line-height: 1;
  color: #999;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-group_active .form-group__label,
.form-group_completed .form-group__label {
  bottom: 100%;
  font-size: 12px;
}

.form-group_active .form-group__label {
  color: #666;
}

.form-group + .form-group {
  margin-top: 30px;
}

.form-notice {
  padding: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .form-notice {
    padding: 15px;
  }
}
.form-notice h1 {
  font-size: 2rem;
  margin-bottom: 25px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .form-notice h1 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .form-notice h1 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .form-notice h1 {
    margin-bottom: 15px;
  }
}
.form-notice h2 {
  font-size: 1.75rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .form-notice h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .form-notice h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .form-notice h2 {
    margin-bottom: 10px;
  }
}
.form-notice h3 {
  font-size: 1.375rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .form-notice h3 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .form-notice h3 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .form-notice h3 {
    margin-bottom: 10px;
  }
}
.form-notice h4 {
  font-size: 1.125rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .form-notice h4 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .form-notice h4 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .form-notice h4 {
    margin-bottom: 10px;
  }
}
.form-order {
  margin: 0 auto;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 1500px) {
  .form-order {
    max-width: 90%;
  }
}
.form-order__row {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-order__col {
  width: 47%;
}

.form-order__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
}

@media only screen and (max-width: 1199px) {
  .form-order__footer {
    display: block;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .form-order__footer {
    margin-top: 0px;
  }
}
.form-order__btn {
  /*margin-left: 10px;*/
  margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .form-order__btn {
    margin-top: 30px;
    margin-left: 0;
    text-align: left;
  }
}
.form-order__form {
  padding: 50px 30px;
  max-width: 770px;
}

@media only screen and (min-width: 1500px) {
  .form-order__form {
    padding: 50px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .form-order__form {
    padding: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .form-order__form {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .form-order__form {
    padding: 15px;
  }
}
.form-order__block-wrapper {
  max-width: 320px;
}

.form-order__block {
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 700px;
  box-shadow: inset 1px 0 0 0 #dbdbdb;
}

@media only screen and (min-width: 1500px) {
  .form-order__block {
    padding: 50px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .form-order__block {
    padding: 30px;
    min-height: 600px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .form-order__block {
    padding: 20px;
    min-height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .form-order__block {
    margin: 0 auto;
    padding: 15px;
    max-width: 400px;
    min-height: auto;
    box-shadow: none;
  }
}
.form-order__spacer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.form-order__block-title {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 2.5;
  color: #000;
}

.form-order__block-subtitle {
  font-size: 1rem;
  font-weight: 500;
  line-height: 3.12;
}

.form-order__total {
  margin-bottom: 40px;
  display: block;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 0.8;
  color: #000;
}

.form-order__total-ruble {
  color: #fc0;
}

.form-order__select {
  margin-bottom: 20px;
}

.form-order__note {
  font-size: 12px;
  line-height: 1.5;
  color: #999;
  margin-top: 1em;
}

.form-order__map {
  margin-top: 15px;
}

.form-order__map.hidden {
  display: none;
}

.form-order__map-canvas {
  width: 100%;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
}

.form-order__map-note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
  color: #777;
}

.form-order__map-note_error {
  color: #BF0000;
}

.form-vacancy__row {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-vacancy__title {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  color: #1a1a1a;
}

@media only screen and (max-width: 991px) {
  .form-vacancy__title {
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
}
.form-vacancy__spacer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.form-vacancy__footer {
  margin-top: 50px;
  text-align: right;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .form-vacancy__footer {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .form-vacancy__footer {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .form-vacancy__footer {
    margin-top: 15px;
  }
}
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: #808080;
  -webkit-filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.3s ease-out;
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
}

.grayscale:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 999;
  background: #bf0000;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

@media print {
  .header {
    display: none;
  }
}
.header__wrapper {
  margin: 0 auto;
  padding: 5px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1920px;
}

@media only screen and (max-width: 991px) {
  .header__wrapper {
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header__wrapper {
    height: 60px;
  }
}
.header__logo-small {
  position: relative;
  margin-left: 40px;
}

@media only screen and (min-width: 1500px) {
  .header__logo-small {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo-small {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .header__menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header__tel {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header__basket {
    margin-right: 15px;
  }
}
.header__spacer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .header__spacer_left {
    display: none;
  }
}
.header__mobile-btn {
  margin-left: 30px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .header__mobile-btn {
    margin-left: 0;
  }
}
.header__mobile {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .header__mobile {
    position: fixed;
    top: 100px;
    right: 0;
    display: block;
    width: 300px;
    height: calc(100% - 100px);
    text-align: center;
    background: #fff;
    box-shadow: inset 1px 0 0 0 #e6e6e6;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media only screen and (max-width: 575px) {
  .header__mobile {
    top: 70px;
  }
}
.header__mobile_open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@font-face {
  font-family: "kobyakov_icons";
  src: url("../fonts/kobyakov_icons.eot?16840159");
  src: url("../fonts/kobyakov_icons.eot?16840159#iefix") format("embedded-opentype"), url("../fonts/kobyakov_icons.woff2?16840159") format("woff2"), url("../fonts/kobyakov_icons.woff?16840159") format("woff"), url("../fonts/kobyakov_icons.ttf?16840159") format("truetype"), url("../fonts/kobyakov_icons.svg?16840159#kobyakov_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-fonts {
  position: relative;
  display: inline-block;
}

.icon-fonts:before,
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "";
  font-family: "kobyakov_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\e800";
}

.icon-right-open-big:before {
  content: "\e801";
}

.icon-chat:before {
  content: "\e802";
}

.icon-eye:before {
  content: "\e803";
}

.icon-vkontakte:before {
  content: "\e804";
}

.icon-left-open-big:before {
  content: "\e805";
}

.icon-search:before {
  content: "\e806";
}

.icon-mail:before {
  content: "\e807";
}

.icon-cancel-1:before,
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\e808";
}

.icon-right-open-mini:before {
  content: "\e809";
}

.icon-thumbs-up:before {
  content: "\e80a";
}

.icon-mic:before {
  content: "\e80b";
}

.icon-angle-down:before {
  content: "\f107";
}

.lte-ie9 {
  overflow: hidden;
}

.ie-block {
  display: none;
}

.lte-ie9 .ie-block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #e1e1e1;
  color: #000;
  overflow: hidden;
  z-index: 9999;
}

.ie-block__content {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 500px;
  text-align: center;
}

.ie-block__content a {
  color: #090909;
  text-decoration: underline;
}

.ie-block__img {
  display: block;
  max-width: 160px;
  margin: 0 auto 30px;
}

.info-block {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .info-block {
    margin-bottom: 15px;
  }
}
.info-block_border-top {
  margin: 40px 0;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 991px) {
  .info-block_border-top {
    margin: 20px 0;
  }
}
.info-block_padding {
  margin: 60px 0;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .info-block_padding {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 991px) {
  .info-block_padding {
    margin: 20px 0;
  }
}
.info-block_main {
  margin: 0;
  padding: 30px 10px;
}

@media only screen and (min-width: 1500px) {
  .info-block_main {
    padding: 35px 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .info-block_main {
    padding: 10px 0;
  }
}
.info-block_text-center {
  text-align: center;
}

.info-block__number {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.2;
  color: #bf0000;
}

.info-block__title {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  color: #1a1a1a;
}

@media only screen and (max-width: 991px) {
  .info-block__title {
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
}
.info-block__title span {
  color: #999;
}

.info-block_small .info-block__title {
  font-size: 0.875rem;
}

.info-block__info {
  font-size: 0.875rem;
  line-height: 1.57;
  color: #808080;
}

.info-block_small .info-block__info {
  font-size: 0.75rem;
}

.info-block-wrapper {
  padding: 20px 30px;
}

@media only screen and (min-width: 1500px) {
  .info-block-wrapper {
    padding: 25px 30px 20px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .info-block-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .info-block-wrapper {
    padding: 15px;
  }
}
.label {
  margin-bottom: 8px;
  display: block;
  font-weight: 400;
  line-height: 1;
}

.label__link {
  font-size: 16px;
  color: #9e9d9b;
  float: right;
}

.label__link .link {
  color: #9e9d9b;
}

.label small {
  margin-left: 5px;
  font-size: 14px;
  color: #777;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .label small {
    margin-left: 3px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .label small {
    font-size: 12px;
    margin-left: 0;
  }
}
.link {
  display: inline-block;
  text-decoration: none;
  color: #000;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.link:hover {
  color: #000;
}

.link strong {
  font-size: 1.125em;
  font-weight: 600;
}

.link + .link {
  margin-left: 20px;
}

.link_border {
  border-bottom: 1px solid;
}

.link_border:hover {
  border-bottom-color: transparent;
}

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

.link_color-text {
  color: #000;
}

.link_black {
  color: #000;
}

.link_white {
  color: #fff;
}

.link_gray {
  color: #777;
}

.page_cafe .link_inherit {
  color: inherit;
}

.link_icon .icon {
  margin-top: -2px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}

.link_tel {
  color: #ccc;
  font-size: 1rem;
  font-weight: 500;
}

.link_tel:hover {
  color: #ccc;
}

.link_tel strong {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}

.link_slide {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  color: #000;
  overflow: hidden;
}

.link_slide:after {
  display: block;
  content: "";
  width: 0;
  height: 3px;
  background: #bf0000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.link_slide:hover:after,
.link_slide.active:after {
  width: 100%;
}

.link__text {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.link_slide:hover .link__text {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.link_slide.active .link__text {
  color: #000;
}

.link_slide.active:hover .link__text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.link__text:before {
  position: absolute;
  bottom: 100%;
  display: block;
  content: attr(data-hover);
  color: #c00;
}

.link__item + .link__item {
  margin-left: 20px;
}

.link__note {
  margin-top: 3px;
  display: block;
  color: #777;
}

.logo {
  display: block;
  text-decoration: none;
}

.logo__svg {
  display: block;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .logo__svg {
    width: 120px;
  }
}
.main-container {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  /*overflow: auto;*/
}

.map {
  position: relative;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("../img/assets/map/map.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .map {
    height: 300px;
  }
}
.map:hover:before {
  opacity: 1;
}

.map:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.map__title {
  position: relative;
  margin-bottom: 25px;
  display: block;
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.67;
  text-align: center;
  z-index: 2;
}

.map__btn {
  position: relative;
  display: block;
  text-align: center;
  z-index: 2;
}

.map-address {
  display: block;
  font-size: 1rem;
  line-height: 1.62;
  color: #000;
}

.map-address__icon-pin {
  display: block;
  width: 38px;
  height: 54px;
  background: url("../img//minified-svg/pin.svg") no-repeat center;
}

#map {
  display: block;
}

.media-unit {
  margin: 0 auto;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

.media-unit__img {
  display: block;
  overflow: hidden;
}

.media-unit__img-src {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.media-unit:hover .media-unit__img-src {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.media-unit-wrap > .row {
  max-width: 2560px;
  margin: auto;
}

.media-unit__info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 1500px) {
  .media-unit__info {
    padding: 20px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .media-unit__info {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .media-unit__info {
    padding: 20px;
  }
}
.media-unit__title {
  margin-top: 20px;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}

@media only screen and (min-width: 1500px) {
  .media-unit__title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .media-unit__title {
    font-size: 1rem;
  }
}
.media-unit_dark .media-unit__title {
  color: #fff;
}

.media-unit__text {
  margin-top: 15px;
  display: block;
  font-size: 0.875rem;
  line-height: 1.43;
  color: rgba(0, 0, 0, 0.6);
  min-height: 5rem;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .media-unit__text {
    margin-top: 5px;
    font-size: 0.75rem;
  }
}
.media-unit_dark .media-unit__text {
  color: rgba(255, 255, 255, 0.6);
}

.menu_header-border {
  margin-top: 20px;
  border-top: 1px solid #fff;
}

.menu__list {
  margin-top: 10px;
  display: block;
}

.menu_footer .menu__list {
  margin-top: 0;
}

.menu__item {
  padding: 0;
  display: block;
  line-height: 1;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .menu__item {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .menu__item {
    margin-bottom: 5px;
  }
}
.menu_footer .menu__item {
  padding: 0 5px;
}

@media only screen and (max-width: 1199px) {
  .menu_footer .menu__item {
    padding: 0;
  }
}
.menu__link {
  position: relative;
  padding: 7px 0;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.menu_header .menu__link {
  font-size: 1.25rem;
  padding: 10px 0;
}

.menu_footer .menu__link {
  padding: 0;
  line-height: 1.5;
}

.menu_medium .menu__link {
  font-weight: 500;
}

.menu_strong .menu__link {
  font-weight: 600;
}

.menu__link:before {
  width: 0;
  display: inline-block;
  content: "";
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.menu__link:hover {
  color: #fc0;
}

.menu__link:hover:before {
  width: 10px;
}

.menu__item.active .menu__link {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.menu-block {
  position: relative;
  padding: 0;
  display: block;
  overflow-x: auto;
}

.menu-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .menu-block__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.menu-block_catalog .menu-block__list {
  padding: 0 1px 1px 1px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 652px;
}

.product-menu__menu-block_active .menu-block__list {
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 767px) {
  .menu-block_catalog .menu-block__list {
    padding: 1px;
    width: 100%;
    box-shadow: none;
  }
}
.menu-block__item {
  padding: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  min-width: 177px;
  box-shadow: 0 0 0 1px #e6e6e6;
}

@media only screen and (min-width: 1500px) {
  .menu-block__item {
    min-width: 185px;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-block__item {
    min-width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-block__item {
    min-width: 33.333333%;
  }
}
.menu-block__item:last-child {
  display: none;
}

@media only screen and (max-width: 767px) {
  .menu-block__item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.menu-block_catalog .menu-block__item {
  width: 20%;
  min-width: 130px;
}

@media only screen and (max-width: 767px) {
  .menu-block_catalog .menu-block__item {
    width: 33.33333%;
    min-width: 90px;
  }
}
.menu-block__link {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  text-decoration: none;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

@media only screen and (min-width: 1500px) {
  .menu-block__link {
    padding: 33px 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-block__link {
    padding: 15px;
  }
}
.menu-block__link:hover {
  background: #e6e6e6;
}

.menu-block_catalog .menu-block__link {
  padding: 10px 15px 15px;
}

.menu-block__item:last-child .menu-block__link {
  background: #fc0;
}

.menu-block__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media only screen and (max-width: 1199px) {
  .menu-block__icon {
    height: 90px;
  }
}
.menu-block__link:hover .menu-block__icon {
  -webkit-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0);
}

.menu-block__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.menu-block__title {
  margin-top: 30px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

@media only screen and (max-width: 1199px) {
  .menu-block__title {
    margin-top: 15px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .menu-block__title {
    margin-top: 10px;
    white-space: normal;
  }
}
.menu-block_catalog .menu-block__title {
  margin-top: 10px;
  font-size: 0.75rem;
}

.menu-block__svg {
  display: block;
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.menu-block__link:hover .menu-block__svg {
  fill: #c00;
}

.menu-container {
  position: fixed;
  top: 100%;
  left: 0;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 70px);
  background: #bf0000;
  overflow-y: auto;
  opacity: 0;
  z-index: 998;
  -webkit-transition: opacity 1s, -webkit-transform 0.3s;
  transition: opacity 1s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 1s;
  transition: transform 0.3s, opacity 1s, -webkit-transform 0.3s;
}

@media only screen and (max-width: 767px) {
  .menu-container {
    padding-top: 5px;
    height: calc(100% - 60px);
  }
}
.menu-container_open {
  opacity: 1;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
  transition: opacity 0.1s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.menu-container__spacer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.menu-container__footer {
  margin-top: 30px;
}

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

@media only screen and (max-width: 767px) {
  .menu-container__social {
    margin-top: 20px;
    text-align: left;
  }
}
.menu-container__copy {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #cc7a7a;
}

@media only screen and (max-width: 767px) {
  .menu-container__copy {
    margin-bottom: 25px;
  }
}
.note {
  padding: 15px 20px;
  display: block;
  font-size: 0.75rem;
  background: #f5f5f5;
}

.note + .note {
  margin-top: 30px;
}

.note_border-yellow {
  margin: 0 auto;
  display: block;
  max-width: 640px;
  background: transparent;
  border: 1px solid #fc0;
  color: #fc0;
}

@media only screen and (max-width: 650px) {
  .note_border-yellow {
    margin: 0 15px;
  }
}
.note_success {
  margin: 0 auto;
  display: block;
  max-width: 640px;
  background: transparent;
  border: 1px solid #b7ec00;
  color: #b7ec00;
  font-size: 1rem;
  text-align: center;
}

@media only screen and (max-width: 650px) {
  .note_success {
    margin: 0 15px;
  }
}
.note__title {
  font-size: 2rem;
}

@media only screen and (max-width: 991px) {
  .note__title {
    font-size: 1.175rem;
  }
}
.note_border-yellow .note__title {
  margin-bottom: 23px;
  text-align: center;
  color: #fc0;
}

@media only screen and (max-width: 767px) {
  .note_border-yellow .note__title {
    margin-bottom: 10px;
  }
}
.page {
  margin: 0;
  padding: 0;
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  cursor: default;
  color: #000;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .page {
    padding-top: 60px;
  }
}
.page_overflow {
  overflow: hidden;
}

.page-error {
  display: block;
}

.page-error__info {
  text-align: center;
  margin-top: 50px;
  /*& a
  			color #3fa8df*/
}

.page-error__info p {
  font-size: 18px;
}

.page-error__code {
  font-size: 100px;
}

.page-header {
  padding: 20px 40px;
  box-shadow: 0 0 0 1px #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .page-header {
    padding: 20px 15px;
  }
}
.page-header__title {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.page-info_catalog {
  position: relative;
  padding: 50px 30px;
  box-shadow: 0 0 0 1px #e6e6e6;
  background: #fff;
  z-index: 2;
}

@media only screen and (min-width: 1500px) {
  .page-info_catalog {
    padding: 60px 40px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .page-info_catalog {
    padding: 40px 20px;
  }
}
.page-info__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.page-info_catalog .page-info__title {
  font-size: 1.25rem;
}

.page-info__text {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.62;
}

.page-info_catalog .page-info__text {
  font-size: 0.85rem;
  color: #808080;
}

.param-unit {
  display: flex;
  align-items: center;
}

.param-unit__item {
  display: inline-block;
}

.param-unit__value {
  margin-left: 10px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.29;
  color: #808080;
}

@media only screen and (max-width: 1199px) {
  .param-unit__value {
    margin-left: 5px;
  }
}
.pay-img__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pay-img__item {
  padding: 0 5px;
  display: inline-block;
}

.pay-img__img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.ps__rail-x {
  display: none;
  opacity: 0.3;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.phone__icon {
  padding: 8px;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  border-radius: 50%;
  background: #fc0;
}

.phone_big .phone__icon {
  display: none;
}

.phone__svg {
  display: block;
}

.phone__number {
  margin: 0 20px 0 22px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}

.phone_big .phone__number {
  margin: 0;
  font-size: 1.625em;
}

.phone__info {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: 1.5;
}

.phone_big .phone__info {
  margin-top: 15px;
  display: block;
  font-size: 0.875rem;
  line-height: 1.7;
}

.phone__info-title {
  color: #ffb2b2;
}

.phone_big .phone__info-title {
  display: none;
}

.phone__info-text {
  color: #fff;
}

.product-block {
  border-top: 1px solid #dbdbdb;
}

.product-block__title {
  padding: 24px 40px;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  color: #999;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .product-block__title {
    padding: 15px;
    font-size: 1.125rem;
  }
}
.product-menu {
  position: relative;
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

@media only screen and (max-width: 991px) {
  .product-menu {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .product-menu {
    padding: 0;
    display: block;
  }
}
.product-menu__spacer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product-menu__list-title {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  box-shadow: 0 -1px 0 0 #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .product-menu__list-title {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
  }
}
.product-menu__list {
  margin: 0;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .product-menu__list {
    display: block;
    max-height: 0;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .product-menu__list_active {
    margin-bottom: 15px;
    max-height: 300px;
  }
}
.product-menu__item {
  padding: 0 15px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .product-menu__item {
    display: block;
  }
}
.product-menu__link {
  position: relative;
  padding: 3px;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  background: #fff;
  -webkit-transition: box-shadow 0.3s ease-out, -webkit-transform 0.3s;
  transition: box-shadow 0.3s ease-out, -webkit-transform 0.3s;
  transition: box-shadow 0.3s ease-out, transform 0.3s;
  transition: box-shadow 0.3s ease-out, transform 0.3s, -webkit-transform 0.3s;
}

.product-menu__item.active .product-menu__link {
  color: #bf0000;
}

.product-menu__link:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

@media only screen and (max-width: 767px) {
  .product-menu__link:hover {
    -webkit-transform: none;
    transform: none;
  }
}
.product-menu__item.active .product-menu__link:hover {
  cursor: default;
  -webkit-transform: none;
  transform: none;
}

.product-menu__link:active {
  color: #bf0000;
}

.product-menu__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-menu__menu-block {
  position: absolute;
  top: 100%;
  left: -650px;
  z-index: 11;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media only screen and (max-width: 767px) {
  .product-menu__menu-block {
    position: static;
    /*margin: 0 -15px;*/
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
}
.product-menu__menu-block_active {
  -webkit-transform: translate3d(675px, 0, 0);
  transform: translate3d(675px, 0, 0);
}

@media only screen and (max-width: 767px) {
  .product-menu__menu-block_active {
    -webkit-transform: none;
    transform: none;
    max-height: 620px;
  }
}
.product-menu__menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #bf0000;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .product-menu__menu-btn {
    padding: 15px;
    height: 48px;
  }
}
.product-menu__menu-svg {
  margin: -2px 0 0;
  display: block;
  margin-right: 10px;
  fill: #bf0000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.product-menu__menu-btn_active .product-menu__menu-svg {
  -webkit-transform: rotate3d(0, 0, 1, -90deg);
  transform: rotate3d(0, 0, 1, -90deg);
}

.product-menu__list-title .product-menu__menu-svg {
  fill: #000;
}

.product-menu__list-title_active .product-menu__menu-svg {
  -webkit-transform: rotate3d(0, 0, 1, -90deg);
  transform: rotate3d(0, 0, 1, -90deg);
}

.product-menu__filter-block {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 0;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}

.product-menu__filter-block_active {
  max-height: 145px;
}

@media only screen and (max-width: 767px) {
  .product-menu__filter-block_active {
    max-height: 250px;
  }
}
.product-menu__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .product-menu__filter {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px;
    height: 48px;
  }
}
.product-menu__filter-btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.product-menu__filter-btn-open,
.product-menu__filter-btn-close {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.product-menu__filter-btn_active .product-menu__filter-btn-open,
.product-menu__filter-btn_active .product-menu__filter-btn-close {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.product-menu__filter-btn-close {
  position: absolute;
  top: 100%;
}

.product-menu__filter-svg {
  margin: 0 auto;
  display: block;
  fill: #bf0000;
}

.product-mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
  background: #fff;
  color: #000;
  text-decoration: none;
  box-shadow: 0 0 0 1px #e6e6e6;
}

.product-mini__img {
  padding: 5px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.product-mini:hover .product-mini__img {
  opacity: 1;
}

.product-mini__img-src {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.product-mini__wrapper {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-mini__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-mini__title {
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.14;
}

.product-mini__price {
  margin-top: 7px;
  margin-bottom: 7px;
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
}

.product-select {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .product-select {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .product-select:before {
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -4px;
    display: block;
    width: 12px;
    height: 8px;
    content: "";
    background: url("../img/assets/select/select-arrow.svg") left center no-repeat;
  }
}
.product-unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  color: #000;
  text-decoration: none;
  box-shadow: 0 0 0 1px #e6e6e6;
}

.product-unit__img {
  position: relative;
  padding: 5px;
  display: block;
}

.product-unit__img-src {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.product-unit__status {
  position: absolute;
  top: 40px;
  left: 30px;
  padding: 8px 10px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  background: #fc0;
  color: #000;
}

@media only screen and (max-width: 1199px) {
  .product-unit__status {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-unit__status {
    left: 15px;
  }
}
.product-unit__status_new {
  background: #bf0000;
  color: #fff;
}

.product-unit__hot {
  position: absolute;
  top: 40px;
  right: 30px;
  background: url("../img/assets/product-unit/hot.svg") repeat-x;
  background-position: right center;
  width: 16px;
  height: 20px;
}

@media only screen and (max-width: 1199px) {
  .product-unit__hot {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-unit__hot {
    right: 15px;
  }
}
.product-unit__hot_2 {
  width: 32px;
}

.product-unit__hot_3 {
  width: 48px;
}

.product-unit__wrapper {
  padding: 0 30px;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .product-unit__wrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-unit__wrapper {
    padding: 0 15px;
  }
}
.product-unit__title {
  margin-bottom: 8px;
  display: flex;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.product-unit__title > span:first-child {
  flex-grow: 1;
}

@media only screen and (max-width: 1199px) {
  .product-unit__title {
    font-size: 1.125rem;
  }
}
.product-unit__weight {
  margin-bottom: 8px;
  display: block;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1;
  color: #666;
}

.product-unit__info {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #808080;
}

.product-unit__spacer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product-unit__footer {
  padding: 30px;
}

@media only screen and (max-width: 1199px) {
  .product-unit__footer {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-unit__footer {
    padding: 20px 15px;
  }
}
.product-unit__footer-bottom {
  margin-top: 15px;
}

.product-unit__price {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 42px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .product-unit__price {
    font-size: 1.35rem;
  }
}
.product-unit__price-old {
  margin-right: 8px;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #bf0000;
  text-decoration: line-through;
}

@media only screen and (max-width: 575px) {
  .product-unit__price-old {
    margin-right: 8px;
    display: block;
    line-height: 1;
  }
}
.product-unit__price-new {
  display: inline-block;
  line-height: 1;
}

.product-unit__price-ruble {
  display: inline-block;
}

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

.promocode {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f5f5f5;
  border-left: 1px solid #e6e6e6;
}

.promocode__input {
  width: calc(100% - 145px);
}

.quantity {
  white-space: nowrap;
}

.quantity__count,
.quantity__minus,
.quantity__plus {
  display: inline-block;
  vertical-align: middle;
}

.quantity__count {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.71;
}

.quantity__plus,
.quantity__minus {
  margin-left: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  cursor: pointer;
  text-align: center;
  background: #fc0;
  -webkit-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
}

.quantity__plus:hover,
.quantity__minus:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.quantity__plus:active,
.quantity__minus:active {
  background: #bf0000;
  color: #fff;
}

.radio {
  display: block;
}

.radio_inline {
  display: inline-block;
}

.radio_inline + .radio_inline {
  margin-left: 5px;
}

.radio__input {
  display: none;
}

.radio__label {
  display: block;
  position: relative;
  margin: 0;
  padding: 3px 0 3px 30px;
  color: #777;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 1;
}

.radio_param .radio__label {
  padding: 5px;
  width: 40px;
  height: 40px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

@media only screen and (max-width: 1199px) {
  .radio_param .radio__label {
    padding: 4px;
    width: 34px;
    height: 34px;
    line-height: 24px;
  }
}
.radio__label:before {
  position: absolute;
  top: 2px;
  left: 0;
  text-align: left;
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.radio_param .radio__label:before {
  display: none;
}

.radio__input:checked + .radio__label {
  color: #777;
}

.radio_param .radio__input:checked + .radio__label {
  background-color: #e6e6e6;
  color: #000;
}

.radio_param .radio__input:checked + .radio__label:before {
  display: none;
}

.row_rel {
  position: relative;
}

.row_no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row__item {
  padding: 10px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .row__item {
    padding: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .row__item {
    padding: 0;
  }
}
.ruble {
  margin-left: 3px;
  display: inline-block;
  color: #fc0;
}

.ruble_deep-red {
  color: #bf0000;
}

.sales {
  margin-right: 20px;
  padding: 8px 10px;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  background-color: #c33;
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  .sales {
    margin-right: 10px;
    padding: 8px;
    font-size: 1.125rem;
  }
}
.section {
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  .section {
    padding: 0 15px;
  }
}
.section_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section_bg-pattern {
  position: relative;
}

.section_bg-pattern:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/assets/section/section_pattern.png");
  background-size: contain;
  background-repeat: repeat;
  opacity: 0.1;
}

.section_bg-dark {
  background-image: url("../img/assets/section/section_bg-dark.jpg");
  color: #fff;
}

.section_bg-light {
  background-image: url("../img/assets/section/section_bg-light.jpg");
}

.section_white-five {
  background-color: #f9f9f9;
}

.section_white-six {
  background-color: #e6e6e6;
}

.section_white-eight {
  background-color: #f7f7f7;
}

.section_yellow {
  background-color: #ffe841;
}

.section_no-padding {
  padding: 0;
}

.section__title {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .section__title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .section__title {
    font-size: 1.5rem;
  }
}
.section__subtitle {
  margin-top: 25px;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
}

.section__info {
  margin-top: 70px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .section__info {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .section__info {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section__info {
    margin-top: 30px;
  }
}
.select {
  padding: 0 20px;
  display: block;
  height: 48px;
  width: 100%;
  border: 1px solid #ccc;
  color: #000;
  font-size: 1rem;
  line-height: 46px;
  border-radius: 0;
  background: url("/img/assets/select/select-arrow.svg") no-repeat 2px center #fff;
  background-size: 12px auto;
  padding: 0 20px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select_mini {
  height: 40px;
  line-height: 20px;
  border-radius: 0;
  border: 1px solid #fff;
  font-size: 18px;
}

.select_block {
  display: block;
  width: 100%;
}

.product-select .select {
  padding: 0 0 0 24px;
  border-color: transparent;
  line-height: 40px;
  height: 42px;
}

.select-block_small .select {
  height: 24px;
  font-size: 0.875rem;
}

#select-arrow {
  display: block;
  width: 12px;
  height: 8px;
}

.select-img-unit {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  margin: 2px;
}

.select-img-unit__img {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
}

.select-img-unit__info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  min-width: 80px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .chosen-container {
    width: 100%;
  }
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid #ccc;
  background: transparent;
  color: #000;
  padding: 0 34px 0 20px;
  font-size: 1rem;
  line-height: 46px;
  height: 48px;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product-select .chosen-container-single .chosen-single {
  padding: 0 0 0 24px;
  border-color: transparent;
  line-height: 40px;
  height: 42px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single > span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-select .chosen-container-single .chosen-single > span {
  margin-right: 0;
  font-size: 14px;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: image-url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-select .chosen-container-single .chosen-single div {
  right: auto;
  left: 0;
}

.chosen-container-single .chosen-single div b {
  position: relative;
  display: block;
  width: 12px;
  height: 8px;
  line-height: 1;
  background: url("../img/assets/select/select-arrow.svg") no-repeat center;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 5px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff image-url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: 0px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 10px 16px;
  list-style: none;
  line-height: 1rem;
  word-wrap: normal;
  -webkit-touch-callout: none;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.form-style .chosen-container .chosen-results li.active-result {
  padding: 14px 16px;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #fff;
  color: #211f21;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto !important;
  height: 1%;
  cursor: text;
  border-bottom: 1px solid #ccc;
  background: transparent;
  color: #000;
  font-size: 1rem;
  line-height: 46px;
  height: 48px;
  border-radius: 0;
  background-clip: padding-box;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 0;
  padding: 0;
  height: 22px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  font-size: 1.125rem;
  line-height: 1;
  color: #777;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text]::-webkit-input-placeholder {
  color: #777;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text]:-moz-placeholder {
  color: #777;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text]::-moz-placeholder {
  color: #777;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text]:-ms-input-placeholder {
  color: #777;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 0 5px 0 0;
  padding: 3px 20px 3px 5px;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: transparent;
  font-size: 12px;
  color: #acacac;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  color: #777;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  color: #000;
}

.chosen-container-active .chosen-single div b:before {
  color: #363636;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border-bottom: 1px solid #acacac;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  color: #363636;
}

.chosen-container-active .chosen-choices {
  border-bottom-color: #363636;
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

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

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff image-url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  width: 100%;
  /* max-height: calc(100vh - 216px - 70px); 216 - высота плитки меню, 70 - высота шапки */
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .slider_main {
    display: block;
  }
}
.slider__item {
  height: 100%;
  min-height: 1px;
}

.slider_main:not(.slick-initialized) > .slider__item:not(:first-child) {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.slick-list,
.slick-track {
  height: 100%;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  bottom: 30px;
  background: transparent;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    display: none !important;
    opacity: 0;
  }
}
@media only screen and (min-width: 1500px) {
  .slick-prev,
  .slick-next {
    bottom: 40px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .slick-prev,
  .slick-next {
    bottom: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .slick-prev,
  .slick-next {
    bottom: 10px;
  }
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  background: transparent;
  color: transparent;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 1;
  color: #424242;
  opacity: 1;
  content: "";
}

.slick-prev {
  left: 40px;
}

@media only screen and (min-width: 1500px) {
  .slick-prev {
    left: 80px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .slick-prev {
    left: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .slick-prev {
    left: auto;
    right: 90px;
  }
}
.slick-prev:before {
  background: url("../img/assets/slider/prev.svg") no-repeat;
}

.slick-prev:active:before {
  background: url("../img/assets/slider/prev-hover.svg") no-repeat;
}

.slick-next {
  left: 90px;
}

@media only screen and (min-width: 1500px) {
  .slick-next {
    left: 130px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .slick-next {
    left: 80px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .slick-next {
    left: auto;
    right: 40px;
  }
}
.slick-next:before {
  background: url("../img/assets/slider/next.svg") no-repeat;
}

.slick-next:active:before {
  background: url("../img/assets/slider/next-hover.svg") no-repeat;
}

.slick-prev-arrow,
.slick-next-arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  width: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  top: -64px;
  background: transparent;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
  overflow: hidden;
  box-shadow: inset 1px 0 0 0 #e6e6e6;
}

.slick-prev-arrow__icon,
.slick-next-arrow__icon {
  position: relative;
  display: block;
  width: 10px;
  height: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.slick-prev-arrow {
  right: 64px;
}

.slick-next-arrow {
  right: 0;
}

.slick-prev-arrow__icon {
  background: url("../img/assets/slider/arrow-left.svg") no-repeat;
}

.slick-prev-arrow:hover .slick-prev-arrow__icon {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.slick-next-arrow__icon {
  background: url("../img/assets/slider/arrow-right.svg") no-repeat;
}

.slick-next-arrow:hover .slick-next-arrow__icon {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 20%;
}

@media only screen and (max-width: 767px) {
  .slick-dots {
    bottom: 5px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  background: #fff;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  text-align: center;
  border-radius: 50%;
  background: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
  .slick-dots li button:before {
    border: 1px solid #000;
  }
}
.slick-dots li.slick-active button:before {
  background: #fff;
}

.slider_main .slick-dots {
  width: 100%;
  padding: 0 5px;
  display: flex;
  justify-content: space-between;
}

.slider_main .slick-dots li {
  cursor: pointer;
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0 1px;
}

.slider_main .slick-dots li button {
  width: 100%;
  padding: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: rgba(0, 0, 0, 0.3) 0px -1px 4px;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.slider_main .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 1);
}

.slider_main .slick-dots li button:before {
  display: none;
}

.slider-block {
  border-left: 1px solid #e6e6e6;
}

.slider-block__header {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
}

@media only screen and (max-width: 767px) {
  .slider-block__header {
    padding: 0 15px;
  }
}
.slider-block__note {
  margin-left: 10px;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #bf0000;
}

.slider-block__title {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.slider-block__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-block__item {
  padding: 1px 0;
}

.slider-block__svg {
  display: block;
}

.slider-unit {
  position: relative;
  display: block;
  text-decoration: none;
}

.slider-unit__img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 100%;
}

.slider-unit__info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 45px 0 45px 40px;
  display: block;
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 1500px) {
  .slider-unit__info {
    padding: 45px 0 45px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-unit__info {
    display: none;
  }
}
@media only screen and (min-width: 2700px) {
  .slider-unit__info {
    padding-bottom: 6vw;
  }
}
@media only screen and (min-width: 3100px) {
  .slider-unit__info {
    padding-bottom: 10vw;
  }
}
@media only screen and (min-width: 3800px) {
  .slider-unit__info {
    padding-bottom: 12vw;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .slider-unit__info {
    padding: 45px 0 45px 30px;
    width: 50%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .slider-unit__info {
    width: 50%;
    padding: 10px 0 10px 20px;
  }
}
.slider-unit__title {
  display: block;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.05;
  color: #fff;
}

@media only screen and (min-width: 1500px) {
  .slider-unit__title {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .slider-unit__title {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .slider-unit__title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .slider-unit__title {
    font-size: 1.25rem;
  }
}
.slider-unit_small .slider-unit__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
}

.slider-unit__subtitle {
  margin-top: 25px;
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.56;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .slider-unit__subtitle {
    margin-top: 15px;
    font-size: 1rem;
  }
}
.slider-unit_small .slider-unit__subtitle {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.43;
}

.slider-unit__img-src {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.social-block {
  display: block;
  line-height: 1;
}

.social-block__link {
  display: inline-block;
  border-radius: 12px;
  text-decoration: none;
}

.social-block__link + .social-block__link {
  margin-left: 10px;
}

.social-block__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.social-block__svg {
  display: block;
  fill: #fff;
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.social-block__link:hover .social-block__svg {
  fill: #fc0;
}

.spacer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.subscribe-form {
  margin: 0 auto;
  display: block;
  width: 720px;
  max-width: 720px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .subscribe-form {
    width: 100%;
    max-width: 460px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-form__img {
    display: none;
  }
}
.subscribe-form__img-src {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.subscribe-form__data {
  padding: 30px 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .subscribe-form__data {
    padding: 20px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-form__data {
    padding: 15px 15px 0;
  }
}
.subscribe-form__title {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

@media only screen and (max-width: 991px) {
  .subscribe-form__title {
    font-size: 1.125rem;
  }
}
.subscribe-form__text {
  margin-bottom: 20px;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.5;
  color: #999;
}

.subscribe-form__spacer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.subscribe-form__row {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .subscribe-form__row {
    margin-bottom: 15px;
  }
}
.subscribe-form__row_text {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #999;
}

.subscribe-form__row_btn {
  margin-top: 10px;
  text-align: right;
}

@media only screen and (max-width: 1199px) {
  .subscribe-form__row_btn {
    margin-top: 0;
  }
}
.tabs-header {
  padding: 20px 0;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .tabs-header {
    text-align: center;
  }
}
.tabs-link {
  display: inline-block;
}

.tabs-link.active {
  cursor: default;
}

.tabs-content {
  display: none;
}

.tabs-content.active {
  display: block;
}

.um {
  padding: 1px;
  display: inline-block;
  height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}

.um__logo {
  width: 40px;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.um:hover .um__logo {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.um__logo-path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  fill: #fff;
}

.um:hover .um__logo-path {
  fill: #FF4D00;
}

.um__text {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.um:hover .um__text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.um:hover,
.um:focus {
  /*color: #FF4D00;*/
}

.tooltip {
  position: absolute;
  display: block;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  opacity: 0;
  line-break: auto;
  z-index: 99;
}

.tooltip.in {
  opacity: 1;
}

.tooltip.top {
  margin-top: -3px;
  padding: 10px 0;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 10px 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  border-color: transparent;
  border-style: solid;
}

.tooltip-arrow:after {
  position: absolute;
  height: 0;
  width: 0;
  content: "";
  pointer-events: none;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow:after {
  margin-left: -9px;
  left: 50%;
  bottom: 3px;
  border-width: 9px 9px 0;
  border-top-color: #fff;
}

.tooltip.bottom .tooltip-arrow:after {
  margin-left: -9px;
  top: 3px;
  left: 50%;
  border-width: 0 9px 9px;
  border-bottom-color: #fff;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  margin-left: -10px;
  left: 50%;
  top: 0;
  border-width: 0 10px 10px;
  border-bottom-color: #000;
}

.tooltip-inner {
  padding: 7px 15px;
  min-width: 200px;
  max-width: 300px;
  font-size: 16px;
  text-align: center;
  color: #000;
  background: #fff;
  border: 2px solid #000;
  border-radius: 4px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .tooltip-inner {
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .tooltip-inner {
    padding: 3px 7px;
    font-size: 14px;
  }
}
.toper {
  position: fixed;
  bottom: 100px;
  right: 0;
  padding: 10px 13px;
  background: #bf0000;
  border-radius: 5px 0 0 5px;
  z-index: 100;
  cursor: pointer;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.toper__svg {
  display: block;
  fill: #fff;
}

.un-subscribe-form, .pay-form {
  margin: 0 auto;
  padding: 30px 30px 10px;
  display: block;
  width: 100%;
  max-width: 360px;
  box-sizing: border-box;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .un-subscribe-form, .pay-form {
    padding: 20px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .un-subscribe-form, .pay-form {
    padding: 15px 15px 0;
  }
}
.un-subscribe-form__title {
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

@media only screen and (max-width: 991px) {
  .un-subscribe-form__title {
    margin-bottom: 15px;
    font-size: 1.125rem;
  }
}
.un-subscribe-form__row {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .un-subscribe-form__row {
    margin-bottom: 15px;
  }
}
.un-subscribe-form__row_text {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #999;
}

.un-subscribe-form__row_btn {
  text-align: right;
}

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

.form-pay__btn-group {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.form-pay__btn-group .btn,
.form-pay__btn-group .btn + .btn {
  margin: 0;
  min-width: 124px;
  width: 124px;
  box-sizing: border-box;
}

.closed-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #bf0000;
  z-index: 100000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.closed {
  text-align: center;
}

.closed .logo__svg {
  width: 300px !important;
  display: inline-block;
}

.closed-text {
  white-space: pre-wrap;
}

.container_slider {
  max-width: unset;
}

.mobile__basket {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 15px;
  bottom: 20px;
  background: #fc0;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  color: #000;
  box-shadow: 0px 2px 4px rgba(191, 1, 1, 0.25);
}

@media only screen and (max-width: 767px) {
  .mobile__basket {
    display: block;
  }
}
.mobile__basket .basket-mini__price .ruble {
  color: inherit;
  margin-left: 0;
  padding-right: 10px;
}

.mobile__basket .basket-mini__price {
  color: #000;
  display: inline-block !important;
}

.mobile__basket .basket-mini__icon {
  padding: 10px 8px 10px 10px;
  filter: invert(1);
}

.up__button {
  background: #fc0;
  border-radius: 20px;
  z-index: 1000;
  position: fixed;
  right: 15px;
  bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  height: 40px;
  box-shadow: 0px 2px 4px rgba(191, 1, 1, 0.25);
}

.up__button.up_hidden {
  opacity: 0;
  pointer-events: none;
}

.cookie__warning {
  display: none;
  position: fixed;
  bottom: 20px;
  z-index: 1000;
  box-shadow: 0px 2px 4px rgba(191, 1, 1, 0.25);
  background: #fc0;
  align-items: center;
  padding: 8px 15px;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  max-width: 690px;
  min-width: 690px;
  line-height: 1.2x;
}

@media only screen and (max-width: 767px) {
  .cookie__warning {
    min-width: calc(100vw - 30px);
  }
}
.cookie__warning-button {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  width: 45px;
  min-width: 45px;
  max-height: 45px;
  min-height: 45px;
  max-width: 45px;
  text-align: center;
  line-height: 44px;
  background: #BF0101;
  border-radius: 100%;
  margin-left: 12px;
  cursor: pointer;
}

.social-block__row {
  line-height: 32px;
  display: flex;
  flex-wrap: nowrap;
}

.footer__col-reverse {
  flex-direction: row-reverse;
}

.b-help {
  height: 32px;
  line-height: 32px;
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  vertical-align: top;
  margin-left: 10px;
  padding: 0 6px;
  transition: all 0.3s ease;
}

.b-help:hover {
  background: #fc0;
}

.menu_footer a[href="https://zabota.pizzapizzburg.ru/?s=w"] {
  display: none;
}

.footer__pay {
  line-height: 32px;
}

.pay-img {
  vertical-align: middle;
  display: inline-block;
}

.subscribe-form__img {
  display: none;
}

.windows-window {
  border-radius: 12px;
}

.subscribe-form {
  min-width: 570px;
  max-width: 570px;
  background-image: url(/img/plane.svg);
  background-repeat: no-repeat;
  background-position: right 40px;
}

.windows-window-close {
  opacity: 0.3;
}

.subscribe-form__data {
  padding: 40px 25px 20px;
}

.subscribe-form__title {
  margin-bottom: 10px;
}

.subscribe-form__text {
  font-size: 11px;
  line-height: 1.4;
}

.subscribe-form__text-max {
  font-size: 14px;
  line-height: 1.4;
  max-width: 50%;
}

.subscribe-form__row.form-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 20px;
}

.form-success {
  text-align: center;
  line-height: 1;
}

.subscribe-form__row_btn {
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .subscribe-form {
    min-width: unset;
    max-width: unset;
    background-position: right 180px;
  }
  .subscribe-form__text-max + .subscribe-form__row {
    flex-wrap: wrap;
  }
  .subscribe-form__text-max {
    max-width: unset;
    margin-bottom: 80px;
    height: 80px;
  }
  .subscribe-form__row_btn {
    flex-grow: 1;
  }
  .subscribe-form__row_btn button {
    width: 100%;
  }
  .subscribe-form__data {
    padding: 40px 15px 20px;
  }
}
.autocomplete-suggestions {
  background: #fff;
  border: 1px solid #999;
  padding: 0 6px;
}

/*# sourceMappingURL=main.min.css.map */
