@charset "UTF-8";

/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: "TT Norms", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.header-container,
.footer-container,
.order-container,
.basket-container,
.product-detail {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container,
  .header-container,
  .footer-container,
  .order-container,
  .basket-container,
  .product-detail {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .header-container,
  .footer-container,
  .order-container,
  .basket-container,
  .product-detail {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .header-container,
  .footer-container,
  .order-container,
  .basket-container,
  .product-detail {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .header-container,
  .footer-container,
  .order-container,
  .basket-container,
  .product-detail {
    max-width: 1140px;
  }
}

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

.row,
.products,
.footer-top,
.footer-middle,
.footer-bottom,
.footer-notation {
  display: -ms-flexbox;
  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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.footer-write,
.col-sm-3,
.footer-confidentiality,
.col-sm-4,
.products-set .product,
.footer-workingHouse,
.footer-years,
.article,
.col-sm-5,
.product-detail-content,
.col-sm-6,
.footer-politics,
.sale,
.products-favorites .product,
.col-sm-7,
.product-detail-img,
.col-sm-8,
.footer-text,
.col-sm-9,
.footer-copyright,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.footer-offer,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.product,
.product-banner,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.footer-phone,
.footer-content,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .col-sm-2,
  .footer-write {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3,
  .footer-confidentiality {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4,
  .products-set .product,
  .footer-workingHouse,
  .footer-years,
  .article {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5,
  .product-detail-content {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6,
  .footer-politics,
  .sale,
  .products-favorites .product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-politics {
    display: flex;
    gap: 1rem;
  }

  .col-sm-7,
  .product-detail-img {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8,
  .footer-text {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9,
  .footer-copyright {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

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

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

  .col-sm-12,
  .footer-offer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

  .col-md-4,
  .product,
  .product-banner {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

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

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

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

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

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

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

  .col-md-12,
  .footer-phone,
  .footer-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

  .col-lg-3,
  .product {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4,
  .footer-phone {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .col-lg-6,
  .product-banner {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .col-lg-8,
  .footer-content {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

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

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

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

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5625;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

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

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 12px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1099;
  background-color: #000;
}

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

.modal-backdrop.show {
  opacity: 0.7;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5625;
}

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer> :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 313px;
  font-family: "TT Norms", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #000000;
  background-clip: padding-box;
  border: 1px solid #000000;
  border-radius: 12px;
}

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

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

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

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

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: black;
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #000000;
}

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

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

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: black;
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #000000;
}

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

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

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: black;
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #000000;
}

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

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

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

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: black;
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #000000;
}

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

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

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

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

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

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-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;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

.justify-content-between {
  -ms-flex-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;
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  -ms-flex-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;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-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;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

  .justify-content-sm-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }

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

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

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

  .align-items-sm-stretch {
    -ms-flex-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;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-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;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

  .justify-content-md-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }

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

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

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

  .align-items-md-stretch {
    -ms-flex-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;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-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;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

  .justify-content-lg-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }

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

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

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

  .align-items-lg-stretch {
    -ms-flex-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;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-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;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

  .justify-content-xl-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }

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

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

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

  .align-items-xl-stretch {
    -ms-flex-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;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #000000 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container,
  .header-container,
  .footer-container,
  .order-container,
  .basket-container,
  .product-detail {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody+tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

body {
  position: relative;
  width: 100%;
  min-width: 320px;
  padding-top: 155px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  body.hidden {
    overflow: hidden;
  }
}

a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a[data-toggle=modal],
a[data-dismiss=modal] {
  cursor: pointer;
}

button {
  outline: 1px solid transparent !important;
  cursor: pointer;
  transition: 0.3s;
}

input,
textarea {
  transition: 0.3s;
  outline: 1px solid transparent !important;
}

input[type=text],
input[type=number],
textarea {
  border: 1px solid #E0E0E0;
}

input[type=text]:hover,
input[type=text]:active,
input[type=text]:focus,
textarea:hover,
textarea:active,
textarea:focus {
  border: 1px solid #28a745;
}

input[type=text].error,
textarea.error {
  border: 1px solid #FF624B;
  box-shadow: 0 0 0 1px #FF624B;
}

h1,
h2,
h3,
h4,
h5,
strong {
  font-weight: 500;
}

.container,
.header-container,
.footer-container,
.order-container,
.basket-container,
.product-detail {
  max-width: 1200px;
}

.product-inactive {
  background: #E0E0E0 !important;
  cursor: default;
}

.theme-button,
.theme-button-red,
.order-bonus button,
.theme-button-green,
.header-basket-submit,
.product-add,
.order-login-submit,
.order-submit,
.sms-request,
.order-replace-button,
.basket-submit-button,
.form-feedback-submit,
.theme-button-blue,
#to-top,
a.header-mobile-call,
.footer-phone-call {
  display: inline-block;
  width: 100px;
  height: 40px;
  border: none;
  border-radius: 12px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
}

.theme-button:not([href]):not([tabindex]),
.theme-button-red:not([href]):not([tabindex]),
.order-bonus button:not([href]):not([tabindex]),
.theme-button-green:not([href]):not([tabindex]),
.header-basket-submit:not([href]):not([tabindex]),
.product-add:not([href]):not([tabindex]),
.order-login-submit:not([href]):not([tabindex]),
.order-submit:not([href]):not([tabindex]),
.sms-request:not([href]):not([tabindex]),
.order-replace-button:not([href]):not([tabindex]),
.basket-submit-button:not([href]):not([tabindex]),
.form-feedback-submit:not([href]):not([tabindex]),
.theme-button-blue:not([href]):not([tabindex]),
#to-top:not([href]):not([tabindex]),
a.header-mobile-call:not([href]):not([tabindex]),
.footer-phone-call:not([href]):not([tabindex]) {
  color: #ffffff;
}

.theme-button-red,
.order-bonus button {
  background: #E04E39;
}

.theme-button-red:hover,
.order-bonus button:hover {
  background: #FF624B;
}

.theme-button-green,
.header-basket-submit,
.product-add,
.order-login-submit,
.order-submit,
.sms-request,
.order-replace-button,
.basket-submit-button,
.form-feedback-submit {
  background: #97D700;
}

.theme-button-green:hover,
.header-basket-submit:hover,
.product-add:hover,
.order-login-submit:hover,
.order-submit:hover,
.sms-request:hover,
.order-replace-button:hover,
.basket-submit-button:hover,
.form-feedback-submit:hover {
  background: #00843D;
}

.theme-button-blue,
#to-top,
a.header-mobile-call,
.footer-phone-call {
  background: #00A3E0;
}

.theme-button-blue:hover,
#to-top:hover,
a.header-mobile-call:hover,
.footer-phone-call:hover {
  background: #56CCF2;
  color: #ffffff;
}

.slick-dots {
  margin-top: 13px;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}

.slick-dots li {
  margin: 0 8px;
  display: inline-block;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #E0E0E0;
  transition: 0.3s;
  outline: none !important;
  cursor: pointer;
}

.slick-dots li button:hover {
  background: #00A3E0;
}

.slick-dots li.slick-active button {
  width: 23px;
  border-radius: 10px;
  background: #00A3E0;
}

.btn {
  padding-top: 13px;
  padding-left: 14px;
  padding-bottom: 11px;
  background: transparent !important;
  border: 1px solid #E0E0E0;
  font-size: 18px;
  border-radius: 12px;
}

.btn:after {
  margin-right: 16px;
  font-family: "icomoon";
  border: none;
  font-size: 7px;
  color: #BDBDBD;
}

.dropup .btn:after {
  margin-right: 16px;
  font-family: "icomoon";
  border: none;
  font-size: 7px;
  color: #BDBDBD;
}

.bootstrap-select {
  max-width: 100% !important;
}

.bootstrap-select .dropdown-menu {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
  border-radius: 12px;
  font-size: 18px;
  transform: none !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.bootstrap-select .dropdown-menu:after {
  position: absolute;
  top: 23px;
  right: 14px;
  font-family: "icomoon";
  border: none;
  font-size: 7px;
  color: #BDBDBD;
}

.bootstrap-select .dropdown-item {
  padding: 13px 15px;
  border: none !important;
  outline: 1px solid transparent;
}

.bootstrap-select .dropdown-item:hover {
  background: #97D700;
  color: #ffffff;
}

.bootstrap-select .btn:hover {
  border-color: #97D700;
}

.dropdown-item.active,
.dropdown-item:active {
  background: transparent;
  color: #000000;
}

.dropdown-item.active:hover,
.dropdown-item:active:hover {
  background: transparent;
  color: #000000;
}

.icon-rub {
  font-size: 76%;
}

#to-top {
  position: fixed;
  bottom: 55px;
  left: 20px;
  width: 90px;
  height: 50px;
  line-height: 50px;
  font-family: "icomoon";
  font-style: normal;
  font-size: 15px;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  #to-top {
    display: none !important;
  }
}

.labels-radio {
  position: relative;
}

.labels-radio .radio {
  z-index: 2;
  cursor: pointer;
}

.labels-radio .radio:hover {
  color: #000000;
}

.labels-radio .radio span {
  height: 100%;
  transition: 0.3s;
}

.labels-radio input[type=radio]:checked+span,
.labels-radio input[type=radio]:checked+div {
  color: #ffffff;
}

@media screen and (max-width: 767px) {

  .labels-radio input[type=radio]:checked+span,
  .labels-radio input[type=radio]:checked+div {
    background: #97D700;
  }
}

span.labels-radio-trigger {
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  height: auto;
  background: #97D700;
  border-radius: 11px;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  span.labels-radio-trigger {
    display: none;
  }
}

.textarea {
  position: relative;
}

.textarea textarea {
  display: block;
}

.textarea textarea::-webkit-resizer {
  display: none;
}

.textarea:after {
  position: absolute;
  content: "";
  bottom: 8px;
  right: 8px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjUgMUwxIDEzLjUiIHN0cm9rZT0iI0JEQkRCRCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMy41IDhMOC41IDEzIiBzdHJva2U9IiNCREJEQkQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K");
}

.checkbox {
  font-size: 12px;
  line-height: 18px;
  color: #828282;
  text-align: left;
  cursor: pointer;
}

.checkbox input {
  display: none;
}

.checkbox input:checked+span:before {
  opacity: 1;
}

.checkbox span {
  position: relative;
  padding-left: 29px;
  display: block;
}

.checkbox span a {
  color: #000000;
}

.checkbox span:after {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #00843D;
  border-radius: 4px;
}

.checkbox span:before {
  position: absolute;
  top: 1px;
  left: 3px;
  font-family: "icomoon";
  color: #ffffff;
  font-size: 8px;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
}

sup {
  font-size: 60%;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 12px;
  z-index: 1062;
  background: #ffffff;
}

.header.header-order {
  position: fixed;
  padding-top: 10px;
  padding-bottom: 2px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  .header {
    position: fixed;
    padding: 10px 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
}

.header-container {
  position: relative;
}

@media screen and (max-width: 991px) {
  .header-container {
    padding-left: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.header-logo svg {
  display: block;
  max-width: 100%;
  fill: #97D700;
}

@media screen and (max-width: 1199px) {
  .header-logo {
    margin-right: 40px;
  }
}

.logo-color {
  animation-name: logo-animation;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-delay: 3s;
}

@keyframes logo-animation {
  0% {
    fill: #97D700;
  }

  16% {
    fill: #E04E39;
  }

  32% {
    fill: #93328E;
  }

  48% {
    fill: #E24585;
  }

  64% {
    fill: #00A3E0;
  }

  80% {
    fill: #00843D;
  }

  100% {
    fill: #97D700;
  }
}

.header-top {
  padding-top: 18px;
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .header-top {
    display: none;
  }
}

.header-top .header-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .header-top .header-container {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header-top-logo {
  margin-right: 36px;
}

@media screen and (max-width: 1199px) {
  .header-top-logo {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .header-top-logo {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .header-top-logo {
    margin-left: 15px;
    width: 150px;
  }

  .header-top-logo img {
    max-width: 100%;
  }
}

.header-social {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1199px) {
  .header-social {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .header-social {
    display: none;
  }
}

.header-social-link {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  font-family: "icomoon";
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}

.header-social-link+.header-social-link {
  margin-left: 7px;
}

@media screen and (max-width: 767px) {
  .header-social-link+.header-social-link {
    margin-right: 13px;
  }
}

@media screen and (max-width: 767px) {
  .header-social-link {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }
}

.header-social-link-vk {
  background: #00A3E0;
}

@media screen and (max-width: 767px) {
  .header-social-link-vk {
    -ms-flex-order: 1;
    order: 1;
    line-height: 42px;
  }
}

.header-social-link-vk:hover {
  background: #56CCF2;
  color: #ffffff;
}

.header-social-link-instagram {
  background: #E04E39;
  font-size: 19px;
}

.header-social-link-instagram:hover {
  background: #FF624B;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .header-social-link-instagram {
    font-size: 23px;
  }
}

.header-social-link-ok {
  background: #ee8208;
  font-size: 24px;
}

.header-social-link-ok:hover {
  background: #ffb568;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .header-social-link-ok {
    font-size: 26px;
  }
}

.header-mobile-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.header-mobile-link:hover {
  color: #00A3E0;
}

.header-mobile-link.active {
  color: #00A3E0;
}

.header-mobile-link svg {
  margin-right: 17px;
  width: 32px;
  height: 32px;
}

.header-mobile-social {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: row;
}

.header-description {
  margin-top: 2px;
  font-size: 14px;
  line-height: calc(20 / 14);
}

.header-workingHouse {
  font-size: 16px;
  line-height: 29px;
}

.header-links {
  line-height: 30px;
}

.header-links p {
  margin-bottom: 0;
}

.header-links svg {
  margin-right: 8px;
}

.header-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  color: #93328E;
}

.header-link:hover {
  color: #E24585;
}

@media screen and (max-width: 1199px) {
  .header-description {
    margin-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .header-description {
    display: none;
  }
}

.header-phone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 991px) {
  .header-phone {
    display: none;
  }
}

.header-phone-link {
  font-size: 37px;
  line-height: 1;
  font-weight: 500;
  color: #000000;
}

.header-phone-link+.header-call-me {
  margin-left: 17px;
}

.header-call-me {
  color: #00A3E0;
  text-align: center;
}

.header-bottom {
  position: relative;
  width: 100%;
  background: #ffffff;
}

@media screen and (min-width: 1200px) {
  .header-bottom.fixed {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }

  .header-bottom.fixed .header-nav {
    -ms-flex-align: center;
    align-items: center;
  }
}

.header-bottom.fixed .header-bottom-logo {
  width: 85px;
  padding-right: 29px;
  transition: 0.5s;
}

.header-bottom .header-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

@media screen and (max-width: 991px) {
  .header-nav-list {
    display: none;
  }
}

.header-nav-item {
  display: inline-block;
}

.header-nav-item+.header-nav-item {
  margin-left: 12px;
}

.header-login {
  margin-left: auto;
  width: 80px;
  border: 1px solid #00A3E0;
  color: #00A3E0;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  border-radius: 12px;
}

@media screen and (max-width: 991px) {
  .header-login {
    display: none;
  }
}

.header-login:hover {
  background: #00A3E0;
  color: #ffffff;
}

.header-nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.header-nav-link:hover {
  color: #00A3E0;
}

.header-nav-link--recommend {
  color: #E04E39;
}

.header-basket {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header-basket {
    margin-top: -9px;
    margin-left: 15px;
    margin-right: 52px;
  }
}

@media screen and (min-width: 768px) {
  .header-basket:hover .header-basket-content {
    opacity: 1;
    visibility: visible;
  }
}

.header-basket-icon {
  position: relative;
  color: #97D700;
  font-family: "icomoon";
  font-size: 32px;
  line-height: 1;
  z-index: 11;
}

.header-basket-icon:not([href]):not([tabindex]) {
  color: #97D700;
}

.header-basket-icon:not([href]):not([tabindex]):hover,
.header-basket-icon:not([href]):not([tabindex]):active,
.header-basket-icon:not([href]):not([tabindex]):focus {
  color: #97D700;
}

.header-basket-icon span {
  position: absolute;
  bottom: -13px;
  left: -13px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  font-family: "TT Norms", sans-serif;
  font-weight: 500;
  background: #93328E;
  color: #ffffff;
  border-radius: 50%;
}

.header-basket-sum {
  position: relative;
  padding-top: 7px;
  padding-right: 0;
  margin-right: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #BDBDBD;
}

.header-basket-sum.active {
  color: #E04E39;
}

.header-mobile-trigger {
  position: absolute;
  top: 11px;
  width: 22px;
  height: 18px;
  right: 15px;
  display: none;
}

.header-mobile-trigger i {
  position: relative;
  display: block;
  margin-top: 8px;
  width: 22px;
  height: 2px;
  background: #E04E39;
  border-radius: 2px;
}

.header-mobile-trigger i:before {
  position: absolute;
  top: -8px;
  content: "";
  width: 22px;
  height: 2px;
  background: #E04E39;
  border-radius: 2px;
}

.header-mobile-trigger i:after {
  position: absolute;
  bottom: -8px;
  content: "";
  width: 22px;
  height: 2px;
  background: #E04E39;
  border-radius: 2px;
}

@media screen and (max-width: 991px) {
  .header-mobile-trigger {
    display: block;
  }
}

.header-basket-content {
  position: absolute;
  top: -10px;
  right: -24px;
  width: 270px;
  padding: 10px 15px;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-basket-content {
    right: -10px;
  }
}

@media screen and (max-width: 991px) {
  .header-basket-content {
    top: -5px;
    right: -15px;
  }
}

.header-basket-head {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 7px;
  padding-right: 49px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.header-basket-head h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.header-basket-head-sum {
  font-size: 18px;
  font-weight: 500;
}

.header-basket-head-sum a {
  color: #E04E39;
}

.header-basket-head-sum a:hover {
  color: #FF624B;
}

.header-basket-item {
  position: relative;
  padding-top: 15px;
  padding-right: 20px;
  border-bottom: 1px solid #F2F2F2;
}

.header-basket-item:last-child {
  border-bottom: none;
}

.header-basket-item h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-right: 20px; */
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.header-basket-item-delete {
  /* position: absolute; */
  /* top: 15px; */
  /* right: 0; */
  cursor: pointer;
  color: #BDBDBD;
}

.header-basket-item-delete:before {
  font-family: "icomoon";
  font-style: normal;
  font-size: 12px;
}

.header-basket-item-delete:hover {
  color: #FF624B;
}

.header-basket-item-content {
  padding-top: 10px;
  padding-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-basket-item-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-basket-item-count input {
  width: 48px;
  border: none !important;
  background: none;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.header-basket-item-count button {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid #97D700;
  background: #97D700;
  border-radius: 8px;
  font-size: 10px;
  color: #ffffff;
  transition: 0.3s;
  cursor: pointer;
}

.header-basket-item-count button:hover {
  background: #00843D;
  border: 1px solid #00843D;
}

.header-basket-item-count button:disabled {
  border: 1px solid #E0E0E0;
  color: #E0E0E0;
  background: transparent;
  cursor: default;
}

.header-basket-item-count button:before {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 27px;
  font-family: "icomoon";
}

.header-basket-item-sum {
  font-size: 18px;
  font-weight: 500;
}

.header-basket-item-sum span {
  font-weight: 400;
}

.header-basket-submit {
  margin-top: 10px;
  width: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}

.header-bottom-logo {
  width: 0;
  overflow: hidden;
  height: 41px;
  transition: none;
}

@media screen and (max-width: 991px) {
  .header-bottom-logo {
    width: 85px;
    padding-right: 29px;
  }
}

.header-bottom-logo svg {
  max-width: 100%;
  max-height: 100%;
}

.header-order-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header-order-content .header-logo svg {
  width: 56px;
  height: 41px;
}

.header-steps {
  margin-top: 8px;
}

.header-step {
  cursor: pointer;
  margin-left: 37px;
  display: inline-block;
  color: #BDBDBD;
}

.header-step span {
  margin-right: 12px;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border: 1px solid #BDBDBD;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
}

.header-step.active {
  color: #E04E39;
}

.header-step p {
  margin-bottom: 0;
  display: inline-block;
}

.header-step.active span {
  background: #E04E39;
  color: #ffffff;
  border: 1px solid #E04E39;
}

.products-block {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .header-step {
    margin-left: 32px;
    position: relative;
  }

  .header-step p {
    display: none;
  }

  .header-step::after {
    content: '';
    width: 20px;
    height: 2px;
    background: #BDBDBD;
    position: absolute;
    top: 13px;
    left: 117%;
  }

  .header-step:nth-child(3)::after {
    width: 0;
  }

  .header-step.active::after {
    background: #E04E39;
  }

  .header-step span {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .products-block {
    margin-top: -40px;
  }
}

.products-block+.products-block {
  margin-top: 17px;
}

.products-block-name {
  margin-bottom: 2px;
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-ms-flex-pack: justify;*/
  /*    justify-content: space-between;*/
}

@media screen and (max-width: 767px) {
  .products-block-name {
    /*margin-top: 150px;*/
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.products-block-name span {
  /*position: absolute;*/
  top: -5px;
  left: 100%;
  margin-left: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #E04E39;
}

.product-filter-span-title {
  position: absolute;
  font-family: "TT Norms", sans-serif;
  right: 0;
  margin-top: 16px;
  margin-right: 58px;
  font-size: 16px;
  line-height: normal;
  color: #000000;
}

.products-block-name {
  font-size: 34px;
  font-weight: 500;
}

.products-block-title h2 {
  font-size: 34px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .products-block-title {
    /*display: none;*/
  }

  .products-block-title h2 {
    margin-top: 150px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.products-block-title h2 span {
  top: -5px;
  left: 100%;
  margin-left: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #E04E39;
}

@media screen and (max-width: 767px) {
  .products-block-subtitle {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.products-filter {
  position: relative;
  display: block;
}

.products-filter-items {
  position: absolute;
  width: 97%;
  top: -11px;
  /*right: 44px;*/
  font-size: 15px;
  font-weight: 500;
  color: #BDBDBD;
  display: none;
}

@media screen and (max-width: 768px) {
  .products-filter-items {
    width: 92%;
  }
}

@media screen and (max-width: 425px) {
  .products-filter-items {
    width: 92%;
  }
}

@media screen and (max-width: 375px) {
  .products-filter-items {
    width: 86%;
  }

  .products-filter-item {
    min-width: 90px !important;
  }
}

@media screen and (max-width: 343px) {
  .products-filter-item {
    min-width: 89px !important;
  }
}

@media screen and (max-width: 340px) {
  .products-filter-item {
    min-width: 85px !important;
  }
}

@media screen and (max-width: 326px) {
  .products-filter-item {
    min-width: 82px !important;
  }
}

@media screen and (max-width: 320px) {
  .products-filter-item {
    min-width: 116px !important;
  }
}

.products-filter-items-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.products-title-recommend {
  padding-top: 70px;
  padding-bottom: 20px;
}

.products-title-recommend-tablet {
  padding-top: 130px !important;
}

.products-title-recommend-mobile-medium {
  padding-top: 210px !important;
}

.products-title-recommend-mobile {
  padding-top: 290px !important;
}

.products-title-recommend-mobile-small {
  padding-top: 300px !important;
}

.products-title-recommend-mobile-super-small {
  padding-top: 390px !important;
}

.products-filter-item {
  text-align: center;
  margin-bottom: 10px;
  min-width: 110px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .products-filter-item {
    min-width: 90px;
  }
}

@media screen and (max-width: 768px) {
  .products-filter-item {
    min-width: 75px;
  }

  .products-title-recommend {
    padding-top: 18px;
  }
}

@media screen and (max-width: 375px) {
  .products-title-recommend {
    padding-top: 50px;
  }
}

.products-filter-item span {
  display: block;
}

.products-filter-item.active-like {
  color: #000000;
}

.products-filter-like {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 15px;
  cursor: pointer;
  color: #BDBDBD;
}

.products-filter-like:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon";
  font-style: normal;
  transition: 0.3s;
}

.products-filter-like:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon";
  font-style: normal;
  color: #97D700;
  transition: 0.3s;
  opacity: 0;
}

.products-filter-like.active-like:after {
  opacity: 1;
}

.products-filter-delete {
  font-family: "icomoon";
  font-style: normal;
  cursor: pointer;
  font-size: 12px;
  transition: 0.3s;
  color: #BDBDBD;
}

.products-filter-delete:hover {
  color: #FF624B;
}

.products-filter-delete.active-dislike {
  color: #E04E39;
}

.products-filter-icon {
  display: block;
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #97D700;
  font-family: "icomoon";
  border-radius: 50%;
  font-style: normal;
  cursor: pointer;
  transition: 0.3s;
}

.products-filter-icon:not([href]):not([tabindex]) {
  color: #ffffff;
}

.products-filter-icon:hover {
  background: #00843D;
}

.products-filter-icon.active {
  background: #E04E39;
}

.products-filter-icon.active:hover {
  background: #FF624B;
}

.products-set .product-img {
  height: 261px;
}

@media screen and (max-width: 767px) {
  .products-set .product-img {
    width: 40%;
    padding: 0;
    height: auto;
  }

  .products-set .product-img img {
    width: 100%;
  }
}

.product {
  position: relative;
  margin-bottom: 54px;
  padding-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .product {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .product-banner {
    display: none;
  }
}

.product-banner img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .product-banner {
    margin-bottom: 30px;
  }
}

.product-img {
  position: relative;
  margin-bottom: 5px;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 192px;
}

@media screen and (max-width: 767px) {
  .product-img {
    float: left;
    width: 40%;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-right: 20px;
    min-height: auto;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.product-img img {
  max-width: 100%;
}

.product-count {
  position: absolute;
  top: 6px;
  right: 0;
  background: #93328E;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .product-count {
    display: none;
  }
}

.product-content {
  position: relative;
  margin-bottom: 19px;
  color: #828282;
  font-size: 12px;
  line-height: calc(17 / 12);
}

@media screen and (max-width: 767px) {
  .product-content {
    margin-bottom: 6px;
    font-size: 9px;
    line-height: 13px;
  }
}

.product-content>div:first-child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-right: 30px;
  font-size: 20px;
  line-height: calc(26 / 20);
  color: #000000;
  font-weight: 500;
}

.product-content>div:first-child a {
  color: #000000;
}

@media screen and (max-width: 767px) {
  .product-content>div:first-child {
    margin-bottom: 5px;
    font-size: 16px;
    padding-right: 0;
  }
}

.product-content p {
  margin: 0;
}

.product-info {
  position: absolute;
  top: 4px;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  color: #C4C4C4;
  font-style: normal;
  font-size: 10px;
  border: 1px solid #C4C4C4;
  font-family: "icomoon";
  cursor: pointer;
  transition: 0.3s;
}

.product-info.active {
  background: #828282;
  border-color: #828282;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .product-info {
    display: none;
  }
}

.product-info-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 25px 20px;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  -webkit-mask-image: url("/static/i/svg/bg-description.svg");
  mask-image: url("/static/i/svg/bg-description.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  text-align: left;
  font-family: "TT Norms", sans-serif;
  display: none;
  background: #828282;
}

.product-info-content-head {
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-options {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .product-options {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
}

.product-options span {
  font-size: 9px;
  color: #828282;
}

.product-options .show-xs {
  display: none;
}

@media screen and (max-width: 767px) {
  .product-options .show-xs {
    display: block;
  }
}

.product-price {
  font-size: 26px;
  color: #000;
}

@media screen and (max-width: 1092px) {
  .product-price {
    font-size: 23px;
  }
}

@media screen and (max-width: 1060px) {
  .product-price {
    font-size: 19px;
  }
}

@media screen and (max-width: 1017px) {
  .product-price {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  .product-price {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .product-price {
    font-size: 18px;
  }
}

.product-price:hover {
  color: #000;
}

.product-price strong {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .product-add {
    width: 86px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}

.product-add:hover:not([href]):not([tabindex]),
.product-add-active:not([href]):not([tabindex]) {
  color: #ffffff;
}

.product-add-more {
  background: #93328E;
}

.product-include {
  position: relative;
  margin-top: -3px;
  margin-bottom: 8px;
  display: inline-block;
  padding: 1px;
  border: 1px solid #97D700;
  border-radius: 12px;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .product-include {
    margin-top: 4px;
    margin-bottom: 13px;
    font-size: 9px;
  }
}

.product-include span {
  position: relative;
  width: 70px;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
  z-index: 2;
  color: #828282;
}

.product-include span:hover {
  color: #000000;
}

@media screen and (max-width: 767px) {
  .product-include span {
    width: 50px;
    line-height: 23px;
  }
}

.product-include span.active {
  color: #ffffff;
}

.product-include span.active:nth-child(1)~.product-include-slide {
  left: 1px;
}

.product-include span.active:nth-child(2)~.product-include-slide {
  left: 72px;
}

@media screen and (max-width: 767px) {
  .product-include span.active:nth-child(2)~.product-include-slide {
    left: 53px;
  }
}

.product-include span.active:nth-child(3)~.product-include-slide {
  left: 141px;
}

@media screen and (max-width: 767px) {
  .product-include span.active:nth-child(3)~.product-include-slide {
    left: 101px;
  }
}

.product-include span span {
  position: relative;
  display: inline-block;
  line-height: 30px;
  border-radius: 11px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .product-include span span {
    padding: 0 10px;
  }
}

.product-include-slide {
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 70px;
  background: #97D700;
  border-radius: 11px;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .product-include-slide {
    width: 50px;
  }
}

.product-tag {
  position: absolute;
  bottom: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 28px;
  font-style: normal;
  color: #ffffff;
  font-family: "icomoon";
}

.product-tag:nth-child(1) {
  left: 6px;
}

.product-tag:nth-child(2) {
  left: 60px;
}

@media screen and (max-width: 567px) {
  .product-tag {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }

  .product-tag:nth-child(1) {
    left: initial;
    right: 20px;
  }

  .product-tag:nth-child(2) {
    left: initial;
    right: 70px;
  }
}

.product-tag--fire {
  background: #E04E39;
}

.product-tag--leaf {
  background-color: #27AE60;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAyNiAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuOTk5OTkgMjVDNC43MTkyNSAyNi40MzgxIDQuNTExMDkgMjkuMDE4MSA0IDMwLjVDMy43MzE2OCAzMS4yNzggMC41NDkwMjYgMzAuNTU2IDAuOTk5OTg4IDI5QzMuMTczNjggMjEuNSAxMC41IDE3IDE2LjY3MDUgMTIuNTU4N0MxMi4zOTkzIDEzLjc4MTIgNS44MjgxNyAxNy40NDg5IDIuNTQyNjEgMjAuMzM4NkMxLjExODg2IDEwLjY2OTMgNS44MjMyOCA2LjQ0MTIyIDExIDUuNUMxNy4wMTcgNC40MDYgMjEuMjE0NCA0LjA1NjUyIDI0LjUgMC41QzI3LjEyODQgMTQuMjgxNSAyMi45MDk0IDIxLjM4ODMgMjAuNSAyMy41QzE4LjA5MDYgMjUuNjExNyAxMyAyOC41IDUuOTk5OTkgMjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
}

.product-tag--like {
  background-color: #E24585;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjUgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUxLjIgKDU3NTE5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5saWtlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Imxpa2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAtMS4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cGF0aCBkPSJNMTcsMy45OTk5IEMxNy4xNTEyLDUuODA2NCAxNS41MTk5LDguMDM2NCAxNC41LDkuOTk5OSBMMjIsOS45OTk5IEMyNC4yNTk5LDkuOTk5OSAyNS41ODQ1LDEyLjUxNzYgMjQuNzkxLDE0LjYyNCBMMjIuMjMyNSwyMS40MTU5IEMyMS40MjA0LDIzLjU3MTcgMTkuMzUwMSwyNC45OTk5IDE3LjAzNzIsMjQuOTk5OSBMNywyNC45OTk5IEw3LDEyLjM1NTQgQzcsMTEuNDkzNyA3LjM4MjYsMTAuNjgzNSA3Ljk1MywxMC4wMzc2IEM5LjMwNDksOC41MDY1IDEwLjY1Niw2LjI5NDkgMTEuNDAzNiw0LjI0ODIgQzEyLjA3NjEsMi40MDcgMTIuNjEyOSwxLjIzMDEgMTQsMSBDMTUuMDg2OSwwLjgxOTcgMTYuODE1LDEuNzkwNSAxNywzLjk5OTkgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDE0IEMwLDEyLjg5NTQgMC44OTU0LDEyIDIsMTIgTDQsMTIgTDQsMjUgTDIsMjUgQzAuODk1NCwyNSAwLDI0LjEwNDYgMCwyMyBMMCwxNCBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-position: center;
  background-repeat: no-repeat;
}

.product-tag--new {
  background-color: #00A3E0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzRweCIgaGVpZ2h0PSIzNnB4IiB2aWV3Qm94PSIwIDAgMzQgMzYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUxLjIgKDU3NTE5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5uZXc8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0ibmV3IiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTcuMDUwMyAyLjc5NTY2IDIwLjUzOTUgMC43MzU4NCAyMi45MjE1IDQuMDg3NCAyNi45MTQgMy43MDM0IDI3Ljc1MjcgNy43NTMyIDMxLjU3NzQgOS4wNzk5IDMwLjc3MjIgMTMuMTY0NiAzMy43MjQ2IDE1Ljk5MjUgMzEuMzc2MSAxOS4zNzkgMzIuOTg2NSAyMy4yMTkzIDI5LjUzMDkgMjUuMzE0MSAyOS40OTczIDI5LjUwMzUgMjUuNTM4NCAyOS45NTc0IDIzLjg2MDkgMzMuNzYyOCAyMC4wMzYyIDMyLjUwNiAxNy4wNTAzIDM1LjI2NCAxNC4wMzA4IDMyLjUwNiAxMC4yMDYxIDMzLjc2MjggOC41NjIyIDI5Ljk1NzQgNC41Njk4IDI5LjUwMzUgNC41MzYyIDI1LjMxNDEgMS4wODA1OSAyMy4yMTkzIDIuNjkxIDE5LjM3OSAwLjI3NTM5IDE1Ljk5MjUgMy4yMjc4IDEzLjE2NDYgMi41MjMyIDkuMDc5OSA2LjMxNDQgNy43NTMyIDcuMTg2NyAzLjcwMzQgMTEuMTc5MSA0LjA4NzQgMTMuNTYxMSAwLjczNTg0Ij48L3BvbHlnb24+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgZmlsbD0iIzAwQTNFMCIgcG9pbnRzPSI3LjAzNjMgMTQuMzEyNCA3LjYxODQgMTQuMjA1NiAxMC44MDI2IDE5LjU1IDEwLjgwMjYgMTMuNTk5OSAxMi4zNDM0IDEzLjMxNDggMTIuMzc3NiAyNC40NjY5IDExLjgyOTggMjQuNTczNyA4LjYxMTMgMTguOTA4NiA4LjY0NTYgMjUuMTc5NCA3LjA3MDYgMjUuNTAwMSI+PC9wb2x5Z29uPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIGZpbGw9IiMwMEEzRTAiIHBvaW50cz0iMTMuODQ5OSAxMi45OTQgMTguMDk1NiAxMi4xNzQ2IDE4LjA5NTYgMTMuNTk5NyAxNS42NjQ2IDE0LjA2MjkgMTUuNjY0NiAxNy4yNjk2IDE3LjU4MiAxNi45MTMzIDE3LjU4MiAxOC4zMzg1IDE1LjY2NDYgMTguNjk0OCAxNS42NjQ2IDIyLjQwMDIgMTguMDk1NiAyMS45MzcgMTguMDk1NiAyMy4zMjY2IDEzLjg4NDIgMjQuMTQ2MSI+PC9wb2x5Z29uPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIGZpbGw9IiMwMEEzRTAiIHBvaW50cz0iMTguODQ4OCAxMi4wMzIxIDIwLjM4OTYgMTEuNzQ3IDIxLjI0NTYgMTkuMjI5MiAyMi42MTUxIDExLjM1NTEgMjMuMTYyOSAxMS4yNDgyIDI0LjYzNTIgMTguNTg3OSAyNS40MjI3IDEwLjc4NSAyNi45NjM1IDEwLjUgMjUuNTkzOSAyMS45MzcxIDI0LjA4NzQgMjIuMTg2NSAyMi45MjMzIDE0LjkxODEgMjEuODI3NiAyMi42MTQgMjAuMzIxMSAyMi44OTkxIj48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
}

.product-tag--double {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIGZpbGw9IiNGRjYyNEIiLz4KPHBhdGggZD0iTTI5LjM5NTcgMTQuODc1N0MzMy45MDUyIDE0Ljg3NTcgMzQuNzM5MyAxOS45MzIyIDMyLjA1NDUgMjMuMDk2TDI0IDMyLjk1NDhMMjQuNTk5NSAzNEgzNVYzMy4wNjc4SDI1LjAxNjZMMzIuNjI4IDIzLjgwMjNDMzUuOTY0NSAxOS44NzU3IDM0LjYzNTEgMTQgMjkuMzY5NyAxNEMyNi45OTc2IDE0IDI1LjM1NTUgMTUuMDczNCAyNC4zNjQ5IDE3LjI3NjhDMjQuNjUxNyAxNy40NDYzIDI0Ljc1NTkgMTcuNDc0NiAyNS4wNjg3IDE3LjY0NDFDMjYuMDA3MSAxNS43NTE0IDI3LjM4ODYgMTQuNzkxIDI5LjM5NTcgMTQuODc1N1oiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTExIDIxLjM4NDZMMTguMzg0NiAyOC43NjkzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTEgMjguNzY5M0wxOC4zODQ2IDIxLjM4NDciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
}

.product-tag--sauce {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMwMDdBRkY7fQ0KCS5zdDF7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8aW1hZ2Ugc3R5bGU9Im92ZXJmbG93OnZpc2libGU7IiB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBRElBQUFBeUNBWUFBQUFlUDRpeEFBQUFCR2RCVFVFQUFMR1BDL3hoQlFBQUNrbHBRME5RDQpjMUpIUWlCSlJVTTJNVGsyTmkweUxqRUFBRWlKblZOM1dKUDNGajdmOTJVUFZrTFk4TEdYYklFQUlpT3NDTWdRV2FJUWtnQmhoQkFTDQpRTVdGaUFwV0ZCVVJuRWhWeElMVkNraWRpT0tnS0xoblFZcUlXb3RWWERqdUg5eW50WDE2NyszdCs5Zjd2T2VjNS96T2VjOFBnQkVTDQpKcEhtb21vQU9WS0ZQRHJZSDQ5UFNNVEp2WUFDRlVqZ0JDQVE1c3ZDWndYRkFBRHdBM2w0Zm5Td1Avd0JyMjhBQWdCdzFTNGtFc2ZoDQovNE82VUNaWEFDQ1JBT0FpRXVjTEFaQlNBTWd1Vk1nVUFNZ1lBTEJUczJRS0FKUUFBR3g1ZkVJaUFLb05BT3owU1Q0RkFOaXBrOXdYDQpBTmlpSEtrSUFJMEJBSmtvUnlRQ1FMc0FZRldCVWl3Q3dNSUFvS3hBSWk0RXdLNEJnRm0yTWtjQ2dMMEZBSGFPV0pBUFFHQUFnSmxDDQpMTXdBSURnQ0FFTWVFODBESUV3RG9ERFN2K0NwWDNDRnVFZ0JBTURMbGMyWFM5SXpGTGlWMEJwMzh2RGc0aUhpd215eFFtRVhLUkJtDQpDZVFpbkplYkl4Tkk1d05Nemd3QUFCcjUwY0grT0QrUTUrYms0ZVptNTJ6djlNV2kvbXZ3YnlJK0lmSGYvcnlNQWdRQUVFN1A3OXBmDQo1ZVhXQTNESEFiQjF2MnVwV3dEYVZnQm8zL2xkTTlzSm9Gb0swSHI1aTNrNC9FQWVucUZReUR3ZEhBb0xDKzBsWXFHOU1PT0xQdjh6DQo0Vy9naTM3Mi9FQWUvdHQ2OEFCeG1rQ1pyY0NqZy8xeFlXNTJybEtPNThzRVFqRnU5K2NqL3NlRmYvMk9LZEhpTkxGY0xCV0s4VmlKDQp1RkFpVGNkNXVWS1JSQ0hKbGVJUzZYOHk4UitXL1FtVGR3MEFySVpQd0U2MkI3WExiTUIrN2dFQ2l3NVkwbllBUUg3ekxZd2FDNUVBDQpFR2MwTW5uM0FBQ1R2L21QUUNzQkFNMlhwT01BQUx6b0dGeW9sQmRNeGdnQUFFU2dnU3F3UVFjTXdSU3N3QTZjd1IyOHdCY0NZUVpFDQpRQXdrd0R3UVFnYmtnQndLb1JpV1FSbFV3RHJZQkxXd0F4cWdFWnJoRUxUQk1UZ041K0FTWElIcmNCY0dZQmlld2hpOGhna0VRY2dJDQpFMkVoT29nUllvN1lJczRJRjVtT0JDSmhTRFNTZ0tRZzZZZ1VVU0xGeUhLa0FxbENhcEZkU0NQeUxYSVVPWTFjUVBxUTI4Z2dNb3I4DQppcnhITVpTQnNsRUQxQUoxUUxtb0h4cUt4cUJ6MFhRMEQxMkFscUpyMFJxMEhqMkF0cUtuMFV2b2RYUUFmWXFPWTREUk1RNW1qTmxoDQpYSXlIUldDSldCb214eFpqNVZnMVZvODFZeDFZTjNZVkc4Q2VZZThJSkFLTGdCUHNDRjZFRU1Kc2dwQ1FSMWhNV0VPb0pld2p0Qks2DQpDRmNKZzRReHdpY2lrNmhQdENWNkV2bkVlR0k2c1pCWVJxd203aUVlSVo0bFhpY09FMStUU0NRT3laTGtUZ29oSlpBeVNRdEphMGpiDQpTQzJrVTZRKzBoQnBuRXdtNjVCdHlkN2tDTEtBckNDWGtiZVFENUJQa3Z2SncrUzNGRHJGaU9KTUNhSWtVcVNVRWtvMVpUL2xCS1dmDQpNa0tab0twUnphbWUxQWlxaURxZldrbHRvSFpRTDFPSHFSTTBkWm9selpzV1E4dWtMYVBWMEpwcFoybjNhQy9wZExvSjNZTWVSWmZRDQpsOUpyNkFmcDUrbUQ5SGNNRFlZTmc4ZElZaWdaYXhsN0dhY1l0eGt2bVV5bUJkT1htY2hVTU5jeUc1bG5tQStZYjFWWUt2WXFmQldSDQp5aEtWT3BWV2xYNlY1NnBVVlhOVlA5VjVxZ3RVcTFVUHExNVdmYVpHVmJOUTQ2a0oxQmFyMWFrZFZidXBOcTdPVW5kU2oxRFBVVitqDQp2bC85Z3ZwakRiS0doVWFnaGtpalZHTzN4aG1OSVJiR01tWHhXRUxXY2xZRDZ5eHJtRTFpVzdMNTdFeDJCZnNiZGk5N1RGTkRjNnBtDQpyR2FSWnAzbWNjMEJEc2F4NFBBNTJaeEt6aUhPRGM1N0xRTXRQeTJ4MW1xdFpxMStyVGZhZXRxKzJtTHRjdTBXN2V2YTczVnduVUNkDQpMSjMxT20wNjkzVUp1amE2VWJxRnV0dDF6K28rMDJQcmVla0o5Y3IxRHVuZDBVZjFiZlNqOVJmcTc5YnYwUjgzTURRSU5wQVpiREU0DQpZL0RNa0dQb2E1aHB1Tkh3aE9Hb0VjdG91cEhFYUtQUlNhTW51Q2J1aDJmak5YZ1hQbWFzYnh4aXJEVGVaZHhyUEdGaWFUTGJwTVNrDQp4ZVMrS2MyVWE1cG11dEcwMDNUTXpNZ3MzS3pZck1uc2pqblZuR3VlWWI3WnZOdjhqWVdsUlp6RlNvczJpOGVXMnBaOHl3V1dUWmIzDQpySmhXUGxaNVZ2VlcxNnhKMWx6ckxPdHQxbGRzVUJ0WG13eWJPcHZMdHFpdG02M0VkcHR0M3hUaUZJOHAwaW4xVTI3YU1lejg3QXJzDQptdXdHN1RuMllmWWw5bTMyengzTUhCSWQxanQwTzN4eWRIWE1kbXh3dk91azRUVERxY1NwdytsWFp4dG5vWE9kOHpVWHBrdVF5eEtYDQpkcGNYVTIybmlxZHVuM3JMbGVVYTdyclN0ZFAxbzV1N205eXQyVzNVM2N3OXhYMnIrMDB1bXh2SlhjTTk3MEgwOFBkWTRuSE00NTJuDQptNmZDODVEbkwxNTJYbGxlKzcwZVQ3T2NKcDdXTUczSTI4UmI0TDNMZTJBNlBqMWwrczdwQXo3R1BnS2ZlcCtIdnFhK0l0ODl2aU4rDQoxbjZaZmdmOG52czcrc3Y5ai9pLzRYbnlGdkZPQldBQndRSGxBYjJCR29HekEyc0RId1NaQktVSE5RV05CYnNHTHd3K0ZVSU1DUTFaDQpIM0tUYjhBWDhodjVZelBjWnl5YTBSWEtDSjBWV2h2Nk1Nd21UQjdXRVk2R3p3amZFSDV2cHZsTTZjeTJDSWpnUjJ5SXVCOXBHWmtYDQorWDBVS1NveXFpN3FVYlJUZEhGMDl5eldyT1JaKzJlOWp2R1BxWXk1Tzl0cXRuSjJaNnhxYkZKc1kreWJ1SUM0cXJpQmVJZjRSZkdYDQpFblFUSkFudGllVEUyTVE5aWVOekF1ZHNtak9jNUpwVWxuUmpydVhjb3JrWDV1bk95NTUzUEZrMVdaQjhPSVdZRXBleVArV0RJRUpRDQpMeGhQNWFkdVRSMFQ4b1NiaFU5RnZxS05vbEd4dDdoS1BKTG1uVmFWOWpqZE8zMUQrbWlHVDBaMXhqTUpUMUlyZVpFWmtya2o4MDFXDQpSTmJlck0vWmNka3RPWlNjbEp5alVnMXBsclFyMXpDM0tMZFBaaXNya3cza2VlWnR5aHVUaDhyMzVDUDVjL1BiRld5RlROR2p0Rkt1DQpVQTRXVEMrb0szaGJHRnQ0dUVpOVNGclVNOTltL3VyNUl3dUNGbnk5a0xCUXVMQ3oyTGg0V2ZIZ0lyOUZ1eFlqaTFNWGR5NHhYVks2DQpaSGhwOE5KOXkyakxzcGI5VU9KWVVsWHlhbm5jOG81U2c5S2xwVU1yZ2xjMGxhbVV5Y3R1cnZSYXVXTVZZWlZrVmU5cWw5VmJWbjhxDQpGNVZmckhDc3FLNzRzRWE0NXVKWFRsL1ZmUFY1YmRyYTNrcTN5dTNyU091azYyNnM5MW0vcjBxOWFrSFYwSWJ3RGEwYjhZM2xHMTl0DQpTdDUwb1hwcTlZN050TTNLelFNMVlUWHRXOHkyck52eW9UYWo5bnFkZjEzTFZ2MnRxN2UrMlNiYTFyL2RkM3Z6RG9NZEZUdmU3NVRzDQp2TFVyZUZkcnZVVjk5VzdTN29MZGp4cGlHN3EvNW43ZHVFZDNUOFdlajN1bGV3ZjJSZS9yYW5SdmJOeXZ2Nyt5Q1cxU05vMGVTRHB3DQo1WnVBYjlxYjdacDN0WEJhS2c3Q1FlWEJKOSttZkh2alVPaWh6c1BjdzgzZm1YKzM5UWpyU0hrcjBqcS9kYXd0bzIyZ1BhRzk3K2lNDQpvNTBkWGgxSHZyZi9mdTh4NDJOMXh6V1BWNTZnblNnOThmbmtncFBqcDJTbm5wMU9QejNVbWR4NTkwejhtV3RkVVYyOVowUFBuajhYDQpkTzVNdDEvM3lmUGU1NDlkOEx4dzlDTDNZdHNsdDB1dFBhNDlSMzV3L2VGSXIxdHY2MlgzeSsxWFBLNTA5RTNyTzlIdjAzLzZhc0RWDQpjOWY0MXk1ZG4zbTk3OGJzRzdkdUp0MGN1Q1c2OWZoMjl1MFhkd3J1VE54ZGVvOTRyL3krMnYzcUIvb1A2biswL3JGbHdHM2crR0RBDQpZTS9EV1EvdkRnbUhudjZVLzlPSDRkSkh6RWZWSTBZampZK2RIeDhiRFJxOThtVE9rK0duc3FjVHo4cCtWdjk1NjNPcjU5Lzk0dnRMDQp6MWo4MlBBTCtZdlB2NjU1cWZOeTc2dXByenJISThjZnZNNTVQZkdtL0szTzIzM3Z1Tys2MzhlOUg1a28vRUQrVVBQUittUEhwOUJQDQo5ejduZlA3OEwvZUU4L3N0UnpqUEFBQUFJR05JVWswQUFIb21BQUNBaEFBQStnQUFBSURvQUFCMU1BQUE2bUFBQURxWUFBQVhjSnk2DQpVVHdBQUFBSmNFaFpjd0FBQ3hNQUFBc1RBUUNhbkJnQUFBVmpTVVJCVkdpQjNacDlhSlZWSE1jLzU5NEthWVlUOVRFalhMbG1XZEFtDQphWmhDS2JaME9NU2kvbWlJVXlSTWdwaGhJSlBvajJoSVNVb2cwMEpTcVluUkgyS1R1VXdzS2hsa3VBVzk2Rnc1aVY2dWs1UzJHTVY5DQpUbitjOHp6MzNPYys5OTduNWQ1ZDhnc1BlM2JPNzU3djkzdWVjNTd6OGh3aHBlUkd3RTNPaldoUHh5M3JibUFoVUEvTUErWUFzNENwDQpPdjlQNERmZ0orQUhZQUQ0R3ZnNURxbnNTQUtHa1lpWUFxd0NWdWhyWm9GWVMxLzF3Sk02N1ErZ1YxL0hnZXRSaFVRMWNodndMTEFPDQpXQktWSEdWOG5iNitBZzRCaDRHL3doWVV4Y2hLNEVXZ0tjSnZDMkdKdnRZQWJ3TW53dnc0RVNMMkZtQXI4RDZsTjJHaVNYTnMxWnlCDQpFTlRJSGNBKzRFMWdXbWhwNFRGTmMrM1QzRVVSeE1oc1hlRDZ5TEtpWTczbW5sMHNzRmdmbVE3c0FacmphNG9NaDNzRE1KSXZxTmdUDQoyVVZNRTdJamlleEkwdGtvNGhUVHJMWGtSU0VqN1VCTEhQWVNvd1dseVJmNWpDd0EyZ3JrVndJSmxLWUYrVEw5c0FPWVVTWkJjVEFEDQpwUzBIZnAxOUE3QTBLbFBYNmdUelp1V21QelUvd2FJNW1RbnF0bDZiM2t1UktKYWlOTDVuSnZvWmVRRklScUlBNXMyQ2hwcmNqbTFWDQpnMVdkU2IvOVZnRkVtbmtuVVJxempIaWIxaHFnSVVycEU0d0dsRllYM2lleWtSaFBBMkQrUGp2cmYyZWF2ZmUwemVhVEpWdjdKRkZhDQpqem9KNWhNUndLSlNNVTBBRnFFMEE5bEdua0dONVA4WFRFZHBCcktOckp4NExiSGhhamI3U0gwNW1FcXdoQzRFVjdQNVJPNHNKMk9aDQo0R28yalV5cGdKQzRjRFdiUm02dWdKQzRjRFdiZmNSLzNsVUYzYzBKRnRZSXJHcm9INVo4OEkxazU5bk1tRkJuQ2ZZM0NlYnJFZjN6DQo4NUl0cHlXREtSVnpzUzFKclFXSCt5UXR4ekxqakpOK2ZFRFNmTVFPek9lbnVlRENhc1ZkOE5HNkpKTW5aZElhYWdRTk5ZTGFxV3FBDQpVekdKckpoVjlZTEg3aFU4ZlNoTjd5VTQrWjFOclpWZytYMENqbVhNMTFycS9yTWhHWmd2SDh5bllIc3pkNnhRQW9kU01IZTNqWGc5DQp6ZDdUTmtNcDJIeEcrc2JNM2EzeUowOVNlUUJ2RGFqeXJHb2xGdUFsL2I0WkhjZXQ3U0I4SHJpYVRTUC9taEYxbG5BbmY2OTlZcXRtDQpNZ2FiVDBydWVUY05ZOWt4VFYwcVpqQWxhZXF5M2Rxc3N3U0RLY2xRU3BYYitxQ2liSHhBL2YyNFh3Ym04NEdyMlRTU3RjdTMyQmpqDQpEMzd2cVkyeDNCaW5QM2p2blpnUGRhMC9QRWRBRlc2ek92aXRIWmpQQjY1bTA4Z3Zac1FaWTVuZmVyOW5XbDZWRzFObkNkOTdKNmI5DQpuQkpjYTBIbllwV2Z1b2E3SmduQzV3TlhzMmxrd0l3WVRFbjZoMVhOdlBKRVFvbXJnczVHd2NYbmtsQ1ZIZFBUb21McUxFRlBpeXEyDQpmemp6NW1JTXZqaXY3dGMrb3ZKUC9TaEQ4Zm5BMVd3YXlkbWkzTlpyTXpxdWF2RkNXd0s1UGNuenl4Slp0ZXFOdWRDbThrZkhWWjZKDQpMNGZVWCtldDVEU3JNSHdldUpxRjgzMUV0S2NGa01JekE2NnpCTHVXaVZEanlMbGh5Y1llbWRWWEFLZ0N1VjJ0VDFMWFlPWWJ1Zk93DQpJSHdhSTRBbE81SVNzc2NSQ2ZUaDJjY2FURW1hanhSZUVBMm1KSThlRExCb0dsTUdyT3JzWmhXV1Q2TVBZNjNzSGMzM0E2V2ZydXIyDQozZG1vYWhuZzFiNVlxOFUwU3FzTDc4aCtGT2dISG9yRDRrVnJqZURBMmt5ZEhlN3phWGJoMEkreHpBWC8rZFVlU3Z4VWZ2OWJNanF1DQpYZ0RlK1ZZRXBGRWFzMkIyZGpQOVUyQjVITFl5NGhUd3VQT1BzN21SYjZkeEczQ2wvSnBDNHdwS1d3N3lHVGtMN01abklsbEIyQ2hODQpaLzB5QzIxU2R3QmRaUkFVRlYwb1RiNG90dHUrQmVndXFaeG82RVpweVl0aVJrWlErNnlWTk5PdE5lVDlXZ1hCdm45Y0JqWUJCK0pyDQpDbzBEbXZ0eXNjQ2dIM0orMVFXK0RGeU5MQ3M0cm1xdVRacTdLTUo4a2ZvSDJBbXNCWHBDU3d1T0hzMnhVM01HUXBTVER5ZFF4eTFLDQpjWVREeElRZjRVQVR2UU1jSWZpaEdqOVUvRkNOZyt1bzkzc1hGVHJtNUVEY0tBZlAvZ05sWmV2UU14cFo4Z0FBQUFCSlJVNUVya0pnDQpnZz09Ij4NCjwvaW1hZ2U+DQo8Zz4NCgk8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIyNSIgY3k9IjI1IiByPSIyNSIvPg0KPC9nPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTguMSwzMS44Yy0wLjktMC45LTEuMy0xLjktMS4zLTNzMC40LTIuMiwxLjMtM2MwLjktMC45LDEuOS0xLjMsMy4yLTEuM2MwLjQsMCwwLjgsMC4xLDEuMiwwLjINCgkJYzAuNCwwLjEsMC43LDAuMywxLDAuNHMwLjUsMC4zLDAuNywwLjVjMC4yLDAuMiwwLjMsMC4zLDAuNCwwLjRsMC4xLDAuMmwtMS40LDEuNGMwLTAuMS0wLjEtMC4yLTAuMi0wLjNjLTAuMS0wLjEtMC4zLTAuMy0wLjctMC41DQoJCWMtMC4zLTAuMi0wLjctMC4zLTEuMS0wLjNjLTAuNiwwLTEuMSwwLjItMS42LDAuN2MtMC40LDAuNC0wLjcsMS0wLjcsMS42czAuMiwxLjIsMC43LDEuNnMxLDAuNywxLjUsMC43YzAuNCwwLDAuNy0wLjEsMS4xLTAuMw0KCQlzMC42LTAuNCwwLjctMC41bDAuMi0wLjNsMS40LDEuNGMwLDAtMC4xLDAuMS0wLjEsMC4yYy0wLjEsMC4xLTAuMiwwLjItMC40LDAuNGMtMC4yLDAuMi0wLjQsMC40LTAuNywwLjVzLTAuNiwwLjMtMC45LDAuNA0KCQljLTAuNCwwLjEtMC44LDAuMi0xLjIsMC4yQzEwLDMzLjEsOC45LDMyLjYsOC4xLDMxLjh6Ii8+DQoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTIzLjEsMjUuN2MwLjksMC45LDEuMywxLjksMS4zLDNzLTAuNCwyLjItMS4zLDNjLTAuOSwwLjktMS45LDEuMy0zLjEsMS4zYy0xLjIsMC0yLjItMC40LTMuMS0xLjMNCgkJcy0xLjMtMS45LTEuMy0zczAuNC0yLjIsMS4zLTNjMC45LTAuOSwxLjktMS4zLDMuMS0xLjNDMjEuMiwyNC40LDIyLjMsMjQuOSwyMy4xLDI1Ljd6IE0xOC42LDI3LjJjLTAuNCwwLjQtMC42LDAuOS0wLjYsMS42DQoJCXMwLjIsMS4xLDAuNiwxLjZDMTksMzAuNywxOS41LDMxLDIwLDMxYzAuNiwwLDEtMC4yLDEuNC0wLjZjMC40LTAuNCwwLjYtMC45LDAuNi0xLjZzLTAuMi0xLjEtMC42LTEuNmMtMC40LTAuNC0wLjktMC42LTEuNC0wLjYNCgkJQzE5LjUsMjYuNSwxOSwyNi44LDE4LjYsMjcuMnoiLz4NCgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjguMSwzMy40bDAuMy0wLjZsLTMuMi04LjJoMi40bDEuOSw1LjVsMi01LjVoMi40bC0zLjMsOC44Yy0wLjgsMi0xLjgsMy4xLTMuMiwzLjFjLTAuMiwwLTAuNSwwLTAuNy0wLjENCgkJYy0wLjIsMC0wLjQtMC4xLTAuNS0wLjFsLTAuMi0wLjF2LTJjMC4yLDAuMSwwLjUsMC4yLDAuOCwwLjJDMjcuMywzNC4zLDI3LjgsMzQsMjguMSwzMy40eiIvPg0KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0zNS44LDMxLjhjLTAuOS0wLjktMS4zLTEuOS0xLjMtM3MwLjQtMi4yLDEuMy0zYzAuOS0wLjksMS45LTEuMywzLjItMS4zYzAuNCwwLDAuOCwwLjEsMS4yLDAuMg0KCQljMC40LDAuMSwwLjcsMC4zLDEsMC40YzAuMiwwLjIsMC41LDAuMywwLjcsMC41YzAuMiwwLjIsMC4zLDAuMywwLjQsMC40bDAuMSwwLjJsLTEuNCwxLjRjMC0wLjEtMC4xLTAuMi0wLjItMC4zDQoJCWMtMC4xLTAuMS0wLjMtMC4zLTAuNy0wLjVjLTAuMy0wLjItMC43LTAuMy0xLjEtMC4zYy0wLjYsMC0xLjEsMC4yLTEuNiwwLjdzLTAuNywxLTAuNywxLjZzMC4yLDEuMiwwLjcsMS42czEsMC43LDEuNSwwLjcNCgkJYzAuNCwwLDAuNy0wLjEsMS4xLTAuM2MwLjMtMC4yLDAuNi0wLjQsMC43LTAuNWwwLjItMC4zbDEuNCwxLjRjMCwwLTAuMSwwLjEtMC4xLDAuMmMtMC4xLDAuMS0wLjIsMC4yLTAuNCwwLjQNCgkJYy0wLjIsMC4yLTAuNCwwLjQtMC43LDAuNXMtMC42LDAuMy0wLjksMC40Yy0wLjQsMC4xLTAuOCwwLjItMS4yLDAuMkMzNy43LDMzLjEsMzYuNywzMi42LDM1LjgsMzEuOHoiLz4NCjwvZz4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yNi43LDE5LjloLTIuNlYxNmgtMy44di0yLjhoMy44VjkuNGgyLjZ2My44aDMuOFYxNmgtMy44VjE5Ljl6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
  background-position: center;
  background-repeat: no-repeat;
}

.product-price-old {
  margin-top: 4px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  color: #E04E39;
  text-decoration: line-through;
  font-size: 18px;
}

.product-weight {
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  padding-top: 5px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .product-price-old {
    font-size: 12px;
  }

  .product-weight {
    color: #828282;
    padding-top: 0;
  }
}

.product-info-content-m {
  display: none;
}

.product-info-content-m p {
  margin-bottom: 7px;
  color: #828282;
}

.product-info-content-m p:hover {
  color: #828282;
}

@media screen and (max-width: 767px) {
  .product-info-content-m {
    display: block;
  }
}

.footer {
  margin-top: 63px;
  padding-top: 32px;
  padding-bottom: 78px;
  border-top: 1px solid #E0E0E0;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.footer-middle {
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .footer-middle {
    display: none;
  }
}

.footer-middle--mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer-middle--mobile {
    margin-top: 40px;
    display: block;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    text-align: center;
  }

  .footer-middle--mobile p {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 991px) {
  .footer-phone {
    text-align: center;
  }
}

.footer-phone-link {
  margin-bottom: 10px;
  display: block;
  font-size: 36px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .footer-phone-link {
    margin-bottom: 0;
    font-size: 34px;
  }
}

.footer-phone-call {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 500;
}

.footer-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .footer-content {
    margin-top: 20px;
  }
}

.footer-bottomBorder {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: #E0E0E0;
}

@media screen and (max-width: 767px) {
  .footer-bottomBorder {
    left: 0;
    right: 0;
  }
}

.footer-workingHouse {
  font-size: 18px;
  line-height: 29px;
}

@media screen and (max-width: 767px) {
  .footer-workingHouse {
    display: none;
  }
}

.footer-workingHouse--mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer-workingHouse--mobile {
    margin-top: 12px;
    margin-bottom: 14px;
    display: block;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer-copyright {
    padding: 0 25px;
  }
}

.footer-confidentiality {
  padding-top: 30px;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer-confidentiality {
    text-align: center;
    padding-top: 0;
  }
}

.footer-confidentiality a {
  color: #000000;
}

.footer-confidentiality a:hover {
  color: #00A3E0;
}

@media screen and (max-width: 767px) {
  .footer-offer {
    padding: 0 25px;
  }
}

.footer-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 6px;
}

@media screen and (max-width: 767px) {
  .footer-nav {
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.footer-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer-nav-list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer-nav-item+.footer-nav-item {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .footer-nav-item+.footer-nav-item {
    margin-left: 0;
  }
}

.footer-nav-link {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .footer-nav-link {
    font-size: 16px;
  }
}

.footer-nav-link:hover {
  color: #00A3E0;
}

.footer-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 9px;
}

.footer-text {
  font-size: 18px;
  line-height: calc(27 / 18);
}

@media screen and (max-width: 767px) {
  .footer-text {
    margin-top: 0;
    text-align: center;
    font-size: 14px;
  }
}

.footer-text p {
  margin-bottom: 29px;
}

@media screen and (max-width: 767px) {
  .footer-text p {
    margin-bottom: 10px;
  }
}

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

@media screen and (max-width: 767px) {
  .footer-social {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}

.footer-social-link {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-family: "icomoon";
  color: #ffffff;
}

.footer-social-link+.footer-social-link {
  margin-left: 14px;
}

.footer-social-link--vk {
  background: #00A3E0;
  font-size: 15px;
}

.footer-social-link--vk:hover {
  background: #56CCF2;
  color: #ffffff;
}

.footer-social-link--facebook {
  background: #00A3E0;
  font-size: 25px;
}

.footer-social-link--facebook:hover {
  background: #56CCF2;
  color: #ffffff;
}

.footer-social-link--instagram {
  background: #E04E39;
  font-size: 22px;
}

.footer-social-link--instagram:hover {
  background: #FF624B;
  color: #ffffff;
}

.footer-social-link--ok {
  background: #ee8208;
  font-size: 26px;
}

.footer-social-link--ok:hover {
  background: #ffb568;
  color: #ffffff;
}

.footer-copyright {
  font-size: 12px;
  line-height: calc(17 / 12);
  color: #828282;
}

@media screen and (max-width: 767px) {
  .footer-copyright br {
    display: none;
  }
}

.footer-bottom {
  position: relative;
  margin-top: 25px;
  padding-top: 24px;
}

@media screen and (max-width: 767px) {
  .footer-bottom {
    margin-top: 20px;
  }
}

.footer-offer {
  width: 100%;
  font-size: 12px;
  line-height: calc(17 / 12);
  color: #BDBDBD;
}

.footer-notation {
  margin-top: 41px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .footer-notation {
    text-align: center;
  }
}

.footer-years {
  color: #858585;
}

.footer-politics a {
  color: #000000;
}

.footer-politics a:hover {
  color: #007bff;
}

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

@media screen and (max-width: 767px) {
  .footer-write {
    width: 100%;
    text-align: center;
  }
}

.main-slider {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.main-slider>div>div {
  display: none;
}

.main-slider>div>div:first-child {
  display: block;
}

.main-slider ul {
  display: none;
}

.main-slider img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main-slider img.hide-xs {
    display: none;
  }
}

.main-slider img.show-xs {
  display: none;
}

@media screen and (max-width: 767px) {
  .main-slider img.show-xs {
    display: block;
  }
}

.body-order {
  padding-top: 120px;
}

.order h1 {
  margin-bottom: 29px;
  width: 100%;
  font-size: 38px;
}

@media screen and (max-width: 767px) {
  .order h1 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.4;
  }
}

.order label {
  position: relative;
  margin-bottom: 19px;
}

.order .label-text {
  display: block;
  font-size: 18px;
}

.order .label-text strong {
  display: block;
  margin-bottom: 11px;
}

.order .label-text textarea {
  position: relative;
  overflow-y: hidden;
  width: 100%;
  max-width: 100%;
  min-height: 54px;
  height: 54px;
  padding: 13px 14px;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .order .label-text textarea {
    font-size: 14px;
  }
}

.order-container {
  position: relative;
}

.order-list {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  width: 370px;
  max-width: 100%;
  float: right;
}

@media screen and (max-width: 991px) {
  .order-list {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .order-list {
    margin-bottom: 30px;
  }
}

.order-list h2 {
  margin-bottom: 20px;
  font-size: 28px;
}

.order-list-content {
  padding-top: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

.order-list-item {
  position: relative;
  padding: 20px 15px;
  border-bottom: 1px solid #F2F2F2;
}

.order-list-item-icon {
  position: absolute;
  top: 17px;
  right: 94px;
  cursor: pointer;
}

.order-list-spices {
  cursor: pointer;
  background-color: #f2f2f2;
}

.order-list-spices-item {
  /*height: 30px;*/
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  font-weight: 500;
  color: #858585;
  position: relative;

  >span {
    line-height: 1
  }
}

.order-list-spices-price {
  margin-left: 8px;
  font-weight: 500;
}

.order-list-spices-price strong {
  font-size: 18px;
  font-weight: 600;
}

.order-list-spices-price i {
  margin-left: 5px;
}

.order-list-spices-item:first-child {
  margin-top: 26px;
}

.order-list-spices-item:not(:last-child) {
  margin-bottom: 8px;
}

.order-list-item-red {
  color: #dc3545;
}

.order-list-item-grey {
  color: #888888;
}

.order-list-item-name {
  padding-right: 125px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

.order-list-item-info {
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: 500;
}

.order-list-item-info strong {
  margin-left: 27px;
  font-size: 18px;
  font-weight: 600;
}

.order-list-item-info strong span {
  font-weight: 500;
}

.order-list-bonus {
  padding: 19px 15px 12px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #858585;
}

.order-list-bonus strong {
  font-size: 18px;
  font-weight: 700;
  color: #FF624B;
}

.order-list-total {
  padding: 18px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  text-transform: uppercase;
}

.arrow-icon-dropdown {
  transition: all 0.4s;
}

.arrow-icon-dropdown-open {
  transform: rotate(180deg);
}

.order-list-total strong {
  font-weight: 600;
}

.order-list-total strong span {
  font-weight: 500;
}

.order-list-total {
  border-top: 1px solid #F2F2F2;
}

.order-content {
  display: -ms-flexbox;
  display: flex;
  width: 770px;
  max-width: 100%;
  padding-top: 30px;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .order-content {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .order-content {
    padding-top: 0;
  }
}

.order-content h2 {
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 500;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .order-content h2 {
    font-size: 18px;
  }
}

.order-blocks {
  width: 670px;
  max-width: 100%;
  font-size: 15px;
  color: #858585;
}

@media screen and (max-width: 991px) {
  .order-blocks {
    width: 100%;
  }
}

.order-block {
  margin-bottom: 44px;
  padding-bottom: 50px;
  border-bottom: 1px solid #F2F2F2;
}

@media screen and (max-width: 767px) {
  .order-block {
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
}

.order-block:last-child {
  border: none;
}

.order-login {
  margin-top: 34px;
}

@media screen and (max-width: 767px) {
  .order-login {
    margin-top: 0;
  }
}

.order-login input {
  display: block;
  width: 219px;
  height: 54px;
  padding: 0 14px;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  font-size: 18px;
}

.order-login input:-ms-input-placeholder {
  color: #BDBDBD;
}

.order-login input::placeholder {
  color: #BDBDBD;
}

.order-login-submit {
  margin-top: 1px;
  height: 54px;
  font-size: 18px;
  font-weight: 500;
}

.order-delivery-labels {
  margin-bottom: 17px;
  display: inline-block;
  padding: 1px;
  border: 1px solid #97D700;
  border-radius: 12px;
}

.order-delivery-labels .radio {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #828282;
}

.order-delivery-labels .radio:hover {
  color: #000000;
}

.delivery-description-contact .delivery-download {
  margin-top: 0;
  font-size: 15px;
  line-height: 21px;
  padding-bottom: 20px;
  color: #93328E;
  text-decoration: underline;
}

.delivery-description-contact .header-social {
  padding-bottom: 20px;
}

.delivery-description-contact .header-social .header-social-link {
  margin-top: 0;
  display: inline-block;
  font-size: 12px;
  color: #fff;
}

.delivery-description-contact .header-social .header-social-link.header-social-link-ok {
  font-size: 24px;
  ;
}

@media screen and (max-width: 767px) {
  .order-delivery-labels .radio {
    font-size: 15px;
  }
}

.order-delivery-labels .radio input {
  display: none;
}

.order-delivery-labels .radio input:checked+span {
  color: #ffffff;
}

.order-delivery-labels .radio span {
  display: block;
  padding: 0 18px;
  line-height: 50px;
  border-radius: 11px;
}

@media screen and (max-width: 767px) {
  .order-delivery-labels .radio span {
    padding: 0 12px;
  }
}

.order-delivery {
  margin-top: 29px;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .order-delivery {
    margin-top: 15px;
  }
}

.order-delivery-address {
  margin-top: 14px;
}

.order-delivery-address .bootstrap-select {
  margin-right: 17px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .order-delivery-address .bootstrap-select {
    width: 100% !important;
  }
}

.order-delivery-address input {
  margin-right: 17px;
  width: 120px;
  height: 54px;
  padding: 0 14px;
  border-radius: 12px;
  font-size: 18px;
}

.order-delivery-address input.street {
  width: 390px;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .order-delivery-address input.street {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .order-delivery-address input {
    width: 100%;
    margin-bottom: 15px;
  }
}

.order-delivery-address input:-ms-input-placeholder {
  color: #BDBDBD;
}

.order-delivery-address input::placeholder {
  color: #BDBDBD;
}

.order-delivery-address input:last-of-type {
  margin-right: 0;
}

.order-address-error {
  height: 20px;
  color: #FF624B;
}

.order-address-error>p {
  font-size: 14px;
  line-height: 20px;
}

.time-input-checked {
  visibility: visible !important;
}

.time-radio-checked {
  color: #ffffff !important;
}

.order-delivery-time {
  margin-top: 41px;
  margin-bottom: 31px;
}

.order-delivery-time__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  max-width: 470px;
  padding: 1px;
  border: 1px solid #97D700;
  border-radius: 12px;
}

@media (max-width: 400px) {
  .order-delivery-time__wrap {
    width: 100%;
  }
}

.order-delivery-time .radio {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 18px;
  font-weight: 500;
  color: #828282;
}

.order-delivery-time .radio input {
  display: none;
}

.order-delivery-time .radio input:checked+span {
  color: #ffffff;
}

.order-delivery-time .radio input:checked+span .time-input {
  visibility: visible;
}

.order-delivery-time .radio input:checked+span .time-hint {
  visibility: visible;
}

.order-delivery-time .radio input.time-input {
  display: block;
  width: 100%;
  height: 54px;
  padding: 0 14px;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  font-size: 18px;
  visibility: hidden;
}

@media (max-width: 420px) {
  .order-delivery-time .radio input.time-input {
    font-size: 14px;
    padding: 0 5px;
  }
}

.order-delivery-time .radio .time-hint {
  font-size: 15px;
  color: #ffffff;
  padding: 0;
  visibility: hidden;
}

.order-delivery-time .radio span {
  display: block;
  padding: 18px 18px 23px;
  border-radius: 11px;
  font-size: 15px;
  line-height: 21px;
}

.order-delivery-time .radio strong {
  margin-bottom: 14px;
  display: block;
  font-size: 18px;
  line-height: 23px;
}

.order-delivery-time .bootstrap-select {
  display: none !important;
}

.order-delivery-time .btn {
  position: relative;
  background: #ffffff !important;
  color: #000000;
  border: 1px solid #ffffff;
}

.order-delivery-time .btn:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  margin-left: 0;
  font-size: 15px;
}

.order-actions {
  margin-top: 18px;
}

.order-bonus strong {
  margin-bottom: 13px;
  display: block;
  font-size: 18px;
}

.order-bonus input {
  width: 141px;
  height: 54px;
  padding: 0 15px;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  font-size: 18px;
}

.order-bonus button {
  width: 100px;
  height: 54px;
  margin-left: 7px;
}

.order-promo {
  position: relative;
  margin-top: 49px;
  width: 270px;
}

.order-promo input {
  width: 100%;
  height: 34px;
  padding-left: 11px;
  padding-right: 115px;
  border: 1px solid #E0E0E0;
  font-size: 15px;
  border-radius: 12px;
}

.order-promo input:-ms-input-placeholder {
  color: #BDBDBD;
}

.order-promo input::placeholder {
  color: #BDBDBD;
}

.order-promo button {
  position: absolute;
  top: 0;
  right: 0;
  width: 107px;
  height: 100%;
  border: 1px solid #00A3E0;
  border-radius: 12px;
  color: #00A3E0;
  font-size: 15px;
  background: #ffffff;
}

.order-promo button:hover {
  background: #00A3E0;
  color: #ffffff;
}

.order-payment {
  margin-top: 49px;
  font-size: 18px;
}

.order-payment strong {
  font-weight: 500;
}

.order-payment strong span {
  font-weight: 600;
}

.order-payment-labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #97D700;
  border-radius: 12px;
}

.order-payment-labels .radio {
  position: relative;
  margin: 0;
  width: 25%;
  font-size: 18px;
  font-weight: 500;
  color: #828282;
}

@media screen and (max-width: 767px) {
  .order-payment-labels .radio {
    width: 100%;
  }

  .order-payment-labels .radio .card-gap {
    display: none;
  }
}

.order-payment-labels .radio input[type=radio] {
  display: none;
}

.order-payment-labels .radio input[type=radio]:checked+div {
  color: #ffffff;
}

.order-payment-labels .radio input[type=radio]:checked+div input[type=text] {
  display: block;
}

.order-payment-labels .radio>div {
  display: block;
  height: 100%;
  padding: 18px 18px 23px;
  border-radius: 11px;
  font-size: 18px;
  line-height: 23px;
  transition: 0.3s;
}

.order-payment-labels .radio>div img {
  margin-right: 15px;
}

.order-payment-labels .radio>div input[type=text] {
  width: 100%;
  height: 54px;
  padding: 0 15px;
  border-radius: 12px;
  border: none;
  display: none;
}

.order-payment-labels .radio>div input[type=text]:-ms-input-placeholder {
  color: #BDBDBD;
}

.order-payment-labels .radio>div input[type=text]::placeholder {
  color: #BDBDBD;
}

.order-payment-card {
  position: absolute;
  bottom: 24px;
  right: 10px;
}

.order-confirm-types {
  margin-top: 25px;
  display: inline-block;
  border: 1px solid #97D700;
  padding: 1px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
}

.order-confirm-types .radio {
  margin: 0;
}

.order-confirm-types .radio input[type=radio] {
  display: none;
}

.order-confirm-types .radio span {
  display: block;
  padding: 0 15px;
  line-height: 50px;
  border-radius: 11px;
}

.order-confirm-code {
  margin-top: 40px;
}

.order-confirm-code input {
  display: inline-block;
  vertical-align: middle;
  width: 141px;
  height: 54px;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  padding: 0 15px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .order-confirm-code input {
    width: 100%;
  }
}

.order-confirm-code input:-ms-input-placeholder {
  color: #BDBDBD;
}

.order-confirm-code input::placeholder {
  color: #BDBDBD;
}

.order-confirm-code a {
  margin-left: 22px;
  display: inline-block;
  vertical-align: middle;
  color: #D73416;
  font-size: 15px;
}

.order-confirm-code a:hover {
  color: #FF624B;
}

@media screen and (max-width: 767px) {
  .order-confirm-code a {
    margin-left: 0;
  }
}

.order-submit {
  margin-top: 43px;
  width: 270px;
  height: 57px;
  font-size: 22px;
  font-weight: 500;
}

.order-submit-disabled {
  margin-top: 43px;
  width: 270px;
  height: 57px;
  font-size: 22px;
  font-weight: 500;
  border: 1px solid #97D700;
  border-radius: 12px;
  background: white;
  color: #828282;
  transition: 0.3s;
}

.order-submit-disabled:hover {
  color: #000000;
}

.order-info {
  margin-bottom: 37px;
  margin-top: 23px;
  padding-left: 54px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  .order-info {
    padding-left: 0;
  }
}

.order-info a {
  color: #E04E39;
}

.order-back {
  background: none;
  position: relative;
  display: inline-block;
  width: 200px;
  line-height: 38px;
  border: 1px solid #00A3E0;
  border-radius: 12px;
  color: #00A3E0;
  text-align: center;
}

.order-back:before {
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -18px;
  font-family: "icomoon";
  font-size: 14px;
}

.order-back:hover {
  background: #00A3E0;
  color: #ffffff;
}

.order-final {
  width: 970px;
  margin: 32px auto 0;
  max-width: 100%;
}

.order-final h2 {
  margin-bottom: 12px;
  font-size: 34px;
}

@media screen and (max-width: 767px) {
  .order-final h2 {
    font-size: 20px;
  }
}

.order-final .basket-item {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-final .basket-item-count {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .order-final .basket-item-count {
    text-align: left;
    font-size: 18px;
  }
}

.order-final .basket-item-price {
  text-align: right;
}

.order-final-content {
  margin-top: 47px;
  margin-bottom: 58px;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .order-final-content {
    margin: 25px 0;
    font-size: 18px;
  }
}

.order-final-content p {
  margin-bottom: 7px;
}

.order-final-content span {
  margin-right: 7px;
  color: #828282;
}

.order-final-total {
  margin-bottom: 15px;
  font-size: 28px;
  color: #828282;
}

@media screen and (max-width: 767px) {
  .order-final-total {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.order-final-total strong {
  margin-left: 13px;
  font-weight: 600;
  color: #000000;
}

.order-final-total strong span {
  font-weight: 500;
  color: #000000;
}

.order-final-discount {
  font-size: 20px;
  margin-top: 10px;
  color: #9e9e9e;
}

.order-final-discount strong {
  color: #696969;
}

.order_checkbox_wrapper label {
  margin-top: 19px;
}

@media screen and (max-width: 767px) {
  .order_checkbox_wrapper label {
    margin-top: 0;
  }
}

.order_checkbox_wrapper input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: text-top;
  margin: 0 5px 0 15px;
}

.order-replace-block {
  margin: 20px 0 15px;
}

.order-replace-item-header {
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .order-replace-item-header {
    font-size: 13px;
    line-height: 17px;
  }
}

.order-replace-highlight {
  color: #E04E39;
}

.order-replace-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .order-replace-row {
    display: block;
  }
}

.order-replace-item {
  position: relative;
  width: 200px;
  margin-bottom: 20px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .order-replace-item {
    width: 100%;
    padding: 0 0 0 130px;
    margin-bottom: 30px;
  }
}

.order-replace-item-image {
  display: block;
  max-width: 200px;
  height: 133px;
}

@media screen and (max-width: 767px) {
  .order-replace-item-image {
    position: absolute;
    max-width: 115px;
    height: 77px;
    left: 0;
    top: 0;
  }
}

.order-replace-item-title {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  margin: 10px 0 17px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .order-replace-item-title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.order-replace-item-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .order-replace-item-bottom {
    position: relative;
  }
}

.order-replace-price {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  font-weight: bold;
}

.order-replace-price:after {
  display: inline-block;
  content: "Р";
  font-weight: normal;
}

.order-replace-link {
  border: 1px solid #00A3E0;
  box-sizing: border-box;
  border-radius: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 20px 15px;
  color: #00A3E0;
  cursor: pointer;
  transition: 0.3s;
}

.order-replace-link:hover {
  background: #00A3E0;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .order-replace-link {
    font-size: 13px;
    line-height: 17px;
    padding-left: 50px;
    text-align: left;
    position: relative;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .order-replace-link:before {
    display: block;
    content: " ";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 20px;
    border-left: 2px solid #00A3E0;
    border-bottom: 2px solid #00A3E0;
    transform: rotate(45deg);
    transition: 0.3s;
  }

  .order-replace-link:hover:before {
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
}

.basket {
  padding-top: 18px;
}

.basket h1 {
  margin-bottom: 24px;
  font-size: 38px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .basket {
    padding: 0;
  }

  .basket h1 {
    font-size: 20px;
    line-height: 26px;
  }
}

.basket-items {
  width: 970px;
  margin: 0 auto;
  max-width: 100%;
}

.basket-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 14px;
  padding-bottom: 15px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  min-height: 121px;
}

.basket-item:last-child {
  border-bottom: none;
}

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

.basket-item-img {
  width: 16%;
  padding-right: 20px;
}

.basket-item-img img {
  max-width: 100%;
}

.basket-item-content {
  width: 46%;
  padding-bottom: 7px;
}

.basket-item-content .choices {
  font-size: 14px;
  padding: 0 12 p 0 0;
}

@media screen and (max-width: 767px) {
  .basket-item-content {
    font-size: 12px;
  }
}

.basket-item-content h2 {
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .basket-item-content h2 {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 20px;
  }

  .basket-item-weight {
    display: none;
  }
}

.basket-item-count {
  width: 17.5%;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .basket-item-img {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 96px;
    height: 96px;
    padding: 0;
  }

  .basket-item {
    padding-left: 111px;
    min-height: 130px;
    align-items: initial;
  }

  .basket-item-content {
    width: 100%;
    padding-bottom: 0;
  }

  .basket-item-count {
    width: 50%;
  }
}

.basket-item-price {
  width: 17%;
  padding-left: 32px;
  font-size: 26px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .basket-item-price {
    width: 50%;
    font-size: 18px;
    text-align: right;
  }
}

.basket-item-delete {
  width: 3%;
  text-align: right;
}

.basket-item-delete-icon {
  font-style: normal;
  color: #E0E0E0;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.basket-item-delete-icon:hover {
  color: #FF624B;
}

.basket-item-delete-icon:before {
  font-family: "icomoon";
}

.count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .count {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .basket-item-delete {
    position: absolute;
    top: 33px;
    right: 0;
  }

  .basket-item-delete-icon {
    font-size: 11px;
    color: #E04E39;
  }
}

.count button {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #97D700;
  background: #97D700;
  border-radius: 8px;
  text-align: center;
  line-height: 38px;
  color: #ffffff;
  font-size: 16px;
}

.count button:hover {
  background: #00843D;
  border-color: #00843D;
}

@media screen and (max-width: 767px) {
  .count button {
    width: 28px;
    height: 28px;
    line-height: 23px;
    font-size: 12px;
  }
}

.count button:disabled {
  border: 1px solid #E0E0E0;
  background: transparent;
  color: #E0E0E0;
}

.count input {
  width: 50px;
  border: none;
  background: none;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  border: none !important;
}

@media screen and (max-width: 767px) {
  .count input {
    height: 28px;
    font-size: 18px;
  }
}

.count-minus:before {
  font-family: "icomoon";
}

.count-plus:before {
  font-family: "icomoon";
}

.basket-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 3.6%;
  padding-right: 3.6%;
  padding-top: 52px;
  padding-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .basket-options {
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 29px;
    padding-left: 0;
    padding-right: 0;
  }
}

.basket-option {
  width: 33.3%;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .basket-option {
    width: 50%;
    margin-bottom: 0;
  }
}

.basket-option-icon {
  margin-bottom: 14px;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.basket-option-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
}

.basket-option-count {
  margin-bottom: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.basket-option-price {
  font-size: 12px;
  color: #828282;
}

.basket-option-price span {
  color: #000000;
}

.basket-adds {
  padding-top: 19px;
  padding-bottom: 20px;
  border-top: 1px solid #F2F2F2;
}

@media screen and (max-width: 767px) {
  .basket-adds {
    text-align: center;
  }
}

.basket-adds a {
  position: relative;
  margin-right: 27px;
  display: inline-block;
  padding-left: 58px;
  padding-right: 53px;
  background: rgba(151, 215, 0, 0.15);
  border: 1px dashed #00A3E0;
  border-radius: 12px;
  line-height: 58px;
  font-size: 20px;
  font-weight: 500;
  color: #00A3E0;
}

.basket-adds a:hover {
  background: #97D700;
  color: #ffffff;
  border: 1px solid #97D700;
}

@media screen and (max-width: 767px) {
  .basket-adds a {
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 45px;
  }
}

.basket-adds a:before {
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -10px;
  font-family: "icomoon";
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .basket-adds a:before {
    margin-top: -8px;
  }
}

.basket-total {
  padding-top: 26px;
  border-top: 1px solid #F2F2F2;
  text-align: right;
  font-size: 34px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .basket-total {
    font-size: 18px;
  }
}

.basket-total strong {
  margin-left: 72px;
  display: inline-block;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .basket-total strong {
    margin-left: 10px;
  }
}

.basket-total strong span {
  font-weight: 400;
}

.basket-total-content {
  display: inline-block;
  text-align: left;
}

.basket-total-note {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 400;
  color: #858585;
}

.basket-footer {
  margin-top: 27px;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .basket-footer {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.basket-back {
  position: relative;
  display: inline-block;
  padding-left: 39px;
  padding-right: 26px;
  font-size: 16px;
  line-height: 38px;
  border: 1px solid #00A3E0;
  color: #00A3E0;
  min-width: 215px;
  border-radius: 12px;
}

.basket-back:hover {
  background: #00A3E0;
  color: #ffffff;
}

.basket-back:before {
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -7px;
  font-family: "icomoon";
  line-height: 1;
}

.basket-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .basket-submit {
    margin-top: 15px;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.basket-submit-button {
  width: 269px;
  height: 59px;
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .basket-submit-button {
    width: 215px;
  }
}

.basket-promo {
  position: relative;
  width: 270px;
  margin-right: 31px;
  padding-right: 85px;
}

@media screen and (max-width: 767px) {
  .basket-promo {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}

.basket-promo input {
  width: 100%;
  height: 34px;
  padding-left: 12px;
  border: 1px solid #E0E0E0;
  font-size: 15px;
  border-radius: 12px;
}

.basket-promo input:-ms-input-placeholder {
  color: #BDBDBD;
}

.basket-promo input::placeholder {
  color: #BDBDBD;
}

.basket-promo button {
  position: absolute;
  top: 0;
  right: 0;
  width: 107px;
  height: 100%;
  font-size: 15px;
  border-radius: 12px;
  border: 1px solid #00A3E0;
  color: #00A3E0;
  background: #ffffff;
}

.basket-promo button:hover {
  background: #00A3E0;
  color: #ffffff;
}

.basket-gifts {
  margin-top: 20px;
  padding: 30px 30px 10px;
  border: 1px solid #97D700;
  border-radius: 8px;
}

.basket-gifts-description {
  margin: 0;
  color: #E04E39;
  font-weight: 500;
}

.basket-gifts h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .basket-gifts h2 {
    margin-bottom: 8px;
    font-size: 20px;
  }
}

.basket-gifts-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.basket-gifts-row {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.basket-gift {
  margin-bottom: 30px;
  width: 20%;
  padding: 16px 16px 0 16px;
  cursor: pointer;
}

.basket-gift-selected img {
  border-radius: 4px;
}

.basket-gift-selected .basket-gift-name,
.basket-gift-selected .basket-gift-name span {
  color: #ffffff;
}

.basket-gift-input {
  visibility: hidden;
}

@media screen and (max-width: 991px) {
  .basket-gift {
    width: 25%;
  }

  .basket-gifts-items {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .basket-gift {
    width: 100%;
    flex-grow: 1;
    width: auto;
    max-width: 130px;
    min-width: 120px;
    padding: 8px;
    border-radius: 11px;
  }
}

.basket-gift input {
  display: none;
}

.basket-gift input:checked+.basket-gift-content:after {
  background: #28a745;
}

.basket-gift input:checked+.basket-gift-content:before {
  opacity: 1;
}

.basket-gift input:checked+.basket-gift-content .basket-gift-name {
  font-weight: 600;
}

.basket-gift input:checked+.basket-gift-content .basket-gift-name span {
  font-weight: 400;
}

.basket-gift-content {
  position: relative;
}

.basket-gift-img img {
  max-width: 100%;
}

.basket-gift-name {
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  font-weight: 700;
}

.basket-gift-name span {
  margin-top: 7px;
  display: block;
  color: #828282;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .basket-gift-img {
    margin-bottom: 8px;
  }

  .basket-gift-name {
    font-size: 12px;
    line-height: 16px;
  }

  .basket-gift-name span {
    margin-top: 4px;
    font-size: 10px;
    padding-bottom: 8px;
  }
}

.product-detail {
  padding-top: 18px;
}

.product-detail h1 {
  font-size: 38px;
}

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

.product-detail-img img {
  max-width: 100%;
}

.product-detail-content {
  padding-top: 12px;
}

.product-detail-include {
  margin: 0;
}

.product-detail-options {
  position: relative;
  margin-top: 25px;
  bottom: auto;
  left: auto;
  right: auto;
}

.product-detail-options .product-add {
  width: 170px;
  height: 50px;
  font-size: 22px;
  font-weight: 500;
  line-height: 50px;
}

.product-detail-text {
  margin-top: 44px;
  max-width: 400px;
  font-size: 15px;
  line-height: 21px;
  color: #828282;
}

.product-detail-text p {
  margin-bottom: 30px;
}

.product-detail-text span {
  color: #000000;
}

.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  font-family: "icomoon";
  font-size: 22px;
  color: #97D700;
  padding: 0 6px;
}

@media screen and (max-width: 991px) {
  .modal .close {
    top: 15px;
    right: 15px;
  }
}

.modal-product .modal-dialog {
  max-width: 770px;
}

@media screen and (max-width: 991px) {
  .modal-product .modal-dialog {
    max-width: 500px;
  }
}

.modal-product-img {
  padding: 40px 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modal-product-img {
    padding: 40px 20px;
  }
}

.modal-product-img img {
  max-width: 100%;
}

.modal-product-content {
  padding: 0 100px 50px;
}

@media screen and (max-width: 991px) {
  .modal-product-content {
    padding: 0 20px 20px;
  }
}

.modal-product-name {
  font-size: 38px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .modal-product-name {
    font-size: 25px;
  }
}

.modal-product-properties {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

.properties-values {
  display: flex;
  justify-content: space-between;
  width: 45%;
}

@media screen and (max-width: 767px) {
  .modal-product-properties {
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .properties-values {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .modal-product-properties>div {
    width: 100%;
  }

  .modal-product-properties>div:first-child {
    width: unset;
    margin-bottom: 10px;
  }

  .modal-product-properties>div:last-child {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .modal-product-properties>div:last-child {
    margin-left: auto;
  }
}

.modal-product-properties .product-include {
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .modal-product-properties .product-include {
    margin: 0;
  }
}

.modal-product-description {
  max-width: 441px;
  margin-top: 35px;
  font-size: 15px;
  line-height: 21px;
  color: #828282;
}

@media screen and (max-width: 767px) {
  .modal-product-description {
    margin-top: 20px;
  }
}

.modal-product-buy {
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal-product-price {
  margin-right: 20px;
  font-size: 26px;
  font-weight: 600;
}

.modal-feedback .modal-content {
  padding-top: 92px;
  padding-left: 30px;
  padding-right: 30px;
}

.modal-feedback h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

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

.form-feedback-phone {
  margin-bottom: 40px;
  width: 230px;
  height: 54px;
  padding: 0 15px;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  font-size: 18px;
}

.form-feedback-phone:-ms-input-placeholder {
  color: #BDBDBD;
}

.form-feedback-phone::placeholder {
  color: #BDBDBD;
}

.form-feedback-submit {
  margin-top: 25px;
  margin-bottom: 50px;
  width: 230px;
  height: 50px;
  font-size: 22px;
  font-weight: 500;
}

.modal-gifts .modal-content {
  max-width: 800px;
  padding: 30px;
}

.modal-gifts .close {
  top: 22px;
  right: 22px;
}

.gifts {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  transition: 0.3s;
  z-index: 1002;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.gifts.active .gift-progress span:after {
  opacity: 1;
}

.gift-progress-bar::after {
  content: '';
  width: 10px;
  position: absolute;
  right: -10px;
  height: 100%;
  border-bottom: 32px solid transparent;
  border-left: 10px solid #00A3E0;
  border-top: 32px solid transparent;
}

.gift-progress-left {
  position: absolute;
  right: 20px;
  top: 38%;
  line-height: 15px;
  color: #ffffff;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.gift-progress-left svg {
  margin-left: 10px;
}

.gifts.active .gift-button {
  background: #97D700;
  border-color: #97D700;
  color: #ffffff;
}

.gifts.active .gift-button:hover {
  background: #00843D;
  border-color: #00843D;
}

.gift-container {
  position: relative;
  padding: 3px 0 3px 90px;
}

.gift-button {
  position: relative;
  width: 170px;
  height: 44px;
  margin: 5px 0;
  border: 1px solid #00A3E0;
  border-radius: 12px;
  font-size: 16px;
  color: #00A3E0;
  z-index: 10;
  background: transparent;
}

.gift-button:disabled {
  border-color: #BDBDBD;
  color: #BDBDBD;
  opacity: .2;
}

.gift-button:hover {
  background: #00A3E0;
  color: #ffffff;
}

.gift-button:disabled:hover {
  background: unset;
  color: #BDBDBD;
  cursor: not-allowed;
}

@media screen and (max-width: 767px) {
  .modal-gifts .modal-content {
    padding: 15px;
  }

  .modal-gifts .close {
    top: 16px;
    right: 16px;
    font-size: 14px;
  }

  .gift-button {
    font-size: 14px;
    width: 120px;
    height: 36px;
    margin: 2px 0;
  }

  .gift-progress-left {
    display: none;
  }

  .gift-container {
    padding-left: 16px;
  }

  .gift-progress-bar::after {
    border-bottom: 26px solid transparent;
    border-top: 26px solid transparent;
  }
}

.gift-step {
  position: absolute;
  top: 17px;
  font-size: 18px;
  color: #BDBDBD;
  z-index: 10;
  transition: 0.3s;
  margin-left: -45px;
}

@media screen and (max-width: 767px) {
  .gift-step {
    font-size: 12px;
    margin-left: -30px;
    top: 15px;
  }
}

.gift-step span {
  position: relative;
  font-weight: 500;
}

.gift-step span:before {
  position: absolute;
  content: "";
  bottom: 100%;
  right: 18px;
  margin-bottom: 3px;
  width: 1px;
  height: 10px;
  background: #BDBDBD;
}

.gift-step span:after {
  position: absolute;
  content: "";
  top: 100%;
  right: 18px;
  margin-top: 3px;
  width: 1px;
  height: 10px;
  background: #BDBDBD;
}

.gift-step.active {
  color: #ffffff;
}

.gift-step.active span:before,
.gift-step.active span:after {
  background: #ffffff;
}

.gift-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.gift-progress span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #00A3E0;
  transition: 1s;
}

.gift-content {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 500px;
  margin-bottom: 30px;
  margin-left: -250px;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  display: none;
}

@media screen and (max-width: 767px) {
  .gift-content {
    width: 300px;
    margin-left: -150px;
    padding: 40px 15px 15px;
    margin-bottom: 10px;
  }
}

.gift-content:before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -20px;
  content: "";
  width: 20px;
  height: 20px;
  background: #ffffff;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .gift-content:before {
    width: 10px;
    height: 10px;
    bottom: -4px;
    margin-left: 0;
    left: 65px;
  }
}

.gift-description {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .gift-description {
    font-size: 10px;
    line-height: 14px;
  }
}

.gift-content-step {
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #E0E0E0;
}

.gift-content-step:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 16px;
}

.gift-content-step:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.gift-item {
  width: 20%;
}

.gift-item-img {
  text-align: center;
}

.gift-item-img img {
  max-width: 100%;
  max-height: 50px;
  min-width: 106px;
  min-height: 76px;
}

.gift-item-title {
  color: #000000;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.gift-step-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #828282;
  line-height: 28px;
}

.gift-step-title p {
  margin-bottom: 0;
}

.gift-step-title.active {
  color: #93328E;
}

@media screen and (max-width: 767px) {
  .gift-item-title {
    line-height: 16px;
    font-size: 13px;
  }

  .gift-content-step {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .gift-item {
    width: 50%;
    margin-bottom: 8px;
  }

  .gift-step-title {
    width: 100%;
    font-size: 16px;
  }

  .gift-step-title p {
    display: inline-block;
  }
}

.gift-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  display: none;
}

.gift-content-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: "icomoon";
  font-style: normal;
  font-size: 18px;
  color: #97D700;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .gift-content-close {
    font-size: 14px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  margin-bottom: 10px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/*!
 * Bootstrap-select v1.13.3 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE) */
select.bs-select-hidden,
.bootstrap-select>select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below */
}

.bootstrap-select .dropdown-toggle {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap;
}

.bootstrap-select .dropdown-toggle.bs-placeholder {
  color: #999;
}

.bootstrap-select .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select .dropdown-toggle select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select .dropdown-toggle select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}

.row .bootstrap-select[class*="col-"].dropdown-menu-right,
.products .bootstrap-select[class*="col-"].dropdown-menu-right,
.footer-top .bootstrap-select[class*="col-"].dropdown-menu-right,
.footer-middle .bootstrap-select[class*="col-"].dropdown-menu-right,
.footer-bottom .bootstrap-select[class*="col-"].dropdown-menu-right,
.footer-notation .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus {
  outline: none !important;
}

.bootstrap-select>.disabled {
  cursor: not-allowed;
}

.bootstrap-select>.disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle:before {
  content: "";
  display: inline-block;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu>.inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/fontawesome/icomoon.eot?v227hy");
  src: url("../fonts/fontawesome/icomoon.eot?v227hy#iefix") format("embedded-opentype"), url("../fonts/fontawesome/icomoon.ttf?v227hy") format("truetype"), url("../fonts/fontawesome/icomoon.woff?v227hy") format("woff"), url("../fonts/fontawesome/icomoon.svg?v227hy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before,
.checkbox span:before {
  content: "";
}

.icon-basket:before,
.header-basket-icon:before {
  content: "";
}

.icon-rub:before {
  content: "";
}

.icon-arrow-left:before,
.order-back:before,
.basket-back:before {
  content: "";
}

.icon-arrows-select:before,
.order-delivery-time .order-delivery-sms .btn:after {
  content: "";
}

.icon-delete-light:before,
.header-basket-item-delete:before {
  content: "";
}

.icon-delete-middle:before,
.header-mobile-close:before,
.products-filter-delete:before,
.products-filter-icon.active:before,
.basket-item-delete-icon:before,
.modal .close:before,
.gift-content-close:before {
  content: "";
}

.icon-minus:before,
.header-basket-item-count-minus:before,
.count-minus:before {
  content: "";
}

.icon-plus:before,
.header-basket-item-count-plus:before,
.count-plus:before,
.basket-adds a:before {
  content: "";
}

.icon-heart-active:before,
.products-filter-like:after {
  content: "";
}

.icon-heart:before,
.products-filter-like:before {
  content: "";
}

.icon-fire:before,
.product-tag--fire:before {
  content: "";
}

.icon-arrow-top:before,
.dropup .btn:after,
.bootstrap-select .dropdown-menu:after,
#to-top:before {
  content: "";
}

.icon-arrow-link:before,
.btn:after {
  content: "";
}

.icon-facebook:before,
.footer-social-link--facebook:before {
  content: "";
}

.icon-question:before,
.product-info:before {
  content: "";
}

.icon-filter:before,
.products-filter-icon:before {
  content: "";
}

.icon-instagram:before,
.header-social-link-instagram:before,
.footer-social-link--instagram:before {
  content: "";
}

.icon-ok:before,
.header-social-link-ok:before,
.footer-social-link--ok:before {
  content: "";
}

.icon-vk:before,
.header-social-link-vk:before,
.footer-social-link--vk:before {
  content: "";
}

@font-face {
  font-family: "TT Norms";
  src: url("../fonts/ttnorms/TTNorms-Regular.eot"), url("../fonts/ttnorms/TTNorms-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ttnorms/TTNorms-Regular.woff") format("woff"), url("../fonts/ttnorms/TTNorms-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TT Norms";
  src: url("../fonts/ttnorms/TTNorms-Bold.eot"), url("../fonts/ttnorms/TTNorms-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ttnorms/TTNorms-Bold.woff") format("woff"), url("../fonts/ttnorms/TTNorms-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "TT Norms";
  src: url("../fonts/ttnorms/TTNorms-Medium.eot"), url("../fonts/ttnorms/TTNorms-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ttnorms/TTNorms-Medium.woff") format("woff"), url("../fonts/ttnorms/TTNorms-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@keyframes blinker {
  from {
    background: #ff8080;
  }

  to {
    background: #fff;
  }
}

@-webkit-keyframes blinker {
  from {
    background: #ff8080;
  }

  to {
    background: #fff;
  }
}

.error-input {
  border: 2px solid #FF624B;
  box-shadow: 0 0 0 0.2rem #FF624B;
  animation-name: blinker;
  animation-iteration-count: 2;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-duration: 1s;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-duration: 1s;
}

.error-select>.dropdown-toggle {
  border: 2px solid #FF624B;
  box-shadow: 0 0 0 1px #FF624B;
  animation-name: blinker;
  animation-iteration-count: 2;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-duration: 1s;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-duration: 1s;
}

.error-select>.dropdown-toggle:hover {
  border: 2px solid #FF624B;
  box-shadow: 0 0 0 1px #FF624B;
}

.success-input {
  border: 2px solid #28a745;
  box-shadow: 0 0 0 0.2rem #28a745;
}

.error-input:focus {
  border: 2px solid #FF624B;
  box-shadow: 0 0 0 0.2rem #FF624B;
}

.error-text {
  display: block;
  position: relative;
  bottom: 15px;
  font-size: 14px;
  margin-top: 20px;
  color: #FF624B;
  font-weight: bold;
}

.products:nth-child(1) {
  flex: 0 1 100px;
}

.recommendation-banner {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  max-width: 50%;
  display: block;
}

@media screen and (max-width: 991px) {
  .recommendation-banner {
    max-width: unset;
    width: 66%;
  }
}

@media screen and (max-width: 767px) {
  .recommendation-banner {
    display: none;
  }
}

.recommendation-banner img {
  width: 100%;
  height: 82%;
}

.recommendation-banner__content {
  position: absolute;
  font-family: "TT Norms", sans-serif;
  color: #FFFFFF;
  margin-top: 34px;
  margin-left: 40px;
  width: 235px;
}

@media screen and (max-width: 767px) {
  .recommendation-banner__content {
    margin-top: 66px;
    margin-left: 66px;
  }
}

.recommendation-banner__title {
  font-size: 34px;
  line-height: normal;
}

.recommendation-banner__btn-block {
  margin-top: 30px;
}

.recommendation-banner__btn {
  margin-top: 30px;
  margin-bottom: 15px;
  cursor: pointer;
}

.recommendation-banner__btn input {
  width: 137px;
  cursor: pointer;
}

.recommendation-banner__text {
  font-size: 12px;
  line-height: 17px;
}

.discount-banner-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .discount-banner-mobile {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
  }

  .recommendation-banner__btn {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 680px) {
  .recommendation-banner__btn {
    margin-bottom: 19px;
  }
}

@media screen and (max-width: 645px) {
  .recommendation-banner__btn {
    margin-top: 17px;
  }

  .recommendation-banner__content {
    margin-top: 45px;
  }
}

@media screen and (max-width: 591px) {
  .recommendation-banner__content {
    margin-top: 32px;
  }
}

@media screen and (max-width: 555px) {
  .recommendation-banner__content {
    margin-top: 20px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 530px) {
  .recommendation-banner__title {
    font-size: 28px;
  }

  .recommendation-banner__content {
    width: 183px;
  }
}

@media screen and (max-width: 490px) {
  .recommendation-banner__title {
    font-size: 24px;
    width: 170px;
  }

  .recommendation-banner__content {
    width: 183px;
  }
}

@media screen and (max-width: 456px) {
  .recommendation-banner__title {
    font-size: 21px;
    width: 157px;
  }
}

@media screen and (max-width: 439px) {
  .recommendation-banner__title {
    font-size: 20px;
    width: 143px;
  }
}

@media screen and (max-width: 419px) {
  .recommendation-banner__title {
    font-size: 17px;
    width: 131px;
  }
}

@media screen and (max-width: 406px) {
  .recommendation-banner__btn {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .recommendation-banner__text {
    font-size: 11px;
  }
}

@media screen and (max-width: 385px) {
  .discount-banner-mobile {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 354px) {
  .recommendation-banner__content {
    margin-top: 15px;
    margin-left: 29px;
  }
}

@media screen and (max-width: 341px) {
  .recommendation-banner__btn {
    margin-top: 9px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 325px) {
  .recommendation-banner__content {
    margin-top: 12px;
  }
}

.discount-banner-mobile__img {
  width: 100%;
}

.order-delivery-sms {
  margin-top: 41px;
  margin-bottom: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 100%;
  padding: 1px;
  border: 1px solid #97D700;
  border-radius: 12px;
}

.order-delivery-sms .radio {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 500;
  color: #828282;
  width: auto;
}

@media screen and (max-width: 767px) {
  .order-delivery-sms .radio {
    width: 100%;
  }
}

.order-delivery-sms .radio input {
  display: none;
}

.order-delivery-sms .radio input:checked+span {
  color: #ffffff;
}

.sms-input {
  visibility: visible !important;
}

.sms-input {
  display: block;
  width: 100%;
  height: 54px;
  padding: 0 14px;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  font-size: 18px;
  visibility: hidden;
}

.order-delivery-sms .radio span {
  display: block;
  padding: 18px 18px 18px;
  border-radius: 11px;
  font-size: 15px;
  line-height: 21px;
}

.order-delivery-sms .radio strong {
  display: block;
  font-size: 18px;
}

.order-delivery-sms .bootstrap-select {
  display: none !important;
}

.order-delivery-sms .btn {
  position: relative;
  background: #ffffff !important;
  color: #000000;
  border: 1px solid #ffffff;
}

.order-delivery-sms .btn:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  margin-left: 0;
  font-size: 15px;
}

.sms-request {
  width: 100%;
  height: 57px;
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .sms-request {
    margin-top: 15px;
  }

  .order-delivery-sms {
    width: 100%;
  }

  .delivery_sms_btn {
    text-align: center;
  }

  .delivery_sms_text {
    text-align: center;
  }
}

.radio-sms {
  width: 27%;
}

.radio-call {
  width: 73%;
}

.radio-call span {
  padding-left: 32px !important;
}

.delivery_sms_btn {
  padding: 15px;
}

.delivery_sms_text {
  margin-bottom: 30px;
}

.delivery_sms_btn span {
  cursor: pointer;
}

.delivery_sms_btn span:hover {
  color: #D73416;
}

.confirm-info {
  margin-bottom: 15px;
}

.confirm-info_failed {
  color: #FF624B;
}

.data-picker {
  position: relative;
  color: #000000;
}

.data-picker_input-hint {
  margin-top: 0;
}

.data-picker__content {
  position: absolute;
  z-index: 12;
  top: 62px;
  left: 29px;
  width: 300px;
  padding: 10px;
  background: #fff;
  border-radius: 12px;
  border: none !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.data-picker__content_hidden {
  display: none;
}

.data-picker__mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.data-picker__mask_hidden {
  display: none;
}

.data-picker__scroll {
  max-height: 100px;
}

.data-picker__scroll .scrollbar-container {
  background: #E0E0E0 !important;
}

.data-picker__header {
  display: flex;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
}

.data-picker__header-item {
  width: 30%;
  text-align: center;
  padding: 0 !important;
}

.data-picker__header-item:first-child {
  width: 40%;
}

.data-picker__column {
  display: flex;
  padding: 10px 0;
}

.data-picker__item {
  width: 30%;
}

.data-picker__item:first-child {
  width: 40%;
}

.data-picker__list {
  list-style-type: none;
}

.data-picker__list-item {
  text-align: center;
}

.data-picker__list-button {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-weight: 500;
}

.data-picker__list-button_active .data-picker__list-text {
  color: #97D700;
}

.data-picker__list-button:hover .data-picker__list-text {
  color: #00843D;
}

.data-picker__list-button:disabled {
  cursor: default;
  color: #828282;
}

.data-picker__list-button:disabled:hover .data-picker__list-text {
  color: #828282;
}

.data-picker__list-text {
  margin: 0;
  transition: 0.3s ease color;
}

.data-picker__list-week {
  color: #00A3E0;
  margin-bottom: 10px;
}

.data-picker__input {
  position: relative;
}

.data-picker__input .input {
  width: 100%;
}

.data-picker__close {
  border-top: 1px solid #E0E0E0;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}

.data-picker__close-time {
  display: flex;
  align-items: center;
}

.data-picker__button {
  background: #97D700;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  width: 130px;
  height: 40px;
  border: none;
  border-radius: 12px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.data-picker__button:hover {
  background: #00843D;
}

@media (max-width: 600px) {
  .data-picker__content {
    left: unset;
    right: 0;
  }
}

@media (max-width: 350px) {
  .data-picker__content {
    /* left: -24px; */
  }
}

@keyframes blick-animation {

  20%,
  100% {
    left: 100%;
    opacity: 0;
  }

  0% {
    left: -50%;
  }

  20% {
    left: 100%;
  }
}

.gift-progress-glare {
  position: absolute;
  transform: skew(145px);
  /* box-shadow: 0px 0px 60px 60px rgba(255, 255, 255, 0.25); */
  background: linear-gradient(98.83deg, rgba(255, 255, 255, 0) 13.8%, rgba(255, 255, 255, 0.6) 48.1%, rgba(255, 255, 255, 0) 82.91%) !important;
  width: 260px !important;
  height: 60px !important;
  top: 0;
  animation: blick-animation 5s linear infinite;
}

.modal-gifts-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-left: 20px;
}

.modal-gifts-title {
  height: 60px;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
}

.modal-gifts-list-item {
  width: 206px;
}

.modal-gifts-list-item h1 {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 8px;
  width: 200px;
}

.modal-gifts-list-item p {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .gift-progress-glare {
    height: 46px;
  }

  .modal-gifts-title {
    font-size: 20px;
    margin-top: 23px;
    line-height: 26px;
    height: initial;
  }

  .modal-gifts-list-item h1 {
    font-size: 16px;
    line-height: 19px;
    width: 200px;
  }

  .modal-gifts-list {
    flex-direction: column;
    padding-left: 25px;
  }

  .modal-gifts-list-item {
    width: 100%;
  }
}

.list-item-blue::marker {
  color: #00A3E0;
  font-size: 25px;
}

.list-item-red::marker {
  color: #E04E39;
  font-size: 25px;
}

.list-item-red h1 {
  color: #E04E39;
}

.order-list-item-gift {
  display: flex;
  justify-content: space-between;
  color: #00843D
}

.item-gift {
  font-weight: 500;
}

.selected-item {
  width: 50%;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  height: auto;
  background: #97D700;
  border-radius: 11px;
  transition: 0.3s;
}

.selected-item__right {
  left: calc(50% - 1px);
}

.pickup-switch {
  height: 170px;
  margin-bottom: 42px;
  display: flex;
  justify-content: center;
}

.pickup-switch .radio {
  display: flex;
}

.pickup-switch-radio {
  height: 100%;
}

.pickup-switch-label {
  padding: 20px;
  opacity: 0.6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pickup-switch-label h1 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
  transition: all 0.3s;
}

.pickup-switch-label .pickup-switch-label-price {
  font-size: 44px;
  line-height: 52px;
  font-weight: 600;
}

.pickup-switch-label__active {
  opacity: 1;
}

.pickup-switch-label__active h1,
.pickup-switch-label__active p {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .pickup-switch-label {
    padding: 12px 8px 8px 12px;
  }
}

.modal-sale .modal-dialog {
  max-width: 540px;
}

.modal-sale-title {
  margin-top: 35px;
  text-align: center;
  margin-bottom: 30px;
  color: #000000;
}

.modal-sale-description {
  color: #000000;
  text-align: center;
}

.modal-sale-button-container {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.modal-sale-button {
  border: none;
  background-color: #00A3E0;
  width: 120px;
  height: 52px;
  text-align: center;
  border-radius: 12px;
  font-size: 22px;
  color: #ffffff;
}

.pickup-switch-roll {
  font-size: 12px;
  font-weight: 400;
}

.roll-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.roll-container p {
  margin-bottom: 0;
}

.roll-container .basket-gift-img {
  width: 120px;
  height: 80px;
}

.roll-container .basket-gift-img img {
  border-radius: 6px;
}

.basket-gift__translucent {
  opacity: 0.5;
}

.basket-gift-selected {
  background-color: #97D700;
  border-radius: 11px;
}

.pickup-switch-label .roll-title {
  margin-bottom: 10px;
}

.modal-sale-description {
  padding: 0 20px;
}

.basket-gifts-title {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .basket-gifts {
    padding: 16px;
  }

  .basket-gifts-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .basket-gifts-description {
    font-size: 14px;
  }

  .pickup-switch-label .roll-title {
    font-size: 13px;
  }

  .pickup-switch-roll {
    font-size: 11px;
    text-align: center;
  }

  .pickup-switch-label .pickup-switch-label-price {
    font-size: 26px;
    line-height: 31px;
  }

  .order-delivery-time {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .modal-sale-description {
    margin-bottom: 0;
  }

  .modal-sale-title {
    margin-top: 40px;
  }
}

/* Set Card */

.setCard {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 600px;
  margin-bottom: 54px;
  font-family: "TT Norms", sans-serif;
  color: #fff;
}

.setCard__wrapper {
  position: relative;
  width: 100%;
  min-height: 368px;
  background-color: #00a3e0;
  border-radius: 24px;
  padding: 44px 32px 32px 40px;
}

.setCard__setBg {
  display: block;
  position: absolute;
  top: 50px;
  right: 45px;
  width: 250px;
  height: 240px;
  object-fit: cover;
}

.setCard__title {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 29px;
  font-weight: 500;
}

.setCard__title span {
  display: block;
}

.setCard__subtitle {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 45px;
  max-width: 220px;
}

.setCard__price {
  font-size: 26px;
  line-height: 37px;
  margin-bottom: 15px;
}

.setCard__price strong {
  font-weight: bold;
  margin-right: 3px;
}

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

@media screen and (max-width: 991px) {
  .setCard {
    max-width: unset;
    width: 66%;
  }

  .setCard__setBg {
    right: 32px;
    width: 200px;
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .setCard {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 30px;
  }

  .setCard__wrapper {
    min-height: 170px;
    border-radius: 16px;
    padding: 16px 8px 9px 13px;
  }

  .setCard__setBg {
    top: 21px;
    right: 14px;
    width: 133px;
    height: 120px;
  }

  .setCard__title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 14px;
  }

  .setCard__subtitle {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 14px;
    max-width: 152px;
  }

  .setCard__price {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 14px;
  }
}

.setToCollect {
  width: 180px;
  height: 40px;
  font-family: "TT Norms", sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #97d700;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
}

.setToCollect:hover {
  background-color: #00843d;
}

@media screen and (max-width: 767px) {
  .setToCollect {
    width: 125px;
    height: 35px;
    font-size: 14px;
  }
}

.chooseCount {
  background-color: #fff;
  border-radius: 12px;
  width: 164px;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1px;
}

.chooseCount_collection {
  border: 1px solid #97d700;
  width: 166px;
  margin: 0 auto 35px;
}

.chooseCount__item {
  width: 54px;
  height: 30px;
  border-radius: 11px;
  font-size: 13px;
  color: #828282;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}

.chooseCount__item_active {
  color: #fff;
}

.chooseCount__item_active:nth-child(1)~.chooseCount__slide {
  left: 1px;
}

.chooseCount__item_active:nth-child(2)~.chooseCount__slide {
  left: 54px;
}

.chooseCount__item_active:nth-child(3)~.chooseCount__slide {
  left: 109px;
}

.chooseCount__slide {
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 54px;
  background: #97d700;
  border-radius: 11px;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .chooseCount {
    width: 131px;
    height: 23px;
  }

  .chooseCount_collection {
    width: 166px;
    height: 32px;
    margin: 0 auto 16px;
  }

  .chooseCount_collection .chooseCount__item {
    width: 54px;
    height: 30px;
    font-size: 13px;
  }

  .chooseCount_collection .chooseCount__item_active:nth-child(2)~.chooseCount__slide {
    left: 54px;
  }

  .chooseCount_collection .chooseCount__item_active:nth-child(3)~.chooseCount__slide {
    left: 109px;
  }

  .chooseCount_collection .chooseCount__slide {
    width: 54px;
  }

  .chooseCount__item {
    width: 43px;
    height: 21px;
    font-size: 10px;
  }

  .chooseCount__item_active:nth-child(2)~.chooseCount__slide {
    left: 43px;
  }

  .chooseCount__item_active:nth-child(3)~.chooseCount__slide {
    left: 87px;
  }

  .chooseCount__slide {
    width: 43px;
  }
}

.collectionModal {
  font-family: "TT Norms", sans-serif;
}

.collectionModal__dialog.modal-dialog {
  max-width: 800px;
}

.collectionModal__content {
  min-height: 100px;
  padding: 38px 31px 32px;
}

.collectionModal__title {
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #000;
  margin-bottom: 18px;
  font-weight: 500;
}

.collectionModal__title strong {
  font-weight: 700;
}

.collectionModal__products {
  display: flex;
  position: relative;
  min-height: 200px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 45px;
}

.collectionModal__loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .collectionModal__content {
    padding: 37px 13px 24px;
  }

  .collectionModal__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  .collectionModal__title strong {
    font-weight: 500;
  }

  .collectionModal__products {
    margin-bottom: 27px;
  }
}

.productOfCollection {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  height: 164px;
  margin: 2px;
  border-radius: 11px;
  padding: 16px;
  cursor: pointer;
}

.productOfCollection_selected {
  background-color: #97d700;
}

.productOfCollection_disabled {
  cursor: default;
  opacity: 0.4;
}

.productOfCollection_selected .productOfCollection__info {
  color: #fff;
  border-color: #fff;
}

.productOfCollection__image {
  height: 93px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  line-height: 20px;
  color: #000;
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  background-color: #fff;
}

.productOfCollection__image .imageloader {
  width: 100%;
  height: 100%;
}

.productOfCollection__image img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.productOfCollection__title {
  position: relative;
  padding-right: 22px;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #000;
  width: 100%;
}

.productOfCollection__info {
  top: 0;
}

.productOfCollection__tag {
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.productOfCollection__tag.product-tag {
  bottom: -10px;
}

.productOfCollection__tag.product-tag:nth-child(1) {
  left: -10px;
}

.productOfCollection__tag.product-tag:nth-child(2) {
  left: 20px;
}

.productOfCollection__tag.product-tag--leaf {
  background-size: 13px 19px;
}

.productOfCollection__tag.product-tag--new {
  background-size: 21px 23px;
}

.productOfCollection__tag.product-tag--fire {
  font-size: 16px;
}

.productOfCollection__tag.product-tag--like {
  background-size: 14px 13px;
}

.productOfCollection__tag.product-tag--double {
  background-size: 25px;
}

.productOfCollection__infoContent {
  padding: 3px;
  bottom: -15px;
  font-size: 11px;
  line-height: 13px;
}

.productOfCollection__infoContent .product-info-content-head {
  margin-bottom: 0;
  font-size: 12px;
}

.productOfCollection__infoContent_show {
  display: block;
}

@media screen and (max-width: 767px) {
  .productOfCollection {
    width: 128px;
    height: 124px;
    margin: 5px;
  }

  .productOfCollection__image {
    height: 65px;
    margin-bottom: 7px;
  }

  .productOfCollection__title {
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
    padding-right: 0;
  }
}


.selectedInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #bdbdbd;
  border-radius: 12px;
  width: 230px;
  height: 50px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 26px;
  color: #bdbdbd;
}

@media screen and (max-width: 767px) {
  .selectedInfo {
    width: 170px;
    height: 40px;
    font-size: 16px;
    line-height: 19px;
  }
}

.addCollectionToCart {
  width: 230px;
  height: 50px;
  font-family: "TT Norms", sans-serif;
  font-size: 22px;
  color: #fff;
  background-color: #00843d;
  border: 0;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}

.addCollectionToCart:hover {
  background-color: #97d700;
}

@media screen and (max-width: 767px) {
  .addCollectionToCart {
    width: 170px;
    height: 40px;
    font-size: 16px;
  }
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #97d700;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.addressWrapper {
  display: inline-block;
  position: relative;
  width: 390px;
}

.addressList {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  max-height: 300px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  background-color: #fff;
  overflow-y: auto;
  z-index: 20;
}

.addressList__btn {
  padding: 5px 10px;
  border: 0;
  background-color: transparent;
  width: 100%;
  text-align: left;
  color: #828282;
  border-bottom: 1px solid #e0e0e0;
  max-width: 390px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.addressList__btn:last-child {
  border-bottom: 0;
}

.addressList__btn:hover,
.addressList__btn:active {
  color: #000;
}

.addressList__error {
  text-align: center;
  color: #ff8080;
  padding: 10px 20px;
}

@media screen and (max-width: 575px) {
  .footer-politics {
    justify-content: center;
  }
}


/*# sourceMappingURL=new_style.css.map */
