@charset "UTF-8";
/**
* 1. Configuration and helpers
 */
/**
* 2. Vendors
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@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: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/**
* 3. Base stuff
*/
:root {
  --c-primary: #619D1E;
  --c-primary-dark: #306C08;
  --c-primary-shadow: rgba(191, 162, 119, 0.1);
  --c-primary-light: rgba(191, 162, 119, 0.35);
  --c-text: #323232;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  color: var(--c-text);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  html,
body {
    font-size: 16px;
    line-height: 28px;
  }
}

/**
 * Basic styles for links
 */
/*a {
  color: $brand-color;
  text-decoration: none;

  @include on-event {
    color: $text-color;
    text-decoration: underline;
  }
}*/
img {
  max-width: 100%;
  height: auto;
}

h1, h2 {
  font-family: "Roboto Slab", sans-serif;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.content p {
  line-height: 1.5 !important;
}
.content td p {
  margin: 0;
}
.content tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.content td, .content th {
  border-top: 1px solid #dee2e6;
}
.content dd {
  margin-left: 0;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Regular.woff") format("woff"), url("/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("/fonts/RobotoSlab-Regular.eot");
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("/fonts/RobotoSlab-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/RobotoSlab-Regular.woff") format("woff"), url("/fonts/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("/fonts/RobotoSlab-Bold.eot");
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url("/fonts/RobotoSlab-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/RobotoSlab-Bold.woff") format("woff"), url("/fonts/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.text-primary {
  color: var(--c-primary) !important;
}

.text-bold {
  font-weight: bold;
}

.p--accent {
  color: var(--c-primary);
}

.p--bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

/**
* 4. Layout-related sections
 */
.header {
  padding-top: 25px;
  padding-bottom: 0;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .header {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1199px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
  }
}

.header__inner {
  display: flex;
  padding: 0 40px;
}
@media (min-width: 1024px) {
  .header__inner {
    padding: 0 15px;
  }
}

.header__nav,
.header__socials {
  flex: 1 1 auto;
}

.header__socials {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .header__socials {
    align-items: flex-start;
  }
}

.header__nav {
  display: none;
}
@media (min-width: 1200px) {
  .header__nav {
    display: block;
    margin-left: -20px;
  }
}

.header__nav-toggler {
  margin-right: -10px;
  display: none;
}
@media (max-width: 1199px) {
  .header__nav-toggler {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.footer__col {
  margin-bottom: 20px;
}

.footer__col-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .footer__col-title {
    font-size: 18px;
    line-height: 22px;
  }
}

.footer p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.footer__phone {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--c-text);
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .footer__phone {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
  }
}

.section {
  margin-bottom: 2rem;
}

.section__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .section__title {
    font-size: 30px;
    line-height: 37px;
  }
}

.section__subtitle {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section__subtitle {
    margin-bottom: 60px;
  }
}

.section__text__align__just {
  text-align: justify;
}

.section__text__align__just img {
  width: 60%;
  margin-left: 20%;
}

.section__text__famaly {
  font-family: sans-serif;
}

.section__text__border__color1 {
  border: 2px solid blue;
  padding: 0 10px;
  background: #fff;
}

.section__text__border__color1 a {
  color: blue;
}

.med-farm-color-href {
  color: blue;
}

.section__text__none__point li {
  list-style-type: none;
}

.section__text__red {
  color: red;
  float: left;
  padding-right: 10px;
}

.section__title,
.site-title {
  text-transform: uppercase;
  color: var(--c-primary);
}

/*SECTIONS*/
.section--callback .form__wrapper {
  padding: 0;
  max-width: none;
}

.section--main .section__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .section--main .section__inner {
    padding-top: 60px;
  }
}

.main-banner__img {
  width: 100%;
  max-width: 700px;
}

.section--main img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .section--main img {
    margin-left: 0;
    margin-top: -7%;
    order: 1;
  }
}

