

/* Start:/local/templates/domovid/libs/css/bootstrap.css?1536891125160032*/
/*!
 * Bootstrap v4.1.2 (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: 1200px;
  --breakpoint-xl: 1536px;
  --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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[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: .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: -.25em;
}

sup {
  top: -.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;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  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: .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;
}

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

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  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: 1200px) {
  .container {
    max-width: 1185px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1520px;
  }
}

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

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

.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-13, .col-14, .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-13, .col-sm-14, .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-13, .col-md-14, .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-13, .col-lg-14, .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-13, .col-xl-14, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
  flex: 0 0 92.857143%;
  max-width: 92.857143%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 15;
}

.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;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

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

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

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

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

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

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

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

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

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

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

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

.offset-12 {
  margin-left: 85.714286%;
}

.offset-13 {
  margin-left: 92.857143%;
}

@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: none;
  }
  .col-sm-1 {
    flex: 0 0 7.142857%;
    max-width: 7.142857%;
  }
  .col-sm-2 {
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
  }
  .col-sm-3 {
    flex: 0 0 21.428571%;
    max-width: 21.428571%;
  }
  .col-sm-4 {
    flex: 0 0 28.571429%;
    max-width: 28.571429%;
  }
  .col-sm-5 {
    flex: 0 0 35.714286%;
    max-width: 35.714286%;
  }
  .col-sm-6 {
    flex: 0 0 42.857143%;
    max-width: 42.857143%;
  }
  .col-sm-7 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-8 {
    flex: 0 0 57.142857%;
    max-width: 57.142857%;
  }
  .col-sm-9 {
    flex: 0 0 64.285714%;
    max-width: 64.285714%;
  }
  .col-sm-10 {
    flex: 0 0 71.428571%;
    max-width: 71.428571%;
  }
  .col-sm-11 {
    flex: 0 0 78.571429%;
    max-width: 78.571429%;
  }
  .col-sm-12 {
    flex: 0 0 85.714286%;
    max-width: 85.714286%;
  }
  .col-sm-13 {
    flex: 0 0 92.857143%;
    max-width: 92.857143%;
  }
  .col-sm-14 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 15;
  }
  .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;
  }
  .order-sm-13 {
    order: 13;
  }
  .order-sm-14 {
    order: 14;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 7.142857%;
  }
  .offset-sm-2 {
    margin-left: 14.285714%;
  }
  .offset-sm-3 {
    margin-left: 21.428571%;
  }
  .offset-sm-4 {
    margin-left: 28.571429%;
  }
  .offset-sm-5 {
    margin-left: 35.714286%;
  }
  .offset-sm-6 {
    margin-left: 42.857143%;
  }
  .offset-sm-7 {
    margin-left: 50%;
  }
  .offset-sm-8 {
    margin-left: 57.142857%;
  }
  .offset-sm-9 {
    margin-left: 64.285714%;
  }
  .offset-sm-10 {
    margin-left: 71.428571%;
  }
  .offset-sm-11 {
    margin-left: 78.571429%;
  }
  .offset-sm-12 {
    margin-left: 85.714286%;
  }
  .offset-sm-13 {
    margin-left: 92.857143%;
  }
}

@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: none;
  }
  .col-md-1 {
    flex: 0 0 7.142857%;
    max-width: 7.142857%;
  }
  .col-md-2 {
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
  }
  .col-md-3 {
    flex: 0 0 21.428571%;
    max-width: 21.428571%;
  }
  .col-md-4 {
    flex: 0 0 28.571429%;
    max-width: 28.571429%;
  }
  .col-md-5 {
    flex: 0 0 35.714286%;
    max-width: 35.714286%;
  }
  .col-md-6 {
    flex: 0 0 42.857143%;
    max-width: 42.857143%;
  }
  .col-md-7 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    flex: 0 0 57.142857%;
    max-width: 57.142857%;
  }
  .col-md-9 {
    flex: 0 0 64.285714%;
    max-width: 64.285714%;
  }
  .col-md-10 {
    flex: 0 0 71.428571%;
    max-width: 71.428571%;
  }
  .col-md-11 {
    flex: 0 0 78.571429%;
    max-width: 78.571429%;
  }
  .col-md-12 {
    flex: 0 0 85.714286%;
    max-width: 85.714286%;
  }
  .col-md-13 {
    flex: 0 0 92.857143%;
    max-width: 92.857143%;
  }
  .col-md-14 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 15;
  }
  .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;
  }
  .order-md-13 {
    order: 13;
  }
  .order-md-14 {
    order: 14;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 7.142857%;
  }
  .offset-md-2 {
    margin-left: 14.285714%;
  }
  .offset-md-3 {
    margin-left: 21.428571%;
  }
  .offset-md-4 {
    margin-left: 28.571429%;
  }
  .offset-md-5 {
    margin-left: 35.714286%;
  }
  .offset-md-6 {
    margin-left: 42.857143%;
  }
  .offset-md-7 {
    margin-left: 50%;
  }
  .offset-md-8 {
    margin-left: 57.142857%;
  }
  .offset-md-9 {
    margin-left: 64.285714%;
  }
  .offset-md-10 {
    margin-left: 71.428571%;
  }
  .offset-md-11 {
    margin-left: 78.571429%;
  }
  .offset-md-12 {
    margin-left: 85.714286%;
  }
  .offset-md-13 {
    margin-left: 92.857143%;
  }
}

@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 7.142857%;
    max-width: 7.142857%;
  }
  .col-lg-2 {
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
  }
  .col-lg-3 {
    flex: 0 0 21.428571%;
    max-width: 21.428571%;
  }
  .col-lg-4 {
    flex: 0 0 28.571429%;
    max-width: 28.571429%;
  }
  .col-lg-5 {
    flex: 0 0 35.714286%;
    max-width: 35.714286%;
  }
  .col-lg-6 {
    flex: 0 0 42.857143%;
    max-width: 42.857143%;
  }
  .col-lg-7 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 57.142857%;
    max-width: 57.142857%;
  }
  .col-lg-9 {
    flex: 0 0 64.285714%;
    max-width: 64.285714%;
  }
  .col-lg-10 {
    flex: 0 0 71.428571%;
    max-width: 71.428571%;
  }
  .col-lg-11 {
    flex: 0 0 78.571429%;
    max-width: 78.571429%;
  }
  .col-lg-12 {
    flex: 0 0 85.714286%;
    max-width: 85.714286%;
  }
  .col-lg-13 {
    flex: 0 0 92.857143%;
    max-width: 92.857143%;
  }
  .col-lg-14 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 15;
  }
  .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;
  }
  .order-lg-13 {
    order: 13;
  }
  .order-lg-14 {
    order: 14;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 7.142857%;
  }
  .offset-lg-2 {
    margin-left: 14.285714%;
  }
  .offset-lg-3 {
    margin-left: 21.428571%;
  }
  .offset-lg-4 {
    margin-left: 28.571429%;
  }
  .offset-lg-5 {
    margin-left: 35.714286%;
  }
  .offset-lg-6 {
    margin-left: 42.857143%;
  }
  .offset-lg-7 {
    margin-left: 50%;
  }
  .offset-lg-8 {
    margin-left: 57.142857%;
  }
  .offset-lg-9 {
    margin-left: 64.285714%;
  }
  .offset-lg-10 {
    margin-left: 71.428571%;
  }
  .offset-lg-11 {
    margin-left: 78.571429%;
  }
  .offset-lg-12 {
    margin-left: 85.714286%;
  }
  .offset-lg-13 {
    margin-left: 92.857143%;
  }
}

@media (min-width: 1536px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 7.142857%;
    max-width: 7.142857%;
  }
  .col-xl-2 {
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
  }
  .col-xl-3 {
    flex: 0 0 21.428571%;
    max-width: 21.428571%;
  }
  .col-xl-4 {
    flex: 0 0 28.571429%;
    max-width: 28.571429%;
  }
  .col-xl-5 {
    flex: 0 0 35.714286%;
    max-width: 35.714286%;
  }
  .col-xl-6 {
    flex: 0 0 42.857143%;
    max-width: 42.857143%;
  }
  .col-xl-7 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-8 {
    flex: 0 0 57.142857%;
    max-width: 57.142857%;
  }
  .col-xl-9 {
    flex: 0 0 64.285714%;
    max-width: 64.285714%;
  }
  .col-xl-10 {
    flex: 0 0 71.428571%;
    max-width: 71.428571%;
  }
  .col-xl-11 {
    flex: 0 0 78.571429%;
    max-width: 78.571429%;
  }
  .col-xl-12 {
    flex: 0 0 85.714286%;
    max-width: 85.714286%;
  }
  .col-xl-13 {
    flex: 0 0 92.857143%;
    max-width: 92.857143%;
  }
  .col-xl-14 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 15;
  }
  .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;
  }
  .order-xl-13 {
    order: 13;
  }
  .order-xl-14 {
    order: 14;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 7.142857%;
  }
  .offset-xl-2 {
    margin-left: 14.285714%;
  }
  .offset-xl-3 {
    margin-left: 21.428571%;
  }
  .offset-xl-4 {
    margin-left: 28.571429%;
  }
  .offset-xl-5 {
    margin-left: 35.714286%;
  }
  .offset-xl-6 {
    margin-left: 42.857143%;
  }
  .offset-xl-7 {
    margin-left: 50%;
  }
  .offset-xl-8 {
    margin-left: 57.142857%;
  }
  .offset-xl-9 {
    margin-left: 64.285714%;
  }
  .offset-xl-10 {
    margin-left: 71.428571%;
  }
  .offset-xl-11 {
    margin-left: 78.571429%;
  }
  .offset-xl-12 {
    margin-left: 85.714286%;
  }
  .offset-xl-13 {
    margin-left: 92.857143%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1535.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

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

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  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, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  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%;
}

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

.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: #212529;
  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;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: 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) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

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

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

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

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1535.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1536px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

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

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

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

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

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

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

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

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

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

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

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

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

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

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

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

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

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

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

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

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

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

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  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: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

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

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

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

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

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

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.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: rgba(0, 0, 0, 0.25);
}


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

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

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

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.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: rgba(0, 0, 0, 0.25);
}


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

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

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

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.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: rgba(0, 0, 0, 0.25);
}


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

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

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

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

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.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: rgba(0, 0, 0, 0.25);
}


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

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

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

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1536px) {
  .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: flex !important;
  }
  .d-xl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    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.857143%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1536px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    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: 1200px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1536px) {
  .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: 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: sticky) {
  .sticky-top {
    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: 1200px) {
  .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: 1536px) {
  .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: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1536px) {
  .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: #212529 !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 {
    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;
  }
}

/*# sourceMappingURL=bootstrap.css.map */
/* End */


/* Start:/local/templates/domovid/components/bitrix/system.auth.form/auth/style.min.css?1540894794424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/local/templates/domovid/components/bitrix/system.auth.form/auth/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/local/templates/domovid/components/bitrix/system.auth.form/auth/images/sec-unlocked.png)}
/* End */


/* Start:/local/templates/domovid/components/bitrix/main.userconsent.request/template1/style.css?172646635275*/
.feedbackForm input.checkbox{
    display: inline-block;
    width: auto;
}
/* End */