@media (min-width: 1200px) {
  .section--callback .section__inner {
    background-image: url(../img/callback.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 535px;
  }
}
.section--callback .caption {
  flex: 1 1 auto;
}
@media (min-width: 1024px) {
  .section--callback .caption {
    max-width: 450px;
    flex-basis: 450px;
    margin-left: auto;
    order: 1;
  }
  .section--callback .caption * {
    text-align: right;
  }
  .section--callback .caption .section__title {
    margin-top: 85px;
  }
}

.show__title {
  font-size: 25px;
  font-weight: bold;
  color: var(--c-primary);
}

.show__exlinks a {
  width: 100%;
  display: block;
  font-size: 14px;
  color: rgba(50, 50, 50, 0.76);
}

.show__delinfo {
  margin-top: 55px;
  margin-bottom: 0px;
}

.show__allinfo {
  margin-top: 55px;
}

.show__allinfo .extitle:first-child {
  border-radius: 5px 0px 0px 5px;
}

.show__allinfo .extitle:last-child {
  border-radius: 0px 5px 5px 0px;
}

.show__allinfo .active {
  background: #dedede !important;
  color: var(--c-primary) !important;
  font-weight: bold !important;
}

.show__allinfo .extitle {
  background-color: var(--c-primary);
  padding: 15px 40px;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #fff;
  cursor: pointer;
}

.show__allinfo .extitle:hover {
  background: #dedede;
  color: var(--c-primary);
}

.show__allinfo_bg {
  width: 100%;
  display: flex;
}
@media (max-width: 1024px) {
  .show__allinfo_bg {
    display: block;
  }
}

.btn--buy {
  background: #e92e2e;
  color: #ffff;
  border: 2px solid #e92e2e;
  border-radius: 8px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  padding: 15px 18px;
  text-decoration: none;
}

.btn--buy:hover {
  background: #ffffff;
  border: 2px solid #e92e2e;
  border-radius: 8px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  padding: 15px 18px;
  color: #e92e2e;
  text-decoration: none;
}

.btn--cart {
  background: #ffffff;
  border: 2px solid #e92e2e;
  border-radius: 8px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  padding: 15px 18px;
  color: #e92e2e;
  text-decoration: none;
}

.btn--cart:hover {
  background: #e92e2e;
  color: #ffff;
  border: 2px solid #e92e2e;
  border-radius: 8px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  padding: 15px 18px;
  text-decoration: none;
}

.show__price svg {
  fill: #288BFF;
  width: 20px;
  margin-left: 25px;
}

.show__price {
  font-size: 25px;
  font-weight: bold;
  color: #e92e2e;
}

.show__quality {
  display: flex;
  margin-bottom: 30px;
}

.show__quality svg {
  fill: #288bff;
  width: 20px;
  margin-left: 25px;
}
@media (max-width: 1024px) {
  .show__quality svg {
    fill: #288bff;
    width: 15px;
    margin-left: 0px;
  }
}

@media (max-width: 1024px) {
  .extitle {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 8px;
  }
}

@media (max-width: 1024px) {
  .best-product {
    display: none;
  }
}

.show__quality_input {
  text-align: center;
  width: 78px;
  height: 24px;
  background: #fff;
  box-shadow: 4px 4px 24px rgba(40, 139, 255, 0.1);
  border-radius: 8px;
  margin-left: 15px;
  margin-right: 15px;
}

.show__quality_input span {
  width: 5px;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: rgba(67, 127, 244, 0.75);
}

.show__quality_input input {
  font-style: normal;
  width: 65px;
  text-align: center;
  border: 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #323232;
}

.imgshow {
  display: flex;
}

.imgshow__active {
  border: 2px solid var(--c-primary-light);
}

.imgshow__main {
  width: 75%;
  padding: 5px;
}
.imgshow__main img {
  margin: auto;
  box-shadow: 4px 4px 24px rgba(40, 139, 255, 0.1);
}

.imgshow__ex {
  width: 25%;
  padding: 5px;
}

.imgshow__ex img {
  width: 100%;
  box-shadow: 4px 4px 24px rgba(40, 139, 255, 0.1);
  cursor: pointer;
}

.imgshow__ex img:hover {
  border: 2px solid rgba(34, 131, 221, 0.62);
}

.imgshow__ex canvas {
  width: 100% !important;
}

.imgshow__main_img {
  display: none;
}

.imgshow__main_active {
  display: block;
}

.exinfo {
  display: none;
}

.exinfo-active {
  display: block;
}

.delevery__item:first-child:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-right: 1px solid rgba(50, 50, 50, 0.2);
  display: block;
  top: 8%;
  right: 0%;
  height: 92%;
}

.delevery__title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
  padding-top: 30px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.2);
}

.delevery__content {
  margin-top: 15px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.2);
}

.delevery__info_item {
  display: flex;
  justify-content: space-between;
}

.undesc {
  font-size: 12px;
}

.method_pay {
  margin-bottom: 10px;
}

.method_pay img {
  vertical-align: middle;
}

.method_pay span {
  vertical-align: middle;
  display: inline-block;
}

.achivment__items {
  display: flex;
}

.achivment__item {
  padding: 10px;
  max-width: 220px;
}

.text-map {
  color: var(--c-primary) !important;
  font-weight: 900 !important;
}

.text-map svg {
  fill: var(--c-primary);
  width: 24px;
  margin-right: 15px;
}

.flexeble {
  display: flex !important;
}

.mob-search-form {
  display: none;
}
@media (max-width: 1024px) {
  .mob-search-form {
    position: absolute;
    top: 80px;
    right: 80px;
    display: flex;
  }
}

/*------------Форма поиска ---------------- */
.popup__overlay {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.order-form {
  background: white;
  border-radius: 14px;
  box-shadow: 1px 0px 5px #7d7d7d;
  box-sizing: border-box;
  height: 360px;
  width: 430px;
  padding: 20px;
  margin: 100px auto;
  position: relative;
}

.close {
  display: block;
  position: absolute;
  right: 20px;
  cursor: pointer;
}

.hidden {
  display: none;
}

/*------------конец Формы поиска ---------------- */
.text-search-mob {
  border: none;
  background: #fff;
}

@media (max-width: 1024px) {
  .text-search-mob svg {
    display: block;
    fill: var(--c-primary);
    width: 31px;
    margin-right: 0px;
    margin-top: 0px;
  }
}

.text-search svg {
  display: none;
}
@media (max-width: 1024px) {
  .text-search svg {
    display: block;
    fill: var(--c-primary);
    width: 24px;
    margin-right: 15px;
    margin-top: 10px;
  }
}

.telega-log {
  margin: 3px;
}

.logo {
  padding-top: 10px;
  padding-left: 20px;
}

.form-search {
  border: 1px solid #c0cbd3 !important;
  border-radius: 8px !important;
  padding: 5px 0 !important;
  max-height: 38px;
}

.search__item form {
  margin-left: 10px;
  display: flex;
}

.search__item button {
  background: #fff;
  border: none;
  cursor: pointer;
}

.search__item svg {
  fill: var(--c-primary);
  width: 35px;
  max-height: 35px;
  margin-left: 5px;
}

.cart svg {
  fill: var(--c-primary);
  width: 25px;
  margin-left: 0px;
}

.callfree {
  font-size: 14px;
  text-align: center;
  line-height: 10px;
}

h3.cart-page-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
}
@media (max-width: 1024px) {
  h3.cart-page-title {
    display: none;
  }
}

@media (min-width: 1024px) {
  .block_mob {
    display: none;
  }
}

@media (max-width: 1024px) {
  .block_pc {
    display: none;
  }
}

.cart-table-content table tbody > tr td:first-child {
  text-align: left;
}

.cart-table-content table tbody > tr td a {
  text-decoration: none;
  color: #323232;
  font-size: 14px;
  line-height: 18px;
  padding-left: 7px;
}

.cart-table-content table thead > tr th:first-child {
  text-align: left;
  min-width: 180px;
}
@media (max-width: 1024px) {
  .cart-table-content table thead > tr th:first-child {
    min-width: 65px;
  }
}