/* Start:/local/templates/domovid/components/bitrix/main.userconsent.request/template1/user_consent.min.css?16467923933718*/
.main-user-consent-request a{cursor:pointer}.main-user-consent-request-popup{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.5);overflow:hidden;z-index:9000}.main-user-consent-request-popup-cont{min-height:290px;position:absolute;top:50%;left:50%;margin:0 auto;padding:20px;min-width:320px;width:100%;max-width:600px;background:#fff;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.main-user-consent-request-popup-header{margin:0 0 10px 0;font:normal 18px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#000;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:260px}.main-user-consent-request-popup-textarea-block{margin:0 0 20px 0}.main-user-consent-request-popup-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-user-consent-request-popup-button{display:inline-block;height:39px;margin:0 10px 5px 0;padding:0 18px;border:0;border-radius:2px;font:normal 12px/39px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#535c69;outline:0;vertical-align:middle;text-decoration:none;text-transform:uppercase;text-shadow:none;white-space:nowrap;-webkit-font-smoothing:antialiased;-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .2s linear;cursor:pointer}.main-user-consent-request-popup-button-acc{background:#bbed21}.main-user-consent-request-popup-button-acc:hover{background:#d2f95f}.main-user-consent-request-popup-button-rej{-webkit-box-shadow:inset 0 0 0 1px #a1a6ac;box-shadow:inset 0 0 0 1px #a1a6ac;background:0}.main-user-consent-request-popup-button-rej:hover{background:#cfd4d8}.main-user-consent-request-popup-text{border:1px solid #999;overflow:auto;padding:8px;text-align:left;color:#545454}.main-user-consent-request-popup-link{height:130px;display:flex;justify-content:center;align-items:center;flex-direction:column}.main-user-consent-request-popup-link a{display:block;margin:20px 0 0 0;text-overflow:ellipsis;overflow:hidden;max-width:260px}.main-user-consent-request-loader{position:relative;height:100px;width:100px;margin:0 auto;-webkit-transform:translate(0,50%);transform:translate(0,50%)}.main-user-consent-request-path{stroke:#80868e;stroke-dasharray:100,200}.main-user-consent-request-loader:before{content:'';display:block;padding-top:100%}.main-user-consent-request-circular{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:inherit;width:inherit;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.main-user-consent-request-path{stroke:#ccc;stroke-dasharray:60,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}.main-user-consent-request-announce{color:#333;font-size:13px;line-height:15px}.main-user-consent-request-announce-link{cursor:pointer}@keyframes rotate{100%{transform:rotate(360deg)}}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}@media(min-width:1000px){.main-user-consent-request-popup-cont{min-height:400px;min-width:640px}.main-user-consent-request-popup-header{max-width:590px}.main-user-consent-request-popup-text,.main-user-consent-request-popup-link{height:240px}.main-user-consent-request-popup-link a{max-width:200px}}@media(max-width:768px){.main-user-consent-request-popup-cont{height:100%}}
/* End */


/* Start:/local/components/dds-group/dds.city.select/templates/.default/style.css?15651461001602*/
.dds-li{
    width: 50%;
    float: left;
}
.dds-back .dds-ul{
    list-style: none;
    margin: 20px 0 0;
}

.modalTownCitySelect {
    display: none;
}
.modalTownWrap .modalTownInner {
    height: unset;
    border: 2px solid #469c3e;
    padding: 20px 30px;
    transform: unset;
    /*
    top: 65px;
    left: 0;
    */
}
.modalAuth__closeBtn.modalAuth__closeBtn_city {
    top: 10px;
    right: 10px;
}
.modalAuth__closeBtn.modalAuth__closeBtn_city span {
    display: block;
    position: static;
    font-size: 40px;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modalTownInner.modalTownQuestion {
    display: block;
}

@media (min-width: 576px) {
    .modalTownWrap .modalTownInner {
    }
}
@media (min-width: 768px) {
    .modalTownWrap .modalTownInner {
        /*top: 62px;*/
        /*left: 171px;*/
    }
    .modalTownWrap .modalTownInner:before {
        content: ' ';
        display: block;
        height: 0;
        width: 0;
        border: 7px solid transparent;
        border-top-color: #469c3e;
        border-left-color: #469c3e;

        position: absolute;
        bottom: 100%;
        left: 25px;
        transform: rotate(45deg) translateY(52%);
    }
}
@media (min-width: 1200px) {
    .modalTownWrap .modalTownInner {
        /*top: 60px;*/
        /*left: 278px;*/
    }
}
@media (min-width: 1536px) {
    .modalTownWrap .modalTownInner {
        /*top: 60px;*/
        /*left: 355px;*/
    }
}




/* End */


/* Start:/local/templates/domovid/components/bitrix/system.auth.form/top_line/style.css?1703552233300*/
.authorization__loading {
    display: block;
    margin: 4px 0;
    width: 20px;
    height: 20px;
    background-image: url(/bitrix/images/main/composite/loading.gif);
    background-repeat: no-repeat;
    background-size: contain;
}
.authorization .authorization__input:after{
    content: none;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/basket1/style.css?15858841484314*/
.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 998;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.bx-basket-fixed.top	  {top:10px}
	.bx-basket-fixed.right  {right:10px}
	.bx-basket-fixed.bottom{bottom:10px}
	.bx-basket-fixed.left	 {left:10px}
	.bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 998;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-button-container a.btn
{
	color: #dddddd;
	text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active
{
	color: #ffffff;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	white-space: normal;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.bx-basket-item-list-item-img img{
	max-width: 90px;
	height: auto;
	border: 1px solid #E6E6E6;
}
.bx-basket-item-list-item-name
{
	padding-bottom: 5px;
}
.bx-basket-item-list-item-name a
{
	font-size: 13px;
	color: #3F3F3F;
	text-decoration: none;
	white-space: normal;
	line-height: 16px;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.bx-basket-item-list-item-remove:hover{
	opacity: .7;
}
.bx-basket-item-list-item-price-block{
	padding-bottom: 5px;
	font-size: 12px;
}
.bx-basket-item-list-item-price{
	display: inline-block;
	margin-right: 5px;
}
.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
.composite__loading.composite__loading_basket-line {
	position: relative;
	top: 4px;
}
/* End */


/* Start:/local/components/dds-group/dds.city.select/templates/mobile/style.css?15651583861970*/
.mobileMainMenuItemText  .dds-li{
    width: 50%;
    float: left;
}
.mobileMainMenuItemText  .dds-back .dds-ul{
    list-style: none;
    margin: 20px 0 0;
}

.mobileMainMenuItemText  .modalTownCitySelect {
    display: none;
}
.mobileMainMenuItemText  .modalTownWrap .modalTownInner {
    height: unset;
    border: 2px solid #469c3e;
    padding: 20px 30px;
    transform: unset;
    /*
    top: 65px;
    left: 0;
    */
}
.mobileMainMenuItemText  .modalAuth__closeBtn.modalAuth__closeBtn_city {
    top: 10px;
    right: 10px;
}
.mobileMainMenuItemText  .modalAuth__closeBtn.modalAuth__closeBtn_city span {
    display: block;
    position: static;
    font-size: 40px;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mobileMainMenuItemText  .modalTownInner.modalTownQuestion {
    display: block;
}


.mobileMainMenuItemText .js-modalTownHeader > span {
    position: relative;
    top: unset;
    left: unset;
    text-transform: unset;

    -webkit-transform: unset;
    transform: unset;
    padding: 0 0 15px;
}
.mobileMainMenuItemText .js-modalTownHeader .modalTownBtn > span {
    position: absolute;
    width: 100%;
    top: 51%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mobileMainMenuItemText .js-modalTownHeader .modalTownBtn.btn-city-close > span {
    color: white;
}
.mobileMainMenuItemText .town-select__wrap .modalTownWrap.container {
    top: 20px;
}
.mobileMainMenu .dds-ul {
    column-count: 1;
}
.mobileMainMenu .dds-ul li a {
    font-size: 13px;
}
.mobileMainMenuItem .modalTownInput {
    width: 100%;
}

@media (max-width: 360px) {
    .mobileMainMenuItem .modalTownInner {
        width: 270px;
    }
}
.mobileMainMenuItemText .modalAuth__closeBtn.modalAuth__closeBtn_city {
    top: 15px;
    right: 15px;
}
/* End */


/* Start:/local/templates/domovid/components/bitrix/system.auth.form/top_line_mobile/style.css?1565223353235*/
.authorization__loading {
    display: block;
    margin: 4px 0;
    width: 20px;
    height: 20px;
    background-image: url(/bitrix/images/main/composite/loading.gif);
    background-repeat: no-repeat;
    background-size: contain;
}
/* End */


/* Start:/local/templates/domovid/components/bitrix/menu/mob/style.min.css?1540901531490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/domovid/components/bitrix/menu/mob/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/domovid/components/bitrix/catalog.section.list/sect_mob_menu/style.css?168248783751*/
.mobileSecondLevelMenuItem a{
    color: #4F4F4F;
}
/* End */


/* Start:/local/templates/domovid/styles.css?17394983225501*/
h1,h2,h3,h4,h5,h6{font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;font-weight: 500;}
p{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p.bxe-first-letter:first-letter, .bxe-first-letter-s{
	font-weight: bold;
	font-size: 56px;
	line-height: 56px;
	margin-right: 10px;
	float: left;
	vertical-align: top;

}
.lead {
	color: #757575;
  	margin-left: 40px;
  		padding:0 0 0 15px;
  	font-size: 13px;
  	font-weight: 300;
  	line-height: 1.4;
  	border-left: 3px solid #99cded;
}
img.logo{
	width: 100%;
}
@media (min-width: 768px){
	.lead {
	  	font-size: 16px;
  		margin-left: 20px;
	}
}

blockquote {
  	padding:0 0 0 15px;
  	margin: 0 0 20px 20px;
	border-left: 3px solid #c2c2c2;
}
blockquote p{
  	font-size: 20px;
  	font-style: italic;
	color: #757575;
  	font-family: Georgia, "Helvetica Neue", Arial,  Helvetica, sans-serif;
}
@media (max-width: 768px){
	blockquote p {
	  	font-size: 16px;
	}
}

blockquote.bxe-quote {
	position: relative;
	padding-left: 70px;
	padding-top: 8px;
	min-height: 50px;
	border-left: none;
}
blockquote.bxe-quote:after{
	content: "";
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS45OTYgMzcuOTk1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOS45OTYgMzcuOTk1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I0Q2RDdENjsiIGQ9Ik0wLjAxLDM3Ljk5NXYtMTguMTFjLTAuMDc5LTIuNjA0LDAuMjk0LTUuMDQ5LDEuMTE4LTcuMzM4YzAuODI0LTIuMjg4LDEuOTgxLTQuMywzLjQ3Mi02LjAzNmMxLjQ5LTEuNzM1LDMuMjc2LTMuMTc2LDUuMzU2LTQuMzIxYzIuMDc4LTEuMTQzLDQuMzM1LTEuODczLDYuNzY4LTIuMTl2Ny44MTJjLTIuOTgzLDEuMDI3LTUuMDIzLDIuNTQ1LTYuMTIxLDQuNTU3Yy0xLjEsMi4wMTItMS42NDgsNC40NzktMS42NDgsNy4zOThoNy43Njl2MTguMjI4SDAuMDF6IE0yMy4yODEsMzcuOTk1di0xOC4xMWMtMC4wNzktMi42MDQsMC4yOTQtNS4wNDksMS4xMTgtNy4zMzhjMC44MjQtMi4yODgsMS45ODEtNC4zLDMuNDcyLTYuMDM2YzEuNDktMS43MzUsMy4yNzYtMy4xNzYsNS4zNTYtNC4zMjFjMi4wNzgtMS4xNDMsNC4zMzUtMS44NzMsNi43NjgtMi4xOXY3LjgxMmMtMi45ODMsMS4wMjctNS4wMjMsMi41NDUtNi4xMjEsNC41NTdjLTEuMSwyLjAxMi0xLjY0OCw0LjQ3OS0xLjY0OCw3LjM5OGg3Ljc2OXYxOC4yMjhIMjMuMjgxeiIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	left: 10px;
	top: 10px;
	-webkit-background-size: 40px;
			background-size: 40px;
	width: 40px;
	height:40px;
}

hr{
	border: none;
	border-bottom: 1px solid #ccc;
}
hr.bxe-bolder{
	border-bottom-width: 5px;
}
hr.bxe-dashed{
	border-bottom-style: dashed;
	border-bottom-width: 2px;
}
hr.bxe-normal{}
hr.bxe-light{
	border-bottom-color: #e5e5e5

}
hr.bxe-dotted{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}

/**/
.bg-primary	{background: #60aadb!important;color: #fff;}
.bg-success	{background: #64ba4e!important;color: #fff;}
.bg-info	{background: #9bc6dd!important;color: #fff;}
.bg-warning	{background: #fec139!important;color: #fff;}
.bg-danger{}
/**/
img.pull-left{
	padding: 5px 15px 5px 0;
}
img.pull-right{
	padding: 5px 0 5px 15px;
}
/**/
.alert{
	border: none;
	border-radius: 1px;
	font-size: 14px;
}
.alert.alert-note{
	background: #f2f2f3;
}
.alert.alert-sys{
	background: #f5f2ec;
	color: #81641F;
}
.alert.bxe-icon{
	padding-left: 90px;
	min-height: 100px;
	position: relative;
}
.alert.bxe-icon:after{
	left:22px;
	top: 20px;
	position: absolute;
	content: " ";
	width:48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(/local/templates/domovid/images/editor_sprite.png);
	background-repeat: no-repeat;
}
.alert.bxe-icon.alert-success:after	{background-position:0 0}
.alert.bxe-icon.alert-info:after	{background-position:0 -50px}
.alert.bxe-icon.alert-warning:after	{background-position:0 -100px}
.alert.bxe-icon.alert-danger:after	{background-position:0 -200px}
.alert.bxe-icon.alert-note:after	{background-position:0 -150px}
.alert.bxe-icon.alert-sys:after		{background-position:0 -250px}

.bxe-aleft-title{
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-panel-tooltip {
  z-index: 2210 !important;
  overflow: hidden !important;
  position: absolute !important;
  letter-spacing: normal !important;
  list-style: none !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
  visibility: visible !important;
  white-space: normal !important;
  word-spacing: normal !important;
  vertical-align: baseline !important;
  margin: 0 !important;
  padding: 15px !important;
  float: none !important;
  text-decoration: none !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 12px 10px rgba(0,0,0,.25) !important;
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid;
  border-color: #f0f0f0;
  background: #fff;
  color: #35414e;
  font-size: 14px;
}

/**/
tab,
tabsection,
.bxe-tab-title{
	display: block;
	padding: 5px;
	border: 1px dashed #ccc;
}
/**/
.bxe-list,
.bxe-list ul{
	list-style: none;
	margin: 5px 0;
	padding-left: 15px;
}
.bxe-list-default,
.bxe-list-default ul{

 }
.bxe-list .fa{
	color: #9fb2bd;
	margin-right: 6px;
}
.bxe-lis-blue .fa{
	color: #0083d1;
}

.MessError{
	display: none;
	margin-top: 10px;
	color: red;
}

.hiddenTrap{
	display: none;
}

.headerLogoImg img, .mobile-nav__logo img{
	padding: 5px 0px;
}
/* End */


/* Start:/local/templates/domovid/template_styles.css?1739498322256615*/
html {
    box-sizing: border-box;
}

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

img {
    max-width: 100%;
    height: auto;
}

input[type="submit"] {
    cursor: pointer;
}

input[type="text"] {
    cursor: text;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
    height: 0;
    width: 0;
    visibility: hidden;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

html {
    font-size: 10px;
    line-height: 1.4;
}

body {
    font-size: 1.6rem;
    font-family: "Roboto";
    background: #f9f9f4;
}

p {
    font-size: 14px;
    line-height: 1.57;
    color: #010101;
}

strong {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
}

.block {
    background: #FFDB4C;
    padding: 10px 20px;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.headerTopWrap {
    position: relative;
    background: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
}

.headerBottomWrap {
    position: relative;
    background: #469C3E;
}

.ctlMenuWrap {
    display: none;
    position: relative;
    /* height: 60px; */
}

@media (min-width: 768px) {
    .ctlMenuWrap {
        display: block;
    }
}

.ctlMenuItemWrap.extra-width {
    flex-grow: 1.5;
}

.ctlMenuItem {
    display: table;
    width: 100%;
    height: 100%;
    /* border-right: 2px solid #42933A; */
}

.ctlMenuItem:hover,
.ctlMenuItem:active,
.ctlMenuItem:focus {
    background: #42933A;
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
}

.ctlMenuItem--active {
    background: #42933A;
}

.ctlMenuItem__image {
    display: table-cell;
    width: 30%;
    height: 60px;
    vertical-align: middle;
    text-align: center;
}

@media (min-width: 768px) {
    .ctlMenuItem__image {
        width: 35%;
    }
}

@media (min-width: 1200px) {
    .ctlMenuItem__image {
        width: 25%;
    }
}

@media (min-width: 1536px) {
    .ctlMenuItem__image {
        width: 30%;
    }
}

.ctlMenuItem__text {
    position: relative;
    display: table-cell;
    width: 70%;
    height: 60px;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .ctlMenuItem__text {
        width: 65%;
    }
}

@media (min-width: 1200px) {
    .ctlMenuItem__text {
        width: 75%;
    }
}

@media (min-width: 1536px) {
    .ctlMenuItem__text {
        width: 70%;
    }
}

.ctlMenuItem__text span {
    display: inline-block;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 17px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .ctlMenuItem__text span {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .ctlMenuItem__text span {
        font-size: 13px;
    }
}

@media (min-width: 1536px) {
    .ctlMenuItem__text span {
        font-size: 16px;
    }
}

.ctlMenuItem--last {
    border: none;
    width: 220px;
}

@media (min-width: 768px) {
    .ctlMenuItem--last {
        width: 130px;
    }
}

@media (min-width: 1200px) {
    .ctlMenuItem--last {
        width: 220px;
    }
}

.ctlContentWrap {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    bottom: -600%;
    z-index: 20;
    background-color: rgba(99, 99, 99, 0.5);
}

.ctlSecondLevelWrap {
    position: relative;
    top: 1px;
    left: 108px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (min-width: 768px) {
    .ctlSecondLevelWrap {
        left: 51px;
    }
}

@media (min-width: 1200px) {
    .ctlSecondLevelWrap {
        left: 85px;
    }
}

@media (min-width: 1536px) {
    .ctlSecondLevelWrap {
        left: 108px;
    }
}

.ctlSecondLevel {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 44px;
    /*padding-left: 80px; */
    padding-left: 10px;
}

@media (min-width: 768px) {
    .ctlSecondLevel {
        padding-top: 30px;
        /*padding-left: 20px; */
        padding-left: 10px;
    }
}

@media (min-width: 1200px) {
    .ctlSecondLevel {
        padding-top: 35px;
        /*padding-left: 40px; */
        padding-left: 10px;
    }
}

@media (min-width: 1536px) {
    .ctlSecondLevel {
        /*padding-left: 80px; */
        padding-left: 25px;
    }
}

.ctlSecondLevel li {
    display: inline-block;
}

.ctlSecondLevelItem {
    width: 30%;
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .ctlSecondLevelItem {}
}

@media (min-width: 768px) {
    .ctlSecondLevelItem {
        width: 290px;
    }
}

@media (min-width: 1200px) {
    .ctlSecondLevelItem {
        width: 240px;
    }
}

@media (min-width: 1536px) {
    .ctlSecondLevelItem {
        width: 310px;
    }
}

.ctlSecondLevelItemHeader {
    /*margin-left: 46px;*/
    margin-left: 20px;
    margin-bottom: 10px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 25px;
    font-size: 20px;
    /*color: #3B3B3B; */
    color: #42933A;
}

.ctlSecondLevelItemHeader:hover,
.ctlSecondLevelItemHeader:active,
.ctlSecondLevelItemHeader:focus {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.ctlSecondLevelItemElemWrap {
    position: relative;
    display: table;
}

.ctlSecondLevelItemElemWrap:hover,
.ctlSecondLevelItemElemWrap:active,
.ctlSecondLevelItemElemWrap:focus {
    cursor: pointer;
}

.ctlSecondLevelItemElemWrap:hover .ctlSecondLevelItemElemCount,
.ctlSecondLevelItemElemWrap:active .ctlSecondLevelItemElemCount,
.ctlSecondLevelItemElemWrap:focus .ctlSecondLevelItemElemCount {
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.ctlSecondLevelItemElemWrap:hover .ctlSecondLevelItemElemText,
.ctlSecondLevelItemElemWrap:active .ctlSecondLevelItemElemText,
.ctlSecondLevelItemElemWrap:focus .ctlSecondLevelItemElemText {
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.ctlSecondLevelItemElemCount {
    display: table-cell;
    /*width: 34px;*/
    width: 7px;
    text-align: right;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    font-size: 16px;
    color: #E0E0E0;
}

.ctlSecondLevelItemElemText {
    display: table-cell;
    text-align: left;
    padding-left: 12px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    /*line-height: 32px;*/
    /*font-size: 16px;*/
    line-height: 26px;
    font-size: 15px;
    color: #3B3B3B;
}

.ctlSecondLevelItemElemMore {
    position: relative;
    padding-left: 45px;
}

.ctlSecondLevelItemElemMoreBnt:hover,
.ctlSecondLevelItemElemMoreBnt:active,
.ctlSecondLevelItemElemMoreBnt:focus {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.ctlSecondLevelItemsMoreWrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 336px;
    padding-top: 22px;
    padding-bottom: 22px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 2;
}

@media (min-width: 768px) {
    .ctlSecondLevelItemsMoreWrap {
        width: 280px;
    }
}

@media (min-width: 1200px) {
    .ctlSecondLevelItemsMoreWrap {
        width: 290px;
    }
}

@media (min-width: 1536px) {
    .ctlSecondLevelItemsMoreWrap {
        width: 336px;
    }
}

.sliderMainWrap {
    position: relative;
    background: #FFFFFF;
}

.sliderMainItem {
    position: relative;
    display: table;
    width: 100%;
    height: 396px;
}

.sliderMainItem__left {
    position: relative;
    display: table-cell;
    width: 0%;
}

@media screen and (min-width: 768px) {
    .sliderMainItem__left {
        width: 47%
    }
}

.sliderMainItem__right {
    display: table-cell;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .sliderMainItem__right {
        width: 53%;
    }
}

.sliderMainItem__center {
    position: absolute;
    width: 300px;
    height: 396px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 576px) {
    .sliderMainItem__center {
        width: 530px;
    }
}

@media (min-width: 768px) {
    .sliderMainItem__center {
        width: 740px;
    }
}

@media (min-width: 1200px) {
    .sliderMainItem__center {
        width: 875px;
    }
}

.sliderMainItemTitle {
    display: inline;
    position: absolute;
    width: auto;
    /*width: 200px;*/
    top: 13%;
    padding: 3px 7px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 30px;
    color: #EBA63A;
    background-color: #fff
}

@media (min-width: 768px) {
    .sliderMainItemTitle {
        display: block;
        width: 200px;
        /*line-height: 49px;*/
        line-height: 40px;
        background-color: transparent;
    }
}

.sliderMainItemText {
    display: inline;
    position: absolute;
    width: auto;
    top: 35%;
    padding: 3px 7px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    font-size: 24px;
    color: #EBA63A;
    background-color: #fff;
}


/*@media (min-width: 576px) {*/


/*.sliderMainItemText {*/


/*width: 338px; } }*/

@media (min-width: 768px) {
    .sliderMainItemText {
        display: block;
        width: 338px;
        /*top: 47%;*/
        top: 50%;
        background-color: transparent;
    }
}

.sliderMainItem__right {
    background-image: url("/local/templates/domovid/img/sliderMain/img1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mainTitleWrap {
    position: relative;
    /*background: rgba(235, 166, 58, 0.9);
  background-image: url("/local/templates/domovid/img/mainTitleImg.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainTitle {
    display: none;
    margin-top: 25px;
    color: #8b8b8b;
    /*margin-bottom: 66px;*/
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    font-size: 18px;
    letter-spacing: 1px;
    /*color: #FFFFFF; */
}

@media (min-width: 768px) {
    .mainTitle {
        display: block;
    }
}

@media (min-width: 1200px) {
    .mainTitle {
        margin-top: 25px;
    }
}

.mainTitle_mobile {
    display: block;
    margin-top: 25px;
    color: #8b8b8b;
    /*margin-bottom: 66px;*/
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    font-size: 18px;
    letter-spacing: 1px;
    /*color: #FFFFFF; */
}

@media (min-width: 768px) {
    .mainTitle_mobile {
        display: none;
    }
}

.popGoodsWrap {
    position: relative;
    padding-top: 66px;
}

.popGoodsHeader {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.popGoodsHeader span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 49px;
    font-size: 30px;
    text-align: center;
    color: #3B3B3B;
}

.popGoodsFilterWrap {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
}

@media (min-width: 768px) {
    .popGoodsFilterWrap {
        width: 100%;
    }
}

.popGoodsFilterItem {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 20px;
    border: 2px solid #469C3E;
    border-radius: 5px;
    margin-bottom: 10px;
}

.popGoodsFilterItem span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #3B3B3B;
}

@media (min-width: 768px) {
    .popGoodsFilterItem {
        margin-bottom: 10px;
    }
}

.popGoodsFilterItem:hover,
.popGoodsFilterItem:focus,
.popGoodsFilterItem:active {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    background: #469C3E;
}

.popGoodsFilterItem:hover span,
.popGoodsFilterItem:focus span,
.popGoodsFilterItem:active span {
    color: #FFFFFF;
}

.popGoodsFilterItem--active {
    background: #469C3E;
}

.popGoodsFilterItem--active span {
    color: #FFFFFF;
}

.watchedGoodsInner {
    width: 318px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .watchedGoodsInner {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.watchedGoodsWrap {
    position: relative;
    margin-top: 66px;
}

.watchedGoodsHeader {
    margin-bottom: 50px;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
}

.watchedGoodsHeader span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 49px;
    font-size: 30px;
    text-align: center;
    color: #3B3B3B;
}

.watchedGoodsWrap--cardDetail {
    margin-bottom: 90px;
}

.newsWrap {
    position: relative;
    margin-top: 64px;
    padding-top: 44px;
    padding-bottom: 43px;
    background: #FFFFFF;
}

.newsHeader {
    width: 145px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 49px;
    font-size: 30px;
    text-align: center;
    color: #3B3B3B;
}

.newsBlock {
    margin-top: 60px;
    text-align: left;
    width: 300px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .newsBlock {
        width: 100%;
        padding-left: 0px;
        margin-left: 0;
        margin-right: 0;
    }
}

.newsBlock a {
    text-decoration: none;
}

.newsBlock:hover .newsBlockHeader,
.newsBlock:active .newsBlockHeader,
.newsBlock:focus .newsBlockHeader {
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.newsBlockHeader {
    width: 85%;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    font-size: 20px;
    color: #3B3B3B;
}

.newsBlockText {
    width: 85%;
    margin-top: 7px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #3B3B3B;
}

.newsBlockDate {
    width: 85%;
    margin-top: 15px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #E0E0E0;
}

.newsAllBtnWrap {
    width: 181px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}

.videoWrap {
    position: relative;
    padding-top: 66px;
    padding-bottom: 88px;
    overflow: hidden;
}

.videoHeader {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 49px;
    font-size: 30px;
    text-align: center;
    color: #3B3B3B;
}

.videoBlockWrap {
    position: relative;
    margin-top: 60px;
    width: 300px;
    margin-left: auto;
    vertical-align: top;
    margin-right: auto;
}

@media (min-width: 768px) {
    .videoBlockWrap {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 576px) {
    .videoBlockWrap {
        width: 290px;
    }
}

@media (min-width: 768px) {
    .videoBlockWrap {
        display: inline-block;
        width: 290px;
        margin-left: 0px;
        margin-right: 5px;
    }
}

@media (min-width: 1200px) {
    .videoBlockWrap {
        width: 325px;
    }
}

@media (min-width: 1536px) {
    .videoBlockWrap {
        width: 310px;
    }
}

.videoBlockWrap a {
    text-decoration: none;
}

.videoBlockImage {
    position: relative;
    width: 100%;
    height: 154px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 1536px) {
    .videoBlockImage {
        width: 302px;
    }
}

.videoBlockImage--img1 {
    background-image: url("/local/templates/domovid/img/videoBlock/img1.jpg");
}

.videoBlockImage--img2 {
    background-image: url("/local/templates/domovid/img/videoBlock/img2.jpg");
}

.videoBlockImage--img3 {
    background-image: url("/local/templates/domovid/img/videoBlock/img3.jpg");
}

.videoBlockImage--img4 {
    background-image: url("/local/templates/domovid/img/videoBlock/img4.jpg");
}

.videoBlockText {
    margin-top: 22px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    font-size: 20px;
    color: #3B3B3B;
}

.videoBlockImagePlayBtn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/local/templates/domovid/img/videoBlock/imgPlayBtn.svg");
}

.videoBlockImagePlayBtn-hover {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 102px;
    height: 102px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/local/templates/domovid/img/videoBlock/imgPlayBtn-hover.svg");
}

.videoAllBtnWrap {
    width: 181px;
    margin-top: 42px;
    margin-left: auto;
    margin-right: auto;
}

.footerTopWrap {
    position: relative;
    padding-top: 42px;
    background: #FFFFFF;
    border-top: 2px solid #F2F2ED;
    border-bottom: 2px solid #F2F2ED;
}

.footerLogoWrap {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .footerLogoWrap {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.footerTelWrap {
    margin-top: 40px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .footerTelWrap {
        margin-top: 65px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.footerTelInner {
    width: 65%;
}

.footerTelInner a {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .footerTelInner {
        width: 80%;
    }
}

@media (min-width: 1536px) {
    .footerTelInner {
        width: 65%;
    }
}

.footerTelInner span:hover,
.footerTelInner span:active,
.footerTelInner span:focus {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.footerTel {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 14px;
    color: #3B3B3B;
}

.footerTel-text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 14px;
    color: #D6D6D6;
}

.footerSocialWrap {
    margin-top: 40px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .footerSocialWrap {
        margin-top: 10px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.footerSocialInner {
    display: table;
    width: 150px;
    height: 40px;
}

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

.footerSocialList li {
    display: inline-block;
    margin-right: 0px;
}

.footerSocialList li:last-child {
    margin-right: 0;
}

.footerSocialList li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: 40px;
    height: 40px;
}

.footerSocialList li:hover,
.footerSocialList li:active,
.footerSocialList li:focus {
    transition: .6s;
    cursor: pointer;
    opacity: .6;
}

.footerSocialItem {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footerCatalogWrap {
    position: relative;
    width: 300px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .footerCatalogWrap {
        margin-top: 25px;
        width: 100%;
        margin-left: 90px;
        margin-right: 0px;
    }
}

@media (min-width: 1200px) {
    .footerCatalogWrap {
        margin-left: 40px;
    }
}

@media (min-width: 1536px) {
    .footerCatalogWrap {
        margin-left: 90px;
    }
}

.footerCatalogWrap:before {
    display: none;
}

@media (min-width: 1200px) {
    .footerCatalogWrap:before {
        display: block;
        position: absolute;
        content: "";
        top: 46%;
        left: -96%;
        width: 405px;
        height: 2px;
        border: 1px solid #F2F2ED;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@media (min-width: 1536px) {
    .footerCatalogWrap:before {
        top: 46%;
        left: -77%;
        width: 383px;
    }
}

.footerCatalogList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 90%;
    margin-left: 14px;
}

.footerCatalogList li {
    display: block;
    margin-bottom: 16px;
}

.footerCatalogList li:last-child {
    margin-bottom: 0;
}

.footerCatalogList li a {
    text-decoration: none;
}

.footerCatalogList li:hover,
.footerCatalogList li:active,
.footerCatalogList li:focus {
    cursor: pointer;
}

.footerCatalogList li:hover .footerCatalogListItem,
.footerCatalogList li:active .footerCatalogListItem,
.footerCatalogList li:focus .footerCatalogListItem {
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

@media (min-width: 576px) {
    .footerCatalogList {
        margin-left: 14px;
    }
}

@media (min-width: 768px) {
    .footerCatalogList {
        margin-left: 14px;
    }
}

@media (min-width: 1200px) {
    .footerCatalogList {
        margin-left: 0;
    }
}

.footerCatalogListItem {
    margin-bottom: 25px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 20px;
    color: #3B3B3B;
}

.footerNavWrap {
    position: relative;
    width: 300px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .footerNavWrap {
        margin-top: 25px;
        width: 100%;
        margin-top: 50px;
        margin-left: 55px;
        margin-right: 0px;
    }
}

@media (min-width: 768px) {
    .footerNavWrap {
        margin-top: 50px;
        margin-left: 55px;
    }
}

@media (min-width: 1200px) {
    .footerNavWrap {
        margin-top: 25px;
        margin-left: 40px;
    }
}

@media (min-width: 1536px) {
    .footerNavWrap {
        margin-left: 90px;
    }
}

@media (min-width: 576px) {
    .footerNavWrap--nav2 {
        margin-top: 50px;
        margin-left: 40px;
    }
}

@media (min-width: 768px) {
    .footerNavWrap--nav2 {
        margin-top: 50px;
        margin-left: 40px;
    }
}

@media (min-width: 1200px) {
    .footerNavWrap--nav2 {
        margin-top: 25px;
    }
}

.footerNavList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    columns: 1;
    height: 100%;
    width: 100%;
}

.footerNavList li {
    display: block;
    margin-bottom: 16px;
}

.footerNavList li:last-child {
    margin-bottom: 0;
}

.footerNavList li a {
    text-decoration: none;
}

.footerNavList li:hover,
.footerNavList li:active,
.footerNavList li:focus {
    cursor: pointer;
}

.footerNavList li:hover .footerNavListItem,
.footerNavList li:active .footerNavListItem,
.footerNavList li:focus .footerNavListItem {
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

@media (min-width: 576px) {
    .footerNavList {
        width: 96%;
        margin-bottom: 20px;
        columns: 2;
        height: 335px;
    }
}

@media (min-width: 768px) {
    .footerNavList {
        width: 91%;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .footerNavList {
        width: 90%;
        margin-bottom: 20px;
    }
}

@media (min-width: 1536px) {
    .footerNavList {
        margin-bottom: 0px;
    }
}

.footerNavListItem {
    margin-bottom: 25px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 20px;
    color: #3B3B3B;
}

.footerBottomWrap {
    position: relative;
    padding-top: 43px;
    padding-bottom: 41px;
    background: #ffffff;
}

.footerBottomCopyright {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #808080;
    /* color: #EBEBEB; */
}

@media (min-width: 576px) {
    .footerBottomCopyright {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1536px) {
    .footerBottomCopyright {
        width: 90%;
    }
}

.footerBottomCopyrightCookie {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 40px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #808080;
    /* color: #EBEBEB; */
}

@media (min-width: 576px) {
    .footerBottomCopyrightCookie {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 45px;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .footerBottomCopyrightCookie {
        padding-left: 0px;
    }
}

@media (min-width: 1200px) {
    .footerBottomCopyrightCookie {
        padding-left: 15px;
    }
}

@media (min-width: 1536px) {
    .footerBottomCopyrightCookie {
        padding-left: 45px;
    }
}

.breadcrumbsSec {
    background-color: #fff;
}

.breadcrumbsWrap {
    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
}

.breadcrumbsHeader {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 30px;
    color: #3B3B3B;
}

.breadcrumbsHeaderCount {
    position: relative;
    top: -10px;
    left: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    font-size: 16px;
    color: #469C3E;
}

.breadcrumbsList {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 12px;
}

.breadcrumbsList li {
    display: inline-block;
    margin-right: 15px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: none;
    color: #CCCCCC;
}

.breadcrumbsList li a {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #CCCCCC;
}

.breadcrumbsList li a:hover,
.breadcrumbsList li a:active,
.breadcrumbsList li a:focus {
    color: #469C3E;
    -webkit-transition: .6s;
    transition: .6s;
}

.breadcrumbsList li:after {
    position: relative;
    left: 9px;
    color: #CCCCCC;
    content: "/";
}

.breadcrumbsList li:last-child a {
    text-decoration: none;
}

.breadcrumbsList li:last-child:after {
    content: "";
}

.breadcrumbsList--article {
    margin-top: 0;
    display: inline-block;
}

.breadcrumbsList--article li:last-child {
    text-decoration: underline;
}

.breadcrumbsImg {
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 24px;
}

.breadcrumbsWrap--videPlay {
    position: absolute;
    z-index: 1;
    top: -185px;
    left: 0px;
    color: #fff;
}

@media (min-width: 768px) {
    .breadcrumbsWrap--videPlay {
        left: 44px;
        top: 0;
    }
}

@media (min-width: 1200px) {
    .breadcrumbsWrap--videPlay {
        left: 147px;
    }
}

@media (min-width: 1695px) {
    .breadcrumbsWrap--videPlay {
        left: 210px;
    }
}

.breadcrumbsHeader--videPlay {
    color: #4F4F4F;
}

@media (min-width: 768px) {
    .breadcrumbsHeader--videPlay {
        color: #fff;
    }
}

.breadcrumbsList--videPlay {
    color: #4F4F4F;
}

.breadcrumbsWrap--static,
.breadcrumbsWrap--bonus,
.breadcrumbsWrap--newsPage,
.breadcrumbsWrap--discounts,
.breadcrumbsWrap--feedback,
.breadcrumbsWrap--franchise {
    padding-left: 0px;
}

@media (min-width: 1200px) {
    .breadcrumbsWrap--static,
    .breadcrumbsWrap--bonus,
    .breadcrumbsWrap--newsPage,
    .breadcrumbsWrap--discounts,
    .breadcrumbsWrap--feedback,
    .breadcrumbsWrap--franchise {
        padding-left: 105px;
    }
}

.breadcrumbsWrap--articles {
    padding-left: 50px;
}

@media (min-width: 1200px) {
    .breadcrumbsWrap--articles {
        padding-left: 85px;
    }
}

@media (min-width: 1536px) {
    .breadcrumbsWrap--articles {
        padding-left: 105px;
    }
}

.breadcrumbsWrap--suppliers {
    padding-left: 0px;
}

@media (min-width: 1200px) {
    .breadcrumbsWrap--suppliers {
        padding-left: 85px;
    }
}

@media (min-width: 1536px) {
    .breadcrumbsWrap--suppliers {
        padding-left: 105px;
    }
}

.breadcrumbsWrap--stores {
    padding-left: 0px;
}

.mainContentLeft--catalog {
    background: #FFFFFF;
    padding-top: 43px;
    padding-left: 30px;
    padding-bottom: 20px;
    /*margin-right: -8px;*/
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .mainContentLeft--catalog {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .mainContentLeft--catalog {
        margin-bottom: 15px;
        margin-right: 10px;
    }
}

.mainContentLeft--catalog2 {
    margin-right: 10px;
}

.mainContent--lk {
    padding-top: 25px;
    padding-bottom: 80px;
}

.mainContent--static {
    padding-top: 20px;
}

.mainContent--static p {
    padding: 0;
    margin-top: 0;
    margin-bottom: 50px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #4F4F4F;
}

.mainContent--bonusProg {
    padding-top: 22px;
    padding-bottom: 100px;
    overflow: hidden;
}

.mainContent--newsPage {
    padding-top: 22px;
    padding-bottom: 88px;
}

.mainContent--articles {
    padding-top: 22px;
    padding-bottom: 88px;
}

.mainContent--discounts {
    padding-top: 22px;
    padding-bottom: 88px;
}

.mainContent--feedback {
    padding-top: 22px;
    padding-bottom: 88px;
}

.mainContent--suppliers {
    padding-top: 22px;
    padding-bottom: 88px;
}

.mainContent--stores {
    padding-top: 0;
    padding-bottom: 90px;
}

.mainContent--franchise {
    padding-top: 22px;
    padding-bottom: 118px;
}

.mainContentRightInner {
    width: 310px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .mainContentRightInner {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.basketCardsWrap {
    position: relative;
    padding-top: 22px;
}

.orderingWrap {
    position: relative;
    padding-top: 22px;
    padding-bottom: 89px;
}

.bonusCardDetail {
    position: relative;
    width: 100%;
    margin-top: 45px;
}

.bonusCardDetailTitle {
    margin-bottom: 44px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 20px;
    color: #3B3B3B;
}

.bonusCardDetailTable {
    display: none;
}

@media (min-width: 576px) {
    .bonusCardDetailTable {
        display: block;
    }
}

.bonusCardDetailTable table {
    position: relative;
    width: 100%;
}

.bonusCardDetailTable thead {
    background: #E0E0E0;
    border-radius: 5px 5px 0px 0px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #4F4F4F;
}

.bonusCardDetailTable tbody tr {
    border-bottom: 2px solid #F2F2F2;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #4F4F4F;
}

.bonusCardDetailTable tfoot {
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #4F4F4F;
}

.bonusCardDetailTable td {
    padding-top: 17px;
    padding-bottom: 16px;
    padding-left: 10px;
}

@media (min-width: 576px) {
    .bonusCardDetailTable td {
        padding-left: 16px;
    }
}

.bonusCardDetailTable__headLast {
    width: 33%;
}

.bonusCardDetailTable--lowRes {
    display: block;
}

@media (min-width: 576px) {
    .bonusCardDetailTable--lowRes {
        display: none;
    }
}

.orderHistory {
    margin-top: 40px;
    width: 100%;
}

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

.orderHistoryTitle {
    display: inline-block;
    width: 100%;
    margin-left: 5px;
    margin-bottom: 20px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    font-size: 28px;
    color: #222222;
}

@media (min-width: 1200px) {
    .orderHistoryTitle {
        width: 74%;
        margin-left: 0px;
        margin-bottom: 0px;
    }
}

.orderHistorySearch {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 5px;
    margin-bottom: 40px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #222222;
}

.orderHistorySearch:hover,
.orderHistorySearch:active,
.orderHistorySearch:focus {
    -webkit-transition: .6s;
    transition: .6s;
    color: #64BA5C;
}

@media (min-width: 1200px) {
    .orderHistorySearch {
        width: 25%;
        margin-left: 0px;
        top: -8px;
    }
}

@media (min-width: 1536px) {
    .orderHistorySearch {
        top: 0px;
    }
}

.orderDetailSection {
    margin-top: 40px;
    width: 100%;
}

.orderDetailSectionHeader {
    margin-bottom: 22px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    font-size: 27px;
    color: #222222;
}

@media (min-width: 768px) {
    .orderDetailSectionHeader {
        font-size: 27px;
    }
}

@media (min-width: 1200px) {
    .orderDetailSectionHeader {
        font-size: 28px;
    }
}

.orderDetailSectionSearch {
    display: block;
    margin-bottom: 40px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #222222;
}

.orderDetailSectionSearch:hover,
.orderDetailSectionSearch:active,
.orderDetailSectionSearch:focus {
    -webkit-transition: .6s;
    transition: .6s;
    color: #64BA5C;
}

.staticBlock {
    padding-left: 0px;
    margin-bottom: 100px;
}

@media (min-width: 768px) {
    .staticBlock {
        padding-left: 0px;
    }
}

@media (min-width: 1200px) {
    .staticBlock {
        padding-left: 105px;
    }
}

.staticBlockHeader {
    margin-bottom: 45px;
}

.staticBlockHeader--title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 20px;
    color: #4F4F4F;
}

.staticBlockHeader--headerH2 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    font-size: 48px;
    color: #333333;
}

.staticBlockHeader--headerH3 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    font-size: 28px;
    color: #333333;
}

.staticBlockMainImg {
    position: relative;
    top: 0;
    left: -12%;
    width: 115%;
}

.staticBlockMainImg img {
    margin-bottom: 24px;
}

.staticBlockMainImg p {
    margin-bottom: 50px;
    font-family: "Roboto";
    font-style: italic;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #BDBDBD;
}

.staticBlockQuote {
    margin-bottom: 48px;
}

.staticBlockQuote p {
    position: relative;
    margin-bottom: 20px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 38px;
    font-size: 26px;
    color: #333333;
}

.staticBlockQuote p:before {
    position: absolute;
    top: -2px;
    left: -75px;
    content: "";
    width: 43px;
    height: 42px;
    background-image: url("/local/templates/domovid/img/static/img2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.staticBlockQuoteLine {
    width: 100%;
    height: 22px;
    margin-bottom: 45px;
    background: #F2F2ED;
}

.staticBlockList1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.staticBlockList1 li {
    display: block;
    position: relative;
    padding-left: 52px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #4F4F4F;
}

.staticBlockList1 li:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 10px;
    height: 5px;
    background-image: url("/local/templates/domovid/img/static/img3.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.staticBlockList2 {
    margin: 0;
    padding: 0;
    margin-bottom: 66px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #4F4F4F;
}

.staticBlockList2 li {
    position: relative;
    margin-left: 18px;
    padding-left: 33px;
}

.staticBlockTable {
    width: 100%;
    margin-top: 50px;
    border-spacing: 0px 0px;
}

.staticBlockTable th,
.staticBlockTable td {
    width: 25%;
    padding-left: 15px;
    padding-right: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #4F4F4F;
    border-bottom: 2px solid #F2F2ED;
}

.staticBlockTableHeader {
    background: #F2F2ED;
    border-radius: 0px;
    text-align: left;
}

.staticBlockTableHeader th {
    font-family: 'Panton Bold';
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #4F4F4F;
}

.staticBlockTable--lg {
    display: none;
}

@media (min-width: 500px) {
    .staticBlockTable--lg {
        display: block;
    }
}

.staticBlockTable--xs {
    display: block;
}

@media (min-width: 500px) {
    .staticBlockTable--xs {
        display: none;
    }
}

.staticBlockAside {
    padding-top: 216px;
}

.staticBlockAsideImg {
    margin-bottom: 280px;
}

.staticBlockAsideImg img {
    margin-bottom: 20px;
}

.staticBlockAsideImg p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #4F4F4F;
}

p.staticBlockAsideImgTxt {
    font-family: "Roboto";
    font-style: italic;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #BDBDBD;
}

.franchiseLeftInner {
    position: relative;
}

.franchiseLeftInner p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #4F4F4F;
}

p.franchiseHeader {
    margin-bottom: 45px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 20px;
    color: #4F4F4F;
}

.franchiseHeaderTxt {
    margin-bottom: 100px;
}

.franchiseBlockWrap {
    position: relative;
    margin-bottom: 100px;
}

p.franchiseBlockTitle {
    margin-bottom: 35px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    font-size: 28px;
    color: #333333;
}

.franchiseBlockTxt {
    margin-bottom: 50px;
}

.franchiseBlockImg {
    position: relative;
    width: 112%;
    top: 0;
    left: -12%;
}

.franchiseBlockImg--bonus {
    display: none;
    position: relative;
}

.franchiseBlockImg--bonus img {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(115%, -80%);
    transform: translate(115%, -80%);
}

@media (min-width: 768px) {
    .franchiseBlockImg--bonus {
        display: block;
    }
}

.franchiseTel {
    margin-top: 0;
}

.franchiseTel p {
    padding: 0;
    margin: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 38px;
    font-size: 20px;
    color: #333333;
}

.franchiseTel a {
    text-decoration: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 38px;
    font-size: 20px;
    color: #333333;
}

.franchiseTel a:hover,
.franchiseTel a:active,
.franchiseTel a:focus {
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.suppliersLeftInner p,
.suppliersLeftInner ul,
.suppliersLeftInner ol {
    margin-bottom: 30px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #4F4F4F;
}

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

.suppliersLeftInner a {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #4F4F4F;
    text-decoration: underline;
}

.suppliersLeftInner a:hover,
.suppliersLeftInner a:active,
.suppliersLeftInner a:focus {
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

p.suppliersHeader {
    margin-bottom: 70px;
}

p.suppliersTitle {
    margin-bottom: 37px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    font-size: 28px;
    color: #333333;
}

.p404LogoWrap {
    text-align: center;
    /* margin-top: 24px; */
    /* margin-bottom: 185px; */
    /* margin-bottom: 115px; */
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 115px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .p404LogoWrap {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.p404Header {
    text-align: center;
    /* margin-bottom: 63px; */
    margin-bottom: 15px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 140px;
    text-align: center;
    color: #333333;
}
.p404LogoImg img{
    width: 400px;
}

.p404Title {
    text-align: center;
    margin-bottom: 45px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    font-size: 48px;
    text-align: center;
    color: #333333;
}

.p404Txt {
    text-align: center;
    margin-bottom: 153px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    color: #333333;
}

.p404Txt a {
    text-decoration: underline;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    color: #333333;
}

.p404Txt a:hover,
.p404Txt a:focus,
.p404Txt a:active {
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.p404CatalogWrap {
    position: relative;
    width: 300px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .p404CatalogWrap {
        margin-top: 25px;
    }
}

@media (min-width: 1200px) {
    .p404CatalogWrap {
        margin-left: 40px;
    }
}

@media (min-width: 1536px) {
    .p404CatalogWrap {
        margin-left: 90px;
    }
}

.p404CatalogList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 90%;
}

@media (min-width: 768px) {
    .p404CatalogList {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .p404CatalogList {
        width: 90%;
    }
}

.p404CatalogList li {
    display: block;
    margin-bottom: 16px;
}

.p404CatalogList li:last-child {
    margin-bottom: 0;
}

.p404CatalogList li a {
    text-decoration: none;
}

.p404CatalogList li:hover,
.p404CatalogList li:active,
.p404CatalogList li:focus {
    cursor: pointer;
}

.p404CatalogList li:hover .p404CatalogListItem,
.p404CatalogList li:active .p404CatalogListItem,
.p404CatalogList li:focus .p404CatalogListItem {
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.p404CatalogListItem {
    margin-bottom: 25px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 20px;
    color: #3B3B3B;
}

.p404NavWrap {
    position: relative;
    width: 300px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .p404NavWrap {
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    .p404NavWrap {
        margin-top: 27px;
        margin-left: 55px;
    }
}

@media (min-width: 1200px) {
    .p404NavWrap {
        margin-top: 25px;
        margin-left: 40px;
    }
}

@media (min-width: 1536px) {
    .p404NavWrap {
        margin-left: 90px;
    }
}

@media (min-width: 576px) {
    .p404NavWrap--nav2 {
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .p404NavWrap--nav2 {
        margin-top: 50px;
        margin-left: 40px;
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .p404NavWrap--nav2 {
        margin-top: 25px;
    }
}

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

.p404NavList li {
    display: block;
    margin-bottom: 16px;
}

.p404NavList li:last-child {
    margin-bottom: 0;
}

.p404NavList li a {
    text-decoration: none;
}

.p404NavList li:hover,
.p404NavList li:active,
.p404NavList li:focus {
    cursor: pointer;
}

.p404NavList li:hover .p404NavListItem,
.p404NavList li:active .p404NavListItem,
.p404NavList li:focus .p404NavListItem {
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.p404NavListItem {
    margin-bottom: 25px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 20px;
    color: #3B3B3B;
}

.storesTownsWrap {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .storesTownsWrap {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .storesTownsWrap {
        margin-top: 66px;
        margin-bottom: 0;
    }
}

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

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

.storesTownsList li {
    margin-bottom: 15px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: #4F4F4F;
}

.storesTownsList li:hover,
.storesTownsList li:active,
.storesTownsList li:focus {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.storesTownsListItem--active {
    color: #469C3E;
}

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

.storesInner {
    background: #F2F2ED;
    height: 100%;
    margin-right: -8px;
}

.storesInnerLeft {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .storesInnerLeft {
        display: inline-block;
        width: 43%;
        padding-left: 35px;
        padding-bottom: 68px;
    }
}

@media (min-width: 1200px) {
    .storesInnerLeft {
        padding-left: 70px;
        width: 50%;
    }
}

.storesBlockOverflow {
    margin-top: 40px;
    position: relative;
    height: 250px;
    overflow: scroll;
    width: 100%;
}

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

@media (min-width: 768px) {
    .storesBlockOverflow {
        height: 502px;
        position: absolute;
        overflow-x: hidden;
        height: 88%;
        width: 44%;
    }
}

@media (min-width: 1200px) {
    .storesBlockOverflow {
        margin-top: 66px;
        height: 83%;
    }
}

.storesBlockWrap {
    position: relative;
    margin-bottom: 22px;
}

.storesBlock {
    display: none;
}

.storesBlock--active {
    display: block;
    width: 95%;
}

@media (min-width: 1200px) {
    .storesBlock--active {
        width: 100%;
    }
}

.storesBlockTitle {
    display: inline-block;
    margin-bottom: 22px;
    width: 80%;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #4F4F4F;
}

.storesBlockTitle p {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.storesBlockTitle a {
    text-decoration: none;
    color: #4F4F4F;
}

.storesBlockTitle a:hover,
.storesBlockTitle a:active,
.storesBlockTitle a:focus {
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.storesBlockLink {
    position: relative;
    display: block;
    width: 30%;
    margin-bottom: 20px;
    vertical-align: top;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #4F4F4F;
}

@media (min-width: 576px) {
    .storesBlockLink {
        width: 20%;
    }
}

@media (min-width: 768px) {
    .storesBlockLink {
        width: 30%;
    }
}

@media (min-width: 1200px) {
    .storesBlockLink {
        display: block;
        width: 20%;
        margin-bottom: 20px;
    }
}

@media (min-width: 1536px) {
    .storesBlockLink {
        display: inline-block;
        width: auto;
        margin-bottom: 0px;
    }
}

.storesBlockLink:after {
    content: "";
    position: absolute;
    top: 7px;
    right: -16px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #3B3B3B;
    border-right: 1px solid #3B3B3B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.storesBlockLink:hover,
.storesBlockLink:active,
.storesBlockLink:focus {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.storesBlockLink:hover:after,
.storesBlockLink:active:after,
.storesBlockLink:focus:after {
    -webkit-transition: .6s;
    transition: .6s;
    border-top: 1px solid #469C3E;
    border-right: 1px solid #469C3E;
}

.storesBlockImg {
    width: 90%;
    margin-bottom: 22px;
}

@media (min-width: 1200px) {
    .storesBlockImg {
        width: 95%;
    }
}

@media (min-width: 1536px) {
    .storesBlockImg {
        width: 100%;
    }
}

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

.storesBlockImgList li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.storesBlockImgList li :last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.storesBlockLine {
    border: 2px solid #F9F9F4;
    width: 96%;
}

.storesInnerRight {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .storesInnerRight {
        display: inline-block;
        width: 56%;
    }
}

@media (min-width: 1200px) {
    .storesInnerRight {
        width: 49%;
    }
}

.storesMap {
    width: 100%;
    height: 100%;
}

.col--stores {
    height: 740px;
}

.storesMapDetail {
    display: none;
    position: absolute;
    top: 40px;
    left: 8px;
    width: 100%;
    height: 790px;
}

@media (min-width: 768px) {
    .storesMapDetail {
        top: 0px;
        left: 10px;
        height: 740px;
    }
}

@media (min-width: 1200px) {
    .storesMapDetail {
        height: 100%;
        top: 0px;
        left: 10px;
    }
}

.storesMapDetailLink {
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 2;
    background-color: #fff;
    padding-top: 6px;
    padding-left: 29px;
    padding-bottom: 6px;
    padding-right: 6px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #4F4F4F;
}

.storesMapDetailLink:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #4F4F4F;
    border-right: 1px solid #4F4F4F;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.storesMapDetailLink:hover,
.storesMapDetailLink:active,
.storesMapDetailLink:focus {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.storesMapDetailLink:hover:before,
.storesMapDetailLink:active:before,
.storesMapDetailLink:focus:before {
    -webkit-transition: .6s;
    transition: .6s;
    border-top: 1px solid #469C3E;
    border-right: 1px solid #469C3E;
}

.test {
    color: red;
}

.testFlexWrap {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    border: 1px solid red;
}

.testFlex {
    display: inline-block;
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block--test2 {
    margin-right: 0;
}

.col-test1 {
    width: 20%;
}

.col-test2 {
    width: 80%;
}

.headerLogoWrap {
    position: relative;
    top: -12px;
}

/*@media (min-width: 1200px) {*/
/*    .headerLogoWrap {*/
/*        top: 5px;*/
/*    }*/
/*}*/

/*@media (min-width: 1536px) {*/
/*    .headerLogoWrap {*/
/*        top: 10px;*/
/*    }*/
/*}*/

.townWrap {
    position: relative;
    top: 0;
    left: 10%;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .townWrap {
        top: 6px;
    }
}

@media (min-width: 1200px) {
    .townWrap {
        top: 0;
        margin-bottom: 18px;
    }
}

@media (min-width: 1536px) {
    .townWrap {
        margin-bottom: 30px;
    }
}


/*.town span,*/

.town .town-select__city {
    display: inline-block;
    position: relative;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #3B3B3B;
}

@media (min-width: 768px) {
    /*.town span,*/
    .town .town-select__city {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    /*.town span,*/
    .town .town-select__city {
        font-size: 16px;
    }
}


/*.town span:after,*/

.town .town-select__city:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -15px;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid #3B3B3B;
    border-bottom: 1px solid #3B3B3B;
}


/*.town:hover span, .town:active span, .town:focus span,*/

.town:hover .town-select__city,
.town:active .town-select__city,
.town:focus .town-select__city {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}


/*.town:hover span:after, .town:active span:after, .town:focus span:after,*/

.town:hover .town-select__city:after,
.town:active .town-select__city:after,
.town:focus .town-select__city:after {
    -webkit-transition: .6s;
    transition: .6s;
    border-right: 1px solid #469C3E;
    border-bottom: 1px solid #469C3E;
}

.modalTownWrap {
    position: relative;
}

.modalTownInner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%);
    width: 300px;
    height: 260px;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    z-index: 5;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.modalTownInner label {
    display: block;
    /*margin-top: 11px;*/
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    font-size: 20px;
    color: #3B3B3B;
}

@media (min-width: 576px) {
    .modalTownInner {
        -webkit-transform: translate(-50%, 38%);
        transform: translate(-50%, 38%);
        width: 388px;
        height: 205px;
    }
}

@media (min-width: 768px) {
    .modalTownInner {
        -webkit-transform: translate(-57%, 27%);
        transform: translate(-57%, 27%);
        width: 388px;
        height: 205px;
        z-index: 15;
    }
}

@media (min-width: 1200px) {
    .modalTownInner {
        -webkit-transform: translate(-89%, 27%);
        transform: translate(-89%, 27%);
    }
}

@media (min-width: 1536px) {
    .modalTownInner {
        -webkit-transform: translate(-113%, 30%);
        transform: translate(-113%, 30%);
    }
}

.modalTownHeader {
    position: static;
    top: 8px;
}

.modalTownHeader span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    font-size: 20px;
    color: #3B3B3B;
}

@media (min-width: 576px) {
    .modalTownHeader {
        top: 12px;
    }
}

@media (min-width: 768px) {
    .modalTownHeader {
        top: 0;
    }
}

.modalTownBtn {
    display: inline-block;
    position: relative;
    width: 70px !important;
    height: 44px !important;
    margin-left: 0px;
    top: 7px;
}

@media (min-width: 576px) {
    .modalTownBtn {
        top: 0;
        margin-left: 13px;
    }
}

@media (min-width: 768px) {
    .modalTownBtn {
        top: 0;
        margin-left: 13px;
    }
}

.modalTownLine {
    margin-top: 25px;
    border: 2px solid #F9F9F4;
}

.modalTownInput {
    display: block;
    width: 245px;
    height: 44px;
    margin-top: 15px;
    background: #FFFFFF;
    border: 2px solid #F2F2ED;
    border-radius: 12px;
    outline-style: none;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #3B3B3B;
}

@media (min-width: 576px) {
    .modalTownInput {
        width: 328px;
    }
}

@media (min-width: 768px) {
    .modalTownInput {
        width: 328px;
    }
}

.modalTownInput::-webkit-input-placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

.modalTownInput:-ms-input-placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

.modalTownInput::placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

.modalTownInput:hover,
.modalTownInput:active,
.modalTownInput:focus {
    cursor: text;
    -webkit-transition: .6s;
    transition: .6s;
    background: #FFFFFF;
    border: 2px solid #469C3E;
    border-radius: 12px;
}

.addressWrap {
    position: relative;
    top: 0;
    left: 10%;
}

.address {
    position: absolute;
    top: -25px;
    left: 0;
    width: 130px;
}

@media (min-width: 768px) {
    .address {
        top: -12px;
    }
}

@media (min-width: 1200px) {
    .address {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }
}

.address a {
    text-decoration: none;
}

.address a:hover span,
.address a:active span,
.address a:focus span {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.address span {
    position: relative;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 17px;
    color: #3B3B3B;
}

@media (min-width: 768px) {
    .address span {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .address span {
        font-size: 16px;
    }
}

@media (min-width: 1536px) {
    .address span {
        font-size: 20px;
    }
}

.callmeWrap {
    position: relative;
    top: 0;
    left: 10%;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .callmeWrap {
        left: 30%;
        top: 7px;
    }
}

@media (min-width: 1200px) {
    .callmeWrap {
        top: 0;
        left: 10%;
    }
}

.callme a {
    text-decoration: none;
}

.callme:hover .callme__tel,
.callme:hover .callme__text,
.callme:active .callme__tel,
.callme:active .callme__text,
.callme:focus .callme__tel,
.callme:focus .callme__text {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.callme__tel {
    margin-right: 16px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 16px;
    color: #3B3B3B;
}

@media (min-width: 768px) {
    .callme__tel {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .callme__tel {
        font-size: 16px;
    }
}

@media (min-width: 1536px) {
    .callme__tel {
        font-size: 16px;
    }
}

.bonusWrap {
    position: relative;
    display: inline-block;
    width: 70%;
    top: 0;
    left: 10%;
}

@media (min-width: 1200px) {
    .bonusWrap {
        top: -9px;
    }
}

@media (min-width: 1536px) {
    .bonusWrap {
        top: 0;
    }
}

.bonusWrap--footer {
    width: 100%;
    left: 0;
}

.bonusWrap--p404 {
    width: 100%;
    left: 0;
}

.bonus {
    position: absolute;
    top: -41px;
    left: 26px;
    width: 150px;
}

@media (min-width: 768px) {
    .bonus {
        top: -28px;
    }
}

@media (min-width: 1200px) {
    .bonus {
        top: 0;
        width: 100%;
        position: relative;
        left: 0;
    }
}

.bonus a {
    text-decoration: none;
}

.bonus--footer {
    top: -20px;
    width: 200px;
    left: 0px;
}

@media (min-width: 576px) {
    .bonus--footer {
        top: -20px;
        width: 200px;
        left: 0px;
    }
}

@media (min-width: 768px) {
    .bonus--footer {
        top: -20px;
        width: 200px;
        left: 0px;
    }
}

@media (min-width: 1200px) {
    .bonus--footer {
        top: 10px;
        left: 0px;
        width: 200px;
    }
}

@media (min-width: 1536px) {
    .bonus--footer {
        top: 0px;
    }
}

.bonus--p404 {
    top: -20px;
    width: 200px;
    left: 0px;
}

@media (min-width: 576px) {
    .bonus--p404 {
        top: -20px;
        width: 200px;
        left: 0px;
    }
}

@media (min-width: 768px) {
    .bonus--p404 {
        top: -20px;
        width: 200px;
        left: 0px;
    }
}

@media (min-width: 1200px) {
    .bonus--p404 {
        top: 10px;
        left: 0px;
        width: 200px;
    }
}

@media (min-width: 1536px) {
    .bonus--p404 {
        top: 0px;
    }
}

.bonus__bonusProg {
    display: block;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 20px;
    color: #3B3B3B;
}

.bonus__bonusProg:hover span,
.bonus__bonusProg:active span,
.bonus__bonusProg:focus span {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

@media (min-width: 768px) {
    .bonus__bonusProg {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .bonus__bonusProg {
        font-size: 16px;
    }
}

@media (min-width: 1536px) {
    .bonus__bonusProg {
        font-size: 20px;
    }
}

.bonus__bonusProg--footer {
    font-weight: 900;
}

@media (min-width: 768px) {
    .bonus__bonusProg--footer {
        font-size: 20px;
    }
}

.bonus__bonusProg--p404 {
    font-weight: 900;
}

@media (min-width: 768px) {
    .bonus__bonusProg--p404 {
        font-size: 20px;
    }
}

.bonus__actCard {
    display: block;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 12px;
    color: #EBA63A;
}

.bonus__actCard span {
    position: relative;
}

.bonus__actCard span:after {
    position: absolute;
    top: -4px;
    right: -20px;
    content: url("/local/templates/domovid/img/actCardArrow.svg");
}

.bonus__actCard:hover span,
.bonus__actCard:active span,
.bonus__actCard:focus span {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.bonus__actCard:hover span:after,
.bonus__actCard:active span:after,
.bonus__actCard:focus span:after {
    -webkit-transition: .6s;
    transition: .6s;
    content: url("/local/templates/domovid/img/actCardArrow--hover.svg");
}

.navigationWrap {
    position: relative;
    display: inline-block;
    top: -19px;
    right: -50px;
}

@media (min-width: 768px) {
    .navigationWrap {
        top: 25px;
        right: 195px;
    }
}

@media (min-width: 1200px) {
    .navigationWrap {
        top: -29px;
        right: -50px;
    }
}

@media (min-width: 1536px) {
    .navigationWrap {
        top: -19px;
    }
}

.navigation span {
    position: relative;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 20px;
    color: #3B3B3B;
}

.navigation span:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -15px;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid #3B3B3B;
    border-bottom: 1px solid #3B3B3B;
}

@media (min-width: 768px) {
    .navigation span {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .navigation span {
        font-size: 16px;
    }
}

@media (min-width: 1536px) {
    .navigation span {
        font-size: 20px;
    }
}

.navigation:hover span,
.navigation:active span,
.navigation:focus span {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.navigation:hover span:after,
.navigation:active span:after,
.navigation:focus span:after {
    -webkit-transition: .6s;
    transition: .6s;
    border-right: 1px solid #469C3E;
    border-bottom: 1px solid #469C3E;
}

.modalNavigationWrap {
    position: relative;
}

.modalNavigationInner {
    display: none;
    position: absolute;
    width: 308px;
    height: 330px;
    top: 18px;
    right: -239px;
    text-align: left;
    padding-left: 30px;
    padding-right: 9px;
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    z-index: 10;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

@media (min-width: 768px) {
    .modalNavigationInner {
        right: -44px;
        top: 49px;
    }
}

@media (min-width: 1200px) {
    .modalNavigationInner {
        top: 18px;
        right: -260px;
    }
}

@media (min-width: 1536px) {
    .modalNavigationInner {
        right: -239px;
    }
}

.modalNavigation-listWrap {
    vertical-align: top;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.modalNavigation-listWrap li {
    display: block;
    margin-bottom: 10px;
}

.modalNavigation-listWrap li a {
    text-decoration: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 20px;
    color: #3B3B3B;
}

.modalNavigation-listWrap li a:hover,
.modalNavigation-listWrap li a:active,
.modalNavigation-listWrap li a:focus {
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.authorizationWrap {
    position: relative;
    top: 0;
    left: 20%;
    margin-bottom: 26px;
}

@media (min-width: 768px) {
    .authorizationWrap {
        left: 20%;
        top: 8px;
    }
}

@media (min-width: 1200px) {
    .authorizationWrap {
        left: 14%;
        top: 0;
    }
}

@media (min-width: 1536px) {
    .authorizationWrap {
        left: 20%;
    }
}

.authorization__input,
.authorization__reg,
.authorization__lk,
.authorization__exit {
    display: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    /*color: #D6D6D6;*/
    color: #959595;
}

@media (min-width: 768px) {
    .authorization__input,
    .authorization__reg,
    .authorization__lk,
    .authorization__exit {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .authorization__input,
    .authorization__reg,
    .authorization__lk,
    .authorization__exit {
        font-size: 16px;
    }
}

.authorization__input:hover,
.authorization__input:active,
.authorization__input:focus,
.authorization__reg:hover,
.authorization__reg:active,
.authorization__reg:focus,
.authorization__lk:hover,
.authorization__lk:active,
.authorization__lk:focus,
.authorization__exit:hover,
.authorization__exit:active,
.authorization__exit:focus {
    cursor: pointer;
    color: #469C3E;
    -webkit-transition: .6s;
    transition: .6s;
}

.authorization__input,
.authorization__lk {
    position: relative;
    margin-right: 20px;
}

.authorization__input:after,
.authorization__lk:after {
    position: absolute;
    top: 3px;
    right: -13px;
    content: "";
    width: 1px;
    height: 14px;
    border: 1px solid #D6D6D6;
}

.authorization__input--show,
.authorization__reg--show,
.authorization__lk--show,
.authorization__exit--show {
    display: inline-block;
}

.searchWrap {
    position: relative;
    display: inline-block;
    width: 60%;
    margin-left: 20%;
}

.searchWrap:after {
    position: absolute;
    /*content: url("/local/templates/domovid/img/searchIcon.svg");*/
    top: 6px;
    right: 15px;
}

@media (min-width: 768px) {
    .searchWrap .mobile-nav__searchSubmit {
        right: -46px;
        transform: translateY(-48%);
    }
    .searchWrap:after {
        top: 6px;
        right: -30px;
    }
}

@media (min-width: 1200px) {
    .searchWrap .mobile-nav__searchSubmit {
        right: -1px;
    }
    .searchWrap:after {
        top: 6px;
        right: 15px;
    }
}

@media (min-width: 768px) {
    .searchWrap {
        top: -10px;
    }
}

@media (min-width: 1200px) {
    .searchWrap {
        top: -9px;
        margin-left: 14%;
    }
}

@media (min-width: 1536px) {
    .searchWrap {
        top: 0;
        margin-left: 20%;
    }
}

.searchInput {
    position: relative;
    width: 314px;
    height: 33px;
    padding-left: 16px;
    padding-right: 40px;
    border: none;
    border-radius: 5px;
    outline: none;
    text-decoration: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #3B3B3B;
    background: #F5F5F5;
}

@media (min-width: 768px) {
    .searchInput {
        width: 190px;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .searchInput {
        width: 245px;
        font-size: 16px;
    }
}

@media (min-width: 1536px) {
    .searchInput {
        width: 314px;
    }
}

.searchInput::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    /*color: #D6D6D6;*/
    color: #959595;
}

@media (min-width: 768px) {
    .searchInput::-webkit-input-placeholder {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .searchInput::-webkit-input-placeholder {
        font-size: 16px;
    }
}

.searchInput:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    /*color: #D6D6D6;*/
    color: #959595;
    ;
}

@media (min-width: 768px) {
    .searchInput:-ms-input-placeholder {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .searchInput:-ms-input-placeholder {
        font-size: 16px;
    }
}

.searchInput::placeholder {
    text-transform: uppercase;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    /*color: #D6D6D6;*/
    color: #959595;
}

@media (min-width: 768px) {
    .searchInput::placeholder {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .searchInput::placeholder {
        font-size: 16px;
    }
}

.searchInput:hover {
    cursor: text;
}

.basketWrap {
    position: relative;
    display: inline-block;
    margin-left: 7px;
}

@media (min-width: 768px) {
    .basketWrap {
        top: -4px;
        left: 83px;
    }
}

@media (min-width: 1200px) {
    .basketWrap {
        top: -9px;
        left: 0;
    }
}

@media (min-width: 1536px) {
    .basketWrap {
        top: 0;
        left: 0;
    }
}

.basket {
    position: relative;
}

.basket a {
    text-decoration: none;
}

.basket:hover,
.basket:active,
.basket:focus {
    cursor: pointer;
}

.basket:hover .basket__data,
.basket:active .basket__data,
.basket:focus .basket__data {
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.basket:hover .basket__img,
.basket:active .basket__img,
.basket:focus .basket__img {
    -webkit-transition: .6s;
    transition: .6s;
    background-image: url("/local/templates/domovid/img/basket--hover.svg");
}

.basket__img {
    display: inline-block;
    position: relative;
    top: 4px;
    left: 0;
    width: 20px;
    height: 19px;
    background-image: url("/local/templates/domovid/img/basket.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.basket__data {
    position: relative;
    top: 3px;
    left: 0;
    margin-left: 7px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 20px;
    color: #3B3B3B;
}

@media (min-width: 768px) {
    .basket__data {
        font-size: 16px;
        top: 1px;
    }
}

@media (min-width: 1200px) {
    .basket__data {
        top: 3px;
        font-size: 20px;
    }
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */


/*
 * 	Default theme - Owl Carousel CSS File
 */

.sliderMain-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.sliderMain-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.sliderMain-theme .owl-nav [class*='owl-']:hover {
    /*background: #869791;*/
    color: #FFF;
    text-decoration: none;
}

.sliderMain-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.sliderMain-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.sliderMain-theme .owl-dots {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-tap-highlight-color: transparent;
}

@media (min-width: 768px) {
    .sliderMain-theme .owl-dots {
        top: 70%;
        left: 55%;
    }
}

@media (min-width: 1200px) {
    .sliderMain-theme .owl-dots {
        top: 70%;
        left: 53%;
    }
}

@media (min-width: 1536px) {
    .sliderMain-theme .owl-dots {
        top: 70%;
        left: 50%;
    }
}

.sliderMain-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    outline-style: none;
}

.sliderMain-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.sliderMain-theme .owl-dots .owl-dot.active span,
.sliderMain-theme .owl-dots .owl-dot:hover span {
    background: #EBA63A;
}

.stockWrap {
    position: relative;
    padding: 30px 0;
}

.stockItemsWrap {
    position: relative;
    z-index: 2;
    top: -90px;
}

.stockItemsWrap a {
    text-decoration: none;
}

.stockItemWrap {
    display: inline-block;
}

.stockItemWrap:hover,
.stockItemWrap:active,
.stockItemWrap:focus {
    -webkit-box-shadow: 0px 20px 35px rgba(107, 107, 46, 0.2);
    box-shadow: 0px 20px 35px rgba(107, 107, 46, 0.2);
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
}

.stockItem {
    display: table;
    width: 284px;
    height: 132px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .stockItem {
        margin-bottom: 0px;
    }
}

.stockItemWrap--catalog2 {
    width: 100%;
}

.stockItem--catalog2 {
    width: 312px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .stockItem--catalog2 {
        width: 293px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .stockItem--catalog2 {
        width: 324px;
    }
}

@media (min-width: 1536px) {
    .stockItem--catalog2 {
        width: 312px;
    }
}

.stockItem__left {
    vertical-align: middle;
    display: table-cell;
    width: 55%;
}

.stockItemHeader {
    margin-top: 15px;
    margin-left: 29px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 20px;
    color: #3B3B3B;
}

.stockItemDate {
    margin-top: 7px;
    margin-left: 29px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #E0E0E0;
}

.stockItemPer {
    margin-top: 2px;
    margin-left: 29px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    font-size: 28px;
    color: #EBA63A;
}

.stockItem__right {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 45%;
}

.stockItemImage {
    position: absolute;
    width: 125px;
    height: 125px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-47%, -50%);
    transform: translate(-47%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.stockItemImage img {
    position: absolute;
    width: 70%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.stockItemWrap--catalog2 {
    margin-bottom: 2px;
}

.stockItemsWrap--discounts {
    top: 0px;
}

.popGoodsSliderWrap {
    position: relative;
    height: 396px;
    width: 318px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .popGoodsSliderWrap {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.popGoodsSliderItem {
    width: 318px;
    height: 395px;
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */


/*
 * 	Default theme - Owl Carousel CSS File
 */

.popGoodsSlider-theme .owl-nav {
    position: relative;
    top: 190px;
    -webkit-tap-highlight-color: transparent;
}

.popGoodsSlider-theme .owl-nav [class*='owl-'] {
    cursor: pointer;
    position: absolute;
    width: 34px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.owl-carousel .owl-nav button.owl-prev {
    top: 0;
    left: 0;
    background-image: url("/local/templates/domovid/img/slider-left-arrow.svg");
}

@media (min-width: 1324px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: -20px;
    }
}

.owl-carousel .owl-nav button.owl-next {
    top: 0;
    right: 0;
    background-image: url("/local/templates/domovid/img/slider-right-arrow.svg");
}

@media (min-width: 1324px) {
    .owl-carousel .owl-nav button.owl-next {
        right: -20px;
    }
}

.popGoodsSlider-theme .owl-nav [class*='owl-']:hover {
    opacity: .6;
    color: #FFF;
    text-decoration: none;
}

.popGoodsSlider-theme .owl-nav [class*='owl-']:focus {
    outline-style: none;
}

.popGoodsSlider-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.popGoodsSlider-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.popGoodsSlider-theme .owl-dots {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-tap-highlight-color: transparent;
}

@media (min-width: 768px) {
    .popGoodsSlider-theme .owl-dots {
        top: 70%;
        left: 55%;
    }
}

@media (min-width: 1200px) {
    .popGoodsSlider-theme .owl-dots {
        top: 70%;
        left: 53%;
    }
}

@media (min-width: 1536px) {
    .popGoodsSlider-theme .owl-dots {
        top: 70%;
        left: 50%;
    }
}

.popGoodsSlider-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    outline-style: none;
}

.popGoodsSlider-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.popGoodsSlider-theme .owl-dots .owl-dot.active span,
.popGoodsSlider-theme .owl-dots .owl-dot:hover span {
    background: #EBA63A;
}

.popGoodsSlider-theme .owl-stage-outer {
    position: absolute;
    top: 0;
    left: 0;
    height: 520px !important;
    width: 100%;
}

.btn {
    width: 181px;
    height: 44px;
    position: relative;
    background: #469C3E;
    border-radius: 5px;
    outline-style: none;
    border: none;
}

.btn span {
    position: absolute;
    width: 100%;
    top: 51%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    line-height: 15px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.btn:hover {
    background: #64BA5C;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn:hover span {
    color: #FFFFFF;
}

.btn:active {
    background: #287E20;
    border-radius: 5px;
}

.btn:focus {
    box-shadow: none;
}

.favoritesWrap {
    display: inline-block;
    position: relative;
    margin-left: 16px;
}

@media (min-width: 768px) {
    .favoritesWrap {
        margin-left: 0;
        top: 25px;
        left: -147px;
    }
}

@media (min-width: 1200px) {
    .favoritesWrap {
        margin-left: 16px;
        top: -9px;
        left: 0;
    }
}

@media (min-width: 1536px) {
    .favoritesWrap {
        top: 0;
    }
}

.favorites a {
    text-decoration: none;
}

.favorites:hover,
.favorites:active,
.favorites:focus {
    cursor: pointer;
}

.favorites:hover .favorites__img,
.favorites:active .favorites__img,
.favorites:focus .favorites__img {
    -webkit-transition: .6s;
    transition: .6s;
    background-image: url("/local/templates/domovid/img/favorites--hover.svg");
}

.favorites__img {
    position: relative;
    top: 4px;
    left: 0;
    width: 20px;
    height: 18px;
    background-image: url("/local/templates/domovid/img/favorites.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.goodsCardWrap {
    display: inline-block;
    position: relative;
    width: 310px;
    vertical-align: top;
    background: #FFFFFF;
    margin-bottom: 4px;
}

@media (min-width: 576px) {
    .goodsCardWrap {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .goodsCardWrap {
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
    }
}

.goodsCard {
    width: 310px;
    height: 396px;
}

.goodsCardHover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 318px;
    background: #FFFFFF;
    z-index: 3;
    -webkit-box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.11);
}

.goodsCardInnerWrap {
    position: relative;
    padding-top: 22px;
    padding-left: 50px;
    padding-right: 31px;
}

.goodsCardInnerWrap a {
    text-decoration: none;
}

.goodsCardInnerWrap--hover {
    padding-top: 0;
    top: -2px;
    min-height: 452px;
}

.goodsCardPet {
    /*display: none;*/
    position: absolute;
    z-index: 2;
    top: 22px;
    left: 48px;
    width: 150px;
    height: 22px;
    background: #EBA63A;
    border-radius: 3px;
}

.goodsCardPet span {
    position: absolute;
    top: -2px;
    left: 22px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.goodsCardPet span:before {
    content: url("/img/goods/likeImg.svg");
    position: absolute;
    top: 1px;
    left: -17px;
}

.goodsCardNew {
    /*display: none;*/
    position: absolute;
    z-index: 2;
    top: 22px;
    right: 28px;
    width: 70px;
    height: 22px;
    background: #469C3E;
    border-radius: 3px;
}

.goodsCardNew span {
    position: absolute;
    top: -2px;
    left: 8px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.goodsCardImg {
    position: relative;
    width: 210px;
    height: 175px;
    margin-left: 2px;
    overflow: hidden;
}

.goodsCardImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.goodsCardText {
    /*min-height: 75px;*/
    min-height: 104px;
    margin-top: 23px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #3B3B3B;
}

.goodsCardPrice-disc {
    display: inline-block;
    /* visibility: hidden;*/
    position: relative;
    margin-top: 2px;
}

.goodsCardPrice-disc:before {
    position: absolute;
    top: 13px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #EBA63A;
    opacity: 0.8;
}

.goodsCardPriceCount-disc {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    font-size: 12px;
    color: #3B3B3B;
}

.goodsCardPriceRub-disc {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    font-size: 12px;
    color: #3B3B3B;
}

.goodsCardPrice {
    margin-bottom: 46px;
}

.goodsCardPriceCount {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    font-size: 22px;
    color: #3B3B3B;
}

.goodsCardPriceRub {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    font-size: 22px;
    color: #3B3B3B;
}

.goodsCardButton {
    margin-bottom: 33px;
    width: 212px;
    height: 44px;
}

.goodsCardPrice--hover {
    margin-bottom: 30px;
}

.goodsCard--discShow .goodsCardPrice-disc {
    visibility: visible;
}

.goodsCard--petShow .goodsCardPet {
    display: block;
}

.goodsCard--newShow .goodsCardNew {
    display: block;
}

.modalAuth,
.modalForgot,
.modalReg,
.modalRegCallPass {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    background-color: rgba(99, 99, 99, 0.5);
    text-align: center;
}
.modalAuth-inner,
.modalReg-inner,
.modalRegCallPass-inner{
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.modalAuth__closeBtn,
.modalReg__closeBtn,
.modalRegCallPass__closeBtn {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modalAuth__closeBtn span,
.modalReg__closeBtn span,
.modalRegCallPass__closeBtn span {
    color: #959595;
    font-family: 'Roboto';
    font-style: normal;
    line-height: normal;
    font-size: 35px;
    letter-spacing: 0.05em;
}
.modalAuth__closeBtn span:hover,
.modalAuth__closeBtn span:active,
.modalAuth__closeBtn span:focus,
.modalReg__closeBtn span:hover,
.modalReg__closeBtn span:active,
.modalReg__closeBtn span:focus,
.modalRegCallPass__closeBtn span:hover,
.modalRegCallPass__closeBtn span:active,
.modalRegCallPass__closeBtn span:focus {
    color: red;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.modalAuth__header,
.modalReg__header,
.modalRegCallPass__header {
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 49px;
    font-size: 30px;
    text-align: center;
    color: #3B3B3B;
}
.modalAuthSubmit,
.modalRegSubmit,
.modalRegCallPassSubmit {
    align-self: center;
    margin-top: 20px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    line-height: 15px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.modalAuthForget,
.modalRegistration {
    display: block;
    margin-top: 10px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #222222;
}
.modalAuthForget {
    margin-top: 20px;
}
.modalAuthForget:hover,
.modalAuthForget:active,
.modalAuthForget:focus,
.modalRegistrationBtn:hover,
.modalRegistrationBtn:active,
.modalRegistrationBtn:focus{
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}
#modalInputs {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 12px 15px;
    text-align: initial;
}
#modalInputs .modalInput {
    display: block;
    margin: 10px 0 0 0;
    width: auto;
    height: 40px;
    background: #FFFFFF;
    border: 2px solid #F2F2ED;
    border-radius: 12px;
    outline-style: none;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}
#modalInputs .modalInput:first-child {
    margin-top: 0;
}
#modalInputs .modalInput:hover,
#modalInputs .modalInput:active,
#modalInputs .modalInput:focus {
    -webkit-transition: .6s;
    transition: .6s;
    background: #F2F2ED;
    border: 2px solid #469C3E;
    border-radius: 12px;
}
#modalInputs .newsBlockText {
    width: auto;
    text-align: center;
}
#termsAgreement {
    margin-top: 10px;
}
#termsAgreement .control {
    margin-bottom: 0;
    font-size: 12px;
}
#termsAgreement .control .not-checked {
    display: none;
    height: 20px;
    width: 20px;
    border: 2px solid red;
}
.modalInput:first-child {
    margin-top: 0;
}
.modalInput:hover,
.modalInput:active,
.modalInput:focus {
    -webkit-transition: .6s;
    transition: .6s;
    background: #F2F2ED;
    border: 2px solid #469C3E;
    border-radius: 12px;
}
.modalRegCallPassTitle {
    margin-bottom: 0;
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    font-size: 24px;
    text-align: center;
    color: #3B3B3B;
}
.modalRegCallPassText {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    font-size: 16px;
    text-align: center;
    color: #3B3B3B;
}
.modalRegCallPassText.ddsErorField {
    display: none;
}
.modalRegCallPassInput:hover,
.modalRegCallPassInput:active,
.modalRegCallPassInput:focus {
    -webkit-transition: .6s;
    transition: .6s;
    background: #F2F2ED;
    border: 2px solid #469C3E;
    border-radius: 12px;
}
.modalRegCallPassRepeatWrap {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.modalRegCallPassCount {
    position: relative;
    width: 74px;
    height: 34px;
    background: #F2F2F2;
    border-radius: 4px;
}
.modalRegCallPassCount span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 21px;
    text-align: center;
    color: #333333;
}
.modalRegCallPassRepeat {
    display: none;
    position: relative;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #333333;
}
.modalRegCallPassRepeat:hover,
.modalRegCallPassRepeat:active,
.modalRegCallPassRepeat:focus {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}
@media (min-width: 425px) {
    .modalAuth-inner,
    .modalReg-inner,
    .modalRegCallPass-inner {
        width: 500px;
    }
    .modalAuth__header,
    .modalReg__header,
    .modalRegCallPass__header {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .modalAuth__closeBtn span,
    .modalReg__closeBtn span,
    .modalRegCallPass__closeBtn span {
        font-size: 45px;
    }
    .modalAuthForget,
    .modalRegistration {
        margin-top: 22px;
    }
    #modalInputs {
        padding-bottom: 30px;
    }
    #modalInputs .modalInput {
        height: 44px;
        margin-top: 22px;
    }
    #termsAgreement {
        margin-top: 22px;
    }
    #termsAgreement .control {
        margin-bottom: 0;
        font-size: 14px;
    }
    .modalRegCallPassText {
        margin-top: 22px;
    }
    .modalRegCallPassRepeatWrap {
        margin-top: 22px;
    }
    .modalAuthSubmit,
    .modalRegSubmit,
    .modalRegCallPassSubmit {
        margin-top: 22px;
    }
}
@media (min-width: 576px) {
    .modalAuth__closeBtn,
    .modalReg__closeBtn,
    .modalRegCallPass__closeBtn {
        top: 10px;
        right: 10px;
    }
    .modalAuth__header,
    .modalReg__header,
    .modalRegCallPass__header {
        font-size: 48px;
    }
    .modalRegPass {
        width: 440px;
    }
    .modalRegCallPassTitle {
        font-size: 28px;
    }
    .modalRegCallPassInput {
        width: 440px;
    }
}
@media (min-width: 768px) {
    .modalAuth__header,
    .modalReg__header,
    .modalRegCallPass__header {
        margin-bottom: 44px;
    }
    #modalInputs {
        padding: 0 30px 30px;
    }
    .modalRegPass {
        width: 440px;
    }
}

.mobile-nav {
    display: block;
    position: fixed;
    top: 0px;
    z-index: 5;
    left: 0;
    width: 100%;
    height: 125px;
    background-color: #fff;
    border-bottom: 2px solid #64ba5c;
}

@media (min-width: 768px) {
    .mobile-nav {
        display: none;
    }
}
@media (max-width: 767px) {
    header {
        min-height: 125px;
    }
}

.mobile-nav__menu-button {
    z-index: 1;
}

.mobile-nav__search-icon {
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translate(0, -50%);
    width: 34px;
    height: 36px;
    background-image: url("/local/templates/domovid/img/searchIcon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-nav__search-icon:hover,
.mobile-nav__search-icon:focus,
.mobile-nav__search-icon:active {
    opacity: 0.4;
}

.mobile-nav__logo {
    position: absolute;
    top: 55px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0 auto 0 auto;
    width: 190px;
    height: 50px;
    background-color: #fff;
}

.mobile-nav__search {
    display: none;
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(195, 199, 199, 0.527);
}

.mobile-nav__search-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #66b963;
    z-index: 1;
}


/*.mobile-nav__searchInput {
  position: relative;
  height: 40px;
  width: 75%;
  top: 10px;
  left: 10px;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  background: #FFFFFF;
  border: 1px solid #80BAB6;
  border-radius: 4px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 17px;
  letter-spacing: 0.05em; }
  .mobile-nav__searchInput:focus {
    outline-style: none;
  }*/

.mobile-nav__searchInput_wrap {
    position: relative;
    width: 75%;
    top: 10px;
    left: 10px;
}

.mobile-nav__searchInput {
    height: 40px;
    width: 100%;
    color: #000;
    padding-left: 10px;
    padding-right: 52px;
    background: #FFFFFF;
    border: 1px solid #80BAB6;
    border-radius: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 17px;
    letter-spacing: 0.05em;
}

.mobile-nav__searchSubmit {
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    border: none;
    outline: none!important;
    background: none;
    padding: 7px 10px;
    cursor: pointer;
}

.mobile-nav__searchSubmit:before {
    content: url(/local/templates/domovid/img/searchIcon.svg);
    display: block;
    width: 22px;
    height: 22px;
}

.mobile-nav__searchCancel {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translateY(-50%);
    color: #fff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    padding: 9px 0;
    cursor: pointer;
}

.f-nav {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.mobile-nav__backet {
    position: absolute;
    top: 12px;
    right: 4%;
    width: 38px;
    height: 36px;
    background-image: url("/local/templates/domovid/img/basket.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cmn-toggle-switch {
    font-size: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 16px;
    transform: translate(0, -50%);
    display: block;
    overflow: hidden;
    width: 50px;
    height: 45px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    text-indent: -9999px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (min-width: 768px) {
    .cmn-toggle-switch {
        display: none;
    }
}

.cmn-toggle-switch:focus {
    outline: none;
}

.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 20px;
    left: 5px;
    right: 5px;
    height: 5px;
    background: #4F4F4F;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #4F4F4F;
    content: "";
}

.cmn-toggle-switch span::before {
    top: -12px;
}

.cmn-toggle-switch span::after {
    bottom: -12px;
}


/**
 * Style 2
 */

.cmn-toggle-switch__htx {
    background: transparent;
}

.cmn-toggle-switch__htx span {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
}

.cmn-toggle-switch__htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}


/* active state*/

.cmn-toggle-switch__htx.active {
    position: relative;
}

.cmn-toggle-switch__htx.active span {
    background: none;
}

.cmn-toggle-switch__htx.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
}

.mobileBasicMenuWrap {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: -800%;
    z-index: 3;
    background-color: rgba(195, 199, 199, 0.527);
}

.mobileBasicMenuHeader {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-top: 2px solid #88b883;
    border-bottom: 2px solid #88b883;
    font-family: "Roboto";
    line-height: 15px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
    background-color: #a6e0a1;
}

.mobileBasicMenuHeader:after {
    position: absolute;
    content: "";
    top: 23px;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #4F4F4F;
    border-right: 2px solid #4F4F4F;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.mobileBasicMenu {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #fff;
}

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

.mobileBasicMenuItemText span {
    display: inline-block;
    position: absolute;
    top: 50%;
    /*   left: 20%; */
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-family: "Roboto";
    line-height: 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
}

.mobileBasicMenuItem {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-bottom: 2px solid #eefafd;
}

.mobileBasicMenuItem img {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.mobileMainMenuWrap {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: -800%;
    z-index: 120;
    background-color: rgba(195, 199, 199, 0.527);
}

.mobileMainMenuHeader {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-top: 2px solid #549c4e;
    border-bottom: 2px solid #549c4e;
    font-family: "Roboto";
    line-height: 15px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
    background-color: #64ba5c;
}

.mobileMainMenuHeader img {
    width: 30px;
    height: 30px;
}

.mobileMainMenuHeader:after {
    position: absolute;
    content: "";
    top: 30px;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #4F4F4F;
    border-right: 2px solid #4F4F4F;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobileMainMenu {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #fff;
}

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

.mobileMainMenu li a {
    text-decoration: none;
}

.mobileMainMenu-clientsHeader,
.mobileMenu--catalogHeaderOpen {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-bottom: 2px solid #eefafd;
    font-family: "Roboto";
    line-height: 15px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
}

.mobileMainMenu-clientsHeader:after,
.mobileMenu--catalogHeaderOpen:after {
    position: absolute;
    content: "";
    top: 23px;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #4F4F4F;
    border-right: 2px solid #4F4F4F;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobileMainMenu-clientsWrap {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobileMainMenu-clientsWrap li {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Panton';
    line-height: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
}

.mobileMainMenu-clientsList {
    display: none;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobileMainMenu-clientsList li {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    font-family: 'Panton';
    line-height: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #eefafd;
    text-transform: uppercase;
}

.mobileMainMenu-clientsList li a {
    color: #4F4F4F;
    text-decoration: none;
}

.mobileMainMenu-companyWrap {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobileMainMenu-companyWrap li {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Panton';
    line-height: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
}

.mobileMainMenu-companyHeader,
.mobileMenu--catalogHeaderOpen {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-bottom: 2px solid #eefafd;
    font-family: "Roboto";
    line-height: 15px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
}

.mobileMainMenu-companyHeader:after,
.mobileMenu--catalogHeaderOpen:after {
    position: absolute;
    content: "";
    top: 23px;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #4F4F4F;
    border-right: 2px solid #4F4F4F;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobileMainMenu-companyList {
    display: none;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobileMainMenu-companyList li {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    font-family: 'Panton';
    line-height: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #eefafd;
    text-transform: uppercase;
}

.mobileMainMenu-companyList li a {
    color: #4F4F4F;
    text-decoration: none;
}

.mobileMainMenuItem {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-bottom: 2px solid #eefafd;
}

.mobileMainMenuItem a {
    text-decoration: none;
    font-family: "Roboto";
    line-height: 15px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
}

.mobileMainMenuItem img {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.mobileMainMenuItemImg {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.mobileMainMenuItemText span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 20%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-family: "Roboto";
    line-height: 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
}

.mobileMainMenuItem--first {
    background-color: #a6e0a1;
}

.mobileMenu--catalogHeaderOpen:after {
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mobileSecondLevelMenuWrap {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: -800%;
    z-index: 3;
    background-color: rgba(195, 199, 199, 0.527);
}

.mobileSecondLevelMenuHeader {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-top: 2px solid #88b883;
    border-bottom: 2px solid #88b883;
    font-family: "Roboto";
    line-height: 15px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
    background-color: #a6e0a1;
}

.mobileSecondLevelMenuHeader:after {
    position: absolute;
    content: "";
    top: 23px;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #4F4F4F;
    border-right: 2px solid #4F4F4F;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.mobileSecondLevelMenu {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #fff;
}

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

.mobileSecondLevelMenuItem {
    display: none;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-bottom: 2px solid #bad1ba;
}

.mobileSecondLevelMenuItem span {
    font-family: "Roboto";
    line-height: 15px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
}

.mobileSecondLevelMenu-elementsWrap {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobileSecondLevelMenu-elementsWrap li {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Panton';
    line-height: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
}

.mobileSecondLevelMenu-elementsHeader,
.mobileMenu--catalogHeaderOpen {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 40px;
    background-color: #e6fde6;
    font-family: "Roboto";
    line-height: 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
}

.mobileSecondLevelMenu-elementsHeader:after,
.mobileMenu--catalogHeaderOpen:after {
    position: absolute;
    content: "";
    top: 23px;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #4F4F4F;
    border-right: 2px solid #4F4F4F;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobileSecondLevelMenu-elementsList {
    display: none;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobileSecondLevelMenu-elementsList li {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    font-family: 'Panton';
    line-height: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #eefafd;
    text-transform: uppercase;
}

.mobileSecondLevelMenu-elementsList li a {
    color: #4F4F4F;
    text-decoration: none;
}

.mobileThirdLevelMenuWrap {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: -800%;
    z-index: 3;
    background-color: rgba(195, 199, 199, 0.527);
}

.mobileThirdLevelMenuHeader {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-top: 2px solid #c4c4c4;
    border-bottom: 2px solid #c4c4c4;
    font-family: "Roboto";
    line-height: 15px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
    background-color: #eefafd;
}

.mobileThirdLevelMenuHeader:after {
    position: absolute;
    content: "";
    top: 23px;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #4F4F4F;
    border-right: 2px solid #4F4F4F;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.mobileThirdLevelMenu {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #fff;
}

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

.mobileThirdLevelMenu li a {
    text-decoration: none;
}

.mobileThirdLevelMenu-elementsHeader,
.mobileMenu--catalogHeaderOpen {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 40px;
    border-bottom: 2px solid #eefafd;
    font-family: "Roboto";
    line-height: 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
}

.mobileThirdLevelMenu-elementsHeader:after,
.mobileMenu--catalogHeaderOpen:after {
    position: absolute;
    content: "";
    top: 23px;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #4F4F4F;
    border-right: 2px solid #4F4F4F;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobileThirdLevelMenu-elementsWrap {
    display: none;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobileThirdLevelMenu-elementsWrap li {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Panton';
    line-height: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
}

.mobileThirdLevelMenu-elementsList {
    display: none;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobileThirdLevelMenu-elementsList li {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    font-family: 'Panton';
    line-height: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #eefafd;
    text-transform: uppercase;
}

.mobileThirdLevelMenu-elementsList li a {
    color: #4F4F4F;
    text-decoration: none;
}

.mobileThirdLevelMenuItem {
    display: none;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-bottom: 2px solid #eefafd;
}

.mobileThirdLevelMenuItem a {
    font-family: "Roboto";
    line-height: 18px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4F4F4F;
}

.mobileMenu--catalogHeaderOpen:after {
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.filterManWrap {
    position: relative;
    margin-top: 15px;
}

.filterManHeader {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    font-size: 20px;
    color: #3B3B3B;
}

.filterManList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-left: -8px;
}

.filterManList li {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 10px;
}

.filterManList li:last-child {
    margin-right: 0;
}

.filterManAllBtn {
    position: relative;
    top: 14px;
    left: -8px;
    width: 148px;
    height: 38px;
    background: #EBA63A;
    outline-style: none;
    border: none;
    margin-bottom: 40px;
    border-radius: 5px;
}

.filterManAllBtn span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 16px;
    color: #FFFFFF;
}

@media (min-width: 576px) {
    .filterManAllBtn {
        margin-bottom: 40px;
        left: -9px;
    }
}

@media (min-width: 768px) {
    .filterManAllBtn {
        margin-bottom: 0;
        left: -30px;
    }
}

@media (min-width: 1200px) {
    .filterManAllBtn {
        left: 28px;
    }
}

.filterManAllBtn:hover,
.filterManAllBtn:active {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    background: #e79209;
}

.filterManAllBtn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.filterManResault {
    display: none;
    width: 100%;
}

.filterManLine {
    width: 84%;
    margin-top: 10px;
    margin-bottom: 7px;
    border: 2px solid #F2F2ED;
}

.filterManResetBtn {
    position: relative;
    top: 23px;
    left: -8px;
    margin-bottom: 40px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #3B3B3B;
}

.filterManResetBtn:hover,
.filterManResetBtn:active,
.filterManResetBtn:focus {
    -webkit-transition: .6s;
    transition: .6s;
    cursor: pointer;
    color: #469C3E;
}

@media (min-width: 576px) {
    .filterManResetBtn {
        top: 11px;
        left: 18px;
        margin-bottom: 0px;
    }
}

@media (min-width: 768px) {
    .filterManResetBtn {
        top: 11px;
        left: 16px;
    }
}

@media (min-width: 1200px) {
    .filterManResetBtn {
        top: 23px;
        left: 40px;
    }
}

.filterManItem {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 11px;
    padding-right: 11px;
    border: 2px solid #469C3E;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.filterManItem:hover,
.filterManItem:focus,
.filterManItem:active {
    -webkit-transition: .6s;
    transition: .6s;
    cursor: pointer;
    border: 2px solid #EBA63A;
}

.filterManItem--active {
    border: 2px solid #EBA63A !important;
}

.filterManItem--active .filterManItemText {
    color: #EBA63A;
}

.filterManItem--active .filterManItemCount {
    color: #EBA63A;
}

.filterManItemText {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #3B3B3B;
}

.filterManItemCount {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 13px;
    color: #CCCCCC;
}

.filterManItemBtn {
    display: none;
    position: absolute;
    top: -3px;
    right: 9px;
    color: #fff;
    font-size: 25px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.filterManItemBtn--choice {
    display: block;
}

.filterManItem--choice {
    display: none;
    padding-right: 30px;
    background: #469C3E !important;
}

.filterManItem--choice:hover,
.filterManItem--choice:active,
.filterManItem--choice:focus {
    -webkit-transition: .6s;
    transition: .6s;
    cursor: pointer;
    border: 2px solid #EBA63A;
}

.filterManItem--choice:hover .filterManItemBtn,
.filterManItem--choice:active .filterManItemBtn,
.filterManItem--choice:focus .filterManItemBtn {
    -webkit-transition: .6s;
    transition: .6s;
    color: #EBA63A;
}

.filterManItemText--choice {
    color: #fff;
}

.filterManItemCount--choice {
    color: #fff;
}

.filterManItem--choiceActive {
    display: block;
}

.modalFilterMan {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    background-color: rgba(99, 99, 99, 0.5);
    text-align: center;
}

.modalFilterMan-inner {
    width: 315px;
    height: 500px;
    padding-left: 20px;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

@media (min-width: 576px) {
    .modalFilterMan-inner {
        width: 570px;
        height: 660px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .modalFilterMan-inner {
        width: 740px;
        height: 660px;
        padding-left: 50px;
    }
}

@media (min-width: 1200px) {
    .modalFilterMan-inner {
        width: 1044px;
        height: 660px;
    }
}

.modalFilterMan__closeBtn {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 38px;
    right: 30px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modalFilterMan__closeBtn span {
    position: relative;
    top: -9px;
    left: 1px;
    /*color: #F2F2ED;*/
    color: #959595;
    font-family: 'Roboto';
    font-style: normal;
    line-height: normal;
    font-size: 45px;
    letter-spacing: 0.05em;
}

.modalFilterMan__closeBtn span:hover,
.modalFilterMan__closeBtn span:active,
.modalFilterMan__closeBtn span:focus {
    color: red;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.modalFilterMan__header {
    margin-top: 44px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    font-size: 28px;
    color: #3B3B3B;
}

.modalFilterManSubmit {
    margin-top: 25px;
    left: 0px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    line-height: 15px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.modalFilterManSubmit:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 576px) {
    .modalFilterManSubmit {
        margin-top: 30px;
        left: 160px;
    }
}

@media (min-width: 768px) {
    .modalFilterManSubmit {
        margin-top: 30px;
        left: 225px;
    }
}

@media (min-width: 1200px) {
    .modalFilterManSubmit {
        margin-top: 10px;
        left: 366px;
    }
}

.modalFilterManAll {
    margin-top: 30px;
    width: 60px;
    height: 30px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #FFFFFF;
}

.modalFilterManAll:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modalFilterManListRu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 17px;
}

.modalFilterManListRu li {
    display: inline-block;
    margin-right: 10px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #3B3B3B;
}

.modalFilterManListRu li:last-child {
    margin-right: 0;
}

.modalFilterManListRu li:hover,
.modalFilterManListRu li:active,
.modalFilterManListRu li:focus {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.modalFilterManListEn {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 29px;
}

.modalFilterManListEn li {
    display: inline-block;
    margin-right: 10px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #3B3B3B;
}

.modalFilterManListEn li:last-child {
    margin-right: 0;
}

.modalFilterManListEn li:hover,
.modalFilterManListEn li:active,
.modalFilterManListEn li:focus {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.modalFilterManList {
    overflow-y: scroll;
    width: 98%;
    height: 54%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.modalFilterManList li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 18px;
}

.modalFilterManList li:last-child {
    margin-right: 0;
}

@media (min-width: 576px) {
    .modalFilterManList {
        height: 64%;
    }
}

@media (min-width: 1200px) {
    .modalFilterManList {
        height: 70%;
    }
}

.filterComWrap {
    position: relative;
    margin-top: 22px;
    margin-bottom: 22px;
}

.filterComWrap2 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 22px;
}

.filterComTitle {
    display: inline-block;
    margin-right: 45px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #3B3B3B;
}

.filterComList {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.filterComList li {
    display: inline-block;
    margin-right: 15px;
}

.filterComList li:last-child {
    margin-right: 0;
}

.filterComList li span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #3B3B3B;
}

.filterComList li:hover,
.filterComList li:active,
.filterComList li:focus {
    cursor: pointer;
}

.filterComList li:hover span,
.filterComList li:active span,
.filterComList li:focus span {
    color: #469C3E;
    -webkit-transition: .6s;
    transition: .6s;
}

.filterComListItem--active span {
    color: #469C3E !important;
}

.paginationWrap {
    /*display: flex;*/
    display: block;
    width: max-content;
    margin-top: 44px;
    margin-bottom: 89px;
    margin-left: auto;
    margin-right: auto;
}

.pagination {
    display: block;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    text-align: left;
    color: #333333;
}

@media (min-width: 768px) {
    .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 300px;
        height: 66px;
        margin-left: 0;
        margin-right: 0;
    }
}

.paginationList {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}

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

.paginationList li {
    display: inline-block;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

@media (min-width: 768px) {
    .paginationList {
        display: inline-block;
        text-align: left;
        margin-bottom: 20px;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .paginationList {
        margin-bottom: 0px;
    }
}

.paginationBtn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.paginationBtn:hover,
.paginationBtn:active,
.paginationBtn:focus {
    cursor: pointer;
    color: #469C3E;
    -webkit-transition: .5s;
    transition: .5s;
}

.paginationBtn:hover a,
.paginationBtn:active a,
.paginationBtn:focus a {
    color: #469C3E;
    -webkit-transition: .5s;
    transition: .5s;
}

@media (min-width: 768px) {
    .paginationBtn {
        text-align: left;
        display: inline-block;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 24px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (min-width: 1200px) {
    .paginationBtn {
        margin-bottom: 0px;
    }
}

.paginationBtn a {
    color: #333333;
}

.pagination__item {
    position: relative;
    top: 0px;
    left: 0;
    width: 23px;
    height: 23px;
    margin-right: 0px;
    margin-bottom: 20px;
}

.pagination__item:hover,
.pagination__item:active,
.pagination__item:focus {
    cursor: pointer;
}

.pagination__item:hover span,
.pagination__item:active span,
.pagination__item:focus span {
    -webkit-transition: .5s;
    transition: .5s;
    color: #469C3E;
    text-decoration: none;
}

.pagination__item span {
    position: absolute;
    text-decoration: underline;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pagination__item a {
    color: #333333;
}

.pagination__item--enb {
    position: relative;
    top: 0;
    left: 1px;
    width: 66px;
    height: 66px;
    margin-bottom: 0px;
    background: #469C3E;
    color: #fff;
}

.pagination__item--enb span {
    font-weight: 900;
    text-decoration: none;
}

.pagination__item--enb:hover span,
.pagination__item--enb:active span,
.pagination__item--enb:focus span {
    color: #fff;
}

@media (min-width: 576px) {
    .pagination__item--enb {
        left: 0px;
    }
}

.pagination__item--special span {
    text-decoration: none;
}

.pagination__item--special:hover,
.pagination__item--special:active,
.pagination__item--special:focus {
    cursor: pointer;
    background: transparent;
    color: #469C3E;
}

.paginationWrap--newsPage {
    margin-top: 0px;
    margin-bottom: 0;
}

.paginationWrap--articles {
    /* margin-top: 44px; */
    margin-top: 0px;
    margin-bottom: 0;
}


/*#mixItems .mix {
  display: none; }*/

.ctlMainBlockWrap {
    position: relative;
    margin-bottom: 30px;
}

.ctlMainBlockTitle {
    width: 90%;
    padding-left: 30px;
    margin-bottom: 25px;
    position: relative;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    font-size: 20px;
    color: #3B3B3B;
}

.ctlMainBlockTitle:before, .catalogLeftFiltetTitle:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 6px;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #3B3B3B;
    border-bottom: 2px solid #3B3B3B;
    transition: .6s;
}
.catalogLeftFiltetTitle{
    cursor: pointer;
}

.ctlMainBlockTitle:hover,
.ctlMainBlockTitle:active,
.ctlMainBlockTitle:focus {
    -webkit-transition: .6s;
    transition: .6s;
    cursor: pointer;
    color: #EBA63A;
}

.ctlMainBlockTitle:hover:before,
.ctlMainBlockTitle:active:before,
.ctlMainBlockTitle:focus:before {
    -webkit-transition: .6s;
    transition: .6s;
    border-right: 2px solid #EBA63A;
    border-bottom: 2px solid #EBA63A;
}

.ctlMainBlockTitle--open:before {
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.ctlMainBlockList {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ctlMainBlockList li {
    width: 100%;
    position: relative;
}

.ctlMainBlockList li a {
    text-decoration: none;
}

.ctlMainBlockList li:hover,
.ctlMainBlockList li:active,
.ctlMainBlockList li:focus {
    cursor: pointer;
}

.ctlMainBlockList li:hover .ctlMainBlockCount,
.ctlMainBlockList li:active .ctlMainBlockCount,
.ctlMainBlockList li:focus .ctlMainBlockCount {
    -webkit-transition: .6s;
    transition: .6s;
    color: #EBA63A;
}

.ctlMainBlockList li:hover .ctlMainBlockText,
.ctlMainBlockList li:active .ctlMainBlockText,
.ctlMainBlockList li:focus .ctlMainBlockText {
    -webkit-transition: .6s;
    transition: .6s;
    color: #EBA63A;
}

.ctlMainBlockInner {
    position: relative;
    left: -9px;
}

.ctlMainBlockCount {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 10%;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    font-size: 16px;
    /*color: #E0E0E0; */
    color: #959595;
}

.ctlMainBlockText {
    display: inline-block;
    padding-left: 12px;
    vertical-align: top;
    width: 80%;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 32px;
    font-size: 20px;
    color: #3B3B3B;
}

.ctlHeaderBlockWrap {
    position: relative;
    background: #FFFFFF;
    margin-bottom: 5px;
    padding-top: 43px;
    padding-left: 55px;
    padding-bottom: 35px;
}

.ctlHeaderBlock a {
    text-decoration: none;
}

.ctlHeaderBlockTitle {
    position: relative;
    width: 85%;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    font-size: 20px;
    color: #3B3B3B;
}

.ctlHeaderBlockTitle:before {
    position: absolute;
    top: 7px;
    left: -38px;
    content: "";
    width: 27px;
    height: 20px;
    background-image: url("/local/templates/domovid/img/ctlHeaderImg.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ctlHeaderBlockTitle:hover,
.ctlHeaderBlockTitle:active,
.ctlHeaderBlockTitle:focus {
    -webkit-transition: .6s;
    transition: .6s;
    cursor: pointer;
    color: #EBA63A;
}

.ctlItemsBlockWrap {
    position: relative;
    background: #FFFFFF;
    padding-top: 34px;
    padding-bottom: 35px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.ctlItemsBlockTitle {
    width: 90%;
    padding-left: 35px;
    padding-bottom: 25px;
    position: relative;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    font-size: 20px;
    color: #3B3B3B;
}

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

.ctlItemsBlockList li {
    width: 100%;
    position: relative;
}

.ctlItemsBlockList li a {
    text-decoration: none;
}

.ctlItemsBlockList li:hover,
.ctlItemsBlockList li:active,
.ctlItemsBlockList li:focus {
    cursor: pointer;
}

.ctlItemsBlockList li:hover .ctlItemsBlockCount,
.ctlItemsBlockList li:active .ctlItemsBlockCount,
.ctlItemsBlockList li:focus .ctlItemsBlockCount {
    -webkit-transition: .6s;
    transition: .6s;
    color: #EBA63A;
}

.ctlItemsBlockList li:hover .ctlItemsBlockText,
.ctlItemsBlockList li:active .ctlItemsBlockText,
.ctlItemsBlockList li:focus .ctlItemsBlockText {
    -webkit-transition: .6s;
    transition: .6s;
    color: #EBA63A;
}

.ctlItemsBlockInner {
    position: relative;
    left: -9px;
}

.ctlItemsBlockCount {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 10%;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    font-size: 16px;
    color: #E0E0E0;
}

.ctlItemsBlockText {
    display: inline-block;
    padding-left: 12px;
    vertical-align: top;
    width: 80%;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 32px;
    font-size: 20px;
    color: #3B3B3B;
}

.ctlItemsBlockType {
    margin-top: 25px;
    padding-left: 37px;
}

.ctlItemsBlockType span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    font-size: 20px;
    color: #3B3B3B;
}

.ctlItemsBlockType p {
    margin: 0;
    padding: 0;
    margin-top: 25px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 32px;
    font-size: 20px;
    color: #3B3B3B;
}

.cardDetailWrap {
    position: relative;
    background: #FFFFFF;
    padding-bottom: 34px;
}

.cardDetailImgWrap {
    margin-left: 0px;
    width: 100%;
}

.cardDetailImgWrap a {
    text-decoration: none;
}

.cardDetailImgMain {
    display: inline-block;
    width: 300px;
    height: 225px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width: 768px) {
    .cardDetailImgMain {
        width: 100%;
        height: 225px;
    }
}

@media (min-width: 1200px) {
    .cardDetailImgMain {
        height: 449px;
    }
}

.cardDetailImgMain--img {
    background-image: url("/local/templates/domovid/img/goods/img20.svg");
}

.cardDetailImgSmallWrap {
    position: relative;
    margin-top: 26px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .cardDetailImgSmallWrap {
        margin-bottom: 0;
    }
}

.cardDetailImgSmall {
    display: inline-block;
    margin-right: 20px;
    /* width: 61px;
    height: 61px; */
    width: 100px;
    height: 100px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px solid transparent;
}

.cardDetailImgSmall:hover,
.cardDetailImgSmall:active,
.cardDetailImgSmall:focus {
    border-color: #F2F2ED;
    -webkit-transition: .6s;
    transition: .6s;
}

@media (min-width: 768px) {
    .cardDetailImgSmall {
        display: inline-block;
        margin-right: 0px;
    }
}

.cardDetailImgSmall--img1 {
    background-image: url("/local/templates/domovid/img/goods/img21.svg");
}

.cardDetailImgSmall--img2 {
    background-image: url("/local/templates/domovid/img/goods/img22.svg");
}

.cardDetailDataWrap {
    position: relative;
    width: 95%;
    left: 40px;
}

.cardDetailDataPriceWrap {
    position: relative;
    padding-bottom: 23px;
    border-bottom: 2px solid #F2F2ED;
}

.cardDetailDataPriceCount {
    display: inline-block;
    position: relative;
    top: 10px;
    vertical-align: top;
    margin-right: 30px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 24px;
    color: #3B3B3B;
}

.cardDetailDataPriceDisc {
    display: inline-block;
    visibility: hidden;
    position: relative;
    top: 10px;
    vertical-align: top;
    margin-right: 40px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 24px;
    color: #3B3B3B;
}

.cardDetailDataPriceDisc:after {
    position: absolute;
    top: 10px;
    left: -8px;
    content: "";
    width: 120%;
    border: 1px solid #EBA63A;
    opacity: 0.8;
}

.cardDetailDataPriceBtn {
    display: block;
    vertical-align: top;
    margin-right: 35px;
    margin-top: 25px;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .cardDetailDataPriceBtn {
        display: inline-block;
        margin-top: 25px;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .cardDetailDataPriceBtn {
        margin-top: 25px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .cardDetailDataPriceBtn {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.cardDetailDataPriceDisc--show .cardDetailDataPriceDisc {
    display: inline-block;
    visibility: visible;
}

.cardDetailDataPriceBonus {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0;
    width: 160px;
    margin-right: 50px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 20px;
    color: #469C3E;
}

.cardDetailDataPriceBonus span {
    font-weight: bold;
}

.cardDetailDataPriceBonus a {
    color: #469C3E;
    text-decoration: underline;
}

.cardDetailDataPriceBonus a:hover,
.cardDetailDataPriceBonus a:active,
.cardDetailDataPriceBonus a:focus {
    -webkit-transition: .6s;
    transition: .6s;
    color: #EBA63A;
}

@media (min-width: 1200px) {
    .cardDetailDataPriceBonus {
        top: 10px;
    }
}

@media (min-width: 1536px) {
    .cardDetailDataPriceBonus {
        top: 0;
    }
}

.cardDetailDataPriceLike {
    position: relative;
    vertical-align: top;
    display: inline-block;
    top: 10px;
    width: 24px;
    height: 21px;
}

.cardDetailDataPriceLike:hover,
.cardDetailDataPriceLike:active,
.cardDetailDataPriceLike:focus {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    /*opacity: .6; */
}

@media (min-width: 1200px) {
    .cardDetailDataPriceLike {
        /*top: 20px;*/
        left: -14px;
    }
}

@media (min-width: 1536px) {
    .cardDetailDataPriceLike {
        top: 10px;
        left: 0;
    }
}

.cardDetailDataPriceLike--hover {
    position: relative;
    top: 10px;
    left: 281px;
}

.cardDetailDataPriceLike--hover:hover,
.cardDetailDataPriceLike--hover:active,
.cardDetailDataPriceLike--hover:focus {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    opacity: .6;
}

@media (min-width: 1200px) {
    .cardDetailDataPriceLike--hover {
        top: 20px;
        left: 281px;
    }
}

@media (min-width: 1536px) {
    .cardDetailDataPriceLike--hover {
        top: 10px;
        left: 281px;
    }
}

.cardDetailDataMagWrap {
    position: relative;
    padding-top: 17px;
    padding-bottom: 25px;
    border-bottom: 2px solid #F2F2ED;
}

.cardDetailDataMagTitle {
    margin-bottom: 23px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 20px;
    color: #1C1C1C;
}

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

.cardDetailDataMagList li {
    width: 100%;
    margin-bottom: 2px;
}

.cardDetailDataMagList li:last-child {
    margin-bottom: 0;
}

.cardDetailDataMagList li a {
    text-decoration: none;
}

.cardDetailDataMagList li:hover a,
.cardDetailDataMagList li:active a,
.cardDetailDataMagList li:focus a,
.cardDetailDataMagList li:hover span,
.cardDetailDataMagList li:active span,
.cardDetailDataMagList li:focus span {
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.cardDetailDataMagCount {
    display: inline-block;
    width: 4%;
    min-width: 33px;
    text-align: left;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #E0E0E0;
}

.cardDetailDataMagText a,
.cardDetailDataMagText a:visited,
.cardDetailDataMagText a:active,
.cardDetailDataMagText a:hover,
.cardDetailDataMagText {
    display: inline-block;
    width: 90%;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #1C1C1C;
}

.cardDetailDataAboutWrap {
    position: relative;
    padding-top: 17px;
    padding-bottom: 25px;
    border-bottom: 2px solid #F2F2ED;
}

.cardDetailDataAboutTitle {
    margin-bottom: 23px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 20px;
    color: #1C1C1C;
}

.cardDetailDataAbout p {
    padding: 0;
    margin: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #1C1C1C;
}

.cardDetailDataTableWrap {
    position: relative;
    margin-top: 17px;
    margin-bottom: 25px;
}

.cardDetailDataTable th {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 32px;
    font-size: 16px;
    color: #AEAEAE;
}

.cardDetailDataTable td {
    padding-left: 28px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 32px;
    font-size: 16px;
    color: #1C1C1C;
}

.cardDetailDataTablePr {
    text-decoration: underline;
}

.cardDetailDataSocialWrap {
    position: relative;
    padding-top: 17px;
}

.cardDetailDataSocial span {
    margin-right: 15px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #1C1C1C;
}

.cardDetailDataSocialList {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cardDetailDataSocialList li {
    display: inline-block;
    margin-right: 5px;
}

.cardDetailDataSocialList li:last-child {
    margin-right: 0;
}

.cardDetailDataSocialList li a {
    text-decoration: none;
}

.cardDetailDataSocialItem {
    position: relative;
    top: 4px;
    width: 17px;
    height: 17px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cardDetailDataSocialItem:hover,
.cardDetailDataSocialItem:active,
.cardDetailDataSocialItem:focus {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    opacity: .6;
}

.cardDetailDataSocialItem--vk {
    background-image: url("/local/templates/domovid/img/social/vk.svg");
}

.cardDetailDataSocialItem--twitter {
    background-image: url("/local/templates/domovid/img/social/twitter.svg");
}

.cardDetailDataSocialItem--facebook {
    background-image: url("/local/templates/domovid/img/social/facebook.svg");
}

.cardDetailDataSocialItem--g {
    background-image: url("/local/templates/domovid/img/social/g.svg");
}

.cardDetailDataSocialItem--odi {
    background-image: url("/local/templates/domovid/img/social/odi.svg");
}

.cardDetailDataSocialItem--moymir {
    background-image: url("/local/templates/domovid/img/social/moymir.svg");
}

.goodsCounterWrap {
    position: relative;
    margin-left: 10px;
    margin-top: 20px;
}

@media (min-width: 576px) {
    .goodsCounterWrap {
        position: relative;
        margin-top: 0;
        top: 0px;
        left: 0px;
        margin-left: 18px;
    }
}

@media (min-width: 768px) {
    .goodsCounterWrap {
        position: absolute;
        top: 97px;
        left: 189px;
        margin-left: 25px;
    }
}

@media (min-width: 1200px) {
    .goodsCounterWrap {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 25px;
    }
}

@media (min-width: 1536px) {
    .goodsCounterWrap {
        margin-left: 110px;
    }
}

.goodsCounter {
    display: block;
    vertical-align: middle;
    width: 122px;
    height: 43px;
    background: #FFFFFF;
    border: 1px solid #F2F2ED;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

@media (min-width: 576px) {
    .goodsCounter {
        margin-top: 5px;
    }
}

@media (min-width: 768px) {
    .goodsCounter {
        margin-top: 0;
    }
}

.goodsCounter input {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    text-align: center;
    border: none;
    outline-style: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    color: #3B3B3B;
}

@media (min-width: 768px) {
    .goodsCounter {
        display: inline-block;
        vertical-align: 0;
        position: absolute;
        top: 66%;
        left: 29%;
    }
}

@media (min-width: 1200px) {
    .goodsCounter {
        vertical-align: middle;
        position: relative;
        top: 0;
        left: 0;
    }
}

.goodsCounterLeft {
    position: absolute;
    top: 0;
    left: 0;
    outline-style: none;
    height: 100%;
    width: 30%;
    border: none;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-color: #fff;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 33px;
    text-align: center;
    color: #828282;
}

.goodsCounterLeft span {
    position: absolute;
    top: -1px;
    left: 14px;
}

.goodsCounterLeft:hover {
    background-color: #E0E0E0;
    cursor: pointer;
}

.goodsCounterLeft:focus {
    outline-style: none;
}

.goodsCounterLeft:active {
    background-color: rgba(224, 224, 224, 0.514);
}

.goodsCounterRight {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    border: none;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #fff;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    text-align: center;
    color: #828282;
}

.goodsCounterRight:hover {
    background-color: #E0E0E0;
    cursor: pointer;
}

.goodsCounterRight:focus {
    outline-style: none;
}

.goodsCounterRight:active {
    background-color: rgba(224, 224, 224, 0.514);
}

.btnClose {
    position: relative;
    transform: rotate(-45deg);
    width: 23px;
    height: 23px;
    background: transparent;
    border: none;
    outline-style: none;
}

.btnClose:before {
    position: absolute;
    width: 23px;
    content: "";
    border-top: 2px solid #3B3B3B;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btnClose:after {
    position: absolute;
    height: 23px;
    content: "";
    border-left: 2px solid #3B3B3B;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btnClose:hover {
    cursor: pointer;
}

.btnClose:hover:before {
    border-top-color: red;
    opacity: .6;
}

.btnClose:hover:after {
    border-left-color: red;
    opacity: .6;
}

.btnClose:focus {
    outline-style: none;
}

.btnClose:active:before {
    border-top: 2px solid red;
}

.btnClose:active:after {
    border-left: 2px solid red;
}

.goodsOrderItemsWrap {
    width: 95%;
    position: relative;
}

@media (min-width: 768px) {
    .goodsOrderItemsWrap {
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .goodsOrderItemsWrap {
        margin-bottom: 0px;
    }
}

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

.goodsOrderList li {
    display: block;
    margin-bottom: 2px;
}

.goodsOrderList li:last-child {
    margin-bottom: 0;
}

.goodsOrderWrap {
    position: relative;
    /*width: 320px;*/
    width: 312px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 26px;
    padding-top: 22px;
    padding-bottom: 22px;
    background: #FFFFFF;
}

@media (min-width: 576px) {
    .goodsOrderWrap {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.goodsOrderImg {
    display: inline-block;
    vertical-align: middle;
    width: 158px;
    height: 132px;
}

@media (min-width: 768px) {
    .goodsOrderImg {
        width: 24%;
    }
}

@media (min-width: 1200px) {
    .goodsOrderImg {
        width: 158px;
    }
}

.goodsOrderText {
    display: inline-block;
    width: 90%;
    vertical-align: top;
    margin-left: 12px;
    margin-top: 5px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    font-size: 18px;
    color: #3B3B3B;
}

@media (min-width: 576px) {
    .goodsOrderText {
        width: 50%;
        margin-left: 28px;
        vertical-align: middle;
    }
}

@media (min-width: 768px) {
    .goodsOrderText {
        width: 55%;
        vertical-align: 0;
        margin-bottom: 60px;
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .goodsOrderText {
        vertical-align: middle;
        width: 23%;
        margin-bottom: 0px;
        margin-top: 0px;
    }
}

.goodsOrderPrice {
    display: inline-block;
    position: relative;
    width: 35%;
    top: 17px;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .goodsOrderPrice {
        position: absolute;
        width: 25%;
        top: 143px;
        left: 162px;
        margin-left: 55px;
        margin-bottom: 0px;
    }
}

@media (min-width: 768px) {
    .goodsOrderPrice {
        position: absolute;
        width: 27%;
        top: 130px;
        left: 278px;
        margin-left: 55px;
    }
}

@media (min-width: 1200px) {
    .goodsOrderPrice {
        position: relative;
        width: 15%;
        top: 0;
        left: 0;
        margin-left: 55px;
    }
}

@media (min-width: 1536px) {
    .goodsOrderPrice {
        margin-left: 94px;
    }
}

.goodsOrderPriceCount,
.goodsOrderPriceRub {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    font-size: 22px;
    color: #3B3B3B;
}

.goodsOrderPriceSum {
    display: block;
    margin-top: 6px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #3B3B3B;
}

.goodsOrderPriceSumCount {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #3B3B3B;
}

.goodsOrderBtn {
    display: inline-block;
    position: absolute;
    top: 60px;
    right: 36px;
    margin-left: 36px;
}

@media (min-width: 576px) {
    .goodsOrderBtn {
        position: absolute;
        top: 23px;
        right: 36px;
        margin-left: 36px;
    }
}

@media (min-width: 768px) {
    .goodsOrderBtn {
        position: absolute;
        top: 23px;
        right: 36px;
        margin-left: 36px;
    }
}

@media (min-width: 1200px) {
    .goodsOrderBtn {
        position: relative;
        vertical-align: middle;
        top: 0;
        right: 0;
        margin-left: 15px;
    }
}

@media (min-width: 1536px) {
    .goodsOrderBtn {
        margin-left: 26px;
    }
}

.orderTotalSubmitWrap {
    position: relative;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .orderTotalSubmitWrap {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0px;
        left: -17%;
    }
}

@media (min-width: 1200px) {
    .orderTotalSubmitWrap {
        left: 15%;
    }
}

.orderTotalSubmitTitle {
    margin-bottom: 30px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    font-size: 48px;
    color: #3B3B3B;
}

.orderTotalSubmitResault {
    margin-bottom: 40px;
}

.orderTotalSubmitResault p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    font-size: 22px;
    color: #3B3B3B;
}

.orderTotalSubmitResault--goodsOrdering {
    margin-bottom: 0;
}

.orderTotalSubmitBtn:focus {
    outline-style: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.orderTotalSubmitLine {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
    border: 2px solid #F2F2ED;
}

.orderTotalSubmitBonusText,
.orderTotalSubmitRegText {
    margin-bottom: 34px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #3B3B3B;
}

.orderTotalSubmitBonusText a,
.orderTotalSubmitRegText a {
    color: #3B3B3B;
    text-decoration: underline;
}

.orderTotalSubmitBonusText a:hover,
.orderTotalSubmitBonusText a:active,
.orderTotalSubmitBonusText a:focus,
.orderTotalSubmitRegText a:hover,
.orderTotalSubmitRegText a:active,
.orderTotalSubmitRegText a:focus {
    -webkit-transition: .6s;
    transition: .6s;
    color: #EBA63A;
}

.orderTotalSubmitRegText {
    margin-bottom: 27px;
}

.orderTotalSubmitBonusCurrentCount,
.orderTotalSubmitBonusAddCount {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    font-size: 19px;
    color: #3B3B3B;
}

.orderTotalSubmitBonusCurrentCount {
    margin-bottom: 25px;
}

.orderTotalSubmitBonusAddCount {
    margin-bottom: 30px;
}


/*.orderTotalSubmitBtn {
  display: none; }*/

@media (min-width: 768px) {
    .orderTotalSubmitBtn {
        display: inline-block;
    }
}

.goodsOrderingWrap {
    position: relative;
}

.goodsOrderingHeader {
    margin-bottom: 55px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 30px;
    color: #3B3B3B;
}

.goodsOrderingBonus {
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    margin-top: 44px;
}

@media (min-width: 1200px) {
    .goodsOrderingBonus {
        display: inline-block;
        width: 55%;
        margin-left: 0;
        margin-right: 0;
    }
}

.goodsOrderingBonusTitle {
    margin-bottom: 20px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 20px;
    color: #3B3B3B;
}

.goodsOrderingBonusCount {
    display: inline-block;
    margin-bottom: 36px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 30px;
    color: #EBA63A;
}

.goodsOrderingBonusLine {
    width: 130px;
    height: 5px;
    margin-bottom: 23px;
    background: #FFFFFF;
}

.goodsOrderingBonusText {
    margin-bottom: 30px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #4F4F4F;
}

.goodsOrderingBonusBtn {
    width: 90%;
    background: #FFFFFF;
    border: 1px solid #F2F2ED;
    border-radius: 12px;
    outline-style: none;
}

.goodsOrderingBonusBtn span {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

@media (min-width: 768px) {
    .goodsOrderingBonusBtn span {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1200px) {
    .goodsOrderingBonusBtn span {
        -webkit-transform: translate(-75%, -50%);
        transform: translate(-75%, -50%);
    }
}

@media (min-width: 1536px) {
    .goodsOrderingBonusBtn span {
        -webkit-transform: translate(-79%, -50%);
        transform: translate(-79%, -50%);
    }
}

.goodsOrderingBonusBtn:hover {
    outline-style: none;
    border-radius: 12px;
    border: 1px solid #dddcdc;
    background: #dddcdc;
}

.goodsOrderingBonusBtn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.goodsOrderingBonusBtn:active {
    border: 1px solid #c9c8c8;
    background: #c9c8c8;
}

.goodsOrderingSubmit {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 300px;
    right: 0%;
    vertical-align: top;
}

@media (min-width: 1200px) {
    .goodsOrderingSubmit {
        display: inline-block;
        margin-top: 44px;
        margin-left: 10px;
        width: 25%;
        right: -13%;
    }
}

.goodsOrderingSubmitBtn {
    width: 90%;
    margin-bottom: 41px;
    outline-style: none;
}

@media (min-width: 1200px) {
    .goodsOrderingSubmitBtn {
        width: 100%;
    }
}

.goodsOrderingSubmitBtn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.goodsOrderingSubmitCheck .checkbox {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
}

.goodsOrderingSubmitCheck span {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 13px;
    font-size: 10px;
    color: #828282;
}

.checkbox {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #EEEEEE;
    background: #fff;
    border-radius: 2px;
}

.checkbox:hover,
.checkbox:active,
.checkbox:focus {
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    border: 2px solid #469C3E;
}

.checkbox__inner {
    display: none;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 12px;
    height: 8px;
    border-left: 2px;
    border-bottom: 2px;
    border-top: 0px;
    border-right: 0px;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
}

.checkbox--enb {
    background: #469C3E;
    border: 2px solid #469C3E;
}

.checkbox--enb .checkbox__inner {
    display: block;
}

.pickupWrap {
    position: relative;
    width: 100%;
    background: #FFFFFF;
}

@media (min-width: 768px) {
    .pickupWrap {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .pickupWrap {
        width: 95%;
    }
}

.pickupHeader {
    padding-top: 43px;
    padding-left: 25px;
    padding-bottom: 40px;
    border-bottom: 2px solid #F2F2ED;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    font-size: 39px;
    color: #3B3B3B;
}

@media (min-width: 576px) {
    .pickupHeader {
        font-size: 48px;
    }
}

@media (min-width: 768px) {
    .pickupHeader {
        padding-left: 25px;
    }
}

@media (min-width: 1200px) {
    .pickupHeader {
        padding-left: 90px;
    }
}

.pickupInner {
    display: none;
    margin-top: 20px;
    margin-left: 25px;
    margin-bottom: 44px;
    padding-bottom: 44px;
}

@media (min-width: 768px) {
    .pickupInner {
        margin-left: 25px;
    }
}

@media (min-width: 1200px) {
    .pickupInner {
        margin-left: 90px;
    }
}

.pickupInnerLeft {
    display: block;
    position: relative;
    vertical-align: top;
    width: 45%;
}

@media (min-width: 576px) {
    .pickupInnerLeft {
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    .pickupInnerLeft {
        width: 35%;
    }
}

@media (min-width: 1536px) {
    .pickupInnerLeft {
        width: 49%;
    }
}

.pickupInnerLeft p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #4F4F4F;
}

.pickupInnerLeftImg {
    position: relative;
    width: 125px;
    height: 85px;
    margin-bottom: 16px;
    background: #F2F2F2;
    /* border: 2px solid #469C3E;*/
    border-radius: 5px;
}

.pickupInnerLeftImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pickupInnerLeftImg label {
    width: 100%;
    height: 100%;
}

.pickupInnerLeftImg label:hover,
.pickupInnerLeftImg label:active,
.pickupInnerLeftImg label:focus {
    cursor: pointer;
}

.pickupInnerLeftInput {
    visibility: hidden;
}

.pickupCount1 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #4F4F4F;
}

.pickupBackBtn {
    position: relative;
    display: block;
    margin-top: 0px;
    top: 350%;
    outline-style: none;
}

.pickupBackBtn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 340px) {
    .pickupBackBtn {
        top: 338%;
    }
}

@media (min-width: 430px) {
    .pickupBackBtn {
        top: 322%;
    }
}

@media (min-width: 576px) {
    .pickupBackBtn {
        top: 342%;
    }
}

@media (min-width: 768px) {
    .pickupBackBtn {
        display: inline-block;
        position: absolute;
        top: 342%;
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
    .pickupBackBtn {
        position: relative;
        top: 0;
        /*margin-top: 120px; */
        margin-top: 0px;
    }
}

.pickupInnerRight {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .pickupInnerRight {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .pickupInnerRight {
        margin-top: 0px;
    }
}

.pickupInnerRightItem {
    width: 90%;
    padding-top: 24px;
    padding-left: 30px;
    padding-bottom: 30px;
    margin-bottom: 56px;
    background: #F2F2F2;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .pickupInnerRightItem {
        width: 369px;
    }
}

.pickupInnerRightItem p {
    width: 90%;
    margin-bottom: 30px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #4F4F4F;
}

.pickupInnerRightItem img {
    margin-bottom: 23px;
}

.pickupTitle {
    margin-bottom: 25px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 20px;
    color: #4F4F4F;
}

.pickupCount2Title,
.pickupCount2 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    line-height: 22px;
    font-size: 16px;
    color: #4F4F4F;
}

.pickupOnwardBtn {
    position: relative;
    left: 0%;
    /*margin-top: 40px;*/
    outline-style: none;
}

.pickupOnwardBtn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 576px) {
    .pickupOnwardBtn {
        left: 20%;
        margin-top: 0px;
        top: -20px;
    }
}

@media (min-width: 768px) {
    .pickupOnwardBtn {
        left: 4%;
        top: -20px;
    }
}

@media (min-width: 1200px) {
    .pickupOnwardBtn {
        /*left: 51%; */
        left: 110%;
        top: 0;
    }
}

.pickupHeader--minimized {
    padding-top: 24px;
    padding-bottom: 35px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    font-size: 28px;
    color: #469C3E;
}

.pickupInner--minimized,
.pickupInner--maximized {
    display: block;
}

.pickupInnerLeft--minimized span {
    display: block;
    position: relative;
    top: 10px;
    margin-left: 9px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 20px;
    color: #4F4F4F;
}

@media (min-width: 576px) {
    .pickupInnerLeft--minimized span {
        display: inline-block;
        top: 0px;
    }
}

@media (min-width: 768px) {
    .pickupInnerLeft--minimized span {
        margin-left: 9px;
        top: 0;
    }
}

@media (min-width: 1200px) {
    .pickupInnerLeft--minimized span {
        margin-left: 22px;
    }
}

.pickupInnerRight--minimized {
    width: 50%;
}

.pickupInnerRight--minimized span {
    position: relative;
    top: 7px;
    right: -38%;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #469C3E;
}

@media (min-width: 576px) {
    .pickupInnerRight--minimized span {
        top: 0px;
        right: -65%;
    }
}

@media (min-width: 768px) {
    .pickupInnerRight--minimized span {
        right: -60%;
        top: -2px;
    }
}

@media (min-width: 1200px) {
    .pickupInnerRight--minimized span {
        right: -92%;
        top: 20px;
    }
}

@media (min-width: 1536px) {
    .pickupInnerRight--minimized span {
        right: -75%;
    }
}

.pickupInnerRight--minimized span:hover,
.pickupInnerRight--minimized span:focus,
.pickupInnerRight--minimized span:active {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #64BA5C;
}

.paymentWrap {
    position: relative;
    width: 100%;
    background: #FFFFFF;
}

@media (min-width: 768px) {
    .paymentWrap {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .paymentWrap {
        width: 95%;
    }
}

.paymentHeader {
    padding-top: 43px;
    padding-left: 25px;
    padding-bottom: 40px;
    border-bottom: 2px solid #F2F2ED;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    font-size: 48px;
    color: #3B3B3B;
}

@media (min-width: 768px) {
    .paymentHeader {
        padding-left: 25px;
    }
}

@media (min-width: 1200px) {
    .paymentHeader {
        padding-left: 90px;
    }
}

.paymentInner {
    display: none;
    margin-top: 20px;
    margin-left: 25px;
    margin-bottom: 44px;
    padding-bottom: 44px;
}

@media (min-width: 768px) {
    .paymentInner {
        margin-left: 25px;
    }
}

@media (min-width: 1200px) {
    .paymentInner {
        margin-left: 90px;
    }
}

.paymentInnerLeft {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 45%;
}

@media (min-width: 576px) {
    .paymentInnerLeft {
        width: 61%;
    }
}

@media (min-width: 768px) {
    .paymentInnerLeft {
        width: 61%;
    }
}

@media (min-width: 1200px) {
    .paymentInnerLeft {
        width: 35%;
    }
}

@media (min-width: 1536px) {
    .paymentInnerLeft {
        width: 49%;
    }
}

.paymentInnerLeft p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #4F4F4F;
}

.paymentInnerLeftImg {
    position: relative;
    width: 125px;
    height: 85px;
    margin-bottom: 16px;
    background: #F2F2F2;
    /*border: 2px solid #469C3E;*/
    border-radius: 5px;
}

.paymentInnerLeftImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.paymentInnerLeftImg label {
    width: 100%;
    height: 100%;
}

.paymentInnerLeftImg label:hover,
.paymentInnerLeftImg label:active,
.paymentInnerLeftImg label:focus {
    cursor: pointer;
}

.paymentInnerLeftInput {
    visibility: hidden;
}

.paymentBackBtn {
    position: absolute;
    margin-top: 0px;
    top: 294%;
    outline-style: none;
}

.paymentBackBtn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 358px) {
    .paymentBackBtn {
        top: 325%;
    }
}

@media (min-width: 377px) {
    .paymentBackBtn {
        top: 309%;
    }
}

@media (min-width: 430px) {
    .paymentBackBtn {
        top: 308%;
    }
}

@media (min-width: 576px) {
    .paymentBackBtn {
        top: 316%;
    }
}

@media (min-width: 768px) {
    .paymentBackBtn {
        top: 316%;
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
    .paymentBackBtn {
        position: relative;
        top: 0;
        margin-top: 200px;
    }
}

.paymentInnerRight {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .paymentInnerRight {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .paymentInnerRight {
        margin-top: 0px;
    }
}

.paymentInnerRightItem {
    width: 90%;
    padding-top: 24px;
    padding-left: 30px;
    padding-bottom: 3px;
    margin-top: 20px;
    margin-bottom: 55px;
    background: #F2F2F2;
    border-radius: 5px;
}

@media (min-width: 576px) {
    .paymentInnerRightItem {
        margin-top: 0px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .paymentInnerRightItem {
        width: 369px;
        margin-bottom: 55px;
    }
}

@media (min-width: 1200px) {
    .paymentInnerRightItem {
        /*margin-bottom: 120px; */
        margin-bottom: 55px;
    }
}

.paymentInnerRightItem p {
    width: 90%;
    margin-bottom: 30px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #4F4F4F;
}

.paymentInnerRightItem img {
    margin-bottom: 23px;
}

.paymentTitle {
    margin-bottom: 25px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 20px;
    color: #4F4F4F;
}

.paymentOnwardBtn {
    position: relative;
    left: 0%;
    margin-top: 40px;
    outline-style: none;
}

.paymentOnwardBtn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 576px) {
    .paymentOnwardBtn {
        left: 64%;
        margin-top: 0px;
    }
}

@media (min-width: 768px) {
    .paymentOnwardBtn {
        left: 59%;
    }
}

@media (min-width: 1200px) {
    .paymentOnwardBtn {
        left: 51%;
    }
}

.paymentHeader--minimized {
    padding-top: 24px;
    padding-bottom: 35px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    font-size: 28px;
    color: #469C3E;
}

.paymentInner--minimized,
.paymentInner--maximized {
    display: block;
}

.paymentInnerLeft--minimized span {
    display: block;
    position: relative;
    top: 12px;
    left: 0px;
    margin-left: 0px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 20px;
    color: #4F4F4F;
}

@media (min-width: 576px) {
    .paymentInnerLeft--minimized span {
        display: inline-block;
        top: 10px;
        left: 0px;
        margin-left: 30px;
    }
}

@media (min-width: 768px) {
    .paymentInnerLeft--minimized span {
        margin-left: 30px;
        top: 0;
    }
}

@media (min-width: 1200px) {
    .paymentInnerLeft--minimized span {
        margin-left: 45px;
        top: -25px;
        left: 47px;
    }
}

@media (min-width: 1536px) {
    .paymentInnerLeft--minimized span {
        top: 0;
        left: 0;
    }
}

.paymentInnerRight--minimized {
    width: 35%;
}

@media (min-width: 768px) {
    .paymentInnerRight--minimized {
        width: 35%;
    }
}

@media (min-width: 1200px) {
    .paymentInnerRight--minimized {
        width: 50%;
    }
}

.paymentInnerRight--minimized span {
    position: relative;
    top: -4px;
    right: -54%;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #469C3E;
}

@media (min-width: 576px) {
    .paymentInnerRight--minimized span {
        top: 0px;
        right: -47%;
    }
}

@media (min-width: 768px) {
    .paymentInnerRight--minimized span {
        top: -10px;
        right: -40%;
    }
}

@media (min-width: 1200px) {
    .paymentInnerRight--minimized span {
        top: 21px;
        right: -92%;
    }
}

@media (min-width: 1536px) {
    .paymentInnerRight--minimized span {
        right: -75%;
    }
}

.paymentInnerRight--minimized span:hover,
.paymentInnerRight--minimized span:focus,
.paymentInnerRight--minimized span:active {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #64BA5C;
}

.buyerWrap {
    position: relative;
    width: 100%;
    background: #FFFFFF;
}

@media (min-width: 768px) {
    .buyerWrap {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .buyerWrap {
        width: 95%;
    }
}

.buyerHeader {
    padding-top: 43px;
    padding-left: 25px;
    padding-bottom: 40px;
    border-bottom: 2px solid #F2F2ED;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    font-size: 48px;
    color: #3B3B3B;
}

@media (min-width: 768px) {
    .buyerHeader {
        padding-left: 25px;
    }
}

@media (min-width: 1200px) {
    .buyerHeader {
        padding-left: 90px;
    }
}

.buyerInner {
    display: none;
    margin-left: 15px;
    margin-bottom: 44px;
    padding-bottom: 44px;
}

@media (min-width: 576px) {
    .buyerInner {
        margin-left: 25px;
    }
}

@media (min-width: 768px) {
    .buyerInner {
        margin-left: 25px;
    }
}

@media (min-width: 1200px) {
    .buyerInner {
        margin-left: 90px;
    }
}

.buyerInnerLeft {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 94%;
}

@media (min-width: 768px) {
    .buyerInnerLeft {
        width: 94%;
    }
}

@media (min-width: 1200px) {
    .buyerInnerLeft {
        width: 70%;
    }
}

.buyerBackBtn {
    margin-top: 46px;
    outline-style: none;
}

.buyerBackBtn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.buyerOnwardBtn {
    position: relative;
    margin-top: 30px;
    left: 0%;
    outline-style: none;
}

@media (min-width: 417px) {
    .buyerOnwardBtn {
        float: right;
        margin-top: 46px;
    }
}

@media (min-width: 768px) {
    .buyerOnwardBtn {
        left: 7%;
        float: none;
    }
}

@media (min-width: 1200px) {
    .buyerOnwardBtn {
        left: 52%;
    }
}

@media (min-width: 1536px) {
    .buyerOnwardBtn {
        left: 71%;
    }
}

.buyerOnwardBtn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.buyerInputFio,
.buyerInputEmail,
.buyerInputTel {
    width: 100%;
    margin-top: 22px;
    margin-bottom: 22px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #FFFFFF;
    border: 2px solid #F2F2ED;
    border-radius: 12px;
    outline-style: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #3B3B3B;
}

.buyerInputFio::-webkit-input-placeholder,
.buyerInputEmail::-webkit-input-placeholder,
.buyerInputTel::-webkit-input-placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

.buyerInputFio:-ms-input-placeholder,
.buyerInputEmail:-ms-input-placeholder,
.buyerInputTel:-ms-input-placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

.buyerInputFio::placeholder,
.buyerInputEmail::placeholder,
.buyerInputTel::placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

.buyerInputFio:hover,
.buyerInputFio:active,
.buyerInputFio:focus,
.buyerInputEmail:hover,
.buyerInputEmail:active,
.buyerInputEmail:focus,
.buyerInputTel:hover,
.buyerInputTel:active,
.buyerInputTel:focus {
    cursor: text;
    -webkit-transition: .6s;
    transition: .6s;
    border: 2px solid #469C3E;
}

.buyerInputEmail,
.buyerInputTel {
    margin-top: 0;
}

.buyerInputTxt {
    width: 100%;
    min-height: 132px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #FFFFFF;
    border: 2px solid #F2F2ED;
    border-radius: 12px;
    outline-style: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #3B3B3B;
}

.buyerInputTxt::-webkit-input-placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

.buyerInputTxt:-ms-input-placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

.buyerInputTxt::placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

.buyerInputTxt:hover,
.buyerInputTxt:active,
.buyerInputTxt:focus {
    cursor: text;
    -webkit-transition: .6s;
    transition: .6s;
    border: 2px solid #469C3E;
}

#buyerInputTel-error {
    position: relative;
    color: #EB5757;
    top: -12px;
}

#buyerInputFio-error {
    position: relative;
    color: #EB5757;
    top: -12px;
}

.buyerHeader--minimized {
    display: inline-block;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 20px;
    border-bottom: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    font-size: 28px;
    color: #469C3E;
}

.buyerHeaderBtn {
    display: none;
    margin-top: 25px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #469C3E;
}

@media (min-width: 768px) {
    .buyerHeaderBtn {
        margin-top: 25px;
    }
}

@media (min-width: 1200px) {
    .buyerHeaderBtn {
        position: relative;
        right: -35%;
        margin-top: 0;
    }
}

@media (min-width: 1536px) {
    .buyerHeaderBtn {
        right: -52%;
    }
}

.buyerHeaderBtn:hover,
.buyerHeaderBtn:focus,
.buyerHeaderBtn:active {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #64BA5C;
}

.buyerHeaderBtn--minimized {
    display: block;
}

@media (min-width: 768px) {
    .buyerHeaderBtn--minimized {
        display: block;
    }
}

@media (min-width: 1200px) {
    .buyerHeaderBtn--minimized {
        display: inline-block;
    }
}

.buyerInner--maximized {
    display: block;
}

.buyerWrap--minimized {
    margin-bottom: 81px;
}

.lkNavWrap {
    position: relative;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .lkNavWrap {
        margin-bottom: 0px;
    }
}

.lkNavList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
@media (max-width: 500px) {
    .lkNavList {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }
}

.lkNavList li {
    height: 20px;
    margin-bottom: 20px;
}

.lkNavList li:last-child {
    margin-bottom: 0;
}

.lkNavList li a {
    position: relative;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #222222;
}

.lkNavList li a:after {
    position: absolute;
    top: 2px;
    right: 0;
    left: 50%;
    content: "";
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #E0E0E0;
    border-right: 2px solid #E0E0E0;
}

@media (min-width: 576px) {
    .lkNavList li a:after {
        right: 60%;
        left: auto;
    }
}

@media (min-width: 768px) {
    .lkNavList li a:after {
        right: 70%;
    }
}

@media (min-width: 1200px) {
    .lkNavList li a:after {
        right: 0%;
    }
}

@media (min-width: 1536px) {
    .lkNavList li a:after {
        right: 24%;
    }
}

.lkNavList li a:hover,
.lkNavList li a:active,
.lkNavList li a:focus {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 20px;
    color: #469C3E;
}

.lkNavList li a:hover:after,
.lkNavList li a:active:after,
.lkNavList li a:focus:after {
    border-top: 2px solid #469C3E;
    border-right: 2px solid #469C3E;
}

@media (max-width: 500px) {
    .lkNavList li a:after {
        content: none;
    }
}

@media (min-width: 1200px) {
    .lkNavList li a:hover,
    .lkNavList li a:active,
    .lkNavList li a:focus {
        font-size: 17px;
    }
}

@media (min-width: 1536px) {
    .lkNavList li a:hover,
    .lkNavList li a:active,
    .lkNavList li a:focus {
        font-size: 20px;
    }
}

.bonusCardWrap {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 20px;
    padding-bottom: 0px;
    background: #FFFFFF;
}

@media (min-width: 576px) {
    .bonusCardWrap {
        padding-bottom: 20px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.bonusCard--simple {
    border: 1px solid #E6E6C8;
}

.bonusCard--silver {
    border: 1px solid #E5E5E5;
}

.bonusCard--gold {
    border: 1px solid #FBDA2B;
}

.bonusCard--platinum {
    border: 1px solid #FFE4C4;
}

.bonusCardInner {
    display: table;
    width: 100%;
    height: 300px;
}

@media (min-width: 576px) {
    .bonusCardInner {
        height: 100%;
    }
}

.bonusCardInnerLeft,
.bonusCardInnerCenter,
.bonusCardInnerRight {
    display: table-cell;
}

.bonusCardInnerLeft {
    width: 20%;
    vertical-align: top;
    position: relative;
}

.bonusCardInnerLeft img {
    width: 107px;
    z-index: 2;
    position: absolute;
    top: -40px;
}

@media (min-width: 576px) {
    .bonusCardInnerLeft img {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .bonusCardInnerLeft {
        width: 20%;
    }
}

.bonusCardNum {
    position: relative;
    top: 34px;
    left: 10px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 19px;
    color: #E0E0E0;
}

@media (min-width: 576px) {
    .bonusCardNum {
        top: 134px;
        left: 15px;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .bonusCardNum {
        top: 135px;
        left: 29px;
    }
}

@media (min-width: 1200px) {
    .bonusCardNum {
        top: 108px;
        font-size: 19px;
    }
}

.bonusCardInnerCenter {
    position: relative;
    width: 20%;
    left: 0%;
    vertical-align: top;
}

@media (min-width: 576px) {
    .bonusCardInnerCenter {
        width: 1%;
        left: 0%;
    }
}

@media (min-width: 768px) {
    .bonusCardInnerCenter {
        /* left: 0; */
        width: 1%;
    }
}

@media (min-width: 1200px) {
    .bonusCardInnerCenter {
        width: 30%;
        /* left: 1%; */
    }
}

/* @media (min-width: 1536px) {
    .bonusCardInnerCenter {
        left: 3%;
    }
} */

.bonusCardInnerCenter a {
    position: absolute;
    top: 73%;
    left: -114%;
    width: 165%;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #3B3B3B;
}

@media (min-width: 576px) {
    .bonusCardInnerCenter a {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }
}

@media (min-width: 1200px) {
    .bonusCardInnerCenter a {
        top: 27px;
    }
}

.bonusCardInnerCenter a:hover,
.bonusCardInnerCenter a:active,
.bonusCardInnerCenter a:focus {
    color: #64BA5C;
    -webkit-transition: .6s;
    transition: .6s;
}

.bonusCardTitle {
    position: absolute;
    width: 160%;
    top: -4%;
    left: 15%;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 17px;
    font-size: 14px;
    color: #3B3B3B;
}

@media (min-width: 576px) {
    .bonusCardTitle {
        font-size: 14px;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }
    .bonusCardStatus{
        width: auto;
        position: inherit;
    }
}

@media (min-width: 768px) {
    .bonusCardTitle {
        font-size: 16px;
    }
}

.bonusCardStatus {
    position: absolute;
    width: 176%;
    top: 3%;
    left: 13%;
    margin-bottom: 35px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 25px;
    color: #3B3B3B;
}

@media (min-width: 576px) {
    .bonusCardStatus {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        line-height: 28px;
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    .bonusCardStatus {
        line-height: 28px;
        font-size: 30px;
    }
}


/* @media (min-width: 1200px) {
    .bonusCardStatus {
      line-height: 17px; } } */

.bonusCardSum {
    position: absolute;
    width: 280%;
    top: 87%;
    left: -214%;
    /*-webkit-transform: translate(-43%, -50%);*/
    /*transform: translate(-43%, -50%);*/
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 17px;
    font-size: 14px;
    color: #3B3B3B;
}

@media (min-width: 576px) {
    .bonusCardSum {
        position: relative;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 100%;
        top: 0;
        left: 0;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .bonusCardSum {
        font-size: 16px;
    }
}

.bonusCardSum+a {
    position: absolute;
    width: 175%;
    top: 76%;
    left: 0;
    -webkit-transform: translate(-54%, -50%);
    transform: translate(-54%, -50%);
}

@media (min-width: 576px) {
    .bonusCardSum+a {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 140%;
        top: 83%;
        left: 111%;
    }
}

@media (min-width: 768px) {
    .bonusCardSum+a {
        left: 117%;
    }
}

@media (min-width: 1200px) {
    .bonusCardSum+a {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }
}

.bonusCardInnerRight {
    position: relative;
    width: 20%;
    vertical-align: top;
    left: 0%;
}

@media (min-width: 576px) {
    .bonusCardInnerRight {
        left: 2%;
        width: 60%;
    }
}

@media (min-width: 768px) {
    .bonusCardInnerRight {
        left: 3%;
    }
}

@media (min-width: 1200px) {
    .bonusCardInnerRight {
        /*left: 2%; */
        left: 0;
    }
}

@media (min-width: 1536px) {
    .bonusCardInnerRight {
        /*left: 6%; */
        left: 0;
    }
}

.bonusCardLevels {
    position: absolute;
    width: 290%;
    top: 25%;
    left: 0%;
    -webkit-transform: translate(-73%, 0);
    transform: translate(-73%, 0);
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bonusCardLevels li {
    display: inline-block;
    /*margin-right: 180px;*/
    margin-right: 60px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 17px;
    font-size: 12px;
    color: #3B3B3B;
}

.bonusCardLevels li:first-child {
    /*margin-right: 20px; */
    margin-right: 66px;
}

@media (min-width: 576px) {
    .bonusCardLevels li:first-child {
        /*margin-right: 18px; */
        margin-right: 80px;
    }
}

@media (min-width: 768px) {
    .bonusCardLevels li:first-child {
        /*margin-right: 79px; */
        margin-right: 130px;
    }
}

@media (min-width: 1200px) {
    .bonusCardLevels li:first-child {
        margin-right: 125px;
    }
}

@media (min-width: 1536px) {
    .bonusCardLevels li:first-child {
        margin-right: 155px;
    }
}

.bonusCardLevels li:last-child {
    margin-right: 0;
}

@media (min-width: 576px) {
    .bonusCardLevelsTxt li:last-child {
        margin-left: 90px;
    }
    .bonusCardLevels li {
        /*font-size: 12px; margin-right: 160px;*/
        font-size: 12px;
        margin-right: 70px;
    }
}

@media (min-width: 768px) {
    .bonusCardLevelsTxt li:last-child {
        margin-left: 115px;
    }
}

@media (min-width: 1200px) {
    .bonusCardLevelsTxt li:last-child {
        margin-left: 90px;
    }
}

@media (min-width: 768px) {
    .bonusCardLevels li {
        font-size: 16px;
        margin-right: 93px;
    }
}

@media (min-width: 1200px) {
    .bonusCardLevelsTxt li:last-child {
        margin-left: 90px;
    }
    .bonusCardLevels li {
        /*margin-right: 180px; */
        margin-right: 93px;
    }
}

@media (min-width: 1536px) {
    .bonusCardLevelsTxt li:last-child {
        margin-left: 128px;
    }
    .bonusCardLevels li {
        margin-right: 128px;
        /*margin-right: 140px;*/
    }
}

@media (min-width: 576px) {
    .bonusCardLevels {
        position: relative;
        width: 100%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 0;
        left: 0;
    }
}

.bonusCardLevelImg {
    position: absolute;
    width: 285%;
    -webkit-transform: translate(-68%, -50%);
    transform: translate(-68%, -50%);
    top: 35%;
    left: 0;
    height: 22px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 576px) {
    .bonusCardLevelImg {
        position: relative;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 95%;
        top: 0;
        left: 0;
    }
}

@media (min-width: 768px) {
    .bonusCardLevelImg {
        width: 100%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.bonusCardLevelImg--simple {
    background-image: url("/local/templates/domovid/img/bonusCardSimple.svg");
}

.bonusCardLevelImg--silver {
    background-image: url("/local/templates/domovid/img/bonusCardSilver.svg");
}

.bonusCardLevelImg--gold {
    background-image: url("/local/templates/domovid/img/bonusCardGold.svg");
}

.bonusCardLevelImg--platinum {
    background-image: url("/local/templates/domovid/img/bonusCardPlatinum.svg");
}

.bonusCardLevelsTxt {
    position: absolute;
    width: 290%;
    top: 45%;
    left: 0;
    -webkit-transform: translate(-73%, -60%);
    transform: translate(-73%, -60%);
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bonusCardLevelsTxt li {
    display: inline-block;
    margin-right: 35px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 12px;
    color: #3B3B3B;
}

.bonusCardLevelsTxt li:last-child {
    /* margin-left: 90px;
	      margin-left: 128px;*/
    margin-right: 0;
    margin-left: 12px;
}

@media (min-width: 576px) {
    .bonusCardLevelsTxt li {
        margin-right: 47px;
    }
}

@media (min-width: 768px) {
    .bonusCardLevelsTxt li {
        margin-right: 106px;
        /*margin-right: 55px;*/
    }
}

@media (min-width: 1200px) {
    .bonusCardLevelsTxt li {
        margin-right: 100px;
    }
}

@media (min-width: 1536px) {
    .bonusCardLevelsTxt li {
        margin-right: 133px;
    }
}

@media (min-width: 576px) {
    .bonusCardLevelsTxt {
        position: relative;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 100%;
        top: 0;
        left: 0;
    }
}

.bonusCardText {
    position: absolute;
    top: 58%;
    left: 0;
    margin-top: 7px;
    width: 300%;
    -webkit-transform: translate(-71%, -50%);
    transform: translate(-71%, -50%);
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #3B3B3B;
}

@media (min-width: 576px) {
    .bonusCardText {
        position: relative;
        -webkit-transform: translate(0, 25px);
        transform: translate(0, 25px);
        width: 100%;
        top: 0;
        left: 0;
    }
}

@media (min-width: 768px) {
    .bonusCardText {
        -webkit-transform: translate(0, 60%);
        transform: translate(0, 60%);
    }
}

@media (min-width: 1200px) {
    .bonusCardText {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (min-width: 1536px) {
    .bonusCardText {
        width: 90%;
    }
}

.orderWrap {
    position: relative;
    margin-bottom: 44px;
}

.orderHeader {
    background: #F2F2ED;
    padding-top: 25px;
    padding-bottom: 27px;
    padding-left: 20px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 20px;
    color: #222222;
}

@media (min-width: 576px) {
    .orderHeader {
        padding-left: 40px;
    }
}

.orderInner {
    padding-left: 20px;
    padding-bottom: 29px;
    background: #FFFFFF;
    border-bottom: 2px solid #F2F2ED;
}

.orderInner p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #222222;
}

@media (min-width: 576px) {
    .orderInner {
        padding-left: 40px;
    }
}

.orderInnerPayment {
    position: relative;
    padding-top: 39px;
}

.orderInnerPaymentTitle,
.orderInnerPickupTitle {
    position: relative;
    z-index: 2;
    background-color: #fff;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #222222;
}

.orderInnerPaymentLine,
.orderInnerPickupLine {
    width: 95%;
    position: relative;
    top: -12px;
    left: 0;
    border-top: 2px solid #F2F2ED;
    margin-bottom: 30px;
}

.orderInnerPickup {
    margin-top: 40px;
}

.orderInnerPickupStatus {
    margin-top: 25px;
    margin-bottom: 25px;
}

.orderFooter {
    position: relative;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 40px;
    background-color: #fff;
}

.orderFooterDetail,
.orderFooterRepeat,
.orderFooterCancel {
    display: block;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #469C3E;
}

.orderFooterDetail:hover,
.orderFooterDetail:active,
.orderFooterDetail:focus,
.orderFooterRepeat:hover,
.orderFooterRepeat:active,
.orderFooterRepeat:focus,
.orderFooterCancel:hover,
.orderFooterCancel:active,
.orderFooterCancel:focus {
    -webkit-transition: .6s;
    transition: .6s;
    color: #EBA63A;
}

@media (min-width: 576px) {
    .orderFooterDetail,
    .orderFooterRepeat,
    .orderFooterCancel {
        display: inline-block;
    }
}

.orderFooterDetail {
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .orderFooterDetail {
        margin-bottom: 0px;
    }
}

.orderFooterRepeat {
    position: relative;
    right: 0;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .orderFooterRepeat {
        right: -6%;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .orderFooterRepeat {
        right: -29%;
    }
}

@media (min-width: 1200px) {
    .orderFooterRepeat {
        right: -39%;
    }
}

@media (min-width: 1536px) {
    .orderFooterRepeat {
        right: -47%;
    }
}

.orderFooterCancel {
    position: relative;
    right: 0;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .orderFooterCancel {
        right: -11%;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .orderFooterCancel {
        right: -34%;
    }
}

@media (min-width: 1200px) {
    .orderFooterCancel {
        right: -44%;
    }
}

@media (min-width: 1536px) {
    .orderFooterCancel {
        right: -51%;
    }
}

.orderInnerPickupStatusLabel {
    display: inline-block;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #F2F2ED;
    border-radius: 14px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    color: #3B3B3B;
}

.orderDetailWrap {
    position: relative;
    background: #FFFFFF;
}

.orderDetailInner {
    padding-top: 45px;
    padding-left: 19px;
    padding-bottom: 35px;
}

.orderDetailInner p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #222222;
}

@media (min-width: 576px) {
    .orderDetailInner {
        padding-left: 40px;
    }
}

.orderDetailInnerInfo,
.orderDetailInnerParam,
.orderDetailInnerPickup,
.orderDetailInnerGoods {
    position: relative;
}

.orderDetailInnerInfoTitle,
.orderDetailInnerParamTitle,
.orderDetailInnerPickupTitle,
.orderDetailInnerGoodsTitle {
    position: relative;
    z-index: 2;
    background-color: #fff;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #222222;
}

.orderDetailInnerInfoLine,
.orderDetailInnerParamLine,
.orderDetailInnerPickupLine,
.orderDetailInnerGoodsLine {
    width: 95%;
    position: relative;
    top: -12px;
    left: 0;
    border-top: 2px solid #F2F2ED;
    margin-bottom: 30px;
}

.orderDetailInnerTabel {
    display: table;
    margin-bottom: 150px;
    position: relative;
}

@media (min-width: 576px) {
    .orderDetailInnerTabel {
        margin-bottom: 47px;
    }
}

.orderDetailInnerInfoLeft,
.orderDetailInnerInfoRight {
    display: table-cell;
}

.orderDetailInnerInfoLeft {
    width: 55%;
}

.orderDetailInnerInfoRight {
    width: 100%;
}

p.orderDetailInnerInfoStatus {
    color: #64BA5C;
}

.orderDetailRepeatBtn {
    position: absolute;
    top: 85px;
    left: 0;
    margin-top: 18px;
}

@media (min-width: 576px) {
    .orderDetailRepeatBtn {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 45px;
    }
}

.orderDetailCancelBtn {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 36px;
    -webkit-transform: translate(-6%, 271%);
    transform: translate(-6%, 271%);
    background: transparent;
}

@media (min-width: 576px) {
    .orderDetailCancelBtn {
        position: relative;
        margin-top: 36px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: -11px;
        left: -24px;
    }
}

@media (min-width: 768px) {
    .orderDetailCancelBtn {
        margin-top: 58px;
    }
}

.orderDetailCancelBtn span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #222222;
}

.orderDetailCancelBtn:hover,
.orderDetailCancelBtn:active {
    background: transparent;
    cursor: pointer;
}

.orderDetailCancelBtn:hover span,
.orderDetailCancelBtn:active span {
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.orderDetailInnerParamTable {
    margin-bottom: 60px;
}

.orderDetailInnerParamLeft {
    width: 20%;
    text-align: left;
    vertical-align: top;
}

@media (min-width: 576px) {
    .orderDetailInnerParamLeft {
        width: 17%;
    }
}

.orderDetailInnerParamRight {
    width: 100%;
    padding-bottom: 25px;
    text-align: left;
    vertical-align: top;
}

.orderDetailInnerParamRight p {
    margin-bottom: 5px;
}

.orderDetailInnerPickupTable {
    margin-bottom: 10px;
}

.orderDetailInnerPickupLeft {
    width: 20%;
    text-align: left;
    vertical-align: top;
}

@media (min-width: 576px) {
    .orderDetailInnerPickupLeft {
        width: 12%;
    }
}

.orderDetailInnerPickupRight {
    width: 100%;
    padding-bottom: 25px;
    text-align: left;
    vertical-align: top;
}

.orderDetailInnerPickupRight p {
    margin-bottom: 5px;
}

.orderDetailInnerGoodsTable {
    width: 88%;
    margin-top: 45px;
}

.orderDetailInnerGoodsTable td {
    padding-bottom: 50px;
}

.orderDetailInnerGoodsTableImg {
    width: 40%;
    vertical-align: middle;
}

@media (min-width: 576px) {
    .orderDetailInnerGoodsTableImg {
        width: 10%;
    }
}

.orderDetailInnerGoodsTableTxt {
    vertical-align: middle;
    width: 60%;
}

.orderDetailInnerGoodsTableTxt span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    font-size: 14px;
    color: #3B3B3B;
}

@media (min-width: 576px) {
    .orderDetailInnerGoodsTableTxt span {
        font-size: 18px;
    }
}

@media (min-width: 576px) {
    .orderDetailInnerGoodsTableTxt {
        width: 15%;
    }
}

@media (min-width: 768px) {
    .orderDetailInnerGoodsTableTxt {
        width: 20%;
    }
}

.orderDetailInnerGoodsTableCol {
    vertical-align: middle;
    text-align: right;
    width: 10%;
}

.orderDetailInnerGoodsTableCol p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    font-size: 14px;
    color: #3B3B3B;
}

@media (min-width: 576px) {
    .orderDetailInnerGoodsTableCol p {
        font-size: 22px;
    }
}

@media (min-width: 576px) {
    .orderDetailInnerGoodsTableCol {
        width: 10%;
    }
}

@media (min-width: 768px) {
    .orderDetailInnerGoodsTableCol {
        width: 9%;
    }
}

@media (min-width: 1200px) {
    .orderDetailInnerGoodsTableCol {
        width: 20%;
    }
}

.orderDetailInnerGoodsTableSum {
    vertical-align: middle;
    text-align: right;
    width: 10%;
}

.orderDetailInnerGoodsTableSum p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    font-size: 14px;
    color: #3B3B3B;
}

@media (min-width: 576px) {
    .orderDetailInnerGoodsTableSum p {
        font-size: 22px;
    }
}

@media (min-width: 576px) {
    .orderDetailInnerGoodsTableSum {
        width: 10%;
    }
}

@media (min-width: 768px) {
    .orderDetailInnerGoodsTableSum {
        width: 13%;
    }
}

@media (min-width: 1200px) {
    .orderDetailInnerGoodsTableSum {
        width: 20%;
    }
}

.orderDetailFooter {
    position: relative;
    background: #F2F2ED;
    padding-top: 40px;
    padding-bottom: 40px;
}

.orderDetailFooter p {
    position: relative;
    top: 0;
    right: 10%;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    font-size: 18px;
    text-align: right;
    color: #3B3B3B;
}

@media (min-width: 576px) {
    .orderDetailFooter p {
        font-size: 22px;
    }
}

.personalWrap {
    position: relative;
    margin-top: 40px;
}

.personalHeader {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    font-size: 28px;
    color: #222222;
}

.personalForm {
    margin-top: 45px;
}

.personalForm input {
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 22px;
    outline-style: none;
    background: #FFFFFF;
    border: 2px solid #469C3E;
    border-radius: 12px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #3B3B3B;
}

@media (min-width: 768px) {
    .personalForm input {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .personalForm input {
        width: 48%;
    }
}

.personalForm input:hover {
    cursor: text;
    border-color: #64BA5C;
    -webkit-transition: .6s;
    transition: .6s;
}

.personalTypeCard,
.personalIssued,
.personalIssuedDate {
    margin-bottom: 24px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #222222;
}

.personalFormPassTitle {
    margin-top: 47px;
    margin-bottom: 41px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    font-size: 28px;
    color: #222222;
}

input.personalFormNewPass,
input.personalFormRepeatPass {
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #F2F2ED;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #3B3B3B;
}

input.personalFormNewPass::-webkit-input-placeholder,
input.personalFormRepeatPass::-webkit-input-placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

input.personalFormNewPass:-ms-input-placeholder,
input.personalFormRepeatPass:-ms-input-placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

input.personalFormNewPass::placeholder,
input.personalFormRepeatPass::placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

.personalFormPassPolicy {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    margin-left: 19px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #222222;
}

@media (min-width: 768px) {
    .personalFormPassPolicy {
        margin-left: 19px;
    }
}

@media (min-width: 1200px) {
    .personalFormPassPolicy {
        width: 46%;
        margin-left: 41px;
        margin-bottom: 0px;
        top: 12px;
    }
}

@media (min-width: 1536px) {
    .personalFormPassPolicy {
        width: 41%;
        top: 0;
    }
}

.personalFormBtnWrap {
    position: relative;
    margin-top: 44px;
    width: 100%;
}

@media (min-width: 576px) {
    .personalFormBtnWrap {
        width: 48%;
    }
}

input.personalFormSubmit {
    display: block;
    width: 181px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #469C3E;
    border-radius: 5px;
    outline-style: none;
    border: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    line-height: 15px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

@media (min-width: 576px) {
    input.personalFormSubmit {
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
    }
}

input.personalFormSubmit:hover {
    background: #64BA5C;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    color: #FFFFFF;
}

input.personalFormSubmit:active {
    background: #287E20;
    border-radius: 5px;
}

input.personalFormSubmit:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input.personalFormReset {
    display: block;
    width: 110px;
    border: none;
    background-color: transparent;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #222222;
}

@media (min-width: 576px) {
    input.personalFormReset {
        margin-right: 0;
        margin-left: 0;
        display: inline-block;
    }
}

@media (min-width: 768px) {
    input.personalFormReset {
        margin-left: 40px;
    }
}

input.personalFormReset:hover,
input.personalFormReset:active,
input.personalFormReset:focus {
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    color: #64BA5C;
}

.bonusProgLeftInner p {
    margin: 0;
    padding: 0;
    /* margin-bottom: 72px; */
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #4F4F4F;
}

.bonusProgBlock {
    position: relative;
}

.bonusProgBlockList1 {
    list-style-type: none;
    counter-reset: item1;
    margin: 0;
    padding: 0;
}

.bonusProgBlockList1 li {
    display: table;
}

.bonusProgBlockList1 li:before {
    counter-increment: item1;
    content: counter(item1) ". ";
    display: table-cell;
    padding-right: 0.6em;
}

.bonusProgBlockList1>li {
    margin-bottom: 70px;
}

.bonusProgBlockList1>li:nth-last-child(1) {
    margin-bottom: 0;
}

li.bonusProgBlockList1Title span {
    display: block;
    margin-bottom: 44px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 20px;
    color: #4F4F4F;
}

li.bonusProgBlockList1Title:before {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 20px;
    color: #4F4F4F;
}

.bonusProgBlockList2 {
    list-style-type: none;
    counter-reset: item2;
    margin: 0;
    padding: 0;
}

.bonusProgBlockList2 li {
    position: relative;
    left: -29px;
    display: table;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #4F4F4F;
}

.bonusProgBlockList2 li:before {
    counter-increment: item2;
    content: counter(item1) "." counter(item2) ". ";
    display: table-cell;
    padding-right: 1.6em;
}

.bonusProgBlockTable {
    position: relative;
    left: -56px;
    width: 110%;
    margin-top: 50px;
    margin-bottom: 45px;
}

.bonusProgBlockTable thead {
    width: 40%;
    background: #F2F2ED;
    border-radius: 0px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    line-height: 23px;
    font-size: 16px;
    color: #4F4F4F;
}

.bonusProgBlockTable th {
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.bonusProgBlockTable tr {
    border-bottom: 2px solid #F2F2ED;
}

.bonusProgBlockTable td {
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #4F4F4F;
}

.bonusProgBlockAside {
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .bonusProgBlockAside {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .bonusProgBlockAside {
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .bonusProgBlockAside {
        margin-bottom: 0px;
    }
}

.bonusProgNavList {
    position: relative;
    left: 20%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 1200px) {
    .bonusProgNavList {
        left: 20%;
    }
}

.bonusProgNavList li {
    height: 20px;
    margin-bottom: 20px;
}

.bonusProgNavList li:last-child {
    margin-bottom: 0;
}

.bonusProgNavList li a {
    position: relative;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #222222;
}

.bonusProgNavList li a:after {
    position: absolute;
    top: 2px;
    left: -15%;
    content: "";
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    border-top: 2px solid #E0E0E0;
    border-right: 2px solid #E0E0E0;
}

.bonusProgNavList li a:hover,
.bonusProgNavList li a:active,
.bonusProgNavList li a:focus {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 16px;
    color: #469C3E;
}

.bonusProgNavList li a:hover:after,
.bonusProgNavList li a:active:after,
.bonusProgNavList li a:focus:after {
    border-top: 2px solid #469C3E;
    border-right: 2px solid #469C3E;
}

@media (min-width: 768px) {
    .bonusProgNavList li a:hover,
    .bonusProgNavList li a:active,
    .bonusProgNavList li a:focus {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .bonusProgNavList li a:hover,
    .bonusProgNavList li a:active,
    .bonusProgNavList li a:focus {
        font-size: 20px;
    }
}

.bonusActivateLeftInner {
    position: relative;
    margin-top: 50px;
}

@media (min-width: 576px) {
    .bonusActivateLeftInner {
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    .bonusActivateLeftInner {
        margin-top: 0px;
    }
}

.bonusActivateForm {
    padding-top: 44px;
    padding-left: 35px;
    padding-bottom: 74px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

@media (min-width: 576px) {
    .bonusActivateForm {
        padding-left: 54px;
    }
}

.bonusActivateForm input {
    display: block;
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 22px;
    outline-style: none;
    background: #FFFFFF;
    border: 2px solid #469C3E;
    border-radius: 12px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #3B3B3B;
}

.bonusActivateForm input:hover {
    cursor: text;
    border-color: #64BA5C;
    -webkit-transition: .6s;
    transition: .6s;
}

@media (min-width: 768px) {
    .bonusActivateForm input {
        width: 85%;
    }
}

@media (min-width: 1200px) {
    .bonusActivateForm input {
        width: 65%;
    }
}

.bonusActivateImg {
    display: none;
    position: absolute;
    bottom: 0;
    right: -16%;
}

@media (min-width: 768px) {
    .bonusActivateImg {
        display: block;
        right: -50%;
    }
}

@media (min-width: 1200px) {
    .bonusActivateImg {
        right: -16%;
    }
}

.bonusActivateFormTitle {
    margin-bottom: 35px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    font-size: 28px;
    color: #3B3B3B;
}

.bonusActivateFormBtnWrap {
    position: relative;
    margin-top: 44px;
    width: 48%;
}

input.bonusActivateFormTel,
input.bonusActivateFormNum {
    background: #FFFFFF;
    border: 1px solid #F2F2ED;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #3B3B3B;
}

input.bonusActivateFormTel::-webkit-input-placeholder,
input.bonusActivateFormNum::-webkit-input-placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

input.bonusActivateFormTel:-ms-input-placeholder,
input.bonusActivateFormNum:-ms-input-placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

input.bonusActivateFormTel::placeholder,
input.bonusActivateFormNum::placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

.activate_card_my {
    padding: 10px 20px !important;
    display: inline-block !important;
    margin-bottom: 20px !important;
    width: auto !important;
    line-height: 22px !important;
}

input.bonusActivateFormSubmit,
.activate_card_my {
    margin-bottom: 0;
    width: 181px;
    height: 44px;
    position: relative;
    background: #469C3E;
    border-radius: 5px;
    outline-style: none;
    border: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    line-height: 15px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

input.bonusActivateFormSubmit:hover,
.activate_card_my:hover {
    background: #64BA5C;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    color: #FFFFFF;
}

input.bonusActivateFormSubmit:active,
.activate_card_my:active {
    background: #287E20;
    border-radius: 5px;
}

input.bonusActivateFormSubmit:focus,
.activate_card_my:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.newsPageBlockInner {
    position: relative;
}

.newsPageBlockInner:nth-last-child(1) {
    margin-bottom: 0;
}

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

.newsPageBlock a {
    text-decoration: none;
}

.newsPageBlock a:hover .newsPageBlockTitle,
.newsPageBlock a:active .newsPageBlockTitle,
.newsPageBlock a:focus .newsPageBlockTitle {
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

.newsPageBlockWrap {
    display: block;
    position: relative;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
}

@media (min-width: 576px) {
    .newsPageBlockWrap {
        display: inline-block;
        width: 42%;
        margin-right: 32px;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .newsPageBlockWrap {
        margin-right: 45px;
    }
}

@media (min-width: 1200px) {
    .newsPageBlockWrap {
        margin-right: 70px;
    }
}

@media (min-width: 1536px) {
    .newsPageBlockWrap {
        margin-right: 90px;
    }
}

.newsPageBlockWrap--detail {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
}

.newsPageBlockTitle {
    margin: 0;
    padding: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 20px;
    color: #3B3B3B;
}

.newsPageBlockTxt {
    margin-bottom: 17px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #3B3B3B;
}

.newsPageBlockTxt--detail {
    margin-right: 0px;
    margin-bottom: 0px;
}

.newsPageBlockTxt--detail iframe {
    width: 100%;
}

@media (min-width: 768px) {
    .newsPageBlockTxt--detail iframe {
        width: 640px;
        height: 360px;
    }
}

.newsPageBlockDate {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #E0E0E0;
}

.articlesBlockInner {
    position: relative;
}

.articlesBlockWrap {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

@media (min-width: 576px) {
    .articlesBlockWrap {
        margin-right: 35px;
        margin-left: 0;
    }
}

.articlesBlock {
    vertical-align: top;
    display: block;
    min-width: 196px;
    width: 100%;
}

.articlesBlock a {
    text-decoration: none;
}

.articlesBlock a:hover .articlesBlockImg,
.articlesBlock a:active .articlesBlockImg,
.articlesBlock a:focus .articlesBlockImg {
    -webkit-transition: .6s;
    transition: .6s;
    opacity: .6;
}

.articlesBlock a:hover .articlesBlockTitle,
.articlesBlock a:active .articlesBlockTitle,
.articlesBlock a:focus .articlesBlockTitle {
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
}

@media (min-width: 576px) {
    .articlesBlock {
        display: inline-block;
    }
}

.articlesBlockWrap--detail {
    width: 100%;
}

.articlesBlockImg {
    width: 100%;
    min-height: 154px;
    margin-bottom: 22px;
}

.articlesBlockTitle {
    margin-bottom: 20px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 20px;
    color: #3B3B3B;
}

.articlesBlockTxt {
    margin-bottom: 27px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #3B3B3B;
}

.articlesBlockDate {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #E0E0E0;
}

.discountsInner {
    position: relative;
    margin-top: 70px;
    margin-bottom: 0px;
}

.discountsWrap {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .discountsWrap {
        margin-right: 47px;
    }
}

.discounts {
    display: block;
    vertical-align: top;
    width: 270px;
    height: 370px;
    margin-left: auto;
    margin-right: auto;
}

.discounts a {
    text-decoration: none;
}

.discounts a:hover .discountsImg,
.discounts a:active .discountsImg,
.discounts a:focus .discountsImg {
    -webkit-transition: .6s;
    transition: .6s;
    opacity: .6;
}

.discounts a:hover .discountsDate,
.discounts a:active .discountsDate,
.discounts a:focus .discountsDate {
    -webkit-transition: .6s;
    transition: .6s;
    color: #64BA5C;
}

@media (min-width: 768px) {
    .discounts {
        display: inline-block;
        margin-right: 26px;
        margin-left: 0;
    }
}

.discountsImg {
    margin-bottom: 20px;
}

.discountsDate {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #E0E0E0;
}

.discountsSlider {
    position: relative;
    display: block;
    margin-bottom: 45px;
    width: 100%;
}

.discountsSliderItem {
    min-width: 100%;
    max-width: 1280px;
    margin: auto;
    /*width: 100%;*/
    /*height: 352px; */
    height: auto;
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */


/*
 * 	Default theme - Owl Carousel CSS File
 */

.discountsSlider-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.discountsSlider-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.discountsSlider-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.discountsSlider-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.discountsSlider-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.discountsSlider-theme .owl-dots {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 500%);
    transform: translate(-50%, 500%);
    -webkit-tap-highlight-color: transparent;
}

.discountsSlider-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    outline-style: none;
}

.discountsSlider-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.discountsSlider-theme .owl-dots .owl-dot.active span,
.discountsSlider-theme .owl-dots .owl-dot:hover span {
    background: #EBA63A;
}

.feedbackInner {
    position: relative;
}

.feedbackForm input {
    /* display: block;
    width: 100%; */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    outline-style: none;
    background: #FFFFFF;
    border: 2px solid #469C3E;
    border-radius: 12px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #3B3B3B;
}

.feedbackForm input:hover {
    cursor: text;
    border-color: #64BA5C;
    -webkit-transition: .6s;
    transition: .6s;
}

.feedbackForm span {
    position: relative;
    top: -3px;
    margin-left: 11px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #333333;
}

.feedbackFormSubject,
.feedbackFormName,
.feedbackFormEmail,
.feedbackFormTel {
    margin-bottom: 24px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #222222;
}

input.feedbackFormSubject,
input.feedbackFormName,
input.feedbackFormEmail,
input.feedbackFormTel {
    display: block;
    background: #FFFFFF;
    border: 1px solid #F2F2ED;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #3B3B3B;
}

input.feedbackFormSubject::-webkit-input-placeholder,
input.feedbackFormName::-webkit-input-placeholder,
input.feedbackFormEmail::-webkit-input-placeholder,
input.feedbackFormTel::-webkit-input-placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

input.feedbackFormSubject:-ms-input-placeholder,
input.feedbackFormName:-ms-input-placeholder,
input.feedbackFormEmail:-ms-input-placeholder,
input.feedbackFormTel:-ms-input-placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

input.feedbackFormSubject::placeholder,
input.feedbackFormName::placeholder,
input.feedbackFormEmail::placeholder,
input.feedbackFormTel::placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #828282;
}

.feedbackFormComment {
    display: block;
    width: 100%;
    min-height: 132px;
    outline-style: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    margin-bottom: 22px;
    background: #FFFFFF;
    border: 1px solid #F2F2ED;
    border-radius: 12px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #3B3B3B;
}

.feedbackFormComment:hover {
    cursor: text;
    border-color: #64BA5C;
    -webkit-transition: .6s;
    transition: .6s;
}

.feedbackFormBtnWrap {
    position: relative;
    margin-top: 44px;
    width: 100%;
}

input.feedbackFormSubmit {
    display: block;
    width: 181px;
    height: 44px;
    position: relative;
    background: #469C3E;
    border-radius: 5px;
    outline-style: none;
    border: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    line-height: 15px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

input.feedbackFormSubmit:hover {
    background: #64BA5C;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    color: #FFFFFF;
}

input.feedbackFormSubmit:active {
    background: #287E20;
    border-radius: 5px;
}

input.feedbackFormSubmit:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

label#subject-error,
label#name-error,
label#email-error {
    position: relative;
    top: 0;
    top: -12px;
    left: 20px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #DB4437;
}

.mf-captcha--myfix {
    margin-top: 20px;
}

.mf-text-captcha--myfix {
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 16px;
    color: #333333;
}

.newsBlockWrap {
    display: block;
    width: 300px;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .newsBlockWrap {
        width: 290px;
    }
}

@media (min-width: 768px) {
    .newsBlockWrap {
        display: inline-block;
        width: 290px;
        margin-left: 0px;
        margin-right: 5px;
    }
}

@media (min-width: 1200px) {
    .newsBlockWrap {
        width: 325px;
    }
}

@media (min-width: 1536px) {
    .newsBlockWrap {
        width: 418px;
    }
}

.bonusCardProgress {
    position: absolute;
    width: 290%;
    -webkit-transform: translate(-75%, -50%);
    transform: translate(-75%, -50%);
    top: 35%;
    left: 0;
    /*height: 22px;*/
    margin: 10px 0 5px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 576px) {
    .bonusCardProgress {
        position: relative;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 92%;
        top: 0;
        left: 0;
    }
}

@media (min-width: 768px) {
    .bonusCardProgress {
        width: 90%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (min-width: 1200px) {
    .bonusCardProgress {
        width: 94%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (min-width: 1536px) {
    .bonusCardProgress {
        /*width: 83%;*/
        width: 95%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.bonusCardProgress .proggressCount {
    position: absolute;
    top: 0px;
    right: 10px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 9px;
    color: #3B3B3B;
}

.bonusCardProgress--simple .progressbar {
    box-shadow: none !important;
    /*background-color: #f9f9f4 !important; */
    background-color: #efefef !important;
}

.bonusCardProgress--simple .progressbar .proggress {
    position: relative !important;
    /*background: linear-gradient(90deg, #fefefe 0%, #e2e2c2 100%) !important;*/
    /*background: linear-gradient(90deg, #fefefe 0%, #469c3e 100%) !important;*/
    background: #469c3e!important;
    background: linear-gradient(0deg, #92db3b 0%, #ace06e3b 100%) !important;
}

.bonusCardProgress--silver .progressbar {
    box-shadow: none !important;
    background-color: #f9f9f4 !important;
}

.bonusCardProgress--silver .progressbar .proggress {
    position: relative !important;
    background: linear-gradient(90deg, #fefefe 0%, #e5e5e5 100%) !important;
}

.bonusCardProgress--gold .progressbar {
    box-shadow: none !important;
    background-color: #f9f9f4 !important;
}

.bonusCardProgress--gold .progressbar .proggress {
    position: relative !important;
    background: linear-gradient(90deg, #fefefe 0%, #fcd82c 100%) !important;
}

.bonusCardProgress--platinum .progressbar {
    box-shadow: none !important;
    background-color: #f9f9f4 !important;
}

.bonusCardProgress--platinum .progressbar .proggress {
    position: relative !important;
    background: linear-gradient(90deg, #fefefe 0%, #ffe3c4 100%) !important;
}


/*# sourceMappingURL=main.css.map */

.orderDetailInnerPickupLeft,
.orderDetailInnerParamLeft {
    padding-right: 20px;
}

.modalAddBasket {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    background-color: rgba(99, 99, 99, 0.5);
    text-align: center;
}

.modalAddBasket-inner {
    width: 300px;
    height: 395px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.modalAddBasket-inner a {
    display: inline-block;
    text-decoration: none;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .modalAddBasket-inner a {
        margin-right: 20px;
        margin-bottom: 0px;
    }
}

@media (min-width: 576px) {
    .modalAddBasket-inner {
        width: 560px;
    }
}

@media (min-width: 768px) {
    .modalAddBasket-inner {
        width: 620px;
    }
}

.modalAddBasket__closeBtn {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 20px;
    right: 20px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modalAddBasket__closeBtn span {
    position: relative;
    top: -9px;
    left: 1px;
    /*color: #F2F2ED;*/
    color: #959595;
    font-family: 'Roboto';
    font-style: normal;
    line-height: normal;
    font-size: 45px;
    letter-spacing: 0.05em;
}

.modalAddBasket__closeBtn span:hover,
.modalAddBasket__closeBtn span:active,
.modalAddBasket__closeBtn span:focus {
    color: red;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.modalAddBasket__header {
    width: 288px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 50px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 49px;
    font-size: 35px;
    text-align: center;
    color: #3B3B3B;
}

@media (min-width: 576px) {
    .modalAddBasket__header {
        font-size: 48px;
        width: 365px;
        margin-bottom: 87px;
    }
}

.modalAddBasket-btn {
    width: 210px;
}

.modalAddBasketCatalog-btn {
    width: 210px;
}

.showAuthModal {
    display: none;
    margin-top: 44px;
}

@media all and (max-width: 576px) {
    .bonusCardSum{
        margin-top: 7px;
    }
    .video_block_item{
        width: 100%;
    }
    .video_block_item iframe{
        width: 100%;
    }
}

.orderHistoryTitle {
    margin-bottom: 20px;
}

.bonusCardProgress .proggressCount {
    display: none;
}

/* фикс оформления заказа */

.paymentWrap {}

@media (min-width: 1200px) {
    .paymentWrap {
        width: 90%;
        left: 9%;
    }
}

.paymentHeader {
    /*padding-top: 30px;*/
    padding-top: 15px;
    padding-left: 25px;
    /*padding-bottom: 30px;*/
    padding-bottom: 15px;
    border-bottom: 2px solid #F2F2ED;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    font-size: 35px;
    color: #3B3B3B;
}

@media (min-width: 1200px) {
    .paymentHeader {
        padding-left: 7%;
        font-size: 40px;
    }
}

.paymentInner {
    margin-top: 20px;
    margin-left: 25px;
    margin-bottom: 44px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .paymentInner {
        margin-left: 25px;
    }
}

@media (min-width: 1200px) {
    .paymentInner {
        margin-left: 0;
    }
}

.paymentInnerLeftImg .dds_pay .active {
    position: relative;
    top: 0;
    left: 21%;
}

.paymentInnerLeftImg {
    left: 0;
}

@media (min-width: 576px) {
    .paymentInnerLeftImg {
        left: 21%;
    }
}

.paymentInnerLeft p {
    position: relative;
    top: 0;
    left: 0;
    width: 70%;
}

@media (min-width: 576px) {
    .paymentInnerLeft p {
        left: 21%;
    }
}

.paymentInnerLeft {
    width: 53%;
}

@media (min-width: 576px) {
    .paymentInnerLeft {
        width: 35%;
    }
}

@media (min-width: 1536px) {
    .paymentInnerLeft {
        width: 35%;
    }
}

div.paymentInner--minimized {
    position: relative;
}

div.paymentInnerLeft--minimized {
    display: table;
    width: 270px;
    left: 0%;
}

@media (min-width: 576px) {
    div.paymentInnerLeft--minimized {
        /*width: 95%;*/
    }
}

@media (min-width: 768px) {
    div.paymentInnerLeft--minimized {
        width: 60%;
        left: 0%;
    }
}

@media (min-width: 1200px) {
    div.paymentInnerLeft--minimized {
        width: 35%;
        left: 7%;
    }
}

div.paymentInnerLeft--minimized img {
    display: table-cell;
    vertical-align: middle;
}

div.paymentInnerLeft--minimized span {
    display: table-cell;
    vertical-align: middle;
    margin-left: 0;
    top: 0;
    left: 0;
}

div.paymentInnerRight--minimized {
    display: block;
    position: relative;
    margin-top: 20px;
    right: 0;
}

@media (min-width: 576px) {
    div.paymentInnerRight--minimized {
        position: absolute;
        width: 0;
        top: 36%;
        transform: translate(0%, -50%);
        margin-top: 0;
        right: 22%;
    }
}

@media (min-width: 768px) {
    div.paymentInnerRight--minimized {
        right: 26%;
    }
}

@media (min-width: 1200px) {
    div.paymentInnerRight--minimized {
        right: 18%;
    }
}

div.paymentInnerRight--minimized span {
    top: 0;
    right: 0;
}

.paymentInnerRight {
    width: 95%;
}

@media (min-width: 576px) {
    .paymentInnerRight {
        width: 95%;
    }
}

@media (min-width: 768px) {
    .paymentInnerRight {
        width: 95%;
    }
}

@media (min-width: 1200px) {
    .paymentInnerRight {
        width: 63%;
    }
}

.paymentInnerRightItem {
    width: 95%;
    padding-top: 15px;
}

@media (min-width: 576px) {
    .paymentInnerRightItem {
        width: 470px;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .paymentInnerRightItem {
        width: 400px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .paymentInnerRightItem {
        width: 430px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1536px) {
    .paymentInnerRightItem {
        margin-bottom: 30px;
        width: 545px;
    }
}

.paymentInnerRightItem p {
    margin-bottom: 15px;
}

.paymentTitle {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .paymentOnwardBtn {
        left: 61%;
    }
}

@media (min-width: 768px) {
    .paymentOnwardBtn {
        left: 54%;
    }
}

@media (min-width: 1200px) {
    .paymentOnwardBtn {
        left: 53%;
    }
}

@media (min-width: 1536px) {
    .paymentOnwardBtn {
        left: 60%;
    }
}


/*--------------*/

.pickupWrap {}

@media (min-width: 1200px) {
    .pickupWrap {
        width: 90%;
        left: 9%;
    }
}

.pickupHeader {
    padding-top: 15px;
    padding-left: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #F2F2ED;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    font-size: 35px;
    color: #3B3B3B;
}

@media (min-width: 1200px) {
    .pickupHeader {
        padding-left: 7%;
        font-size: 40px;
    }
}

.pickupInner {
    margin-top: 20px;
    margin-left: 25px;
    margin-bottom: 44px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .pickupInner {
        margin-left: 25px;
    }
}

@media (min-width: 1200px) {
    .pickupInner {
        margin-left: 0;
    }
}

.pickupInnerLeftImg .dds_pay .active {
    position: relative;
    top: 0;
    left: 21%;
}

.pickupInnerLeftImg {
    left: 0;
}

@media (min-width: 576px) {
    .pickupInnerLeftImg {
        left: 21%;
    }
}

.pickupInnerLeft p {
    position: relative;
    top: 0;
    left: 0;
    width: 70%;
}

@media (min-width: 576px) {
    .pickupInnerLeft p {
        left: 21%;
    }
}

.pickupCount1 {
    position: relative;
    top: 0;
    left: 0;
    width: 70%;
}

@media (min-width: 576px) {
    .pickupCount1 {
        left: 21%;
    }
}

.pickupInnerLeft {
    width: 53%;
}

@media (min-width: 576px) {
    .pickupInnerLeft {
        width: 35%;
    }
}

@media (min-width: 1536px) {
    .pickupInnerLeft {
        width: 35%;
    }
}

div.pickupInner--minimized {
    position: relative;
}

div.pickupInnerLeft--minimized {
    display: table;
    width: 270px;
    left: 0%;
}

@media (min-width: 576px) {
    div.pickupInnerLeft--minimized {
        /*width: 95%;*/
    }
}

@media (min-width: 768px) {
    div.pickupInnerLeft--minimized {
        width: 60%;
        left: 0%;
    }
}

@media (min-width: 1200px) {
    div.pickupInnerLeft--minimized {
        width: 35%;
        left: 7%;
    }
}

div.pickupInnerLeft--minimized img {
    display: table-cell;
    vertical-align: middle;
}

div.pickupInnerLeft--minimized span {
    display: table-cell;
    vertical-align: middle;
    margin-left: 0;
    top: 0;
    left: 0;
}

div.pickupInnerRight--minimized {
    display: block;
    position: relative;
    margin-top: 20px;
    right: 0;
}

@media (min-width: 576px) {
    div.pickupInnerRight--minimized {
        position: absolute;
        width: 0;
        top: 36%;
        transform: translate(0%, -50%);
        margin-top: 0;
        right: 22%;
    }
}

@media (min-width: 768px) {
    div.pickupInnerRight--minimized {
        right: 26%;
    }
}

@media (min-width: 1200px) {
    div.pickupInnerRight--minimized {
        right: 18%;
    }
}

div.pickupInnerRight--minimized span {
    top: 0;
    right: 0;
}

.pickupInnerRight {
    width: 95%;
}

@media (min-width: 576px) {
    .pickupInnerRight {
        width: 95%;
    }
}

@media (min-width: 768px) {
    .pickupInnerRight {
        width: 95%;
    }
}

@media (min-width: 1200px) {
    .pickupInnerRight {
        width: 63%;
    }
}

.pickupInnerRightItem {
    width: 95%;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 576px) {
    .pickupInnerRightItem {
        width: 470px;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .pickupInnerRightItem {
        width: 400px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .pickupInnerRightItem {
        width: 430px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1536px) {
    .pickupInnerRightItem {
        margin-bottom: 30px;
        width: 545px;
    }
}

.pickupTitle {
    margin-bottom: 15px;
}

.pickupInnerRightItem p {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .pickupOnwardBtn {
        left: 61%;
    }
}

@media (min-width: 768px) {
    .pickupOnwardBtn {
        left: 54%;
    }
}

@media (min-width: 1200px) {
    .pickupOnwardBtn {
        left: 53%;
    }
}

@media (min-width: 1536px) {
    .pickupOnwardBtn {
        left: 60%;
    }
}

.pickupBackBtn {
    position: relative;
    top: -10px;
    left: 0;
}

@media (min-width: 576px) {
    .pickupBackBtn {
        top: 43px;
        left: 0;
    }
}

@media (min-width: 1200px) {
    .pickupBackBtn {
        position: absolute;
        top: 0;
        left: 20%;
    }
}

.normalSelfDelivery {
    position: relative;
    width: 100%;
    left: -3%;
    margin-right: 0;
}

@media (min-width: 768px) {
    .normalSelfDelivery {
        width: 100%;
        left: -3%;
    }
}

@media (min-width: 1200px) {
    .normalSelfDelivery {
        width: 85%;
        left: 7%;
    }
}

.infoBox.narrowBox {
    position: relative;
    width: 85%;
    left: 7%;
    margin-right: 0;
}

.buyerWrap {}

@media (min-width: 1200px) {
    .buyerWrap {
        width: 90%;
        left: 9%;
    }
}

.buyerHeader {
    padding-top: 15px;
    padding-left: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #F2F2ED;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    font-size: 35px;
    color: #3B3B3B;
}

@media (min-width: 1200px) {
    .buyerHeader {
        padding-left: 7%;
        font-size: 40px;
    }
}

.buyerInner {
    margin-top: 20px;
    margin-left: 25px;
    margin-bottom: 44px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .buyerInner {
        margin-left: 25px;
    }
}

@media (min-width: 1200px) {
    .buyerInner {
        margin-left: 0;
    }
}

.buyerInnerLeft {
    left: -1%;
    width: 90%;
}

@media (min-width: 576px) {
    .buyerInnerLeft {
        width: 95%;
    }
}

@media (min-width: 768px) {
    .buyerInnerLeft {
        left: 0%;
        width: 95%;
    }
}

@media (min-width: 1200px) {
    .buyerInnerLeft {
        left: 7%;
        width: 85%;
    }
}

.buyerOnwardBtn {
    display: block;
    position: relative;
    left: 0;
    margin-top: 30px;
}

@media (min-width: 417px) {
    .buyerOnwardBtn {
        float: none;
        margin-top: 30px;
    }
}

@media (min-width: 576px) {
    .buyerOnwardBtn {
        left: 62%;
    }
}

@media (min-width: 768px) {
    .buyerOnwardBtn {
        left: 54%;
    }
}

@media (min-width: 1200px) {
    .buyerOnwardBtn {
        left: 71%;
    }
}

@media (min-width: 1536px) {
    .buyerOnwardBtn {
        left: 78%;
    }
}

.buyerBackBtn {
    display: block;
    position: relative;
}

@media (min-width: 576px) {
    .buyerBackBtn {
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 768px) {
    .buyerBackBtn {}
}

@media (min-width: 1200px) {
    .buyerBackBtn {
        bottom: 1%;
    }
}


/*---------------*/

.goodsOrderingHeader {
    position: relative;
    left: 0;
}

@media (min-width: 576px) {
    .goodsOrderingHeader {
        left: 0;
    }
}

@media (min-width: 768px) {
    .goodsOrderingHeader {
        left: 0;
    }
}

@media (min-width: 1200px) {
    .goodsOrderingHeader {
        left: 9%;
    }
}

.goodsOrderItemsWrap--order {
    left: 0;
}

@media (min-width: 576px) {
    .goodsOrderItemsWrap--order {
        left: 0;
    }
}

@media (min-width: 768px) {
    .goodsOrderItemsWrap--order {
        left: 0;
    }
}

@media (min-width: 1200px) {
    .goodsOrderItemsWrap--order {
        left: 9%;
    }
}


/*-----------*/

.orderTotalSubmitTitle {
    font-size: 35px;
}

@media (min-width: 1200px) {
    .orderTotalSubmitTitle {
        font-size: 40px;
    }
}


/*-------------*/

.goodsOrderPrice {
    width: 40%;
}

@media (min-width: 576px) {
    .goodsOrderPrice {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .goodsOrderPrice {
        width: 27%;
    }
}

@media (min-width: 1200px) {
    .goodsOrderPrice {
        width: 15%;
    }
}

@media (min-width: 1536px) {
    .goodsOrderPrice {}
}

.orderTotalSubmitWrap {
    width: 300px;
}

@media (min-width: 768px) {
    .orderTotalSubmitWrap {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .orderTotalSubmitWrap {
        left: 15%;
    }
}

.goodsOrderWrap {
    width: 300px;
}

@media (min-width: 576px) {
    .goodsOrderWrap {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .footerCatalogWrap {
        margin-left: 60px;
    }
}

@media (min-width: 1200px) {
    .footerCatalogWrap {
        margin-left: 40px;
    }
}

@media (min-width: 1536px) {
    .footerCatalogWrap {
        margin-left: 90px;
    }
}

@media (min-width: 576px) {
    .footerNavWrap {
        margin-left: 35px;
    }
}

@media (min-width: 768px) {
    .footerNavWrap {
        margin-left: 55px;
    }
}

@media (min-width: 1200px) {
    .footerNavWrap {
        margin-left: 40px;
    }
}

@media (min-width: 1536px) {
    .footerNavWrap {
        margin-left: 90px;
    }
}


/*.singlePoint select {*/


/*}*/

.delivery_store {
    width: 100%;
    outline-style: none;
}

@media (min-width: 576px) {
    .delivery_store {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .delivery_store {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .delivery_store {
        width: 85%;
    }
}

@media (min-width: 1536px) {
    .delivery_store {
        width: 70%;
    }
}

.delivery_store-wrap {
    position: relative;
}

.delivery_store-wrap--warn:after {
    display: block;
    position: absolute;
    top: 120%;
    left: -10%;
    content: "Выберите магазин для самовывоза";
    padding: 3px 15px;
    border: 1px solid #EB5757;
    border-radius: 6px;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    background-color: #fff;
    color: #EB5757;
}

@media (min-width: 576px) {
    .delivery_store-wrap--warn:after {
        top: 120%;
        left: -5%;
    }
}

@media (min-width: 768px) {
    .delivery_store-wrap--warn:after {
        top: 120%;
        left: -35%;
    }
}

@media (min-width: 1200px) {
    .delivery_store-wrap--warn:after {
        top: 120%;
        left: 1%;
    }
}

@media (min-width: 1536px) {
    .delivery_store-wrap--warn:after {
        top: 120%;
        left: 1%;
    }
}

.delivery_store-wrap--warn:before {
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 110%;
    left: 5%;
    content: "";
    border-top: 1px solid #EB5757;
    border-left: 1px solid #EB5757;
    background: #fff;
    transform: rotate(45deg);
    z-index: 1;
}

.delivery_store--warn {
    width: 100%;
    border: 1px solid #EB5757;
}

@media (min-width: 576px) {
    .delivery_store--warn {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .delivery_store--warn {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .delivery_store--warn {
        width: 85%;
    }
}

@media (min-width: 1536px) {
    .delivery_store--warn {
        width: 70%;
    }
}


/* END фикс оформления заказа */

#tradePointChoice TABLE TR TD {
    padding: 4px 10px 4px 8px !important;
}

.bonusActivateForm2_step2 {
    display: none;
}

.bonusActivateForm2_step3 {
    display: none;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
}

.bonusActivateForm2_step3 p {
    font-size: 16px;
}


/* фикс поля результата в активации бонусной карты */

.bonusActivateForm2_res--style {
    width: 90%;
    margin-top: 20px;
}

@media (min-width: 576px) {
    .bonusActivateForm2_res--style {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .bonusActivateForm2_res--style {
        width: 85%;
    }
}

@media (min-width: 1200px) {
    .bonusActivateForm2_res--style {
        width: 65%;
    }
}

@media (min-width: 1536px) {
    .bonusActivateForm2_res--style {
        width: 70%;
    }
}


/* END фикс поля результата в активации бонусной карты */


/* фикс слайдера на главной */

.sliderMain-theme .owl-dots {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-tap-highlight-color: transparent;
}

@media (min-width: 768px) {
    .sliderMain-theme .owl-dots {
        top: 95%;
        left: 55%;
    }
}

@media (min-width: 1200px) {
    .sliderMain-theme .owl-dots {
        top: 95%;
        left: 53%;
    }
}

@media (min-width: 1536px) {
    .sliderMain-theme .owl-dots {
        top: 95%;
        left: 50%;
    }
}


/* END фикс слайдера на главной */

.scroll-pag {
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px 0px;
    color: #333;
    width: 50%;
    background: #fff;
    margin: 40px auto 0px auto;
}

.scroll-pag:hover {
    color: #64BA5C;
    -webkit-transition: .6s;
    transition: .6s;
    text-decoration: none;
}

.pagination__item--enb a {
    color: #fff;
}


/* фикс положения анимации загрузки */

.lds-default {
    width: 64px !important;
    height: 64px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* END фикс положения анимации загрузки */


/* фикс слайдера акций */

.discountsSliderItem {
    /*min-width: 100%;*/
    /*max-width: 1280px;*/
    margin: auto;
    width: 100%;
    /*height: 352px; */
    height: auto;
}

@media (min-width: 768px) {
    .discountsSliderItem {
        max-width: 1280px;
    }
}

.discountsSliderItem_big {
    display: none !important;
}

@media (min-width: 768px) {
    .discountsSliderItem_big {
        display: block !important;
    }
}

.discountsSliderItem_small {
    display: inline-block !important;
    width: 100% !important;
}

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

.discountsInner {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .discountsInner {
        margin-top: 70px;
    }
}


/* END фикс слайдера акций */

.ctlSecondLevelItemElemCount {
    color: #b5b5b5!important;
    font-size: 0.65em;
    padding-left: 5px;
}

.ctlSecondLevelItemElemText {
    width: 100%;
}

.mobileSecondLevelMenu-elementsList li {
    position: relative;
    padding-right: 55px;
}

.mobileSecondLevelMenuItem span.ctlSecondLevelItemElemCountMobile {
    /*float: right;*/
    margin: 0 15px;
    position: absolute;
    top: 21px;
    right: 0;
    color: #79a575;
    font-size: 0.85em;
}


/* 2 карточки товара в ряд на мобильных экранах */

.goodsCardButton_mobile {
    display: none;
}

@media (max-width: 767px) {
    .catalog-wrapper .mainContentLeft.mainContentLeft--catalog2 {
        margin-right: 0;
    }
    .catalog-wrapper .goodsCardHover {
        display: none!important;
    }
    .catalog-wrapper .mainContentRightInner {
        width: 100%;
    }
    .catalog-wrapper .mainContentRightInner .mainContentRight--goods>div[id^="comp_"] {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -0.5%;
        justify-content: space-around;
    }
    .catalog-wrapper .goodsCardWrap {
        display: block;
        /* margin: 0 0.5% 4px; */
        width: 49%;
    }
    .dm-tooltip.dm-tooltip_bottom{
        display: none;
    }
    .scroll-pag {
        width: fit-content;
        padding: 5px 15px;
    }
    .catalog-wrapper .goodsCard {
        width: 100%;
        height: unset;
    }
    .catalog-wrapper .goodsCardInnerWrap {
        padding: 15px 15px 85px;
        position: unset;
    }
    .catalog-wrapper .goodsCardButton_mobile {
        display: block;
        position: absolute;
        bottom: 25px;
        width: calc(100% - 30px);
    }
    .catalog-wrapper .goodsCardButton_mobile .goodsCardButton {
        margin: 0;
        width: 100%;
        height: 42px;
    }
    .catalog-wrapper .goodsCardButton_mobile .goodsCardButton span {
        margin: 0;
        width: 100%;
        font-size: 16px;
    }
    .catalog-wrapper .cardDetailDataPriceLike {
        z-index: 100;
        top: 15px;
        right: 15px;
    }
    .catalog-wrapper .goodsCardImg {
        width: 100%;
        margin: 0;
    }
    .catalog-wrapper .goodsCardText {
        margin-top: 16px;
        font-size: 14px;
        line-height: 22px;
        min-height: unset;
    }
    .catalog-wrapper .goodsCardPrice {
        margin: 10px 0 0;
    }
    /********************/
    /********************/
    /********************/
    /*
  #slidergalar .mainContentLeft.mainContentLeft--catalog2 {
    margin-right: 0;
  }
  #slidergalar .goodsCardHover {
    display: none!important;
  }
  #slidergalar .mainContentRightInner {
    width: 100%;
  }
  #slidergalar .mainContentRightInner .mainContentRight--goods > div[id^="comp_"] {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5%;
  }
  #slidergalar .goodsCardWrap {
    display: block;
    margin: 0 0.5% 4px;
    width: 49%;
  }
  #slidergalar .goodsCard {
    width: 100%;
    height: unset;
  }
  #slidergalar .goodsCardInnerWrap {
    padding: 15px 15px 85px;
    position: unset;
  }
  #slidergalar .goodsCardButton_mobile {
    display: block;
    position: absolute;
    bottom: 25px;
    width: calc(100% - 30px);
  }
  #slidergalar .goodsCardButton_mobile .goodsCardButton {
    margin: 0;
    width: 100%;
    height: 42px;
  }
  #slidergalar .goodsCardButton_mobile .goodsCardButton span{
    margin: 0;
    width: 100%;
    font-size: 16px;
  }

  #slidergalar .cardDetailDataPriceLike {
    z-index: 100;
    top: 15px;
    right: 15px;
  }
  #slidergalar .goodsCardImg {
    width: 100%;
    margin: 0;
  }
  #slidergalar .goodsCardText {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
    min-height: unset;
  }
  #slidergalar .goodsCardPrice {
    margin: 10px 0 0;
  }
  */
}

@media (max-width: 400px) {
    .catalog-wrapper .goodsCardImg {
        height: 120px;
    }
}

@media (max-width: 374px) {
    .catalog-wrapper .goodsCardWrap {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .mobile-nav__searchCancel {
        left: 76.5%;
    }
    .mobile-nav__searchInput_wrap {
        width: 70%;
    }
}

.basket-errors {
    position: relative;
    margin-top: 22px;
}

.basket-errors svg {
    display: block;
    width: 30px;
    height: 30px;
    z-index: 100;
    fill: #721c24;
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translateY(-50%);
}

.basket-errors__items {
    list-style-type: none;
    padding: 20px;
    padding-left: 70px;
    margin: 0;
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    position: relative;
}

.basket-errors__item {
    line-height: 1.3em;
    padding: 5px 0;
}

@media (max-width: 480px) {
    .basket-errors svg {
        display: none;
    }
    .basket-errors__items {
        padding-left: 20px;
    }
    .basket-errors__item {
        font-size: 1.5rem;
    }
}

.basket-errors__item {}

.goodsOrderingSubmit {
    display: none;
}

.modalTownBtn {
    margin: 0;
}

.btn.modalTownBtn_transparent {
    background: white;
    border: 1px solid #469C3E;
    margin-left: 10px;
}

.btn.modalTownBtn_transparent span {
    color: #469C3E;
}

.town-select__wrap {
    position: relative;
}

.town-select__wrap .modalTownWrap.container {
    position: absolute;
    top: 40px;
    left: 0;
}

.town-select__wrap .modalTownQuestion,
.town-select__wrap .modalTownCitySelect {
    top: 0;
    left: 0;
}

.composite__loading {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/bitrix/images/main/composite/loading.gif);
    background-repeat: no-repeat;
    background-size: contain;
}

.container-fluid_main_news {
    background: #fff;
}

.container-fluid_main_news .newsAllBtnWrap {
    margin-bottom: 35px;
    margin-top: 0;
}

.mainContent__franshiza {
    padding-top: 0;
}

.bonusActivateForm2_complete-loading {
    line-height: 1em;
    width: 1em;
    vertical-align: middle;
}

.favorites-header__link {
    display: inline-block;
}

.container.search .scroll-pag {
    display: none!important;
}


/* Скрываем Корзину (если нужно будет вернуть - удалить весь блок) */

.orderFooterRepeat,

/* повторить заказ */

#bx_basketFKauiI,
.basketWrap,
.mobile-nav a[href^='/basket'],
.btn[data-action=add2basket],
.goodsCardHover {
    display: none!important;
}

.orderFooterCancel {
    right: unset;
    float: right;
    margin-right: 40px;
}

.mobile-nav__search-icon {
    right: 4%;
}


/* Скрываем Корзину END */

.bonus__wrap table,
.bonus__wrap table td {
    border: 1px solid black;
}

.bonus__wrap table {
    margin: 0 auto;
}

.bonus__wrap table td {
    padding: 5px;
}

.bonus__wrap .bonus__anketa {}

.bonus__wrap .bonus__anketa img {
    max-width: 100%;
    border: 1px solid #0000002e;
}

.ctlMenuWrap .ctlMenuItemWrap{
    padding: 5px 0px;
    width: auto;
    /* padding: 5px 8px; */
}

@media (max-width: 767px) {
    .bonus__wrap,
    .bonus__wrap a,
    .bonus__wrap p {
        font-size: 14px;
    }
    .table__wrap {
        overflow: auto;
        font-size: 12px;
    }
}

.modal-cookie{
    position: fixed;
    bottom: 0px;
    z-index: 99;
    background-color: white;
      bottom: 20px;
    left: 20px;
    width: 30%;
      padding: 10px;
      border: 2px solid #469C3E;
  }
  .modal-cookie__btn{
    background-color: #469C3E; 
    border-color: #469C3E;
    color: white;
	cursor: pointer;
    font-size: 16px;
  }
  @media (max-width: 500px) {
    .modal-cookie{
        width: 90%;
    }
  }
/* End */


/* Start:/local/templates/domovid/fonts/roboto.css?15473798083701*/
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin'), local('Roboto-Thin'), url('/local/templates/domovid/fonts/Robotothin.woff2') format('woff2'), url('/local/templates/domovid/fonts/Robotothin.woff') format('woff'), url('/local/templates/domovid/fonts/Robotothin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('/local/templates/domovid/fonts/Robotothinitalic.woff2') format('woff2'), url('/local/templates/domovid/fonts/Robotothinitalic.woff') format('woff'), url('/local/templates/domovid/fonts/Robotothinitalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'), url('/local/templates/domovid/fonts/Robotolight.woff2') format('woff2'), url('/local/templates/domovid/fonts/Robotolight.woff') format('woff'), url('/local/templates/domovid/fonts/Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('/local/templates/domovid/fonts/Robotolightitalic.woff2') format('woff2'), url('/local/templates/domovid/fonts/Robotolightitalic.woff') format('woff'), url('/local/templates/domovid/fonts/Robotolightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('/local/templates/domovid/fonts/Roboto.woff2') format('woff2'), url('/local/templates/domovid/fonts/Roboto.woff') format('woff'), url('/local/templates/domovid/fonts/Roboto.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Italic'), local('Roboto-Italic'), url('/local/templates/domovid/fonts/Robotoitalic.woff2') format('woff2'), url('/local/templates/domovid/fonts/Robotoitalic.woff') format('woff'), url('/local/templates/domovid/fonts/Robotoitalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('/local/templates/domovid/fonts/Robotomedium.woff2') format('woff2'), url('/local/templates/domovid/fonts/Robotomedium.woff') format('woff'), url('/local/templates/domovid/fonts/Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('/local/templates/domovid/fonts/Robotomediumitalic.woff2') format('woff2'), url('/local/templates/domovid/fonts/Robotomediumitalic.woff') format('woff'), url('/local/templates/domovid/fonts/Robotomediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('/local/templates/domovid/fonts/Robotobold.woff2') format('woff2'), url('/local/templates/domovid/fonts/Robotobold.woff') format('woff'), url('/local/templates/domovid/fonts/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('/local/templates/domovid/fonts/Robotobolditalic.woff2') format('woff2'), url('/local/templates/domovid/fonts/Robotobolditalic.woff') format('woff'), url('/local/templates/domovid/fonts/Robotobolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'), url('/local/templates/domovid/fonts/Robotoblack.woff2') format('woff2'), url('/local/templates/domovid/fonts/Robotoblack.woff') format('woff'), url('/local/templates/domovid/fonts/Robotoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('/local/templates/domovid/fonts/Robotoblackitalic.woff2') format('woff2'), url('/local/templates/domovid/fonts/Robotoblackitalic.woff') format('woff'), url('/local/templates/domovid/fonts/Robotoblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'icomoon';
    src: url('/local/templates/domovid/fonts/icomoon.ttf');
    src: url('/local/templates/domovid/fonts/icomoon.ttf') format('embedded-opentype'),url('/local/templates/domovid/fonts/icomoon.ttf?1450095308') format('truetype'),url('/local/templates/domovid/fonts/icomoon.woff?1450095308') format('woff'),url('/local/templates/domovid/fonts/../style/mobile/icomoon/icomoon.svg?1450095308#icomoon') format('svg');
    font-weight: normal;
    font-style: normal
}
/* End */


/* Start:/local/templates/domovid/libs/css/animate.css?153689080672259*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* End */


/* Start:/local/templates/domovid/libs/css/owl.carousel.min.css?16825740063341*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/domovid/libs/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/domovid/libs/fancybox/jquery.fancybox.css?15112433164895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/domovid/libs/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/domovid/libs/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/domovid/libs/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/domovid/libs/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/templates/domovid/libs/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/templates/domovid/libs/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/domovid/libs/LineProgressbar-master/jquery.lineProgressbar.min.css?1543475376288*/
.progressbar{width:100%;margin-top:5px;margin-bottom:35px;position:relative;background-color:#EEE;box-shadow:inset 0px 1px 1px rgba(0,0,0,.1)}.proggress{height:8px;width:10px;background-color:#3498db}.percentCount{float:right;margin-top:10px;clear:both;font-weight:bold;font-family:Arial}
/* End */


/* Start:/local/templates/domovid/css/costume.css?15927238099706*/
.dds_favorites.active {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    /*opacity: .6;*/
}

.lkNavList .active{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 20px;
    color: #469C3E;
}
.bonusProgNavList .active{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    font-size: 20px;
    color: #469C3E;
}
.dds_mod{
    display: none;
    width: auto;
    margin: 22px;
}
.active{
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    /*-webkit-transition: .6s;*/
    /*transition: .6s;*/
    /*color: #469C3E !important;*/
}
.search{
    text-align: center;
    justify-content: center;
}
.search .goodsCard {
    text-align: left;
}
.search .goodsCardHover {
    text-align: left;
}
.search_form{
    margin-left: 3%;
}
.pickupInnerLeftImg.active{
    border: 2px solid #469C3E;
}
.paymentInnerLeftImg.active{
    border: 2px solid #469C3E;
}
.dds-but{
    font-size: 2rem!important;
    margin-top: 10px!important;
}

.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
}
.control-radio .control_indicator {
    border-radius: undefined%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #2ac04e;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
.filterManItemCount {
	display: none;
}

.dds-ul {
    margin-bottom: 30px;
    padding: 0;
    font-size: 14px;
    column-count: 2;
}

.ddsInactiveItem{
    /*border: 2px #ff0000 solid;*/

}

.ddsInactiveItem .cardClose1 {
    background-color: #F2F2F2;
}

.ddsInactiveName {
    color:  #EB5757;
    text-decoration: none;
}

.ddsInactiveName:hover {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color:  #EB5757;
    text-decoration: none;
}

.ddsActiveName {
    /*color:  #00ff00;*/
    color: #3B3B3B;
    text-decoration: none;

}

.ddsActiveName:hover {
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    color: #469C3E;
    text-decoration: none;
}

.ddsGoToProductTableButton {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 60px;
    /*top: 51%;*/
    /*left: 50%;*/
    margin-right: 25px;
    margin-bottom: 20px;

    /*padding-top: 13px;*/
    text-decoration: none;
    /*-webkit-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/

    background: #469C3E !important;
    border-radius: 5px;
    outline-style: none;
    border: none;

    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    line-height: 15px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff !important;
}

@media (min-width: 1200px) {
    .ddsGoToProductTableButton {
        height: 44px;

    }
}

@media (min-width: 1200px) {
    .ddsGoToProductTableButton {
        width: 45%;
        margin-bottom: 0;
    }
}

.ddsGoToProductTableButton:hover {
    text-decoration: none;
    transition: .6s;
    background: #64BA5C !important;
}

.ddsPostponeOrder{
	    margin-top: 20px;
}
.inactiveNewOrderActionBlock{
	margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    border: 1px solid #E6E6C8;
    padding: 15px 10px;
    background: #ffffff;
}
.inactiveNewOrderAction{
	    position: relative;
    text-decoration: none;
    background: #469C3E !important;
    border-radius: 5px;
    outline-style: none;
    border: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    padding-top: 0px;
    width: auto;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff !important;
}
.inactiveNewOrderAction:hover{
	    text-decoration: none;
    transition: .6s;
    background: #64BA5C !important;
}
.ddsRemoveUnavailableItems,.ddsPostponeOrder {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 60px;

    /*top: 51%;*/
    /*left: 50%;*/
    padding-top: 13px;

    text-decoration: none;
    /*-webkit-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/

    background: #469C3E !important;
    border-radius: 5px;
    outline-style: none;
    border: none;

    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    line-height: 15px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff !important;
}

@media (min-width: 1200px) {
    .ddsRemoveUnavailableItems,.ddsPostponeOrder {
        height: 44px;

    }
}

@media (min-width: 1200px) {
    .ddsRemoveUnavailableItems,.ddsPostponeOrder {
        width: 45%;
        margin-bottom: 0;
    }
}

.ddsRemoveUnavailableItems:hover,.ddsPostponeOrder:hover {
    text-decoration: none;
    transition: .6s;
    background: #64BA5C !important;
}

.ddsGoToProductTableButtonInner {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: normal;
    padding-left: 5px;
    padding-right: 5px;
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
}

.goodsOrderImg {
	text-align: center;
}
      
.goodsOrderImg img {
	max-height: 100% !important;
	max-width: 100% !important;
}

.normalSelfDelivery {
	margin-right: 90px;
    margin-bottom: 40px !important;
}
.dds_button{
    font-family: "Roboto";
    font-style: normal;
    font-size: 18px;
}
.goodsCard .cardDetailDataPriceLike{
	position:absolute;
	right:15px;
	left: auto;
	z-index: 10;
}
.ctlMainBlockInnerLevel4{
	left:0px;
}
.ctlMainBlockInnerLevel5{
	left:18px;
}
.ctlMainBlockInnerLevel6{
	left:27px;
}
.ctlMainBlockInnerLevel7{
	left:36px;
}
.ctlMainBlockInnerLevel8{
	left:45px;
}



.dm-tooltip__wrap {
    position: relative;
}
.dm-tooltip {
    display: block;
    position: absolute;
    background: #71b26a;
    color: white;
    padding: 5px 15px;
    border-radius: 6px;
    white-space: nowrap;
    z-index: 5;
    font-size: 13px;
    transition: 0.45s;
    opacity: 0;
    visibility: hidden;
}
.dm-tooltipt:before {
    content: ' ';
    display: block;
    background: transparent;
    position: absolute;
}
.dm-tooltip:after {
    content: ' ';
    display: block;
    background: #71b26a;
    border-radius: 2px;
    position: absolute;
}
.dm-tooltip__message {
    font-weight: 400;
}
.dm-tooltip__wrap:hover .dm-tooltip,
.cardDetailDataPriceLike:hover .dm-tooltip {
    opacity: 1;
    visibility: visible;
}

.dm-tooltip.dm-tooltip_left {
    left: 100%;
    top: 50%;
    transform: translate(30px, -50%);
}
.dm-tooltip.dm-tooltip_left:before {
    width: 25px;
    height: 100%;
    right: 99%;
    top: 0;
    bottom: 0;
}
.dm-tooltip.dm-tooltip_left:after {
    width: 12px;
    height: 12px;
    left: 2px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.dm-tooltip__wrap:hover .dm-tooltip.dm-tooltip_left,
.cardDetailDataPriceLike:hover .dm-tooltip.dm-tooltip_left {
    transform: translate(15px, -50%);
}

.dm-tooltip.dm-tooltip_bottom {
    left: 50%;
    top: 100%;
    transform: translate(-50%, 23px);
}
.dm-tooltip.dm-tooltip_bottom:before {
    width: 100%;
    height: 25px;
    right: 0;
    left: 0;
    bottom: 0;
}
.dm-tooltip.dm-tooltip_bottom:after {
    width: 12px;
    height: 12px;
    left: 50%;
    top: 2px;
    transform: translate(-50%, -50%) rotate(45deg);
}
.dm-tooltip__wrap:hover .dm-tooltip.dm-tooltip_bottom,
.cardDetailDataPriceLike:hover .dm-tooltip.dm-tooltip_bottom {
    transform: translate(-50%, 15px);
}


.dm-tooltip.dm-tooltip_bottom-left {
    top: 100%;
    right: 0;
    transform: translate(10px, 23px);
}
.dm-tooltip.dm-tooltip_bottom-left:before {
    width: 100%;
    height: 25px;
    right: 0;
    left: 0;
    bottom: 0;
}
.dm-tooltip.dm-tooltip_bottom-left:after {
    width: 12px;
    height: 12px;
    right: 10px;
    top: 2px;
    transform: translate(-50%, -50%) rotate(45deg);
}

.dm-tooltip__wrap:hover .dm-tooltip.dm-tooltip_bottom-left,
.cardDetailDataPriceLike:hover .dm-tooltip.dm-tooltip_bottom-left {
    transform: translate(10px, 15px);
}

/* End */


/* Start:/local/templates/domovid/css/new.css?15458403351830*/
.sliderMain {
  max-width: 1280px;
  margin: auto;
}

.stockItemsWrap {
  position: static;
  /* top: -55px; */
}

.stockItem {
  width: auto;
  height: auto;
}

.sliderMainItem {
  height: auto;
}

.sliderMain .sliderMainItem .sliderMainItem__image_mobile {
  display: none;
}

.sliderMain .owl-nav.disabled {
  display: block;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.sliderMain .owl-nav.disabled  button {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #EBA63A;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background-position: center center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.sliderMain .owl-nav.disabled  button:hover {
  opacity: 0.8;
  background-color: transparent;
}

.sliderMain .owl-nav.disabled  button:focus {
  box-shadow: none;
  outline: none;
}

.sliderMain .owl-nav.disabled  button.owl-prev {
  background-image: url('/local/templates/domovid/img/back.svg');
}

.sliderMain .owl-nav.disabled  button.owl-next {
  background-image: url('/local/templates/domovid/img/next.svg');
}


@media (max-width: 991px) {


.sliderMain-theme .owl-dots {
  margin-bottom: 10px;
  position: static;
  transform: none;
  display: flex;
  justify-content: center;
}

.sliderMain-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
}

  .sliderMain .owl-nav.disabled {
    display: none;
  }

  .sliderMain .sliderMainItem  .sliderMainItem__image_desktop {
    display: none;
  }

  .sliderMain .sliderMainItem  .sliderMainItem__image_mobile {
    display: block;
  }

  .stockItemsWrap {
    top: 0;
  }

  .mainTitle {
    margin-top: 0;
  }
}

.sliderMainWrap .owl-carousel .owl-stage-outer {
  height: auto !important;
}

/* End */
/* /local/templates/domovid/libs/css/bootstrap.css?1536891125160032 */
/* /local/templates/domovid/components/bitrix/system.auth.form/auth/style.min.css?1540894794424 */
/* /local/templates/domovid/components/bitrix/main.userconsent.request/template1/style.css?172646635275 */
/* /local/templates/domovid/components/bitrix/main.userconsent.request/template1/user_consent.min.css?16467923933718 */
/* /local/components/dds-group/dds.city.select/templates/.default/style.css?15651461001602 */
/* /local/templates/domovid/components/bitrix/system.auth.form/top_line/style.css?1703552233300 */
/* /bitrix/templates/.default/components/bitrix/sale.basket.basket.line/basket1/style.css?15858841484314 */
/* /local/components/dds-group/dds.city.select/templates/mobile/style.css?15651583861970 */
/* /local/templates/domovid/components/bitrix/system.auth.form/top_line_mobile/style.css?1565223353235 */
/* /local/templates/domovid/components/bitrix/menu/mob/style.min.css?1540901531490 */
/* /local/templates/domovid/components/bitrix/catalog.section.list/sect_mob_menu/style.css?168248783751 */
/* /local/templates/domovid/styles.css?17394983225501 */
/* /local/templates/domovid/template_styles.css?1739498322256615 */
/* /local/templates/domovid/fonts/roboto.css?15473798083701 */
/* /local/templates/domovid/libs/css/animate.css?153689080672259 */
/* /local/templates/domovid/libs/css/owl.carousel.min.css?16825740063341 */
/* /local/templates/domovid/libs/fancybox/jquery.fancybox.css?15112433164895 */
/* /local/templates/domovid/libs/LineProgressbar-master/jquery.lineProgressbar.min.css?1543475376288 */
/* /local/templates/domovid/css/costume.css?15927238099706 */
/* /local/templates/domovid/css/new.css?15458403351830 */