.cart-table-content table thead > tr th {
  border-top: medium none;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
}

.nav__item_cart {
  display: none;
}
@media (max-width: 1024px) {
  .nav__item_cart {
    display: block;
  }
}

@media (max-width: 1024px) {
  .cart-mob {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

.cart-table-content table tbody > tr td.product-thumbnail {
  width: 175px;
  display: flex;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (max-width: 1024px) {
  .cart-table-content table tbody > tr td.product-thumbnail {
    width: 110px;
  }
}

.cart-table-content table tbody > tr td.product-thumbnail img {
  max-width: 40px;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-table-content table tbody > tr td {
  font-size: 15px;
  padding: 30px 0;
  text-align: center;
  font-weight: 500;
}

.cart-table-content table tbody > tr td.product-name {
  width: 435px;
}

.cart-table-content table tbody > tr td.product-price-cart {
  width: 135px;
}

.cart-table-content table tbody > tr td.product-quantity {
  width: 135px;
}

.cart-table-content table tbody > tr td.product-remove {
  width: 35px;
}

.cart-table-content table tbody > tr td.product-remove span {
  text-decoration: none;
  color: #e92e2e;
  cursor: pointer;
}

.pro-details-quality .show__quality_input {
  margin: 0 auto !important;
}

.qty_count {
  position: absolute;
  top: 3px;
  border: 1px solid #fff;
  border-radius: 25px;
  background: #ee5f5b;
  padding: 0px 5px;
  color: #fff;
  font-size: 12px;
  right: 10px;
}

.qty_count_mob {
  position: absolute;
  top: 3px;
  border: 1px solid #fff;
  border-radius: 25px;
  background: #ee5f5b;
  padding: 0px 5px;
  color: #fff;
  font-size: 12px;
  left: 10px;
}

.ac_container {
  margin: 0;
  padding: 0;
  width: auto;
  background: white;
  border: none;
  position: relative;
  float: left;
  width: 100%;
  margin-right: 20px !important;
}

.ac_s_input {
  box-shadow: none !important;
  border: 1px solid #999 !important;
  height: 37px;
  width: 100%;
}

.ac_result_area {
  background-color: transparent;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 100;
  display: none;
  border: 1px solid #79b;
  border-top: 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

#region .btn {
  background: #3593e4;
  border-color: #3593e4;
  border-radius: 0;
  text-transform: uppercase;
  padding: 4px;
  color: #fff;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  #region .btn {
    margin-top: 10px;
  }
}

#region a {
  color: #666;
  text-decoration: none;
}

#region input {
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .img_cart_mob {
    width: 100%;
    display: block;
  }
}

@media (max-width: 1024px) {
  .img_cart_mob img {
    max-width: 120px;
  }
}

@media (max-width: 1024px) {
  .title_cart_mob {
    width: 100%;
    text-decoration: none;
    color: #000;
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .column_cart {
    padding: 35px;
    margin: 50px;
    box-shadow: 4px 4px 24px rgba(40, 139, 255, 0.1);
  }
}

@media (max-width: 1024px) {
  .product-remove {
    float: right;
  }
}

@media (max-width: 1024px) {
  .amount {
    font-size: 18px;
    font-weight: bold;
  }
}

.icon-stuff {
  display: flex;
}

.column_cart {
  display: none;
}
@media (max-width: 1024px) {
  .column_cart {
    display: block;
  }
}

@media (max-width: 1024px) {
  .pc-cart {
    display: none;
  }
}

@media (max-width: 1024px) {
  .product-price-cart {
    display: flex;
    justify-content: space-between;
  }
}

.city_chose {
  vertical-align: super;
}
@media (max-width: 1024px) {
  .city_chose {
    padding: 15px 0px;
    vertical-align: super;
  }
}

.column {
  padding: 0;
  list-style: none;
  -moz-column-count: 5;
       column-count: 5;
}
@media (max-width: 1024px) {
  .column {
    -moz-column-count: 2;
         column-count: 2;
  }
}

#modalCity {
  max-width: 900px;
}

.best-product h2 {
  text-align: center;
}

.card--review {
  padding: 5px;
  margin-bottom: 20px;
}

.card-header {
  background: #e92e2e;
  padding: 5px 5px;
  color: #fff;
}

.card-body {
  border: 1px solid #458cce;
  padding: 5px;
}

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
  margin: 0 auto !important;
}

.imgshow__main_active {
  display: block;
  width: auto;
  height: auto;
  max-height: 350px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .imgshow__main_active {
    max-height: 500px;
  }
}

@media (max-width: 1024px) {
  .location_text {
    text-decoration: none;
    margin-top: 10px;
  }
}

.section--banner .container {
  min-height: 305px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}
.section--main {
  margin-bottom: 50px;
}

table p {
  margin: 0;
}

.product-description table tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.05);
}
.product-description table td {
  padding: 0;
}

/* Панель выбора темы */
.theme_panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 4px 0;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
  text-align: center;
  line-height: 0;
}

.theme_color {
  padding: 0.8rem;
  border-radius: 4px;
  margin: 0 2px;
  cursor: pointer;
  display: inline-block;
  transition-duration: 0.2s;
  vertical-align: top;
}

.theme_color:hover,
.theme_color.active {
  padding: 1rem;
}

/**
* 5. Components
 */
/* пример стилей */
.breadcrumb {
  list-style: none;
  display: flex;
  padding-left: 0px;
}

.pc_bread {
  display: block;
}
@media (max-width: 1024px) {
  .pc_bread {
    display: none !important;
  }
}

.mob_bread {
  display: none !important;
}
@media (max-width: 1024px) {
  .mob_bread {
    display: block !important;
  }
}

.breadcrumb-item > a,
.breadcrumb-item.active {
  color: #fff;
  display: block;
  background: var(--c-primary);
  text-decoration: none;
  position: relative;
  height: 34px;
  line-height: 34px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase;
  font-size: 13px;
}
@media (max-width: 1024px) {
  .breadcrumb-item > a,
.breadcrumb-item.active {
    font-size: 8px;
  }
}

.buy_wsap {
  width: 292px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  margin-top: 20px;
  background: #1bd741;
  border-radius: 25px;
  text-align: center;
  padding: 5px;
  font-size: 13px;
}

.breadcrumb-item:first-child > a {
  padding-left: 15px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.breadcrumb-item:last-child > a,
.breadcrumb-item.active {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-right: 0;
  padding-right: 15px;
}

.breadcrumb-item:first-child > a::before,
.breadcrumb-item:last-child > a::after {
  border: none;
}

.breadcrumb-item > a::before,
.breadcrumb-item > a::after,
.breadcrumb-item.active::before {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid var(--c-primary);
  border-width: 17px 10px;
  width: 0;
  height: 0;
}

.breadcrumb-item > a::before,
.breadcrumb-item.active::before {
  left: -20px;
  border-left-color: transparent;
}

.breadcrumb-item > a::after {
  left: 100%;
  border-color: transparent;
  border-left-color: var(--c-primary);
}

.breadcrumb-item > a:hover {
  background-color: rgba(53, 147, 228, 0.75);
}

.breadcrumb-item > a:hover::before {
  border-color: rgba(53, 147, 228, 0.75);
  border-left-color: transparent;
}

.breadcrumb-item > a:hover::after {
  border-left-color: rgba(53, 147, 228, 0.75);
}

.breadcrumb-item.active {
  color: var(--c-primary);
  background-color: rgba(53, 147, 228, 0.23);
}

.owl-nav {
  display: none;
}

.breadcrumb-item.active::before {
  border-color: rgba(53, 147, 228, 0.23);
  border-left-color: transparent;
}

/*Buttons reset*/
.btn {
  display: inline-block;
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  /* Theme styles*/
}
.btn:hover, .btn:focus {
  outline: none;
}

.btn--primary {
  background-color: var(--c-primary);
  color: #fff;
  padding: 15px 24px;
  border: 2px solid var(--c-primary);
  border-radius: 40px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .btn--primary {
    font-size: 14px;
    line-height: 17px;
    padding: 15px 55px;
  }
}
.btn--primary:active {
  box-shadow: inset 0px -4px 0px var(--c-primary-dark);
}
.btn--primary:hover, .btn--primary:focus {
  background-color: #fff;
  color: var(--c-primary);
}

.btn--light {
  background-color: var(--c-primary);
  border: 2px solid var(--c-primary);
  border-radius: 8px;
  color: #fff !important;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  padding: 10px 18px;
}
.btn--light:hover {
  color: var(--c-primary-dark) !important;
  background: #fff;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

/*infoblog css*/
#slideb {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  display: none !important;
}

#slidebox {
  width: auto;
  max-width: 575px;
  min-height: 350px;
  margin-left: 33%;
  padding: 20px;
  position: fixed;
  top: 20%;
  display: none !important;
  line-height: 18px;
  background: #fff;
  border-radius: 4px;
  z-index: 9999999999;
  opacity: 1;
  box-shadow: -3px 3px 15px #ddd;
  -moz-box-shadow: -3px 3px 15px #ddd;
  -webkit-box-shadow: -3px 3px 15px #ddd;
  -o-box-shadow: -3px 3px 15px #ddd;
  font-family: sans-serif;
}

#slidebox y {
  color: #e92e2e;
}

@media screen and (max-device-width: 1300px) {
  #slidebox {
    margin-left: 27%;
    min-width: 526px;
  }
}
@media screen and (max-device-width: 820px) {
  #slidebox {
    margin-left: 20%;
  }
}
@media screen and (max-device-width: 700px) {
  #slidebox p {
    margin-left: 30% !important;
  }

  .lf--submit {
    float: none !important;
    margin: 0 auto;
    margin-right: auto !important;
  }

  #slidebox {
    width: 100%;
    top: 10%;
    padding-bottom: 40px;
    margin-left: 0;
    min-width: auto;
    text-align: center;
  }

  #slidebox img {
    float: none !important;
    margin: 0 auto !important;
  }
}
.show__quality_input {
  display: flex !important;
}

.show__quality_input span {
  margin-top: 5px !important;
}

#slidebox p {
  position: absolute;
  bottom: 0;
  margin-left: 35%;
  font-size: 12px;
  color: #ccc;
}

.slidebox-content {
  margin: 15px;
  margin-left: 110px;
  margin-bottom: 10px;
}

.slidebox-content-block {
  padding-left: 110px !important;
  padding: 11px 0;
  background: #fb8b68;
  border-bottom-left-radius: 100px;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  cursor: pointer;
}

#slidebox h2 {
  color: #2b84d1;
  text-align: center;
  line-height: 28px;
}

#slidebox img {
  width: 240px;
  height: 180px;
  float: left;
  margin: 10px;
}

.popup-form img {
  width: 20px !important;
  height: 35px !important;
  float: none;
  position: absolute;
  padding-top: 10px;
  margin-top: 0 !important;
}

.lf--input {
  flex: 1;
  margin-left: 30px;
  padding: 1em 2em;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 0.8rem;
  font-family: Open Sans, Arial, sans-serif;
  text-shadow: 1px 1px 1px #f5f5f5;
  border-radius: 8px;
  background: #fff;
}

.lf--input:focus {
  border-radius: 0 !important;
}

.lf--submit {
  display: block;
  cursor: pointer;
  font-weight: 900;
  padding: 1em 2em;
  color: #fff;
  margin-top: 10px;
  box-shadow: 0px 7px 16px -3px rgba(0, 0, 0, 0.5);
  background: #e92e2e;
  border: 0;
  border-radius: 10px;
  float: right;
  margin-right: 8%;
}

.popup-form-block {
  padding: 5px;
}

.card {
  margin-bottom: 15px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px;
  background-color: #fff;
  box-shadow: 4px 4px 24px var(--c-primary-shadow);
  border-radius: 8px;
}
.card__image {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 210px;
}

.card__image::after {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 100%;
}

.card__image canvas,
.card__image img,
.card__image svg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card__body {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1 1 auto;
  margin-bottom: 30px;
  text-align: center;
}

.card__body p[class=""] {
  margin: 0;
}

.catalog__item .card__body .btn {
  min-width: 100%;
}

.card__body .btn {
  margin-top: 15px;
  z-index: 10;
}

.card__title {
  margin-bottom: auto;
  line-height: 20px;
}

@media (min-width: 1024px) {
  .card--hr {
    max-width: 800px;
  }
}
.card--hr .card__inner {
  box-shadow: none;
  flex-direction: row;
}
.card--hr .card__body {
  align-items: flex-start;
  text-align: left;
}
.card--hr .card__body p {
  margin: 0;
}
.card--hr .card__image {
  display: none;
  max-width: 160px;
  margin-bottom: 0;
}
.card--hr .card__image svg {
  max-width: 100px;
}
@media (min-width: 768px) {
  .card--hr .card__image {
    display: flex;
    align-items: center;
    align-self: center;
  }
}
.card--hr .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .card--hr .card__title {
    font-size: 18px;
    line-height: 22px;
  }
}

.card__props {
  margin-top: 30px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.card__props p {
  margin: 0;
}

.card__price {
  color: var(--c-primary-dark);
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 0;
  position: relative;
}

.card__price_old {
  width: 60px;
  padding: 0;
  margin: 0;
  font-weight: 100;
  font-size: 12px;
  position: absolute;
  top: -5px;
  right: 0;
  text-decoration: line-through;
}

.low-price {
  position: absolute;
  top: 0;
  width: 95%;
  background: #e92e2e;
  color: #fff;
  text-align: center;
}

.features-item {
  display: flex;
  margin-bottom: 2rem;
}

.features-item__header {
  width: 100%;
  max-width: 50%;
  flex: 0 0 50%;
  margin-right: 15px;
  text-align: center;
}

.features-item__title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 1024px) {
  .features-item__title {
    font-size: 18px;
  }
}

.features-item__desc {
  align-self: center;
  width: 100%;
  max-width: 50%;
  flex: 0 0 50%;
  font-size: 14px;
  text-align: center;
}

.features-item__icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.features-item__icon img {
  max-width: 100%;
  height: auto;
}
.form__wrapper {
  width: 100%;
  max-width: 400px;
  padding: 40px 30px 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  /* box-shadow: 0 10px 50px var(--c-primary-shadow);*/
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .form__wrapper {
    padding: 30px 60px;
  }
}

.form-group {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .form-group {
    margin-bottom: 30px;
  }
}
.form-group .btn {
  display: block;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.form-title {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 22px;
  color: #000;
  text-align: center;
}
@media (min-width: 1024px) {
  .form-title {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 30px;
  }
}

.form-control {
  display: block;
  width: 100%;
  background-color: #fff;
  transition: all 0.15s ease-in-out;
  border: none;
  outline: 0;
  color: #495057;
  font-size: 1rem;
  line-height: 1.5;
  padding: 5px 0;
  border-bottom: 1px solid #C0CBD3;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:hover, .form-control:focus {
  background-color: #fff;
  outline: 0;
  border-color: var(--c-primary);
}
.form-control::-moz-placeholder {
  color: #909398;
}
.form-control:-ms-input-placeholder {
  color: #909398;
}
.form-control::placeholder {
  color: #909398;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control.is-invalid {
  border-color: #FF5959;
}
@media (min-width: 1024px) {
  .form-control {
    padding: 10px 0;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.nav__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.nav__link {
  position: relative;
  display: inline-block;
  font-family: "Roboto Slab", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #323232;
  text-decoration: none;
  padding: 10px 15px !important;
}
@media (min-width: 1024px) {
  .nav__link {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
  }
}
.nav__link:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 1px;
  background: var(--c-primary);
  opacity: 0;
  transition: all 0.2s;
}
.nav__link:hover::after, .nav__link:focus::after {
  left: 0;
  right: 0;
  opacity: 1;
}
@media (min-width: 1200px) {
  .nav__link:hover::after, .nav__link:focus::after {
    left: 7px;
    right: 7px;
  }
}

.mobile-menu .nav__list {
  flex-direction: column;
}

.socials__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.socials__item {
  margin-right: 5px;
}
@media (min-width: 1024px) {
  .socials__item {
    margin-right: 0px;
  }
}

.socials__link {
  display: block;
  width: 45px !important;
  height: 45px !important;
  position: relative;
}
.socials__link svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.socials__link .backdrop {
  opacity: 0.2;
  transition: all 0.2s ease-in-out;
}
.socials__link:hover .backdrop {
  opacity: 0.5;
}
@media (min-width: 1024px) {
  .socials__link {
    width: 50px;
    height: 50px;
  }
}

.nav-toggler {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  border: 0;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .nav-toggler {
    display: none;
  }
}

.nav-toggler span {
  position: relative;
  display: inline-block;
  width: 25px;
  vertical-align: bottom;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  background: var(--c-primary-dark);
  transition: background 0.3s 0.5s;
  height: 2px;
}

.nav-toggler span:before,
.nav-toggler span:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  transform-origin: 50% 50%;
}

.nav-toggler span:before {
  top: 8px;
}

.nav-toggler span:after {
  top: -8px;
}

body {
  position: relative;
}

body:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 320px;
  z-index: 9999;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.2s ease-in-out;
  background-color: #fff;
}

.mobile-menu__inner {
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 100px 40px 30px;
}

body.is-menu-opened {
  overflow: hidden;
}

body.is-menu-opened:after {
  opacity: 1;
  z-index: 5;
  visibility: visible;
}

body.is-menu-opened .mobile-menu {
  transform: translateX(0);
  visibility: visible;
}

/* скрываем выпадающие списки по умолчанию
 * и задаем абсолютное позиционирование */
nav ul ul {
  display: none;
  position: absolute;
  background: #fff;
  list-style: none;
  padding: 0;
  z-index: 9999;
}

/* отображаем выпадающий список при наведении */
nav ul li:hover > ul {
  display: inherit;
}

/* первый уровень выпадающего списка */
nav ul ul li {
  min-width: 170px;
  float: none;
  display: contents;
  list-style: none;
  position: relative;
}

.btn_down {
  position: relative;
}

.btn_down svg {
  fill: var(--c-primary);
  width: 17px;
  margin-left: 10px;
  position: absolute;
  top: 0;
}

.category_menu {
  display: none;
}

/**
* 6. Page-specific styles
 */
.main-banner {
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  position: relative;
}
.main-banner:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .main-banner {
    min-height: 450px;
  }
}

.site-title {
  position: relative;
  color: #fff;
  z-index: 1;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .site-title {
    margin-bottom: 35px;
    font-size: 40px;
    line-height: 49px;
  }
}

.site-title + p {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .site-title + p {
    font-size: 24px;
    line-height: 29px;
    text-align: left;
  }
}

.site-title,
.site-title + p {
  text-align: center;
  align-self: center;
}
/**
* 7. Themes
 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.clients__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
}

.clients__item {
  position: relative;
  flex: 0 0 50%;
  width: 100%;
  max-width: 50%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .clients__item {
    max-width: 25%;
    flex-basis: 25%;
  }
}

.clients__item:after {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 50%;
}

.clients__item-inner {
  width: 100%;
  height: 100%;
  background-color: #3e3e3e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients__item-inner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.features {
  background: #FFFFFF;
  box-shadow: 0px 10px 50px var(--c-primary-shadow);
  border-radius: 10px;
  width: 100%;
  max-width: 900px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto 30px;
}

.features__item {
  text-align: center;
  padding: 15px 30px;
  margin-bottom: 20px;
}
.features__item .number {
  font-size: 30px;
  line-height: 50px;
}

.have_product {
  color: #00b437;
}