

/* Start:/local/templates/new/styles.css?1751379444347888*/
.basketdelete {
    width: 100%;
    background: #A03D49;
    z-index: 999999;
    COLOR: WHITE;
    border-color: transparent;
    padding: 8px;
    border-radius: 8PX;
}

: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: #A03D49;
  --secondary: #A03D49;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #FFFFFF;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3B3530;
  overflow-x:hidden; 
  text-align: left;
  background-color: #fff; }

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

hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

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

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: #3B3530;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #110f0e;
    text-decoration: underline; }

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

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

figure {
  margin: 0 0 1rem; }

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

svg {
  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; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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"] {
  -webkit-box-sizing: border-box;
          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-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-weight: 600;
  line-height: 1.2; }

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

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

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

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.625rem;
  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-wrap: 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; }

.tablebodytext {
	display: none;
}

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

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

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

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

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

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #3B3530; }
  .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-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 {
  color: #3B3530;
  background-color: rgba(0, 0, 0, 0.075); }

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ce9aa0; }

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #ce9aa0; }

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.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-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.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-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.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-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white; }

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.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: #343a40;
  border-color: #454d55; }

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

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .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 {
    color: #fff;
    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; }
    .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; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

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

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.25rem);
  padding: 0.625rem 0.9375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #ced4da;
  border-radius: 0.625rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #d28a93;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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: 0.625rem;
  padding-bottom: 0.625rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #3B3530;
  background-color: transparent;
  border: solid transparent;
  border-width: 0 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.625rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.625rem; }

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 1.25rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3125rem) center;
  background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.25rem);
  background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.875rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.9375rem/calc(0.75em + 0.625rem) calc(0.75em + 0.625rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.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 {
    border-color: #28a745; }

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

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

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.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:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.625rem; }

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 1.25rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3125rem) center;
  background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.25rem);
  background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.875rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.9375rem/calc(0.75em + 0.625rem) calc(0.75em + 0.625rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.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 {
    border-color: #dc3545; }

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

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

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.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:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #3B3530;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.625rem 3.0625rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.625rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover {
    color: #3B3530;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #fff;
  background-color: #A03D49;
  border-color: #A03D49; }
  .btn-primary:hover {
    color: #fff;
    background-color: #84323c;
    border-color: #7b2f38; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #84323c;
    border-color: #7b2f38;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(174, 90, 100, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(174, 90, 100, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #A03D49;
    border-color: #A03D49; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #7b2f38;
    border-color: #722b34; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(174, 90, 100, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(174, 90, 100, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #A03D49;
  border-color: #A03D49; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #84323c;
    border-color: #7b2f38; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #84323c;
    border-color: #7b2f38;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(174, 90, 100, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(174, 90, 100, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #A03D49;
    border-color: #A03D49; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #7b2f38;
    border-color: #722b34; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(174, 90, 100, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(174, 90, 100, 0.5); }




ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 20px;
}

ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 16.9px;
  cursor: pointer;
font-size: 12px;
line-height: 18px;
/* or 150% */
align-items: center;
text-align: center;

color: rgba(59, 53, 48, 0.6);
}

ul.tabs li.current {
font-size: 12px;
line-height: 18px;
align-items: center;
text-align: center;
    background: #F0F0F0;
    border-radius: 20px;
color: #3B3530;
  
}

.tab-content {
  display: none;
  background: #fff;
  padding: 0px;
}

.tab-content.current {
  display: inherit;
}


.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 {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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 {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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 {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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 {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-light:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 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 {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #A03D49;
  border-color: #A03D49; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #A03D49;
    border-color: #A03D49; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #A03D49;
    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: #A03D49;
    border-color: #A03D49; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.5); }

.btn-outline-secondary {
  color: #A03D49;
  border-color: #A03D49; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #A03D49;
    border-color: #A03D49; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #A03D49;
    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: #A03D49;
    border-color: #A03D49; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #FFFFFF;
    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: #FFFFFF;
    border-color: #FFFFFF; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #3B3530;
  text-decoration: none; }
  .btn-link:hover {
    color: #110f0e;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
            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.625rem; }

.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 {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

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

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    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: #3B3530;
  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.625rem; }

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-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;
  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;
  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;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  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: #A03D49; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 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-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.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: 2.29688rem;
  padding-left: 2.29688rem; }
  .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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .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: 0; }
  .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 > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .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: 0; }

.input-group-prepend {
  margin-right: 0; }

.input-group-append {
  margin-left: 0; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 0.9375rem;
  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: 0 solid #ced4da;
  border-radius: 0.625rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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.625rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.9375rem; }

.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #A03D49;
    background-color: #A03D49; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #d28a93; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #e1afb5;
    border-color: #e1afb5; }
  .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;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 0; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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(160, 61, 73, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(160, 61, 73, 0.5); }

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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(160, 61, 73, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: 0.25rem;
    left: -2.25rem;
    width: 1rem;
    height: 1rem;
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: transform 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;
    transition: transform 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;
    transition: transform 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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
        -ms-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(160, 61, 73, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.25rem);
  padding: 0.625rem 1.9375rem 0.625rem 0.9375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px;
  border: 0 solid #ced4da;
  border-radius: 0.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #d28a93;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.9375rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.25rem);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #d28a93;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.25rem);
  padding: 0.625rem 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 0 solid #ced4da;
  border-radius: 0.625rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.25rem);
    padding: 0.625rem 0.9375rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.625rem 0.625rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(160, 61, 73, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(160, 61, 73, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(160, 61, 73, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(160, 61, 73, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #A03D49;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #e1afb5; }
  .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: #A03D49;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #e1afb5; }
  .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;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #A03D49;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    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 (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #e1afb5; }
  .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-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

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

.nav-link {
  display: block;
  padding: 0.875rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 0 solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: 0; }
  .nav-tabs .nav-link {
    border: 0 solid transparent;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem; }
    .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: #1E1E1E;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

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

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

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

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


.tabs > li {

}


.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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.875rem;
  padding-bottom: 0.875rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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.625rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.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, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              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, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              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, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              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, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              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, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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.625rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  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.625rem - 1px) calc(0.625rem - 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.625rem - 1px) calc(0.625rem - 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,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.625rem - 1px);
  border-top-right-radius: calc(0.625rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.625rem - 1px);
  border-bottom-left-radius: calc(0.625rem - 1px); }

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

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

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

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

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

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

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.625rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3B3530;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #110f0e;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.25); }

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #A03D49;
  border-color: #A03D49; }

.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.625rem;
  border-bottom-left-radius: 0.625rem; }

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

.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.625rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .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: #A03D49; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #7b2f38; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #A03D49; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #7b2f38; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(160, 61, 73, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #FFFFFF; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #e6e6e6; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.625rem; }
  @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.625rem; }

.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: #532026;
  background-color: #ecd8db;
  border-color: #e4c9cc; }
  .alert-primary hr {
    border-top-color: #dcb8bc; }
  .alert-primary .alert-link {
    color: #2e1215; }

.alert-secondary {
  color: #532026;
  background-color: #ecd8db;
  border-color: #e4c9cc; }
  .alert-secondary hr {
    border-top-color: #dcb8bc; }
  .alert-secondary .alert-link {
    color: #2e1215; }

.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: #858585;
  background-color: white;
  border-color: white; }
  .alert-light hr {
    border-top-color: #f2f2f2; }
  .alert-light .alert-link {
    color: #6c6c6c; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

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

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

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.625rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #A03D49;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: -o-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-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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

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

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #3B3530;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem; }
  .list-group-item:last-child {
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #A03D49;
    border-color: #A03D49; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 0.625rem;
    border-top-right-radius: 0; }
  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 0.625rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm .list-group-item:first-child {
      border-bottom-left-radius: 0.625rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm .list-group-item:last-child {
      border-top-right-radius: 0.625rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md .list-group-item:first-child {
      border-bottom-left-radius: 0.625rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md .list-group-item:last-child {
      border-top-right-radius: 0.625rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg .list-group-item:first-child {
      border-bottom-left-radius: 0.625rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg .list-group-item:last-child {
      border-top-right-radius: 0.625rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl .list-group-item:first-child {
      border-bottom-left-radius: 0.625rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl .list-group-item:last-child {
      border-top-right-radius: 0.625rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:first-child {
    border-top-width: 0; }

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

.list-group-item-primary {
  color: #532026;
  background-color: #e4c9cc; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #532026;
    background-color: #dcb8bc; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #532026;
    border-color: #532026; }

.list-group-item-secondary {
  color: #532026;
  background-color: #e4c9cc; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #532026;
    background-color: #dcb8bc; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #532026;
    border-color: #532026; }

.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: #858585;
  background-color: white; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585; }

.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:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
      overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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.625rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.625rem - 1px);
  border-top-right-radius: calc(0.625rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.625rem - 1px);
  border-bottom-left-radius: calc(0.625rem - 1px); }
  .modal-footer > * {
    margin: 0.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-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  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.625rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", sans-serif;
  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.625rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.625rem; }
    .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); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0;
      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);
    width: 0.5rem;
    height: 1rem;
    margin: 0.625rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }
.constr__items--item__main-testo__but {
    margin-top: 32px;
    text-align: right;
    padding-right: 60px;
}
.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); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      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-width: 0 0.5rem 0.5rem 0.5rem;
      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);
    width: 0.5rem;
    height: 1rem;
    margin: 0.625rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      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-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

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

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

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.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: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

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

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #7b2f38 !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: #FFFFFF !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !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: #A03D49 !important; }

.border-secondary {
  border-color: #A03D49 !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: #FFFFFF !important; }

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

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

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

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

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

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

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

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

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

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

.rounded-pill {
  border-radius: 50rem !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
          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; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.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-n1 {
  margin: -0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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 !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

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

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #A03D49 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #692830 !important; }

.text-secondary {
  color: #A03D49 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #692830 !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #FFFFFF !important; }

a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #3B3530 !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; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-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; } }

.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }
  .tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    -o-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s; }
  .tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important; }
  .tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.tns-complete {
    opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }
  .tns-vpfix > div, .tns-vpfix > li {
    display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.33333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
  .tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
  .tns-t-ct > div {
    width: 1.42857%;
    width: calc(100% / 70);
    height: 10px;
    float: left; }

/* buttons */
.btn {
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn:hover {
    color: #fff; }
  .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus, .btn.btn-light:hover, .btn.btn-light:active, .btn.btn-light:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  @media (min-width: 576px) {
    .btn.btn-show-more {
      padding-right: 4.5rem;
      padding-left: 4.5rem; } }
  @media (max-width: 767.98px) {
    .btn.btn-show-more {
      padding: 0.4375rem 1.125rem;
      font-size: 0.75rem;
      line-height: 1;
      border-radius: 0.625rem; } }
  @media (max-width: 767.98px) {
    .btn.btn-small {
      padding: 0.4375rem 1.125rem;
      font-size: 0.75rem;
      line-height: 1;
      border-radius: 0.625rem; } }
  @media (max-width: 767.98px) {
    .btn.btn-small.btn-cart {
      min-height: 26px;
      padding: 0.25rem 1.125rem;
      font-size: 0.75rem;
      line-height: 1;
      border-radius: 0.625rem; } }
  @media (min-width: 768px) {
    .btn.btn-cart {
      min-height: 48px;
      padding: 0.5rem 3.0625rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: 0.625rem; } }
  @media (max-width: 767.98px) {
    .btn.btn-cart {
      min-height: 46px;
      padding: 0.5rem 3.0625rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: 0.625rem; } }
  .btn-primary {
    color: #fff;
    background-color: #A03D49;
    border-color: #A03D49;
    color: #fff; }
    .btn-primary:hover {
      color: #fff;
      background-color: #712730;
      border-color: #712730; }
    .btn-primary:focus, .btn-primary.focus {
      color: #fff;
      background-color: #712730;
      border-color: #712730;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(174, 90, 100, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(174, 90, 100, 0.5); }
    .btn-primary.disabled, .btn-primary:disabled {
      color: #fff;
      background-color: #A03D49;
      border-color: #A03D49; }
    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #7b2f38;
      border-color: #722b34; }
      .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
      .show > .btn-primary.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(174, 90, 100, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(174, 90, 100, 0.5); }
  .btn-light {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #A03D49;
    border-color: #A03D49; }
    .btn-light:hover {
      color: #fff;
      background-color: #712730;
      border-color: #712730; }
    .btn-light:focus, .btn-light.focus {
      color: #fff;
      background-color: #712730;
      border-color: #712730;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
    .btn-light.disabled, .btn-light:disabled {
      color: #212529;
      background-color: #FFFFFF;
      border-color: #FFFFFF; }
    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
      color: #212529;
      background-color: #e6e6e6;
      border-color: #dfdfdf; }
      .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
      .show > .btn-light.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
    .btn-light:hover, .btn-light:active, .btn-light:focus {
      color: #fff; }

@font-face {
  font-family: "Arkhive";
  src: url("/local/templates/new/assets/demo/fonts/7544.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Caveat';
  src: local("Caveat Regular"), local("Caveat-Regular"), url("/local/templates/new/assets/demo/fonts/Caveatregular.woff2") format("woff2"), url("/local/templates/new/assets/demo/fonts/Caveatregular.woff") format("woff"), url("/local/templates/new/assets/demo/fonts/Caveatregular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Caveat';
  src: local("Caveat Bold"), local("Caveat-Bold"), url("/local/templates/new/assets/demo/fonts/Caveatbold.woff2") format("woff2"), url("/local/templates/new/assets/demo/fonts/Caveatbold.woff") format("woff"), url("/local/templates/new/assets/demo/fonts/Caveatbold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

.custom-control-input {
  z-index: 1;
  cursor: pointer; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  -webkit-box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.15);
  background-color: #F8F8F8; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  display: inline-block; }

.custom-checkbox .custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.15); }

.custom-checkbox .custom-control-label {
  font-size: 14px;
  line-height: 23px;
  cursor: pointer; }
  .custom-checkbox .custom-control-label:before {
    -webkit-box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.15);
            box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 4px; }
  .custom-checkbox .custom-control-label:after {
    display: none;
    position: absolute;
    top: .325rem;
    left: -1.125rem;
    width: .3125rem;
    height: .75rem;
    background-image: none;
    background-color: none;
    border-right: 1px solid #A03D49;
    border-bottom: 1px solid #A03D49;
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg); }

body .form-group {
  margin-bottom: 1.5rem; }

body .form-control {
  -webkit-box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.15); }
  body .form-control:active, body .form-control:focus {
    border-color: #ced4da;
    -webkit-box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.15);
            box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.15); }

.icon-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  fill-rule: evenodd;
  vertical-align: middle; }

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 1170px; } }

@media (max-width: 767.98px) {
  .modal-dialog {
    max-width: 100%;
    margin: 0; } }

@media (max-width: 767.98px) {
  .modal-content {
    border: none;
    border-radius: 0; } }

.modal-header {
  border-bottom: none;
  padding: 1rem; }
  .modal-header > span {
    display: inline-block; }
    @media (max-width: 767.98px) {
      .modal-header > span {
        font-weight: 600;
        font-size: 16px;
        padding-top: 3rem; } }
  .modal-header.modal-close-absolute {
    padding: 0; }
    @media (max-width: 767.98px) {
      .modal-header.modal-close-absolute > span {
        padding-top: 0; } }
    .modal-header.modal-close-absolute .close {
      position: absolute;
      top: 11px;
      right: 18px; }
  .modal-header .close {
    float: none;
    color: #fff;
    opacity: 1;
    outline: 0;
    z-index: 120; }
    @media (max-width: 767.98px) {
      .modal-header .close {
        color: #000; } }

.modal-body.modal-wide {
  padding: 0; }

.modal-backdrop {
  opacity: 0 !important;
  pointer-events: none; }

.modal-open {
  padding-right: 17px; }
  .modal-open .modal {
    display: block; }
    .modal-open .modal-backdrop {
      opacity: .5 !important;
      pointer-events: auto; }

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

.l-main .l-main__content,
.l-main .l-main__sidebar {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (max-width: 991.98px) {
    .l-main .l-main__content,
    .l-main .l-main__sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0; } }


.l-main__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.l-main__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.toch {
  position: relative; }
  .toch::before {
    content: "\2B24";
    font-size: 12px;
    color: #8F5645;
    padding-right: 12px;
    padding-bottom: 2px;
    position: absolute;
    bottom: -33px;
    left: 25px; }

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  -webkit-box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.15);
  background-color: #F8F8F8; }

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  display: inline-block;
  background-image: none; }

.custom-radio .custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.15); }

.custom-radio .custom-control-label {
  font-size: 14px;
  line-height: 23px;
  cursor: pointer; }
  .custom-radio .custom-control-label:before {
    -webkit-box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.15);
            box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.15);
    border: none; }
  .custom-radio .custom-control-label:after {
    display: none;
    position: absolute;
    top: .4375rem;
    left: -1.3125rem;
    width: .625rem;
    height: .625rem;
    background-image: none;
    background-color: #A03D49;
    border-radius: 50%; }

.custom-scrollbar-webkit-scrollbar-track {
  background-color: #fff; }

.custom-scrollbar::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
  border-radius: 3px; }

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #A03D49; }

.nav-tabs .nav-link {
  font-weight: 600;
  font-size: 1rem; }
  .nav-tabs .nav-link.active {
    position: relative;
    z-index: 100; }

.tab-content {
  position: relative;
  bottom: 0px;

  z-index: 120; }

.tab-pane {
  padding: 1.5rem 2.0625rem; }

.nav-tabs .nav-item {
  margin-bottom: 0;
  z-index: 999; }

.tns-outer {
  position: relative;
  z-index: 100; }

.tns-controls > button, .tns-nav > button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer; }

.tns-controls > button {
  position: absolute;
  top: 50%;
  background: transparent;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 110; }
  .tns-controls > button[data-controls="prev"] {
    left: 20px; }
  .tns-controls > button[data-controls="next"] {
    right: 20px; }

.banner-slider-index .tns-controls > button {
  width: 5%;
  height: 100%; }
  .banner-slider-index .tns-controls > button:hover {
    background-color: rgba(94, 94, 94, 0.2); }
  .banner-slider-index .tns-controls > button[data-controls="prev"] {
    left: 0; }
  .banner-slider-index .tns-controls > button[data-controls="next"] {
    right: 0; }

@media (min-width: 768px) {
  .product-detail {
    margin-bottom: 2.625rem; } }

.product-detail__back-and-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .75rem 0 1.5rem 1rem; }
  @media (max-width: 767.98px) {
    .product-detail__back-and-share {
      padding: .25rem 0 .75rem; } }

.product-detail__back-link {
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none; }
  @media (max-width: 767.98px) {
    .product-detail__back-link {
      font-size: .875rem; } }
  .product-detail__back-link:hover {
    text-decoration: none; }
  .product-detail__back-link .icon-svg {
    position: relative;
    bottom: 2px;
    width: 44px;
    height: auto; }

@media (max-width: 767.98px) {
  .product-detail__share {
    margin-top: 3px; } }

@media (min-width: 576px) {
  .product-detail__share-title {
    margin-right: 30px; } }

@media (min-width: 576px) {
  .product-detail__share .social-links {
    position: relative;
    bottom: 2px; } }

@media (min-width: 576px) {
  .product-detail__share .social-links__link {
    margin-right: 20px; }
    .product-detail__share .social-links__link:last-of-type {
      margin-right: 0; } }

.product-detail__share .social-links__link > .icon-svg {
  width: 24px;
  height: auto; }
  @media (max-width: 767.98px) {
    .product-detail__share .social-links__link > .icon-svg {
      width: 17px; } }

.product-detail__body {
  margin: .3125rem 0;
  border-radius: 10px;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1); }

@media (min-width: 768px) {
  .product-detail__text {
    height: 100%;
    padding: 1.1875rem 2.1875rem 1.75rem 2rem; } }

@media (max-width: 767.98px) {
  .product-detail__text {
    padding: 0 1.25rem 3.0625rem; } }

@media (min-width: 768px) {
  .product-detail__name {
    min-height: 76px; } }

@media (max-width: 767.98px) {
  .product-detail__name {
    margin-top: .5rem;
    margin-bottom: .875rem; } }

@media (max-width: 767.98px) {
  .product-detail__name > h1 {
    font-weight: normal;
    font-size: 1rem; } }

.product-detail__description {
  font-size: 1rem; }
  @media (min-width: 768px) {
    .product-detail__description {
      font-weight: bold;
      padding-bottom: .875rem; } }
  @media (max-width: 767.98px) {
    .product-detail__description {
      font-size: .625rem;
      padding-bottom: .75rem; } }

@media (max-width: 767.98px) {
  .product-detail__energy {
    padding-top: .375rem;
    padding-bottom: 1.5rem; } }

.product-detail__energy .product-energy__link {
  font-weight: bold;
  font-size: .875rem;
  color: #8E8E8E;
  text-decoration: none; }

.product-detail__energy .product-energy__items {
  padding-left: 0; }

@media (max-width: 767.98px) {
  .product-detail__price {
    padding-bottom: 1.875rem; } }

.product-detail__price-value {
  font-weight: bold;
  font-size: 1.75rem; }
  @media (max-width: 767.98px) {
    .product-detail__price-value {
      font-weight: 600;
      font-size: 1.5rem; } }

.product-detail__price-measure {
  font-weight: bold;
  font-size: 1rem;
  color: #696969; }
  @media (max-width: 767.98px) {
    .product-detail__price-measure {
      font-size: .625rem; } }

@media (max-width: 767.98px) {
  .product-detail .tns-controls {
    display: none; } }

.product-detail .tns-controls > button {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px); }
  .product-detail .tns-controls > button[data-controls="prev"] {
    left: -20px; }
  .product-detail .tns-controls > button[data-controls="next"] {
    right: -20px; }

.product-detail .tns-control-prev, .product-detail .tns-control-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #E899A3;
  border-radius: 10px;
  -webkit-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out; }
  .product-detail .tns-control-prev:hover, .product-detail .tns-control-next:hover {
    background-color: #A03D49; }

.product-detail .tns-control-prev:hover:after {
  border-right-color: #A03D49; }

.product-detail .tns-control-prev svg {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  width: 14px;
  height: 21px; }

.product-detail .tns-control-next:hover:after {
  border-left-color: #A03D49; }

.product-detail .tns-control-next svg {
  -webkit-transform: scaleX(-1) translateY(7px);
      -ms-transform: scaleX(-1) translateY(7px);
          transform: scaleX(-1) translateY(7px);
  width: 14px;
  height: 21px; }



    .product-list-item:hover .product-list-item__zoom:hover {
      background: rgba(255, 255, 255, 0.8); }
    .product-list-item:hover .product-list-item__zoom-inner > .icon-svg {
      opacity: 1; }
  .product-list-item.open .product-list-item__popup {
    opacity: 1;
    pointer-events: auto; }
    @media (min-width: 576px) {
      .product-list-item.open .product-list-item__popup {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }
  .product-list-item.m--adaptive {
    padding-bottom: 20px; }


  .product-list-item__image {
    position: relative; }
    .product-list-item__image-canvas {
      display: block;
      padding-bottom: 67%;
      position: relative; }
    .product-list-item__image-pic {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      margin: auto; }
  @media (max-width: 767.98px) {
    .product-list-item.m--adaptive .product-list-item__image {
      padding-bottom: .75rem; } }
  .product-list-item__zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    background: rgba(255, 255, 255, 0);
    padding: 20px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    pointer-events: none; }
    .product-list-item__zoom-inner {
      width: 20px;
      height: 20px; }
      .product-list-item__zoom-inner > .icon-svg {
        position: relative;
        bottom: 3px;
        width: 20px;
        height: auto;
        opacity: 0; }
  @media (max-width: 767.98px) {
    .product-list-item.m--adaptive .product-list-item__zoom {
      display: none; } }
  .product-list-item__body {
    padding: 0rem 1.5625rem 1.3625rem; }
    @media (max-width: 767.98px) {
      .product-list-item__body {
        padding: 0.75rem 1.125rem 0; } }
  @media (max-width: 767.98px) {
    .product-list-item.m--adaptive .product-list-item__body {
      padding: 0 0 0 .75rem; } }

  @media (max-width: 767.98px) {
    .product-list-item.m--adaptive .product-list-item__name {
      height: 40px;
      font-size: .875rem;
      margin-bottom: .5rem; } }
  .product-list-item__description {
    height: 100px;
    font-size: .75rem;
    margin-bottom: .5rem;
    overflow: hidden; }
  @media (max-width: 767.98px) {
    .product-list-item.m--adaptive .product-list-item__description {
      height: 40px;
      font-size: .4375rem;
      margin-bottom: .5rem; } }
  .product-list-item__price {
    padding-bottom: 8px; }
    .product-list-item__price-value {
      font-size: 1.375rem; }
    .product-list-item__price-measure {
      font-size: .875rem; }
  @media (max-width: 767.98px) {
    .product-list-item.m--adaptive .product-list-item__price {
      padding-bottom: 10px; } }
  @media (max-width: 767.98px) {
    .product-list-item.m--adaptive .product-list-item__price-value {
      font-weight: 600;
      font-size: .875rem; } }
  @media (max-width: 767.98px) {
    .product-list-item.m--adaptive .product-list-item__price-measure {
      font-size: .625rem; } }
  .product-list-item__buy.m--pad {
    padding: 0 1.5625rem 1.5625rem; }
    @media (max-width: 767.98px) {
      .product-list-item__buy.m--pad {
        padding: 0 1.125rem 1.125rem; } }
  @media (max-width: 767.98px) {
    .product-list-item.m--adaptive .product-list-item__buy.m--pad {
      padding: 0; } }
  .product-list-item__btn-buy > .icon-svg {
    position: relative;
    bottom: 2px;
    width: 26px;
    height: auto; }
  @media (max-width: 767.98px) {
    .product-list-item.m--adaptive .product-list-item__btn-buy > .icon-svg {
      width: 14px; } }
  .product-list-item__popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    opacity: 0;
    pointer-events: none; }
    @media (min-width: 576px) {
      .product-list-item__popup {
        -webkit-transform: translateX(20%);
            -ms-transform: translateX(20%);
                transform: translateX(20%); } }
    .product-list-item__popup-inner {
      height: 100%;
      padding: 1.5625rem; }
      @media (max-width: 767.98px) {
        .product-list-item__popup-inner {
          padding: 1.125rem; } }
    .product-list-item__popup-cart > .icon-svg {
      position: relative;
      bottom: 2px;
      width: 26px;
      height: auto; }
  .product-list-item__properties {
    height: calc(100% - 107px);
    margin-bottom: 20px; }
    .product-list-item__properties__back > svg {
      width: 45px;
      height: auto; }

.Switcher {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5em;
  border: 1px solid #F0F0F0;
  overflow: hidden;
  cursor: pointer;
  -webkit-animation: r-n .5s;
          animation: r-n .5s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 12px;
  will-change: transform; }
  @media (max-width: 1100px) {
    .Switcher {
      font-size: 10px; } }
  .Switcher__checkbox:checked + .Switcher {
    -webkit-animation-name: r-p;
            animation-name: r-p; }

@-webkit-keyframes r-p {
  50% {
    -webkit-transform: rotateY(45deg);
            transform: rotateY(45deg); } }

@keyframes r-p {
  50% {
    -webkit-transform: rotateY(45deg);
            transform: rotateY(45deg); } }

@-webkit-keyframes r-n {
  50% {
    -webkit-transform: rotateY(-45deg);
            transform: rotateY(-45deg); } }

@keyframes r-n {
  50% {
    -webkit-transform: rotateY(-45deg);
            transform: rotateY(-45deg); } }
  .Switcher::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200%;
    border-radius: inherit;
    background-color: #fff;
    -webkit-transform: translateX(-75%);
        -ms-transform: translateX(-75%);
            transform: translateX(-75%);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    background: #F0F0F0;
    border-radius: 20px; }
    .Switcher__checkbox:checked + .Switcher::before {
      -webkit-transform: translateX(25%);
          -ms-transform: translateX(25%);
              transform: translateX(25%); }

.Switcher__trigger {
  position: relative;
  z-index: 1;
  padding: 10px 15px; }
  .Switcher__trigger::after {
    content: attr(data-value); }
  .Switcher__trigger::before {
    --i: var(--x);
    content: attr(data-value);
    position: absolute;
    color: rgba(59, 53, 48, 0.6);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: calc((var(--i) + 1) / 2);
    -webkit-transition-delay: calc(.3s * (var(--i) - 1) / -2);
         -o-transition-delay: calc(.3s * (var(--i) - 1) / -2);
            transition-delay: calc(.3s * (var(--i) - 1) / -2); }
    .Switcher__checkbox:checked + .Switcher .Switcher__trigger::before {
      --i: calc(var(--x) * -1); }
  .Switcher__trigger:nth-of-type(1)::before {
    --x: 1; }
  .Switcher__trigger:nth-of-type(2)::before {
    --x: -1; }

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

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -webkit-perspective: 750px;
          perspective: 750px; }

@media (max-width: 1100px) {
 }


.product-list-slider .tns-controls > button {
  -webkit-transform: translateY(-44px);
      -ms-transform: translateY(-44px);
          transform: translateY(-44px); }
  .product-list-slider .tns-controls > button[data-controls="prev"] {
    left: -20px;
    top: 74%;
  }
  .product-list-slider .tns-controls > button[data-controls="next"] {
    right: -20px;
    top: 74%;
  }

.product-list-slider .tns-control-prev, .product-list-slider .tns-control-next {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: transparent;
  border-radius: 0;
  -webkit-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out;

}

  .product-list-slider .tns-control-prev:before {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background: url(/local/templates/new/img/lleft.svg) no-repeat center;
  }

    .product-list-slider .tns-control-next:before  {
      content:'';
      width:100%;
      height:100%;
      position:absolute;
      left:0;
      top:0;
      background: url(/local/templates/new/img/rright.svg) no-repeat center;
    }

.product-list-slider .tns-control-prev svg {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  width: 14px;
  height: 21px; 
  display:none!important;

}

.product-list-slider .tns-control-next:hover:after {
  border-left-color: #A03D49; }

.product-list-slider .tns-control-next svg {
  -webkit-transform: scaleX(-1) translateY(7px);
      -ms-transform: scaleX(-1) translateY(7px);
          transform: scaleX(-1) translateY(7px);
  width: 14px;
  height: 21px; 
display:none!important;
}

@media (min-width: 768px) {
  .product-list-slider.items4 .tns-controls > button {
    -webkit-transform: translateY(-41px);
        -ms-transform: translateY(-41px);
            transform: translateY(-41px); } }

@media (max-width: 767.98px) {
  .product-preview__image {
    padding-top: 53px;
    padding-right: 2rem;
    padding-left: 2rem;
    border-radius: 10px; } }

.product-preview__picture {
  max-width: 100%; }

.product-preview__body {
  padding: 0 3.9375rem 2.75rem; }
  @media (max-width: 767.98px) {
    .product-preview__body {
      padding-right: 2rem;
      padding-left: 2rem; } }

.product-preview__block {
  padding-top: .9375rem;
  padding-bottom: .775rem; }

.product-preview__share .social-links__link {
  padding: 0 2px; }

.product-preview__share-title {
  font-size: 1rem;
  margin-right: 9px; }
  @media (max-width: 767.98px) {
    .product-preview__share-title {
      font-size: .625rem; } }

.product-preview__name {
  font-size: 2rem; }

.product-preview__description {
  font-size: 1rem; }

.product-preview__subinfo .social-links {
  position: relative;
  bottom: 2px; }
  .product-preview__subinfo .social-links .icon-svg {
    width: 24px;
    height: auto; }

@media (max-width: 767.98px) {
  .product-preview__energy-value {
    padding-bottom: 1rem; } }

.product-preview__energy-value a {
  font-size: .875rem;
  color: #5E5E5E;
  text-decoration: underline; }
  .product-preview__energy-value a:hover {
    text-decoration: none; }

.product-preview__price-value {
  font-weight: 600;
  font-size: 2.25rem; }

.product-preview__price-measure {
  font-size: 1.125rem; }

@media (max-width: 767.98px) {
  .product-preview__btn-buy {
    margin-bottom: .5rem; } }

.product-preview__btn-buy > .icon-svg {
  position: relative;
  bottom: 2px;
  width: 25px;
  height: auto; }

@media (max-width: 767.98px) {
  .product-preview .tns-controls {
    display: none; } }

.product-preview .tns-controls > button {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px); }
  .product-preview .tns-controls > button[data-controls="prev"] {
    left: 16px; }
  .product-preview .tns-controls > button[data-controls="next"] {
    right: 16px; }

.product-preview .tns-control-prev, .product-preview .tns-control-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #E899A3;
  border-radius: 10px;
  -webkit-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out; }
  .product-preview .tns-control-prev:hover, .product-preview .tns-control-next:hover {
    background-color: #A03D49; }
  .product-preview .tns-control-prev:before, .product-preview .tns-control-prev:after, .product-preview .tns-control-next:before, .product-preview .tns-control-next:after {
    position: absolute;
    top: 13px;
    display: inline-block;
    width: 16px;
    height: 14px;
    content: " ";
    -webkit-transition: border .3s ease-out;
    -o-transition: border .3s ease-out;
    transition: border .3s ease-out; }

.product-preview .tns-control-prev:hover:after {
  border-right-color: #A03D49; }

.product-preview .tns-control-prev:before {
  right: 14px;
  border-top: 7px solid transparent;
  border-right: 14px solid #fff;
  border-bottom: 7px solid transparent; }

.product-preview .tns-control-prev:after {
  right: 12px;
  border-top: 7px solid transparent;
  border-right: 14px solid #E899A3;
  border-bottom: 7px solid transparent; }

.product-preview .tns-control-next:hover:after {
  border-left-color: #A03D49; }

.product-preview .tns-control-next:before {
  left: 14px;
  border-top: 7px solid transparent;
  border-left: 14px solid #fff;
  border-bottom: 7px solid transparent; }

.product-preview .tns-control-next:after {
  left: 12px;
  border-top: 7px solid transparent;
  border-left: 14px solid #E899A3;
  border-bottom: 7px solid transparent; }

.product-preview-buy1click__delimeter {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background-color: #C4C4C4; }

.product-preview-buy1click__title {
  font-size: 1.375rem;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem; }

.product-preview-buy1click__label label {
  font-size: 1rem;
  color: #252525; }

.product-preview-buy1click__consent {
  padding-top: 9px; }

@media (max-width: 767.98px) {
  .section-list-light.open .section-list-light__items {
    display: grid; } }

.section-list-light.open .section-list-light__menu:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 4px 4px 4px 10px; }

.section-list-light__inner {
  padding: 0 3.5rem; }
  @media (max-width: 767.98px) {
    .section-list-light__inner {
      padding-right: 0;
      padding-left: 0; } }

.section-list-light__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
  @media (max-width: 991.98px) {
    .section-list-light__items {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (max-width: 767.98px) {
    .section-list-light__items {
      display: none;
      grid-template-columns: 1fr; } }

@media (max-width: 767.98px) {
  .section-list-light__item {
    border-bottom: 1px solid #EAEAEA; } }

.section-list-light__link, .section-list-light__menu {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: .9375rem;
  padding-bottom: .9375rem; }

.section-list-light__link {
  font-weight: 600;
  font-size: 1.125rem; }
  @media (max-width: 767.98px) {
    .section-list-light__link {
      font-size: 1rem; } }
  .section-list-light__link.active {
    color: #A03D49;
    text-decoration: underline; }

.section-list-light__menu {
  font-weight: bold;
  font-size: 1.375rem;
  text-transform: uppercase; }
  .section-list-light__menu:after {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 2px 4px 6px 10px;
    content: " ";
    background: transparent;
    border-top: 2px solid #3B3530;
    border-left: 2px solid #3B3530;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg); }


.banner-slider__canvas {
  position: relative;
  background-position: center;
 }
  @media (min-width: 576px) {
    .banner-slider__canvas {
      border-radius: 20px;
      max-width: calc(100% - 20px);
    
    }
    
    }


.banner-slider__item-inner {
  /* position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 0 8.1875rem; */
  /* background: url(/local/templates/new/img/slidok.png) no-repeat; */
}


 


@media (min-width: 768px) {
  .banner-slider__button {
    padding-bottom: .375rem; } }

@media (max-width: 575.98px) {
  .banner-slider__button > a {
    width: 100%; } }

.banner-slider .tns-control-prev, .banner-slider .tns-control-next {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 14px;
  content: " ";
  background-color: transparent; }
  .banner-slider .tns-control-prev > svg, .banner-slider .tns-control-next > svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: auto; }

.banner-slider .tns-control-next {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.banner-slider .tns-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 105; }
  @media (max-width: 575.98px) {
    .banner-slider .tns-nav {
      bottom: 15px; } }
  .banner-slider .tns-nav > button {
    width: .625rem;
    height: .625rem;
    margin: .25rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    -webkit-transition: background .3 ease-out;
    -o-transition: background .3 ease-out;
    transition: background .3 ease-out;
    z-index: 110; }
    .banner-slider .tns-nav > button.tns-nav-active {
      background: #A03D49; }

.file-list__item {
  padding: .9375rem; }

.file-list__item-inner {
  max-width: 4.8125rem; }

.file-list__link {
  display: inline-block;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.25rem; }
  .file-list__link-icon {
    padding-bottom: .6875rem; }

.form {
  width: 100%; }

  @media (min-width: 768px) {
    .form__inner {
      max-width: 44%; } }
  @media (max-width: 767.98px) {
    .form__inner {
      padding-right: 15px;
      padding-left: 15px; } }
  .form__description {
    font-weight: bold;
    font-size: 1.375rem; }
    @media (max-width: 767.98px) {
      .form__description {
        font-size: .875rem; } }
  @media (min-width: 768px) {
    .form__fields {
      max-width: 75%; } }
  .form__consent .consent__label {
    color: #fff; }
  .form__consent .consent__link {
    color: #fff; }

.banner-main {
  background-image: url("/local/templates/new/assets/demo/images/main_head.png");
  height: 100vh;
  width: 100%;
  background-size: cover; }
  .banner-main__logo {
    text-align: center;
    width: 100%;
    margin-top: 60px;
    position: absolute;
    z-index: 5; }
  .banner-main__half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    background: #000;
    padding: 15px 0;
    width: 100%; }
    .banner-main__half:nth-child(2) .banner-main__city {
      padding-bottom: 15px;
      border-bottom: 2px solid #FFFFFF; }
    @media (min-width: 768px) {
      .banner-main__half {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        height: 100%;
        padding: 0;
        width: auto;
        background: transparent; }
        .banner-main__half:nth-child(2) .banner-main__city {
          padding-bottom: 0;
          border-bottom: none; }
        .banner-main__half:hover {
          background: rgba(0, 0, 0, 0.3);
          -webkit-backdrop-filter: blur(25px);
                  backdrop-filter: blur(25px); } }
  .banner-main__title-mobile {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 15px 0 0; }
  .banner-main__title-text {
    max-width: 270px;
    margin: 0 auto; }
  .banner-main__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767px) {
      .banner-main__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: calc(100vh - 316px); } }
  .banner-main__city {
    max-width: 270px;
    width: 100%; }
  .banner-main__place, .banner-main__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .banner-main__place svg, .banner-main__phone svg {
      margin-right: 8px; }
  .banner-main__phone {
    font-weight: bold; }
  .banner-main__place {
    margin-bottom: 15px;
    line-height: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .banner-main__place .h3 {
      margin-top: -4px; }

.header-menu__item {
  position: relative;
  padding: 5px 28px; }
  .header-menu__item:hover .header-menu__link:before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -1px; }
  .header-menu__item:hover .header-menu__link:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    height: 16px;
    max-width: 100%;
    content: "";
    /* background-image: url(/local/templates/new/assets/demo/images/pattern.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media (min-width: 768px) {
    .header-menu__item:hover > .header-menu__submenu {
      display: block; } }

.header-menu__link {
  position: relative;
  display: inline-block;
  font-weight: 800;
  font-size: 1.25rem;
  padding-bottom: .125rem;
  z-index: 140; }
  .header-menu__link:hover, .header-menu__link.active {
    color: #712730;
    text-decoration: none; }

.header-menu__burger {
  -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 15px 10px;
  margin-left: 20px;
  position: relative; }
  .header-menu__burger:hover .header-menu__burger-popup {
    display: block; }
  .header-menu__burger-line {
    width: 100%;
    height: 2px;
    background-color: #A03D49;
    min-width: 28px; }
    .header-menu__burger-line:nth-child(2) {
      margin: 5px 0; }
  .header-menu__burger-popup {
    display: none;
    position: absolute;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 101;
    right: 0;
    top: 46px;
    text-align: left;
    border-radius: 10px; }
    .header-menu__burger-popup a {
      display: block;
      white-space: nowrap; }

.l-header_catalog {
  margin-bottom: 23px; }

.catalog-tag {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 800px) {
    .catalog-tag {
      display: grid;
      gap: 20px;     grid-template-columns: 1fr 1fr;} 
      }
  .catalog-tag--item {
    margin-right: 22px; }

      


.header-city {
  display: grid;
  gap: 8px;
  margin: auto; }
  @media (max-width: 900px) {
    .header-city {
      display: none; } }

  .preview-text ul {
    padding-left:20px;
  }

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

  .preview-text table {
    width: 100% !important;
    font-size: 12px;
    line-height: 17px;
    margin: 20px 0;
}

.preview-text table th {
  padding:2px;
}

.preview-text table td {
  padding:2px;
}


.mini-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 37vw;
  max-height: 458px;
  background-size: cover;
  background-position: center; }
  @media (max-width: 1199.98px) {
    .mini-banner {
      max-width: 263px;
      min-height: 475.73px;
      margin: 0 auto; } }
  .mini-banner__name {
    font-family: Caveat;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 2.125rem 2.125rem 1rem;
    text-align: left; }
    @media (max-width: 1199.98px) {
      .mini-banner__name {
        padding: 2rem 0.5rem; } }
  .mini-banner__button {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
    padding-bottom: 1.5625rem; }
    .mini-banner__button a {
      color: #fff; }

@media (max-width: 991.98px) {
  .mobile-mini-banner {
    display: none; } }

.mini-banner_text p {
  font-size: 24px;
  line-height: 30px;
  padding: 0.125rem 2.125rem 1rem;
  color: #FFFFFF;
  font-family: Caveat;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

.order-form__mobile-product-list {
  position: relative;
  padding-bottom: 15px;
  margin-right: -15px;
  margin-left: -15px; }
  .order-form__mobile-product-list__inner {
    width: 90px;
    padding: 5px 0 5px 18px;
    background-color: #fff;
    border: 1px solid #3B3530;
    border-radius: 10px 0px 0px 10px;
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15); }
    .order-form__mobile-product-list__inner > div {
      font-size: .75rem;
      line-height: 15px;
      color: #3B3530; }

.order-form__section-name {
  font-weight: 600;
  font-size: 1.375rem; }
  @media (max-width: 767.98px) {
    .order-form__section-name {
      font-size: 1.125rem; } }

.order-form__fields {
  padding: 1.5rem 2.0625rem;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 20px;
  line-height: 30px; }

.order-form__fields, .order-form__fields-tabs {
  margin: 1.25rem 0; }
  @media (max-width: 767.98px) {
    .order-form__fields, .order-form__fields-tabs {
      margin-right: -15px;
      margin-left: -15px; } }

@media (min-width: 768px) {
  .order-form__bottom {
    position: relative;
    bottom: 0.625rem; } }

@media (max-width: 767.98px) {
  .order-form__bottom {
    margin-top: 1.5rem; } }

.order-form__comment {
  color: #1E1E1E; }

.order-form__delimeter > span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #C4C4C4; }

.order-form__sum {
  font-family: 'Noto Sans', sans-serif; }
  .order-form__sum-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 768px) {
    .order-form__sum-names {
      min-width: 88%; } }
  @media (max-width: 767.98px) {
    .order-form__sum-names {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  .order-form__sum-name {
    position: relative; }
    .order-form__sum-name:after {
      position: absolute;
      display: inline-block;
      top: 100%;
      right: 0;
      left: 0;
      width: 100%;
      height: 1px;
      content: " ";
      -webkit-transform: translateY(-22px);
          -ms-transform: translateY(-22px);
              transform: translateY(-22px);
      background-color: #C4C4C4;
      z-index: 100; }
    .order-form__sum-name > span {
      position: relative;
      display: inline-block;
      padding-right: 20px;
      background-color: #fff;
      z-index: 130; }
  .order-form__sum-value {
    white-space: nowrap;
    text-align: right; }
    .order-form__sum-value > span {
      white-space: nowrap;
      padding-left: 20px; }
  .order-form__sum-name, .order-form__sum-value {
    padding: 1rem 0; }
  .order-form__sum--big-name {
    font-weight: 600;
    font-size: 1rem; }
  .order-form__sum--big-value {
    position: relative;
    bottom: 7px;
    font-weight: 600;
    font-size: 1.375rem; }

.order-form__actions {
  max-width: 263px; }
  @media (max-width: 767.98px) {
    .order-form__actions {
      width: 100%; } }

.order-form__button {
  width: 100%;
  padding-right: 0;
  padding-left: 0; }

.order-form__consent {
  margin-top: 1rem; }


.order-form__products {
  font-family: Noto Sans;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1); }
  @media (max-width: 767.98px) {
    .order-form__products {
      -webkit-box-shadow: none;
              box-shadow: none; } }
  .order-form__products-item {
    margin-bottom: 25px; }
    @media (max-width: 767.98px) {
      .order-form__products-item {
        margin-bottom: 15px; } }
    .order-form__products-item:last-of-type {
      margin-bottom: 0; }
  .order-form__products-image {
    position: relative;
    min-width: 90px;
    margin-right: 15px; }
    @media (max-width: 767.98px) {
      .order-form__products-image {
        min-width: 48px;
        margin-right: 10px; } }
    .order-form__products-image-canvas {
      display: block;
      padding-bottom: 90%;
      position: relative; }
    .order-form__products-image-pic {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      margin: auto; }
  .order-form__products-text {
    padding: 0 12px; }
  .order-form__products-name {
    font-size: .875rem;
    padding-bottom: 4px; }
    @media (max-width: 767.98px) {
      .order-form__products-name {
        font-size: .875rem; } }
  .order-form__products-measure {
    font-size: .75rem;
display:none;
    color: #696969; }
    @media (max-width: 767.98px) {
      .order-form__products-measure {
display:none;
        font-size: .75rem; } }
  .order-form__products-quantity {
    font-size: .875rem;
    padding: 0 12px;
    white-space: nowrap;
    margin-right: 50px; }
    @media (max-width: 767.98px) {
      .order-form__products-quantity {
        font-size: .625rem;
        padding-right: 0; } }
  .order-form__products-price {
    font-weight: 600;
    font-size: .875rem;
    white-space: nowrap;
    padding: 0 12px; }
    @media (max-width: 767.98px) {
      .order-form__products-price {
        font-size: .875rem;
        padding-right: 0; } }

.order-form__complete {
  font-weight: 600; }
  .order-form__complete div {
    color: #fff; }
    .order-form__complete div span {
      color: #fff !important; }
    .order-form__complete div a {
      color: #fff !important; }

.sps {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  border-radius: 10px; }

.basket {
  border-top: 1px solid #C4C4C4;
  margin-bottom: 30px; }


.bx-soa-section {
	border: none!important;
}
.basket-item {
  border-bottom: 1px solid #C4C4C4; }

.l-footer {
  padding-top: 3.125rem; }
  .l-footer__inner {
    padding: 3.125rem 0;
    background-color: #F0F0F0; }

.l-header {
  margin: 60px 0 37px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  padding-bottom: 30px;
  margin-top: 0;
  padding-top: 40px; }
  @media (max-width: 991.98px) {
    .l-header {
      margin: 0;
      -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
              box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04); } }


.header-logo {
  text-align: center;
  padding: 5px 0; }
  .header-logo img {
    max-width: 100%; }

.header-city {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-city__name {
    position: relative; }
    .header-city__name p {
      display: none;
      margin: 0; }
      @media (max-width: 991.98px) {
        .header-city__name p {
          display: block;
          font-size: 8px;
          color: #3B3530;
          text-decoration: none;
          position: relative;
          top: 6px; } }
    @media (max-width: 991.98px) {
      .header-city__name span {
        display: none; } }
    .header-city__name:hover .header-city__popup {
      display: block;
      z-index: 99; }
  .header-city__current-value {
    font-weight: 600;
    font-size: 1.125rem;
    text-decoration: underline; }
    @media (max-width: 991.98px) {
      .header-city__current-value {
        color: #A03D49;
        font-size: 10px;
        line-height: 14px; } }
  .header-city__popup {
    display: none;
    position: absolute;
    padding: 1.25rem 2rem 2.125rem;
    background-color: #fff;
    -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-left: -26px; }
    .header-city__popup-link {
      display: inline-block;
      width: 100%; }
      .header-city__popup-link:hover {
        color: #A03D49; }
  .header-city__icon {
    margin-right: 10px; }

.header-top {
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .header-top {
      padding-bottom: 0.5rem; } }

.header-personal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 991.98px) {
    .header-personal {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end; } }

    @media (max-width: 575.98px) {
      .header-personal__cart {
        margin-left: 5px;
        margin: auto;
         } 
         .header-logo img {
    max-width: 65%;
}
.l-header {
    margin: 60px 0 27px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    padding-bottom: 30px;
    margin-top: 0;
    padding-bottom: 4px;
    padding-top: 10px;
}

.header-top {
    margin-bottom: 0px;
}
}
    .header-personal__cart-icon svg {
      position: relative;
      bottom: 1px; }
      @media (max-width: 575.98px) {
        .header-personal__cart-icon svg {
          width: 21px; } }
    .header-personal__cart-line {
      width: 2px;
      height: 23px;
      margin: 0 10px;
      background-color: #000; }
      @media (max-width: 767.98px) {
        .header-personal__cart-line {
          margin: 0 5px; } }

      @media (max-width: 767.98px) {
        .header-personal__cart-number {
          font-size: 1rem; } }
  .header-personal__enter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991.98px) {
      .header-personal__enter {
        height: 34px; } }
  .header-personal__icon {
    margin-right: 7px; }
    @media (max-width: 991.98px) {
      .header-personal__icon {
        margin-left: auto; } }
    @media (max-width: 575.98px) {
      .header-personal__icon {
        margin-left: auto;
        padding-top: 10px; } }
    .header-personal__icon svg {
      position: relative;
      top: 1px;
      height: 27px; }
      @media (max-width: 575.98px) {
        .header-personal__icon svg {
          height: 19px; } }
  .header-personal__enter-link {
    font-weight: 600;
    font-size: 1.125rem;
    text-decoration: underline; }

.burger-popup-menu {
  padding: 0; }
  .burger-popup-menu li {
    list-style-type: none;
    line-height: 16px;
    font-weight: 600;
    font-size: 16px;
    padding: 1rem 0;
    text-align: center; }
  .burger-popup-menu-title {
    font-size: 24px !important; }

.burger-popup-footer {
  background-color: #080807;
  color: #fff;
  padding: 39px; }
  .burger-popup-footer .burger-footer__location .burger-footer-text {
    font-size: 14px;
    line-height: 19px;
    width: 80%; }
  .burger-popup-footer .burger-footer__location .burger-footer-phone {
    font-size: 18px;
    line-height: 25px; }
    .burger-popup-footer .burger-footer__location .burger-footer-phone a {
      color: #fff;
      text-decoration: none; }
  .burger-popup-footer .line-burger {
    border-top: 1px solid #fff; }

.header-menu__burger {
  max-height: 46px;
  margin: auto 0;
  text-align: right; }
  .header-menu__burger-mobile {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 15px 0; }
    @media (max-width: 991.98px) {
      .header-menu__burger-mobile {
        padding: 15px 0 5px 0; } }
    .header-menu__burger-mobile .header-menu__burger-popup {
      left: 0;
      right: auto;
      text-align: left; }
    .header-menu__burger-mobile .header-menu__burger-line {
      border-radius: 2px; }

.header-menu-standart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .header-menu-standart-item {
    width: 20%;
    padding: 5px; }
  .header-menu-standart .header-menu__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding: 15px 10px;
    background-color: #fff;
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
    -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 999;
    padding: 13px 43px 14px 33px; }
    .header-menu-standart .header-menu__submenu-item {
      text-align: left; }
    .header-menu-standart .header-menu__submenu-link {
      font-size: 16px;
      line-height: 30px;
      font-weight: normal;
      text-align: left; }
      .header-menu-standart .header-menu__submenu-link:hover {
        color: #A03D49; }

.header-menu__submenu:hover .header-menu__link:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 89px;
  height: 16px;
  max-width: 100%;
  content: "";
  background-image: url(/assets/demo/images/pattern.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.tel_head a {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3B3530; }
  @media (max-width: 1100px) {
    .tel_head a {
      font-size: 12px; } }

@media (max-width: 1100px) {
  .header-city__current-value {
    font-size: 12px; } }

.l-section {
  padding-top: 0px;
  padding-bottom: 35px; }
  @media (max-width: 575.98px) {
    .l-section.wide-xs {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (max-width: 767.98px) {
    .l-section.wide-sm {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (max-width: 991.98px) {
    .l-section.wide-md {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (max-width: 1199.98px) {
    .l-section.wide-lg {
      margin-right: -15px;
      margin-left: -15px; } }
  .l-section__header {
    padding-bottom: 0.625rem; }
    .l-section__header-text {
      font-size: 22px;
      line-height: 30px;
      font-weight: 600; }
  @media (max-width: 575.98px) {
    .l-section__body.wide-xs {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (max-width: 767.98px) {
    .l-section__body.wide-sm {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (max-width: 991.98px) {
    .l-section__body.wide-md {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (max-width: 1199.98px) {
    .l-section__body.wide-lg {
      margin-right: -15px;
      margin-left: -15px; } }

@media (max-width: 991.98px) {
  .header-menu-desctop {
    display: none !important; } }

.header-menu-mobile {
  display: none !important;
  margin-bottom: 0.5rem;
  margin: auto;
  padding: 0; }
  .header-menu-mobile .header-menu__burger-line {
    background-color: #5E5E5E; }
    .header-menu-mobile .header-menu__burger-line:nth-child(2) {
      margin: 7px 0; }
  @media (max-width: 991.98px) {
    .header-menu-mobile {
      display: block !important; } }

.banner {
  height: 266px; }
  .banner__name {
    font-family: Caveat;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 55px 20px; }
  .banner__button {
    text-align: center; }
    .banner__button a {
      color: #fff; }

.basket-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0; }
  .basket-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
    .basket-item-img img {
      width: 100%; }
    @media (max-width: 575.98px) {
      .basket-item-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; } }
  .basket-item-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
    padding: 2.5rem 0 2.5rem 2rem; }
    @media (max-width: 1199.98px) {
      .basket-item-info {
        padding: 2rem 0 2rem; } }
    @media (max-width: 991.98px) {
      .basket-item-info {
        padding: 0rem 1rem; } }
    @media (max-width: 575.98px) {
      .basket-item-info {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%; } }
    .basket-item-info-detail {
      width: 60%; }
      @media (max-width: 991.98px) {
        .basket-item-info-detail {
          padding: 0rem 0.75rem; } }
      @media (max-width: 575.98px) {
        .basket-item-info-detail {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 75%;
                  flex: 0 0 75%;
          max-width: 75%;
          padding-bottom: 1rem; } }
      .basket-item-info-detail__name {
        font-size: 18px;
        line-height: 25px; }
        @media (max-width: 991.98px) {
          .basket-item-info-detail__name {
            font-size: 12px;
            line-height: 16px; } }
      .basket-item-info-detail__properties {
        font-size: 14px;
        line-height: 19px; }
        @media (max-width: 991.98px) {
          .basket-item-info-detail__properties {
            font-size: 9px;
            line-height: 12px; } }
    .basket-item-info .basket-item-calculator {
      width: 40%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 575.98px) {
        .basket-item-info .basket-item-calculator {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none; } }
      .basket-item-info .basket-item-calculator-amout {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
                flex: 0 0 60%;
        max-width: 60%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 991.98px) {
          .basket-item-info .basket-item-calculator-amout {
            padding: 0 1rem; } }
        .basket-item-info .basket-item-calculator-amout .plus {
          font-size: 1.5rem; }
          @media (max-width: 991.98px) {
            .basket-item-info .basket-item-calculator-amout .plus {
              font-size: 1rem; } }
        .basket-item-info .basket-item-calculator-amout input {
          width: 2.5rem;
          height: 2.5rem;
          border: 0;
          text-align: center; }
          .basket-item-info .basket-item-calculator-amout input:focus {
            outline: none; }
          @media (max-width: 991.98px) {
            .basket-item-info .basket-item-calculator-amout input {
              width: 1.5rem;
              height: 1.5rem; } }
        .basket-item-info .basket-item-calculator-amout button {
          border: 0;
          border-radius: 5px;
          width: 2.5rem;
          height: 2.5rem;
          text-align: center;
          padding: 0;
          background: #F1F1F1; }
          .basket-item-info .basket-item-calculator-amout button:focus {
            outline: 0; }
          @media (max-width: 991.98px) {
            .basket-item-info .basket-item-calculator-amout button {
              width: 1.5rem;
              height: 1.5rem; } }
          .basket-item-info .basket-item-calculator-amout button:hover {
            background-color: #A03D49;
            color: #fff; }
      .basket-item-info .basket-item-calculator-price {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        max-width: 40%;
        text-align: right;
        font-size: 22px;
        line-height: 30px;
        font-family: Noto Sans; }
        @media (max-width: 991.98px) {
          .basket-item-info .basket-item-calculator-price {
            font-size: 1.25rem;
            padding: 0 0 0 1rem;
            font-size: 18px;
            line-height: 25px;
            text-align: right; } }
  .basket-item-info-detail, .basket-item-calculator {
    float: left; }
    @media (max-width: 575.98px) {
      .basket-item-info-detail, .basket-item-calculator {
        float: none;
        width: 100% !important; } }

#ballBlock {
  display: none; }

.slider-basket {
  margin-top: 3rem;
  width: 60%; }
  @media (max-width: 991.98px) {
    .slider-basket {
      width: 100%;
      margin-top: 2rem; } }
  .slider-basket button {
    width: 100%; }
  .slider-basket a {
    font-family: Noto Sans;
    font-size: 14px;
    line-height: 19px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #5D5D5D; }
    .slider-basket a:hover {
      opacity: 0.8; }
  .slider-basket-bonus {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px; }
    .slider-basket-bonus span {
      font-weight: bold;
      font-size: 16px;
      line-height: 22px;
      color: #A03D49;
      margin-left: 0.5rem; }
  .slider-basket .slider-basket-bonus-2 {
    margin: 0;
    font-size: 14px;
    line-height: 19px; }
  .slider-basket input[type='range'] {
    overflow: hidden;
    width: 100%;
    -webkit-appearance: none;
    background-color: #C4C4C4;
    border-radius: 5px; }
  .slider-basket input[type='range']::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    color: #d96710;
    margin-top: -1px; }
  .slider-basket input[type=range]:focus {
    outline: none; }
  .slider-basket input[type='range']::-webkit-slider-thumb {
    width: 0;
    -webkit-appearance: none;
    height: 30px;
    background: #d96710;
    -webkit-box-shadow: -500px 0 0 500px #d96710;
            box-shadow: -500px 0 0 500px #d96710;
    cursor: pointer; }
  .slider-basket input[type="range"]::-moz-range-progress {
    background-color: #d96710; }
  .slider-basket input[type="range"]::-moz-range-track {
    background-color: #C4C4C4; }
  .slider-basket input[type="range"]::-ms-fill-lower {
    background-color: #d96710; }
  .slider-basket input[type="range"]::-ms-fill-upper {
    background-color: #C4C4C4; }

#flying {
  width: 100%; }

.level {
  position: relative;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  bottom: 5px;
  color: #1E1E1E;
  text-align: left; }
  .level-count:after {
    content: "....";
    height: 30px;
    background-color: #d96710;
    color: #d96710;
    border-radius: 5px;
    position: relative;
    bottom: 1.2rem;
    pointer-events: none;
    right: 0.7rem; }

.level-right {
  text-align: right;
  margin: 0;
  bottom: 1.55rem; }

.summ p {
  font-size: 1.125rem;
  line-height: 25px; }
  @media (max-width: 991.98px) {
    .summ p {
      font-size: 0.75rem; } }

.summ-price {
  padding-left: 2rem;
  font-size: 2.5rem;
  line-height: 2.375rem;
  font-weight: 600;
  position: relative;
  top: 0.3rem;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  text-align: right;
  color: #1E1E1E; }
  @media (max-width: 991.98px) {
    .summ-price {
      font-size: 1.125rem;
          padding-right: 25px; }
          
          .mar_top30 {
	          margin-top: 40px; } }

.summ-button {
  width: 100%;
  max-width: 296px;
  text-align: center;
  padding: 0.625rem; }
  @media (max-width: 991.98px) {
    .summ-button {
      padding: 0.625rem 2.0625rem;
      max-width: 100%; } 
      .center_cast {
	      text-align: center;
      }

      .order-form__actions {
	      margin: auto } }

.braeadcrumb-custom-mobile {
  margin: auto; }
  .braeadcrumb-custom-mobile .contentbraeadcrumb-basket {
    width: 1.5rem; }
    .braeadcrumb-custom-mobile .contentbraeadcrumb-basket-item {
      background-color: #E5E5E5;
      width: 20px;
      height: 20px;
      text-align: center;
      border-radius: 5px;
      color: #FFFFFF;
      font-weight: 600;
      font-size: 12px;
      margin: 0 auto;
      padding: 2px; }
    .braeadcrumb-custom-mobile .contentbraeadcrumb-basket p {
      display: none; }
    .braeadcrumb-custom-mobile .contentbraeadcrumb-basket-active {
      background-color: #A03D49; }
  .braeadcrumb-custom-mobile .contentbraeadcrumb-item {
    margin: 8px 0; }
    .braeadcrumb-custom-mobile .contentbraeadcrumb-item-block {
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background-color: #E5E5E5;
      margin: 0 2px; }

.braeadcrumb-custom {
  width: 70%;
  margin-bottom: 30px; }

.contentbraeadcrumb-basket {
  width: 3rem; }
  .contentbraeadcrumb-basket-item {
    padding: 0.25rem;
    background-color: #E5E5E5;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    margin: 0 auto; }
  .contentbraeadcrumb-basket p {
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    font-weight: 500;
    margin-top: 5px;
    width: 70px;
    position: relative;
    right: 10px; }
  .contentbraeadcrumb-basket-active {
    background-color: #A03D49; }

.contentbraeadcrumb-item {
  margin: 16px 0; }
  .contentbraeadcrumb-item-block {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #E5E5E5;
    margin: 0 4px; }

.order-form__complete {
  padding: 60px 0; }
  .order-form__complete .esli {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    border-radius: 10px; }

.sps {
  margin-bottom: 15px;
  margin-top: 15px; }

.breadcrumb {
  background-color: transparent; }
  .breadcrumb__ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
  .breadcrumb__item {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
    margin-right: .4375rem; }
    .breadcrumb__item:first-of-type .breadcrumb__link {
      margin-right: .1875rem; }
    .breadcrumb__item:first-of-type .icon-svg {
      position: relative;
      bottom: 2px; }
    .breadcrumb__item:last-child:after {
      display: none;
      content: ""; }
    .breadcrumb__item:after {
      position: relative;
      bottom: 1px;
      display: inline-block;
      width: 6px;
      height: 6px;
      content: " ";
      background-color: transparent;
      border-top: 1px solid #696969;
      border-right: 1px solid #696969;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .breadcrumb__link {
    margin-right: .4375rem; }

.consent__link {
  text-decoration: underline; }
  .consent__link:hover {
    text-decoration: none; }

@media (max-width: 767.98px) {
  .custom-checkbox .custom-control-label.consent__label {
    font-size: .625rem; } }

.l-footer__up-button {
  width: 2rem;
  position: fixed;
  right: 15%;
  bottom: 15%;
  opacity: 0;
  z-index: 9999 !important; }
  @media (max-width: 991.98px) {
    .l-footer__up-button {
       } }
  .l-footer__up-button svg {
    width: 2rem;
    fill: #A03D49;
    z-index: 999999; }

.footer-menu-2 {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2; }

.footer-menu__item {
  display: block; }
  .footer-menu__item--title {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    margin: 1.5rem 0; }

.footer-menu-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer-menu-contact-icon {
    padding-right: 0.5rem; }
  .footer-menu-contact-text p {
    margin: 0; }
    .footer-menu-contact-text p b {
      padding-right: 0.5rem; }

.footer-phone {
  margin-top: 1.5rem;
  font-weight: 600;
  font-size: 1.125rem; }

.footer-icon a {
  margin-right: 1rem; }
  .footer-icon a svg {
    width: 2em;
    height: 2em; }

.footer-link-develop {
  font-weight: bold; }
  .footer-link-develop .colRed {
    color: #FF001E; }
    .footer-link-develop .colRed span {
      color: black; }

.soc_foot a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .soc_foot a svg {
    margin-right: 10px; }

.polz {
  font-size: 14px;
  line-height: 18px;
  /* or 129% */
  margin-top: 10px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #A03D49; }

.popup-rating {
  padding: 2rem;
  min-height: 200px;
  background-color: #FFFFFF; }
  .popup-rating .rating-photo span {
    margin-left: 0.5rem; }
  .popup-rating .rating-photo:hover {
    text-decoration: none;
    opacity: 0.7; }
  .popup-rating .rating-form-img {
    background-color: #C9C9C9; }
    .popup-rating .rating-form-img-delete {
      text-align: right;
      position: absolute;
      right: 1.5rem;
      top: 0.5rem; }
      .popup-rating .rating-form-img-delete:hover {
        opacity: 0.7; }
    .popup-rating .rating-form-img-zoom {
      text-align: center;
      padding: 4rem 0 4rem 0; }
      .popup-rating .rating-form-img-zoom a {
        padding: 20px;
        border-radius: 50%;
        background: #696969;
        -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
                box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15); }
        .popup-rating .rating-form-img-zoom a:hover {
          opacity: 0.8; }
        .popup-rating .rating-form-img-zoom a svg {
          width: 20px;
          height: 20px; }
  .popup-rating .preview-rating {
    display: block;
    padding-bottom: 70%;
    position: relative; }
    .popup-rating .preview-rating .preview-rating-background {
      background-color: #C9C9C9;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      max-height: 90% !important; }

.modal-header .rating-close {
  color: black; }

.rating .lice-mini svg {
  width: 18px; }

.rating .lice-mini:hover svg path, .rating .lice-mini:hover svg rect {
  fill: #E8283F; }

.rating__data {
  margin-left: 1rem;
  font-family: Noto Sans;
  font-size: 11px;
  line-height: 18px;
  color: #5D5D5D; }

.rating .rating-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .rating .rating-block-lice {
    margin-right: 0.5rem; }
    .rating .rating-block-lice-non svg rect {
      fill: #fff; }
    .rating .rating-block-lice svg rect {
      width: 100%; }
    .rating .rating-block-lice span {
      position: relative;
      left: -34px; }
      .rating .rating-block-lice span svg rect {
        width: 60%; }

.bonus-section {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 1rem 1.5625rem; }
  @media (max-width: 1199.98px) {
    .bonus-section {
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0; } }
  .bonus-section-form {
    padding: 2rem; }
    .bonus-section-form-button {
      padding: 0.625rem;
      text-align: center;
      max-width: 263px;
      width: 100%; }
      @media (max-width: 991.98px) {
        .bonus-section-form-button {
          max-width: 100%; } }

.sidebar-right {
  padding-top: 5.55rem; }

.error-404 {
  margin: 0 auto;
  width: 240px;
  height: 240px;
  background-color: #A03D49;
  margin-top: 1.5rem; }
  @media (max-width: 767.98px) {
    .error-404 {
      width: 120px;
      height: 120px; } }
  .error-404 h1 {
    color: #fff;
    font-style: normal;
    font-weight: 800;
    font-size: 6rem;
    text-align: center;
    padding: 3.90625rem 0;
    margin: 0; }
    @media (max-width: 767.98px) {
      .error-404 h1 {
        font-weight: 800;
        font-size: 3rem;
        padding: 1.9375rem 0; } }

.error__text {
  padding-top: 3rem;
  text-align: center;
  font-weight: 800; }
  @media (max-width: 767.98px) {
    .error__text {
      font-weight: 600;
      font-size: 1rem; } }

.section-item {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem 1.5625rem; }

.action-block {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }
  .action-block img {
    width: 100%;
    height: 325px;
    object-fit: cover;
   }
   .preview-text ol {
    padding-left:20px;
   }
  .action-block-item {
    padding: 1rem 2rem 5rem 2rem; }
    .action-block-item-name {
      font-weight: 600;
      font-size: 16px;
      line-height: 24px; 
          display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    min-height: 48px;
    }
    .action-block-item-data {
      font-size: 12px;
      line-height: 24px;
      margin: 0; }
    .action-block-item-text {
      font-size: 16px;
      line-height: 24px;
          min-height: 96px;
          display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
     }
    .action-block-item-button {
      padding-top: 1rem;
      text-align: center; }

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

.button-block-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767.98px) {
    .button-block-flex {
      display: block;
      margin: 0 auto; } }
  @media (max-width: 767.98px) {
    .button-block-flex button {
      margin: 1rem auto !important;
      display: block; } }
  .button-block-flex-left {
    padding: 0.625rem 2.0625rem; }
    .button-block-flex-left:hover .icon-svg path {
      fill: #fff; }
    .button-block-flex-left .icon-svg {
      width: 40px;
      height: auto; }
      .button-block-flex-left .icon-svg path {
        fill: #A03D49;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }

.preview-text {
  line-height: 28px; }
  .preview-text p {
    margin: 0; }

.share-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 218px;
  float: right; }
  .share-detail ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.3rem; }
    .share-detail ul li {
      list-style-type: none;
      margin-left: 1rem; }

.delivery img {
  width: 100%; }

.delivery-section {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem 1.5625rem; }
  .delivery-section-ul {
    padding: 0; }
    .delivery-section-ul li {
      list-style-type: none; }
      .delivery-section-ul li p {
        padding-left: 1.475rem; }
    .delivery-section-ul li:before {
      content: "\2B24";
      font-size: 12px;
      color: #8F5645;
      padding-right: 12px;
      padding-bottom: 2px;
      position: relative; }
      @media (max-width: 767.98px) {
        .delivery-section-ul li:before {
          content: ""; } }
  .delivery-section-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem; }
    .delivery-section-item-numer {
      width: 66.74px;
      height: 66.74px;
      text-align: center;
      border-radius: 50%;
      border: 1px solid #A03D49;
      padding-top: 1rem;
      font-size: 20px;
      line-height: 27px;
      font-family: Montserrat; }
      @media (max-width: 767.98px) {
        .delivery-section-item-numer {
          height: 30px;
          width: 30px;
          font-size: 16px;
          line-height: 20px;
          padding-top: 5px; } }
    .delivery-section-item-text {
      padding: 1rem 0 0 2rem;
      width: 90%; }
      @media (max-width: 991.98px) {
        .delivery-section-item-text {
          width: 80%; } }
      @media (max-width: 767.98px) {
        .delivery-section-item-text {
          padding-top: 0; } }
      @media (max-width: 575.98px) {
        .delivery-section-item-text {
          width: 80%; } }

.contact__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 600px) {
    .contact__items {
      display: grid;
      gap: 40px; } }
  .contact__items--item p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 0px !important;
    color: #3B3530; }
  .contact__items--item .b {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    margin-bottom: 0px !important;
    color: #3B3530; }

.contact__map {
  margin: 50px 0; }
  .contact__map img {
    width: 100%; }

.contact__txt {
  margin-bottom: 50px; }
  .contact__txt .l-section__header-text {
    margin-bottom: 12px; }
  .contact__txt p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #3B3530; }

.contact__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-top: 25px; }
  .contact__soc a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px; }
    .contact__soc a svg {
      margin-right: 10px; }

.constr__items--item__main-testo {
	height: 330px;
}
.constr__items--item__head-t {
	margin-top: 40px
   }
  .constr__items--item__head-t p {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #3B3530; }

.constr__items--item__head {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 30px; }

.constr__items--item__head-l {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 30px; }

.constr__items--item__main-testo__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 150px;
  height: 330px;
  gap: 100px; }
  .clos_mod {
	      position: absolute;
    right: 35px;
    top: 35px;
  }
  
  .constr__items--item__main-testo__grid--item {
    text-align: center;
    padding: 36px 36px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .constr__items--item__main-testo__grid--item:hover {
      -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
              box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
      border-radius: 10px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .constr__items--item__main-testo__grid--item img {
      margin-bottom: 35px; }
    .constr__items--item__main-testo__grid--item p {
      font-weight: 600;
      font-size: 20px;
      line-height: 27px;
      text-align: center;
      color: #3B3530; }
      
      
      .constr__items--item__main-testo__grid--item:active {
box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
border-radius: 10px;
opacity: 0.6;
      }
      
            .constr__items--item__main-testo__grid-5--item:active {
box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
border-radius: 10px;
opacity: 0.6;
      }
      
      .constr__items--item__main-testo__grid--item {
	      position: relative;
      }
      
      .constr__items--item__main-testo__grid--item:active::before {
    content: "_____";
    background: url(/local/templates/new/assets/demo/images/z_yes.svg);
    color: #fff;
    height: 20px;
    right: 20px;
    padding: 10px 12px;
    width: 20px;
    position: absolute;
    background-size: cover;
    top: 20px;
      }
      
      .constr__items--item__main-testo__grid-5--item {
	      position: relative;
      }
      
      .constr__items--item__main-testo__grid-5--item:active::before {
    content: "_____";
    background: url(/local/templates/new/assets/demo/images/z_yes.svg);
    color: #fff;
    height: 20px;
    right: 20px;
    padding: 10px 12px;
    width: 20px;
    position: absolute;
    background-size: cover;
    top: 20px;
      }
      
.constr__items--item__main-testo__grid-5-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin: 0 80px;
  gap: 40px; }
  .constr__items--item__main-testo__grid-5-head--item {
    text-align: center;
    padding: 16px 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .constr__items--item__main-testo__grid-5-head--item p {
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      color: #3B3530; }

.constr__items--item__main-testo__grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px; 
  padding: 0 50px;}
  .constr__items--item__main-testo__grid-2--item h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    /* identical to box height */
    color: #3B3530; }
  .constr__items--item__main-testo__grid-2--item ul {
    margin-left: 0;
    height: 500px;
    overflow: auto;
    padding-left: 0; }
    .constr__items--item__main-testo__grid-2--item ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 20px;
      padding-right: 20px; }
      .constr__items--item__main-testo__grid-2--item ul li p {
        font-size: 22px;
        line-height: 30px;
        /* identical to box height */
        text-align: right;
        margin: auto 0;
        color: #3B3530; }
      .constr__items--item__main-testo__grid-2--item ul li .sum_cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .constr__items--item__main-testo__grid-2--item ul li .sum_cart p {
          font-size: 22px;
          line-height: 30px;
          /* identical to box height */
          text-align: right;
          margin: auto 0;
          color: #3B3530; }
        .constr__items--item__main-testo__grid-2--item ul li .sum_cart img {
          margin: auto 0;
          margin-left: 20px; }
  .constr__items--item__main-testo__grid-2--item img {
    margin-bottom: 30px; }
  .constr__items--item__main-testo__grid-2--item__text > p {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    /* identical to box height */
    margin-bottom: 7px;
    color: #3B3530; }
  .constr__items--item__main-testo__grid-2--item__text--SUMM {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .constr__items--item__main-testo__grid-2--item__text--SUMM span {
      font-size: 22px;
      line-height: 30px;
      /* identical to box height */
      color: #3B3530; }

.constr__items--item__main-testo__grid-5 {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      margin: 0px 100px;
  gap: 40px; }
  .constr__items--item__main-testo__grid-5--item {
    text-align: center;
    position: relative;
    padding: 16px 10px;
    height: 257px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .constr__items--item__main-testo__grid-5--item:hover {
      -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
              box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
      border-radius: 10px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .constr__items--item__main-testo__grid-5--item img {
      margin-bottom: 35px; }
    .constr__items--item__main-testo__grid-5--item p {
      font-weight: 600;
      font-size: 17px;
      line-height: 27px;
      text-align: center;
      color: #3B3530; }
    .constr__items--item__main-testo__grid-5--item span {
      position: absolute;
      bottom: 20px;
      left: 40%; }

.constr__items--item__main-testo__but {
  margin-top: 40px;
  text-align: right; }
  .constr__items--item__main-testo__but a {
    background: rgba(160, 61, 73, 0.9);
    padding: 15px 70px;
    border: 0.5px solid #C4C4C4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            transition: 1s;
    border-radius: 10px;
    color: #FFFFFF;
    border-radius: 10px; }
    
    
  .constr__items--item__main-testo__but a:hover {
	  text-decoration: none;
	  background: #A03D49;
	  transition: 1s;
    color: #FFFFFF; }
    
    
.constr__items--item__main-testo__but-next {
  margin-top: 25.5px;
  margin-right: 30px;
  text-align: right; }
  .constr__items--item__main-testo__but-next a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
        min-width: 220px;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    border: 1px solid #A03D49;
    padding: 13.5px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #A03D49;
    border-radius: 10px; }
    .constr__items--item__main-testo__but-next a:hover {
      text-decoration: none; }
    .constr__items--item__main-testo__but-next a img {
      margin-right: 18px; }

.constr__items--item__main-testo__but-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.constr__items--item__main-testo__grid-5--but-slid {
  position: absolute;
  width: 100%;
  top: 42%; }
  .constr__items--item__main-testo__grid-5--but-slid img {
    opacity: 0.4;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .constr__items--item__main-testo__grid-5--but-slid img:hover {
      opacity: 1;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .constr__items--item__main-testo__grid-5--but-slid .next {
    left: -80px;
    position: absolute; }
  .constr__items--item__main-testo__grid-5--but-slid .prew {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    right: -80px;
    position: absolute; }

.title-margin {
  margin-top: 3rem; }
  @media (max-width: 1199.98px) {
    .title-margin {
      margin: 0; } }

.title-personal {
  font-weight: bold;
  padding: 1.625rem 0; }

.mobile-menu {
  display: none; }

.left-menu {
  padding: 20px; }
  @media (max-width: 1199.98px) {
    .left-menu {
      padding: 0.5rem;
      font-weight: 600; } }
  .left-menu .form-group-menu {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0.5rem; }
    .left-menu .form-group-menu:hover {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      cursor: pointer; }
    .left-menu .form-group-menu.active {
      color: #A03D49;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline; }

.calendar {
  position: absolute;
  top: 34px;
  right: 30px; }
  .calendar svg {
    position: relative;
    top: 5px;
    width: 2em;
    height: 2em; }

.personal-body {
  width: 76.9%; }

form .personal-form {
  padding: 2rem;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  list-style-type: none; }

form .btn-primary-personal {
  width: 100%;
  text-align: center;
  padding: 0.625rem;
  max-width: 262px; }
  @media (max-width: 575.98px) {
    form .btn-primary-personal {
      max-width: 100%; } }

p.form-comment {
  font-size: 14px;
  font-style: italic;
  margin-top: 10px; }

.person {
  padding-top: 3.5rem; }
  @media (max-width: 1199.98px) {
    .person {
      padding: 0; } }
  .person-block {
    padding: 20px;
    background: #FFFFFF;
    -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    list-style-type: none; }
    .person-block span {
      font-family: Open Sans;
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 33px;
      color: #A03D49;
      margin-left: 0.5rem; }

.block-rang {
  padding-top: 1.625rem; }
  .block-rang b {
    color: #A03D49; }

.order-detail {
  padding-top: 2rem; }
  @media (max-width: 1199.98px) {
    .order-detail {
      padding: 0; } }

.order-list {
  padding-top: 2rem; }
  @media (max-width: 1199.98px) {
    .order-list {
      padding: 0; } }
  .order-list-item {
    -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
    padding: 1.5rem; }
    @media (max-width: 1199.98px) {
      .order-list-item {
        padding: 1.5rem; } }
    .order-list-item__title {
      border-bottom: 2px solid #5E5E5E; }
    .order-list-item .order-list-left p {
      margin: 0; }
    .order-list-item .order-list-item__detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .order-list-item .order-list-item__detail .order-list-right {
        width: 60%; }
        @media (max-width: 1199.98px) {
          .order-list-item .order-list-item__detail .order-list-right {
            width: 50%; } }
        .order-list-item .order-list-item__detail .order-list-right .btn-primary-order {
          width: 100%;
          margin: 0 auto;
          color: #A03D49; }
          .order-list-item .order-list-item__detail .order-list-right .btn-primary-order:hover {
            color: #fff; }
      .order-list-item .order-list-item__detail .order-list-left {
        width: 40%; }
        @media (max-width: 1199.98px) {
          .order-list-item .order-list-item__detail .order-list-left {
            width: 50%;
            padding-bottom: 0.5rem; } }
        .order-list-item .order-list-item__detail .order-list-left p {
          margin: 0; }

.order-link {
  margin-top: 1rem; }
  .order-link-list {
    font-weight: 600;
    color: #A03D49; }
    .order-link-list:hover {
      color: #A03D49;
      opacity: 0.85;
      text-decoration: none; }
    .order-link-list-icon {
      font-weight: 300; }
      .order-link-list-icon svg {
        width: 1.5rem;
        fill: #A03D49;
        padding-left: 0.3rem; }

.contant-banners {
  display: none; }
  @media (max-width: 991.98px) {
    .contant-banners {
      display: block; } }

@media screen and (max-width: 991px) {
  .desctop-menu {
    display: none; }
  .mobile-menu {
    display: block; }
  .sidebar .sidebar-banner {
    display: none; }
    
.constr__items--item__main-testo__grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 100px;
    padding: 0 50px;
}

.constr__items--item__main-testo__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 0px;
    gap: 20px;
}
.constr__items--item__main-testo__grid--item {
    text-align: center;
    padding: 36px 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.constr__items--item__main-testo__grid--item img {
    margin-bottom: 35px;
    max-width: 121px;
}

.constr__items--item__main-testo__grid--item p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #3B3530;
}

.constr__items--item__main-testo__grid-2--item__text--SUMM span {
    font-size: 17px;
    line-height: 30px;
    color: #3B3530;
}
.constr__items--item__main-testo__grid-2--item__text > p {
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 7px;
    color: #3B3530;
}
.constr__items--item__main-testo__but-next a img {
    margin-right: 18px;
    display: none;
}
.constr__items--item__main-testo__but-next a {
    min-width: 150px;
}

.constr__items--item__main-testo__but-next {
    margin-top: 25.5px;
    margin-right: 30;
    text-align: right;
}

.constr__items--item__head {
	display: none;
}

.constr__items--item__main-testo__but-next a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    min-width: 220px;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border: 1px solid #A03D49;
    padding: 10.5px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #A03D49;
    border-radius: 10px;
}

.constr__items--item__main-testo__but a {
    background: #A03D49;
    padding: 10px 25px;
    border: 0.5px solid #C4C4C4;
    font-size: 11px;
    -webkit-box-sizing: border-box;
        padding: 12.5px 25px;
    box-sizing: border-box;
    border-radius: 10px;
    color: #FFFFFF;
    border-radius: 10px;
}

.constr__items--item__main-testo__but-next a {
    min-width: 135px;
}

.constr__items--item__head-l {
	display: none;
}

.constr__items--item__main-testo__but {
    margin-top: 32px;
    text-align: right;
    padding-right: 50px;
}
.constr__items--item__main-testo__grid-5--item img {
    margin-bottom: 20px;
    max-width: 121px;
}
.constr__items--item__main-testo__grid-5--item p {
    font-weight: 600;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    color: #3B3530;
}
.constr__items--item__main-testo__grid-5-head--item img {
	 max-width: 15px;
}
.constr__items--item__main-testo__grid-5-head--item p {
    font-weight: 600;
    font-size: 10px;
    line-height: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #3B3530;
}
.constr__items--item__main-testo__grid-5-head {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: 0 0px;
    gap: 10px;
}
.constr__items--item__main-testo__grid-5-head {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: 0 0px;
    gap: 10px;
}
.header--eng__item a {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    padding-left: 20px;
    margin: auto 0;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #8F5645;
}
    
     }

.font-weight-bold {
  font-weight: 600 !important; }

.product-energy__link {
  text-decoration: underline; }
  .product-energy__link:hover {
    text-decoration: none; }

.product-energy__items {
  max-width: 250px;
  padding: .625rem 1.1875rem; }

.product-energy__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 4px; }
  .product-energy__item:last-of-type {
    margin-bottom: 0; }

.product-energy__name, .product-energy__value {
  font-size: .875rem;
  color: #8E8E8E; }

.product-properties {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden; }
  @media (max-width: 767.98px) {
    .product-properties__group {
      padding-bottom: 1rem; } }
  .product-properties__group-name {
    padding-bottom: .5rem;
    font-size: 1.125rem; }
    @media (max-width: 767.98px) {
      .product-properties__group-name {
        font-size: .875rem; }
        

        
         }
  .product-properties__items {
    display: grid;
    grid-template-columns: 1fr; }
    .product-properties__items.column2 {
      grid-template-columns: 1fr 1fr; }
      @media (max-width: 767.98px) {
	      .toch::before {
    content: "\2B24";
    font-size: 12px;
    color: #8F5645;
    padding-right: 12px;
    padding-bottom: 2px;
    position: absolute;
    bottom: -33px;
    left: 7px;
}
        .product-properties__items.column2 {
          grid-template-columns: 1fr 1fr 1fr; } 
          

  
          
          }
      @media (max-width: 575.98px) {
        .product-properties__items.column2 {
          grid-template-columns: 1fr 1fr; }
          
        
          
           }
  @media (min-width: 768px) {

    .product-properties__item {
      padding-bottom: .5rem; } }
  @media (max-width: 767.98px) {
    .product-properties__item .custom-control-label {
      font-size: .625rem; }
            .non_tel {
	      display: none;
      }
      	  .gr_but {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}
.flex-res {
	display: flex;
	flex-direction: column-reverse;
}
.l-main__row {
margin: 0;
}
 }

.social-links__link {
  text-decoration: none; }
  .social-links__link:hover {
    text-decoration: none; }

.link-popup {
  position: relative; }
  .link-popup:hover .popup {
    display: block; }

.popup {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 34px;
  max-width: 326px;
  position: absolute;
  width: 326px;
  right: 0;
  top: 36px;
  z-index: 40; }
  .popup::before, .popup::after {
    content: '';
    position: absolute;
    right: 20px;
    top: -28px;
    border: 13px solid transparent;
    border-bottom: 16px solid white; }
  .popup__title {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 30px;
    margin-bottom: 30px; }
    .popup__title-center {
      text-align: center; }
    .popup__title-small {
      font-size: 0.875rem;
      font-weight: 600; }
  .popup-input {
    margin-bottom: 30px; }
    .popup-input__label {
      font-size: 0.875rem;
      line-height: 22px;
      margin-bottom: 4px; }
  .popup__info {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 26px;
    color: #A03D49;
    margin-bottom: 25px; }
  .popup-back {
    margin-top: -15px;
    margin-bottom: 15px;
    cursor: pointer; }
    .popup-back svg {
      fill: #C9C9C9; }
  .popup-bottom {
    font-size: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px; }
    .popup-bottom__text {
      font-weight: 600;
      font-size: 1.5rem;
      color: #A03D49;
      margin-left: 10px; }
    .popup-bottom__href {
      text-decoration: underline;
      text-align: center;
      display: block; }
  .popup-whead {
    padding: 0; }
    .popup-whead::before, .popup-whead::after {
      border-bottom: 16px solid #A03D49; }
  .popup-head {
    background-color: #A03D49;
    width: 100%;
    padding: 15px 30px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    .popup-head__text {
      text-align: center; }
    .popup-head__title {
      font-weight: 600;
      font-size: 18px;
      line-height: 25px; }
    .popup-head__description {
      font-weight: bold;
      font-size: 24px;
      line-height: 33px; }
  .popup-container {
    padding: 40px; }
  .popup-links {
    margin-bottom: 30px; }
    .popup-links__link {
      margin-bottom: 15px;
      color: #1E1E1E;
      display: block; }
      .popup-links__link:hover {
        color: #A03D49;
        text-decoration: underline; }
  .popup-cart {
    padding: 20px;
    width: 520px;
    max-width: 520px; }
    .popup-cart__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 15px 0;
      border-bottom: 1px solid #c4c4c4; }
      .popup-cart__item-pic {
        max-width: 55px; }
      .popup-cart__item-name {
        font-size: 0.875rem;
        line-height: 19px;
        font-weight: 600;
        padding: 0 10px;
        width: 150px; }
      .popup-cart__item-minus, .popup-cart__item-plus {
        width: 30px;
        background: #F1F1F1;
        border-radius: 3.63934px;
        -webkit-box-shadow: none;
                box-shadow: none;
        border: none;
        height: 30px;
        font-size: 20px;
        font-weight: 100;
        line-height: 30px; }
        .popup-cart__item-minus:hover, .popup-cart__item-plus:hover {
          background: #A03D49;
          color: #fff; }
      .popup-cart__item-input {
        width: 30px;
        text-align: center;
        border: none; }
      .popup-cart__item-price {
        font-weight: 600;
        font-size: 1.15rem;
        line-height: 25px; }
      .popup-cart__item-remove svg {
        width: 12px;
        fill: #ABABAB;
        cursor: pointer; }
        .popup-cart__item-remove svg:hover {
          fill: #A03D49; }
    .popup-cart__summ {
      margin: 15px 0;
      text-align: right; }
      .popup-cart__summ-price {
        font-weight: 600;
        font-size: 24px;
        margin-left: 25px; }
    .popup-cart__buttons {
      text-align: right; }
      .popup-cart__buttons .btn-primary {
        margin-left: 10px; }

/*# sourceMappingURL=main.css.map*/
.hov_1 {
	cursor: pointer;
}
.hov_1 .h2 {
	display: none;
	    margin-bottom: 0.5rem;
	transition: 1s;
}

.hov_1:hover .h2{
	display: block;
	    margin: auto ;
	    transition: 1s;
	    margin-bottom: 0.5rem;
    text-align: center;
}

.hov_1:hover .h1{
	display: none;
	
	transition: 1s;
}



.steps ul li {
	display: none;
}
.t1 {
	position: relative;
    left: 31px;
    top: 2px;
}
.t1 img {
	margin-right: 10px;
    margin-left: 0px;
}

.actions ul {
	position: absolute;
	bottom: 0;
}

.mar_but_f {
	margin-bottom: 20px;
}
.centr_fil {
    margin-top: 8px;
}

  @media (max-width: 1199.98px) {
.l-footer {
    padding-top: 0;
}
.form .l-section {
	padding: 0; 
	}
	
.t1 {
    top: 0px;
 }}




.bgse {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:1000;
  display:flex;
  align-items: center;
  justify-content: center;    background: rgba(0, 0, 0, 0.65);
  display:none;
  overflow-y: auto;
}

.bgse.act {
  display:flex;
}

.wform  {
  background: rgba(255, 255, 255, 1);
  max-width: 1200px;
  width:90%;
  border-radius: 20px;
  display:flex;
  gap:55px;
  position:relative;
}

.wform-left {
  padding:75px 0px 75px 75px;
}

.wform-right {
  padding: 75px 0px 75px 0px;
}

.wtitle {
  font-family: Georgia;
  font-weight: 700;
  font-style: italic;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(95, 27, 34, 1);
  margin-bottom:5px;
}

.wsub {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(172, 172, 172, 1);
  margin-bottom:24px;
}

.wh2 {
  font-family: Georgia;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(95, 27, 34, 1);
  margin-bottom:20px;
}

.witems {
  display:flex;
  gap:5px;
  flex-wrap: wrap;
  max-width:394px;
}

.elipse {
  width:600px;
  height:600px;
  background:url('/local/templates/new/images/elipse.svg') no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
}

#piz.act {
  transform: scale(1.3);
}

.witem {
  border: 2px solid rgba(216, 216, 216, 1);
  flex-basis: 123px;
  border-radius: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  text-align: center;
  cursor:pointer;
  position:relative;
}

.witem span {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(96, 97, 98, 1);
  display:block;
  margin:10px 0;
  height:30px;
}

.witem p {
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(95, 27, 34, 1);
}

.addc {
  cursor:pointer;
  color: rgba(255, 255, 255, 1);
  font-weight: 900;
  font-size: 15px;
  line-height: 54px;
  text-align: center;
  max-width: 380px;
  height: 54px;
  background: rgba(95, 27, 34, 1);
  border-radius: 100px;
}

.addc:hover {
  background:rgba(183, 49, 35, 1)
}

.addcombo {
  cursor:pointer;
  color: rgba(255, 255, 255, 1);
  font-weight: 900;
  font-size: 15px;
  line-height: 54px;
  text-align: center;
  max-width: 380px;
  height: 54px;
  background: rgba(95, 27, 34, 1);
  border-radius: 100px;
}

.addcombo:hover {
  background:rgba(183, 49, 35, 1)
}


.addh {
  cursor:pointer;
  color: rgba(255, 255, 255, 1);
  font-weight: 900;
  font-size: 15px;
  line-height: 54px;
  text-align: center;
  max-width: 380px;
  height: 54px;
  background: rgba(95, 27, 34, 1);
  border-radius: 100px;
}

.addh:hover {
  background:rgba(183, 49, 35, 1)
}

.witem img + img {
  display: block;
  margin: -15px auto 0;
}

.tabber {
  margin-bottom:24px;
  max-width:380px;
}

.tabs {
  background: rgba(248, 248, 248, 1);
  display:flex;
  align-items: center;
  gap:0 6px;
  margin-bottom:9px;
  border-radius: 100px;
  padding:4px 5px;
}

.tabs:last-child {
  margin-bottom:0;
}

.tabs span {
  cursor:pointer;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0%;
  height:30px;
  flex-basis: 50%;
}

.tabs span.act {
  background: rgba(255, 255, 255, 1);
  box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
}

.addre {
  background: rgba(255, 255, 255, 1);
}

.addre .vi {
  /* background: rgba(168, 168, 168, 1); */
  display:block;
  margin-bottom:29px;
  backdrop-filter: blur(8.5px);
  height:3px;
}

.witem.act {
  border: 2px solid rgba(183, 49, 35, 1);
}

.wit {
  position:absolute;
  top:10px;
  right:10px;
  display:none;
}

.witem.act .wit {
  display:block;
}

.wtags {
  display:flex;
  gap:2px 10px;
  flex-wrap: wrap;
  margin-bottom:24px;
  max-width:380px;
}

.wtag {
  display:flex;
  align-items: center;
  gap:0 5px;
  color: rgba(96, 97, 98, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  cursor:pointer;
  
}

.wtag span {
  cursor:pointer;
  position:relative;
  top:-1px;
}

.insider {
  overflow-y: auto;
  max-height:550px;
  padding-right:55px;
}

.wtag.act {
  color: rgba(216, 216, 216, 1);
  text-decoration: line-through;
}

.ver {
  display:none;
}

.wtag.act .ver {
  display:block;
}

.wtag.act .wdel {
  display:none;
}

.close_p {
  position:absolute;
  top:0;
  right:-60px;
  cursor:pointer;
}

.insider::-webkit-scrollbar {
  width: 6px;               /* ширина всей полосы прокрутки */
}

.insider::-webkit-scrollbar-track {
  background: #fff;
  /* цвет зоны отслеживания */
}

.insider::-webkit-scrollbar-thumb {
  border-radius: 20px;       /* округлось бегунка */
  border: 3px solid rgba(217, 217, 217, 1);  /* отступ вокруг бегунка */
}

.tos {
  display: none;
  margin: 2px 0 5px;
  gap: 0 10px;
  font-size: 13px;
  justify-content: center;
}

.tos.act {
  display:flex;
}

.tos span {
  cursor:pointer;
}

.choose {
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
  font-weight: 900;
  font-size: 15px;
  line-height: 54px;
  text-align: center;
  width: 280px;
  height: 54px;
  background: rgba(95, 27, 34, 1);
  border-radius: 100px;
}

.choose:hover {
  background: rgba(183, 49, 35, 1);
}

.dopi span {
  font-weight: bold;
}

.wdel img {
  max-width:13px;
  max-height:13px;
}

.dopi p {
  margin-bottom:3px;
  font-size:13px;
  color:#333;
}

.order-form__products-item {
  flex-wrap: wrap;
}

.dopi {
  flex-basis: 100%;
  padding: 5px 10px;
}

.bgw {
  flex-basis: 650px;
  margin-right: 45px;
}

.bgw .witems {
  max-width: 100%;
}

.witem img {
  height: auto !important;
}

.wdesc {
  max-width:384px;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(172, 172, 172, 1);
  margin-bottom:29px;
}

.wcombo {
  padding:23px 15px;
  display:flex;
  align-items: center;
  border: 1px solid rgba(216, 216, 216, 1);
  border-radius: 10px;
  gap:0 7px;
  margin-bottom:14px;
  flex-wrap: wrap;
}

.wcombo-left {
  min-width:83px;
  flex-basis: 83px;
  display:flex;
  align-items: center;
  justify-content: center;
}

.wcombo-left img {
  max-width:100%;
  height:auto;
  max-height:84px;
}

.wcombo-right {
  flex-basis: calc(100% - 90px);
}

.wcombo-right .divis {
  display:block;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(96, 97, 98, 1);
  margin-bottom:10px;
}

.wcombo-right p {
  max-width:254px;
  display:block;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(96, 97, 98, 1);
}

.mw380 {
  max-width:380px;
}

.wcombo-right .wtags {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(96, 97, 98, 1);
}

.comb2 {
  display:none;
}

.comb2.act {
  display:block;
}

.comb1.act {
  display:none;
}

.comb1 {
  display:flex;
  align-items: center;
  justify-content: center;
}

.changer {
  flex-basis: 100%;
  margin-top:10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  cursor:pointer;
  color: rgba(183, 49, 35, 1);

}

.htitle {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(95, 27, 34, 1);
  margin-bottom:31px;
}

.whalfs {
  display:flex;
  flex-wrap: wrap;
  gap:10px 30px;
  max-width:525px;
}

.whalf {
  flex-basis: 155px;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 7px 0 9px;
  cursor: pointer;
}

.whalf.act {
  text-align: center;
  border: 2px solid rgba(183, 49, 35, 1);
}

.whalf img {
  max-width:95%;
  height:auto;
}

.whalf span {
  margin-top:5px;
  display:block;
  height:34px;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(96, 97, 98, 1);

}

.whalf p {
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(95, 27, 34, 1);
}

.wform-right.wfhalf {
  flex-basis: 380px;
}

.hchooser {
  margin:35px 0 58px;
}

.pz {
  background:url('/local/templates/new/images/pz.svg') no-repeat center;
  width:265px;
  height:265px;
  background-size:contain;
  margin:0 auto;
  display:flex;
  gap:0 3px;
}

.pz span {
  flex-basis: 50%;
  height:265px;
}

.pz span img {
  width:100%;
  height:265px;
  display:none;
}

.pz span.act img {
  display:block;
}

.pz p {
  flex-basis: 50%;
  height:265px;
}

.pz p img {
  width:100%;
  height:265px;
  display:none;
  transform: rotate(180deg);
}

.pz p.act img {
  display:block;
}

.hchoos {
  display:flex;
  align-items:center;
  gap:0 15px;
  padding:20px 17px;
  border: 1px solid rgba(216, 216, 216, 1);
  margin-bottom:5px;
  border-radius: 10px;
  position:relative;
}

.bigs img {
  width: auto;
  height: 73px;
}

.f77 .insider {
  max-height: 665px;
}

.f77 .wform-left {
  padding: 60px 0px 60px 60px;
}

.f77 .wform-right {
  padding: 60px 0px 60px 0px;
}

#ress {
  text-align: center;
  color: green;
  font-weight: bold;
  margin-bottom: 5px;
  max-width: 380px;
  display:none;
}

#ress.act {
  display:block;
}

.bigs {
  width:73px;
  height:73px;
  background:url('/local/templates/new/images/pz.svg') no-repeat center;
  background-size:contain;
}


.righth .bigs img {
  width: auto;
  height: 73px;
  display: block;
  margin: 0 0 0 auto;
  transform: rotate(180deg);
}

.hchoos .cls {
  position:absolute;
  right:10px;
  top:10px;
  cursor:pointer;
}

.b2s {
  display:none;
}

.b2s.act {
  display:block;
}

.b1s {
  display:block;
}

.b1s.act {
  display:none;
}


@media screen and (max-width:767px) {

  .wform-left {
    padding: 20px 20px 0;
  }

  .wform {
    width: 90%;
    display: block;
  }

  .wform-right {
    padding: 0 20px 20px;
    display: block;
    margin: 0 auto;
}

.elipse {
  width: 100%;
  height: 240px;
  align-items: center;
  justify-content: center;
}

.wform-left img {
  max-width:100%;
  height: 200px;
}

.insider {
  max-height: 300px;
  padding-right: 5px;
}

.wtags {
  max-width: 100%;
}
.tabber {
  margin-bottom: 24px;
  max-width: 100%;
}

.witems {
  max-width: 100%;
  justify-content: center;
}

.addc {
  max-width: 380px;
  margin: 0 auto;
  width: auto;
}

.addcombo {
  max-width: 380px;
  margin: 0 auto;
  width: auto;
}

.comb1 {
  margin-bottom: 15px;
}

.whalf img {
  height:70px;
}

.f77 .wform-right {
  padding: 0 20px 20px;
}

.addh {
    height: 40px;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    font-size: 13px;
    line-height: 40px;
}

.pz {
  display:none;
}

.whalf {
  flex-basis: 93px;
  cursor: pointer;
}

.whalfs {
  gap: 10px 10px;
  max-width: 100%;
}

.f77 .wform-left {
  padding: 20px;
}


.whalf span {
    font-size: 12px;
}

.righth .bigs img {
    height: 55px;
}

.wdel img {
    max-width: 10px;
    max-height: 10px;
}

.bigs img {
    width: auto;
    height: 54px;
}

.f77 .insider {
        max-height: 265px;
}

.whalf p {
  margin-bottom:0;
}

.hchooser {
  margin: 3px 0;
}

.wtag small {
  font-size:12px;
}

.wcombo-right .divis {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(96, 97, 98, 1);
    margin-bottom: 3px;
    padding-top: 2px;
}


.wtags {
  gap: 0px 9px;
}

.wcombo-right .wtags {
  margin-bottom:0;
}

.htitle {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 0;
}

.wtitle {
  font-size: 21px;
  line-height: 26px;
}

.close_p {
  top: -20px;
  right: -10px;
  box-shadow: 0 0 8px #00000091;
  cursor: pointer;
  border-radius: 100%;
}

.bigs {
    width: 55px;
    height: 55px;
}

.hchoos {
  padding: 1px;
  gap: 0 8px;
  font-size: 13px;
}

#piz.act {
  transform: scale(1.1);
}





}







@media screen and (min-width:768px) and (max-width:1024px) {

  .wform-left {
    padding: 20px 20px 0;
  }

  .wform {
    width: 90%;
    display: block;
  }

  .wform-right {
    padding: 0 20px 20px;
    display: block;
    margin: 0 auto;
}

.elipse {
  width: 100%;
  height: 240px;
  align-items: center;
  justify-content: center;
}

.wform-left img {
  max-width:100%;
  height: 200px;
}

.insider {
  max-height: 400px;
  padding-right: 5px;
}

.wtags {
  max-width: 100%;
}
.tabber {
  margin-bottom: 24px;
  max-width: 100%;
}

.witems {
  max-width: 100%;
}

.addc {
  max-width: 380px;
  margin: 0 auto;
  width: auto;
}

.addcombo {
  max-width: 380px;
  margin: 0 auto;
  width: auto;
}


.comb1 {
  margin-bottom: 15px;
}

.whalf img {
  height:70px;
}

.f77 .wform-right {
  padding: 0 20px 20px;
}

.addh {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}

.pz {
  display:none;
}

.whalf {
  flex-basis: 99px;
  cursor: pointer;
}

.whalfs {
  gap: 10px 10px;
  max-width: 100%;
}

.f77 .wform-left {
  padding: 20px;
}

.f77 .insider {
  max-height: 265px;
}

.hchooser {
  margin: 20px 0;
}

.htitle {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 0;
}

.wtitle {
  font-size: 21px;
  line-height: 26px;
}

.close_p {
  top: -20px;
  right: -10px;
  box-shadow: 0 0 8px #00000091;
  cursor: pointer;
  border-radius: 100%;
}

.hchoos {
  padding: 12px;
}

#piz.act {
  transform: scale(1.1);
}

}



@media screen and (min-width:1025px) and (max-width:1450px) {
  
  .wform-left {
    padding: 20px 0 20px 20px;
}

.wform-right {
  padding: 20px 20px 20px 0;
}

.whalf {
  flex-basis: 28%;
}

.f77 .wform-left {
  padding: 20px;
}

.wform {
  max-width: 1000px;
  width: 90%;
  justify-content: center;
}

.f77 .wform-right {
  padding: 20px;
}


.elipse {
  width: 100%;
  height: 600px;
}

.witem {
  flex-basis: 112px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}

#piz.act {
  transform: scale(1.1);
  max-width:90%;
}

.insider {

  padding-right: 20px;
}

.pz {
  width: 200px;
  height: 200px;
}

.pz span {
  height: 200px;
}

.pz p {
  height: 200px;
}

.hchooser {
  margin: 15px 0;
}

.f77 .insider {
  max-height: 500px;
}

.htitle {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 15px;
}



}
/* End */


/* Start:/local/templates/new/fonts/caveat/caveat.css?1697718071541*/
@font-face {
    font-family: 'Caveat';
    src: local('Caveat Regular'), local('Caveat-Regular'), url('/local/templates/new/fonts/caveat/Caveatregular.woff2') format('woff2'), url('/local/templates/new/fonts/caveat/Caveatregular.woff') format('woff'), url('/local/templates/new/fonts/caveat/Caveatregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Caveat';
    src: local('Caveat Bold'), local('Caveat-Bold'), url('/local/templates/new/fonts/caveat/Caveatbold.woff2') format('woff2'), url('/local/templates/new/fonts/caveat/Caveatbold.woff') format('woff'), url('/local/templates/new/fonts/caveat/Caveatbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* End */


/* Start:/local/components/bazarow/basket.small.bazarow/templates/ajax/style.css?16770856773373*/
.ie6{position:absolute}.ie6.top-right{right:auto;bottom:auto;left:expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );top:expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' )}.ie6.top-left{left:expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );top:expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' )}.ie6.bottom-right{left:expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );top:expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' )}.ie6.bottom-left{left:expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );top:expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' )}.ie6.center{left:expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );top:expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );width:100%}.jGrowl{z-index:9999;color:#fff;font-size:12px;position:fixed}.jGrowl.top-left{left:0px;top:0px}.jGrowl.top-right{right:0px;top:0px}.jGrowl.bottom-left{left:0px;bottom:0px}.jGrowl.bottom-right{right:0px;bottom:0px}.jGrowl.center{top:0px;width:50%;left:25%}.center .jGrowl-notification,.center .jGrowl-closer{margin-left:auto;margin-right:auto}.jGrowl .jGrowl-notification,.jGrowl .jGrowl-closer{background-color:#000;opacity:.85;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);zoom:1;width:235px;padding:10px;margin-top:5px;margin-bottom:5px;font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:1em;text-align:left;display:none;border-radius:5px}.jGrowl .jGrowl-notification{min-height:40px}.jGrowl .jGrowl-notification,.jGrowl .jGrowl-closer{margin:10px}.jGrowl .jGrowl-notification .jGrowl-header{font-weight:bold;font-size:.85em}.jGrowl .jGrowl-notification .jGrowl-close{z-index:99;float:right;font-weight:bold;font-size:1em;cursor:pointer}.jGrowl .jGrowl-closer{padding-top:4px;padding-bottom:4px;cursor:pointer;font-size:.9em;font-weight:bold;text-align:center}@media print{.jGrowl{display:none}}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17466151102729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/local/templates/new/template_styles.css?175196539967815*/
@charset "UTF-8";
/* ИКОНОЧНЫЙ ШРИФТ */
@font-face {
  font-family: 'FontAwesome';
  src: url("/local/templates/new/fonts/fontawesome-webfont.eot?v=4.6.2");
  src: url("/local/templates/new/fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("/local/templates/new/fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("/local/templates/new/fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("/local/templates/new/fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("/local/templates/new/fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SignPainter';
  src: url("/local/templates/new/fonts/232-font.otf");
  font-weight: normal;
  font-style: normal;
}

.banner-slider__canvas img {
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: cover;
  border-radius: 20px;
}

.no-gutters {
  max-width:100%;
}

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



.vacansii-item {
  display:flex;
  justify-content: space-between;
  border-radius: 20px;
  border: 1px solid rgba(210, 74, 67, 0.10);
  background: #FFF;
  margin-bottom:150px;
  padding:40px 0 0;
  align-items: flex-end;
}

.vacansii-item-name {
  color: #681320;
font-family: SignPainter;
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom:56px;
}

.vacansii-item-left img {
    max-width:100%;
    height:auto;
}

.vacansii-item-left {
  flex-basis: 53%;
   order:1;
}

.vacansii-item-right {
  flex-basis: 55%;
  order: 2;
  padding: 0 40px 50px;
}

.vacansii-item-text {
  color: #7C7E80;
  font-family: SF Pro Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.vacansii-item:nth-child(2n) .vacansii-item-left {
  order:2;
}

.vacansii-item:nth-child(2n) .vacansii-item-right {
  order:1;
}


.vacansii-item-text b {
  color: #000;
  font-family: Georgia;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


.vacansii-item:last-child {
  margin-bottom:0!important;
}


html.ha {
  overflow: hidden!important;
  min-height: 1px!important;
}

.basket_mobile {
  position: fixed;
  right: 10px;
  top: 47%;
  display:none;
  z-index:22;
}

.basket_mobile span {
  position: absolute;
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  border: 3px solid #fff;
  left: -15px;
  top: calc(50% - 15px);
  border-radius: 100%;
  background: #681320;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 18px;
}

.mobile-menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #681320 url(/local/templates/new/img/mobile_menu_bg.png);
  max-width: 480px;
  z-index: 10000;
  height: 100vh;
display:none;
}

.mobile-menu.act {
  display:block;
  overflow: scroll;
}

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

.mobile-menu-top {
  background: #681320;
  display:flex;
  padding:40px 40px 30px;
  align-items: center;
  justify-content: space-between;
  border-bottom:1px solid rgba(255, 255, 255, 0.42);
}

.sco {
  display:flex;
  align-items: center;
  gap:0 20px;
}

.sco a:nth-child(2) {
  position: relative;
  top: 3px;
  right: -2px;
}

.rsi {
  display: flex;
  align-items: center;
  gap:0 25px;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.avik img {
  margin-right: 8px;
  max-width: 23px;
}

.avik {
  margin-left:34px;
  display:flex;
  border-radius: 30px;
  border: 2px solid #FFF;
  height:46px;
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  width:153px;
  text-align: center;
  line-height: 46px;
  justify-content: center;
  align-items: center;
  position:relative;
}

.avik:before {
  content: '';
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.42);
  display: inline-block;
  position: absolute;
  left: -27px;
  top: -5px;
}

.mobile-menu-bottom {
  padding:40px 40px 20px;
}

.mb1 span {
  color: #D6D8D9;
font-family: SF Pro Display;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 30px */
letter-spacing: 0.4px;
display:block;
}

.mb1 p {
  margin:0;
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 177.5%; /* 42.6px */
  letter-spacing: 0.48px;
}

.mb1  {
  position:relative;
  padding-left:45px;
  margin-bottom:21px;
}

.mb2 {
  margin-top:24px;
  display:flex;
  gap:0 10px;
}

.mb1 img {
  position: absolute;
  left: -13px;
  top: 6px;
  width: 35px;
}

.mb1 p a {
  color: #FFF;
font-family: SF Pro Display;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 177.5%; /* 42.6px */
letter-spacing: 0.48px;
}

.mobile-menu-middle a {
  color: #FFF;
font-family: SF Pro Display;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
padding:28px 0;
display:block;
border-bottom:1px solid rgba(255, 255, 255, 0.42);
}

.mobile-menu-middle {
  padding:0 40px;
}

.avik:hover {
  color:#fff;
  text-decoration: none;
}

.sale-personal-section-index-block-ico {
  font-size: 0!important;
  display: none;
}

.sale-personal-section-index-block {
  background-color: #712730!important;
  height: 64px!important;
}

.sale-order-list-title-container {
  border: 1px solid #712730!important;
  background: #712730!important;
  color: #fff!important;
}

/* ОСНОВНЫЕ СТИЛИ */
* {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

header, nav, section, article, aside, footer, video, figure {
  display: block;
}

.clb {
  clear: both;
  height: 0;
  width: 100%;
}

.container_camouf {
  min-width: 200px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Стили для визуализации блоков, просто бордеры-
удалить по завершению формироваия сетки */
.tr_camouf {
  border: 1px green solid;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin-bottom: 10px;
  min-height: 10px;
}

.td_camouf_25, .td_camouf_50, .td_camouf_75, .td_camouf_100 {
  border: 1px red solid;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.tr_camouf {
  width: 100%;
  display: table;
  clear: both;
}
.tr_camouf .td_camouf_25, .tr_camouf .td_camouf_50, .tr_camouf .td_camouf_75, .tr_camouf .td_camouf_100 {
  transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  display: table-cell;
}
.tr_camouf .td_camouf_25 {
  width: 25%;
}
.tr_camouf .td_camouf_50 {
  width: 50%;
}
.tr_camouf .td_camouf_75 {
  width: 75%;
}
.tr_camouf .td_camouf_100 {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .tr_camouf .td_camouf_25, .tr_camouf .td_camouf_50, .tr_camouf .td_camouf_75, .tr_camouf .td_camouf_100 {
    display: block;
    float: left;
    min-height: 10px;
  }
  .tr_camouf .td_camouf_25 {
    width: 50%;
  }
  .tr_camouf .td_camouf_50 {
    width: 100%;
  }
  .tr_camouf .td_camouf_75 {
    width: 100%;
  }
  .tr_camouf .td_camouf_100 {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .tr_camouf .td_camouf_25 {
    width: 100%;
  }
}

/*# sourceMappingURL=template_styles.css.map */

.page {
    display: flex;
    min-height: 100vh;
}

/* Фиксируем позицию body, которую меняет панель гугла*/
.language__img_active{
  display: none;
}

.header--eng__item {
  display:flex;
  gap:0 18px;
}

.header--eng__item a {
  position:relative;
  padding-right:20px;
}

.header--eng__item a:last-child {
  padding-right:0;
}

.header--eng__item a:last-child:after {
  display:none!important;
}

.header--eng__item a:after {
  content: '';
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 6px;
}

#google_translate_element{
      top: 0 !important;
    position: static !important;
}

.page_fix {
    top: 0 !important;
    position: static !important;
}

/* Прячем панель гугла */

.skiptranslate {
    display: none !important;
}



.bx_ordercart_order_table_container table tr td {
  border: none;
}

.bx_ordercart_order_table_container table tr td {
  padding-top: 3px;
}

.zo_basket {
	position: relative;
	z-index: 100000;
}

.zo_basket:hover .zo_popover {
	display: block;
}

.zo_popover {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  min-width: 400px;
  width: 480px;
  background: white;
    z-index: 100000;
    -webkit-box-shadow: 0px 2px 48px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 48px -8px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 48px -8px rgba(0,0,0,0.75);
  border-radius: 10px;
}

#triangle-up {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #ffffff;
    position: absolute;
    top: -7px;
    right: 28px;
}

.tringle_block {
  position: relative;
}

.popover_items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popover_basket_item {
    border-bottom: 1px solid #C4C4C4;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px;
    width: 95%;
    margin-bottom: 10px;
    justify-content: space-between;
}

.popover_basket_item img {
  max-width: 65px;
  min-width: 50px;
  margin-right: 0px;
  border-radius: 9px;
}

.popover_btn_make {
    background: #A03D49;
    border-radius: 10px;
    color: white;
    padding: 15px;
    font-size: 14px;
    text-decoration: none !important;
    display: inline-table;
    min-width: 150px;
    text-align: center;
}

.popover_btn_basket {
  border:1px solid #A03D49;
    border-radius: 10px;
    color: #A03D49;
    padding: 15px;
    font-size: 14px;
    text-decoration: none !important;
    display: inline-table;
    min-width: 150px;
    text-align: center;
}

.popover_btns {
  padding: 10px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 95%;
  margin: 0 auto;
}

.popover_full_price {
  padding: 10px;
  text-align: right;
}

.popover_full_price span:first-child {
  margin-right: 20px;
}

.full_price {
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
}

.popover_basket_item_right img {
  max-width: 14px;
  min-width: inherit;
}

.popover_basket_item_left {
  width: 70%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.popover_basket_item_right {
  width: 29%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.popover_item_price {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}

.popover_item_name {
  max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-left: 20px;
}

.close_popover {
	padding: 10px;
	text-align: right;
}

.close_popover button {
	border: none;
    background: none;
    font-size: 20px;
    font-weight: 700;
    font-family: cursive;
    margin-right: 20px;
}

.close_popover_btn {
	z-index: 555555555555;
}

#rating_1 {
    display: flex;
    flex-wrap: nowrap;
}

.product-list-item__buy.m--pad {
  padding-top: 0px !important;
}

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

.product-list-item__body {
  padding-bottom: 5px !important;
}



.modal.show {
	z-index: 500000;
}

.modal-header .close {
	color: black;
}

.l-main__content {
	max-width: 100%;
}

.mobile_d_block {
	display: none !important;
}

.catalog-tag--item.active a{
    border: 2px solid darkseagreen;
}

.catalog_reset {
  font-weight: 900;
  font-size: 12px !important;
  color: black !important;
}

.tab-link.serv_rate1 {
  overflow: hidden;
  width: 48%;
}

#basket_items_list {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.basket_del {
  font-size: 15px;
  margin: 0;
  padding-bottom: 15px;
  font-weight: bold;
  color: #ce4040;
}

.basket_del:hover {
  text-decoration: none;
  font-size: 17px;
  color: #d80707;
}

.minus {
  border: 0;
  border-radius: 5px;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  padding: 0;
  background: #F1F1F1;
  line-height: 2.2rem;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.minus:hover {
  text-decoration: none;
}

.plus {
  border: 0;
  border-radius: 5px;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  padding: 0;
  background: #F1F1F1;
  line-height: 2.2rem;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.plus:hover {
  text-decoration: none;
}

.footer-menu-contact-text {
  display: flex;
  flex-direction: column;
}

#rating_1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.serv_rate1 {
  width: 48%;
  text-align: center;
}

.basket_number {
  margin-left: 5px;
}





.ritter {
  font-size: 13px;
  text-align: revert;
  margin: 0 0 10px auto;
  width: 40px;
}

.bgs2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 59%);
  z-index: 100011;
  display:none;
  justify-content: center;
  align-items: center;
}


.bgs2.act {
  display:flex;
}

.bgs {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 59%);
  z-index: 100011;
  display:none;
  justify-content: center;
  align-items: center;
}


.bgs.act {
  display:flex;
}

.iea {
  padding: 40px 150px;
  background: #fff url('/local/templates/new/img/iea.png') no-repeat center;
  background-size:cover;
  max-width: 700px;
  position: relative;
  text-align: center;
}

.closi {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  background:url('/local/templates/new/img/closi.svg') no-repeat right top;
  background-size:contain;
}


.iea h2 {
  color: #681320;
  text-align: center;
  font-family: SF Pro Display;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.64px;
  margin-bottom:34px;
}

.container {
  width:90%;
  max-width:1492px;
}

footer {
  background: #282828;
  padding:85px 0 80px;
}

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

.f2 {
  position:relative;
  padding-left:55px;
}

.f2 img {
  position: absolute;
  left: 0;
  top: 16px;
}

.f2 span {
  display:block;
  color: #D24A43;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
}

.f2 p {
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 218%; /* 52.32px */
  letter-spacing: 0.48px;
  margin:0;
}

.f2 p a {
  color:#fff;
  text-decoration: none;
}

.f2.fl {
  display:flex;
  justify-content: space-between;
  flex-direction: column;
}

.f2_1 {
  position:relative;
  padding-left:55px;
}

.f3 a {
  display:block;
  margin-bottom:22px;
}

.bottom_footer {
  background: #1D1C1C;
  padding:76px 0;
}

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

.bottom_footer-block a {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  text-decoration: none;
  display:flex;
  align-items: center;
}

.bottom_footer-block a img {
  margin-right:25px;
}

.home-delivery {
  padding: 76px 0 51px;
  background: rgba(104, 19, 32, 0.90) url(/local/templates/new/img/delivery.png) no-repeat;
  background-position: bottom left;
  background-size: cover;
}

.home-delivery-title {
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom:29px;
}

.home-delivery p {
  color: #FFF;
  font-family: 'Lato', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 33.6px */
letter-spacing: 0.48px;
margin-bottom:10px;
}

.catalog-tag {
  position:relative;
  z-index:111;
  margin-bottom:50px;
}

.catalog-tag--item a {
  border-radius: 40px;
border: 2px solid rgba(104, 19, 32, 0.39);
display: inline-flex;
padding: 20px 50px;
justify-content: center;
align-items: center;
gap: 10px;
color: #681320;
font-family: SF Pro Display;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 1px;
}

.catalog-tag--item a:hover {
  background: #681320;
  color:#fff;
  text-decoration: none;
}

.home-delivery .prodol {
  color: #d5d5d5;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 0 auto;
  display: block;
  max-width: 280px;
  margin-right: 20px;
  text-align: right;
}

.home-delivery .prodol:hover {
  color: #d5d5d5;
  cursor:pointer;
}

.secret {
  padding: 100px 0 100px;
  background: #681320;
  margin-bottom: 223px;
  margin-top: 100px;
}

.btn-cart {
  border: 0;
  outline: none;
  background: transparent;
  width: 50px!important;
  height: 50px;
}

.add_cart_price {
  padding-top:36px;
  color: #681320;
  font-family: 'Lato', sans-serif;
  font-size: 33px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom:25px;
  position:relative;
}

.gr_but p {
  margin: auto;
  color: #681320;
  font-family: 'Lato', sans-serif;
  font-size: 33px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom:25px;
}

.add_cart_price:before {
  content:'';
  width:100%;
  height:1px;
  background:url('/local/templates/new/img/line.svg') no-repeat;
  position:absolute;
  top:0;
  left:0;
}

.product-list-item__image-pic {
  width: 235px!important;
  height: 235px!important;
  object-fit: cover;
  border-radius: 20px;
  border: 10px solid #FFF;
  position:relative!important;
  margin-top: -87px;
}


.product-list-item__name {
    color: #681320;
    text-align: center;
    font-family: Georgia;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
    text-decoration: none;
    min-height: 65px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
}

.product-list-item__name:hover {
  color: #681320;
  text-decoration: none;

}



.product-list-item__description {
  color: #606162;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  height:auto;
  min-height: 50px;
  margin-top:14px;
      display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    min-height: 100px;
}

.red-section .product-list-item__description {
  margin-top:0;
}

.category-block .product-list-item__description {

  color: #606162;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-top: 22px;
  padding-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
      display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    min-height: 130px;
}

header {
  padding:13px 0 12px;
  background: #fff;
}

.head {
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.he1 span {
  color: #606162;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
  display:block;
}

.he1 p {
  color: #681320;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0;
}

.he1 p a {
  color: #681320;
  text-decoration: none;
}

.he3 a {
  display:block;
  margin-bottom:9px;
}

.he3 a:last-child {
  margin-bottom:0;
}

.nav:not(.nav-tabs) {
  background: #681320;
  margin-bottom:0px;
  margin-top:125px;
}

.navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigation {
  display:flex;
}

.navi .header-menu__link {
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 29px 45px 30px;
  position: relative;
}

.navi .header-menu__link:hover {
  background: #A42538;
}

.navi .header-menu__link:after {
  content: '';
  width:1px;
  height:50px;
  background: rgba(255, 255, 255, 0.42);
  display:inline-block;
  position:absolute;
  right:0;
  top:15px;
}

.header-menu__item {
  position: relative;
  padding: 0;
}

/* body:after {
  content:'';
  width:100%;
  height:100%;
  z-index:1;
  position:absolute;
  left:0;
  top:0;
  background:url('/local/templates/new/img/bg.png') no-repeat top center;
} */

.mobile-header {
  padding:10px 30px;
  display:flex;
  justify-content: space-between;
  align-items: center;
  display:none;
  border: 1px solid #D9D9D9;
  position:relative;
  z-index:22;
}

.secret-block {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:60px 50px;
  position:relative;
  z-index:11;
}

.he3 img {
  max-width:135px;
}

.secret-item {
  flex-basis: 600px;
  max-width:600px;
  text-align: center;
}

.secret-item img {
  margin-bottom:25px;
}

.secret-item p {
  color: #EBECEC;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 141.5%; /* 28.3px */
  letter-spacing: 0.4px;
}

.secret-item p:nth-child(1) {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom:20px;
}

.pizza {
  margin-bottom:223px;
}

.titled {
  color: #FFF;
  font-family: 'SignPainter', sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom:123px;
  position:relative;
  z-index:11;
}

.pizza-title {
  color: #FFF;
  font-family: SignPainter;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 65px;
  padding-left: 79px;
}

.pizza-block-left h2 {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom:20px;
}


.pizza-block-left p {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom:30px;
  max-width:674px;
}

.pizza-block {
  position:relative;
  background:url('/local/templates/new/img/pizza-block.png') no-repeat center;
  padding:76px 129px 85px;
  border-radius: 20px 300px 300px 20px;
  z-index:11;
}

.pizza-block-right {
  position: absolute;
  right: -80px;
  top: -40px;
}

.pizza-block-left p:last-child {
  margin-bottom:0;
}

.pizza1 {
  position: absolute;
  left: -50px;
  top: -105px;
}

.pizza2 {
  position: absolute;
  left: 50%;
  bottom: -100px;
}

.header-social {
  gap: 0 20px;
  position: relative;
  display: flex;
  padding: 0 20px;

}

.header-social:after {
  content: '';
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.42);
  display: inline-block;
  position: absolute;
  right: 0;
  top: -12px;
}

.l-header_catalog .header-menu__item {
  width: 170px;
  height: 170px;
  border-radius: 20px;
  background: rgba(238, 235, 235, 0.51);
  padding: 21px 8px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;

}

.l-header_catalog .header-menu__item:hover {
  text-decoration: none;
}

.l-header_catalog  {
  display:flex;
  justify-content: space-between;
  gap:0 20px;
  margin-bottom:100px;
  position: relative;
  z-index: 11;
}

.l-header_catalog .header-menu__link {
  color: #681320;
  text-align: center;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}


.l-header_catalog .header-menu__item[data-depth="2"] {
  display:none!important
}

.l-main {
  padding-top:70px;
  position:relative;
  padding-bottom:150px;
}

h1.titled {
  color: #681320;
  font-family: SignPainter;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom:53px;
  text-align: left;
}

.category-block {
  display: flex;
  flex-wrap: wrap;
  gap: 92px 36px;
}

.category-product {
  max-width:338px;
  flex-basis: calc(25% - 36px);
}

.product-pic {
  border-radius: 20px;
  display: block;
  margin-bottom: 29px;
  width: 100%!important;
  height: 255px;
  object-fit: cover;
  object-fit: contain;
}


.product-list-item__inner {
  border-radius: 20px;
  border: 1px solid rgba(210, 74, 67, 0.49);
  background: #fff;
}

.category-description {
  color: #7C7E80;
  font-family: SF Pro Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  position:relative;
  z-index:11;
  margin-top:60px;
}

.category-description h3 {
  color: #000;
  font-family: Georgia;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom:29px;
}

/*.home-delivery p {
  display:none;
}

.home-delivery p:nth-child(2) {
  display:block;
}*/

.home-delivery.act p {
  display:block;
}

.category-description h2 {
  color: #681320;
  text-align: center;
  font-family: Georgia;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width:950px;
  margin:0 auto 60px;
}

.category-description img[align="left"] {
  margin-right:80px;
  margin-bottom:120px;
}


.category-description img[align="right"] {
  margin-left:50px;
  margin-bottom:120px;
}


.product-list-item__btn-buy {
  border: 0;
  background: none;
  outline: none!important;
  cursor: pointer;
}

.asd {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 457;
  line-height: normal;
}

.header--eng__item a {
  color:#fff;
  text-decoration: none;
}

.header--eng__item a svg {
  margin-left:4px;
}

.header--eng__item a img {
  margin-right: 10px;
  vertical-align: middle;
  max-width: 17px;
}

.header--eng {
  margin-left: 1px;
  margin-right: 1px;
}

.he1 img {
  position: absolute;
  left: 0;
  top: calc(50% - 17px);
}

.he1 {
  position:relative;
  padding-left:55px;
}


.zo_basket {
  position: relative;
  border-radius: 30px;
  background: #681320;
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.4px;
  width: 207px;
  height:60px;
  line-height: 60px;
  z-index:1!important;
}

.zo_basket span {

}

.zo_basket a {
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #FFF;
  justify-content: center;
  text-decoration: none;
}

.basket_number_main {
  position: absolute;
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  border: 3px solid #fff;
  left: -15px;
  top: calc(50% - 15px);
  border-radius: 100%;
  background: #681320;
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 25px;
}

.zo_basket a img {
  margin-right:19px;
}

.header-personal__cart-number .header-personal__cart-number {
  display:none!important;
}

.pr {
   text-align: center;
   flex-basis: 300px;
}

.pr svg {
  margin-bottom: 40px;
}

.pr span {
  color: #681320;
  font-family: 'Lato', sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display:block;
  margin-bottom: 14px;
}

.pr p {
  color: #606162;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  margin:0;
}

.preim-buttons {
  display:flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  background: #FFF;
  padding:109px 89px 63px 89px;
  gap:0 30px;
  position: relative;
  z-index: 11;
}

.preims {
  margin-top: 25px;

}

.preims .svg {
  position:relative;
  top:-45px;
}

.slick-dots {
  display:flex;
  justify-content: center;
  margin-top:55px;
  list-style:none;
  gap:0 30px;
  position:relative;
  z-index:11;
}

.slick-dots li {
  width:16px;
  height:16px;
  background:#D8DADC;
  position:relative;
  overflow: hidden;
  cursor:pointer;
  border:2px solid #D8DADC;
  border-radius: 100%;
  transition: 0.3s;
}

.slick-dots li button {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  opacity:0;
  border-radius: 100%;
}


li.slick-active {
  background: #681320;
  transition: 0.3s;
}

.slick-arrow {
  position: absolute;
  top: calc(45% - 40px);
  width: 80px;
  height: 80px;
  z-index:12;
}

.prev-arrow {
  left:110px;
}

.next-arrow {
  right:110px;
}

.banner-price {
  color: #FFF;
  font-family: SF Compact;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  background: url(/local/templates/new/img/banner-price.png) no-repeat center;
  background-size: 100%;
  padding: 41px 115px 32px;
  position: relative;
  right: -40px;
}


.banner-slider__description {
  color: #AC342E;
  font-family: Georgia;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  max-width: 400px;
  margin-bottom: 30px;
}

.banner-slider__name {
  color: #681320;
  font-family: SignPainter;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 77.8%;
  letter-spacing: 2.56px;
  margin-bottom:7px;
  position: relative;
  left: -55px;
  margin-top:40px;
}

.red-section {
  background: #681320;
  padding: 270px 0 60px;
  margin-top: -180px;
  margin-bottom: 100px;
}

.red-section .l-section__header-text {
  color: #FFF;
  font-family: SignPainter;
  font-size: 79px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.l-section__header-text span {
  color: #FFF;
  font-family: Georgia;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.44px;
  margin-left: 100px;
  max-width: 586px;
  display: block;
}

.tns-ovh {
  padding-top:87px;
}

.red-section .product-list-item__description {
  font-family: 'Lato', sans-serif;
  height: auto;
  min-height: 110px;
  color: #606162;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom:18px;
  padding-top:20px;
  margin-top:18px;
  position:relative;
      display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    min-height: 100px;
}

.red-section .add_cart_price:before {
  display:none!important;
}


.red-section .product-list-item__description:before {
  content: '';
  width: 100%;
  height: 1px;
  background: url(/local/templates/new/img/line.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}


.red-section .add_cart_price {
  padding-top:0;
}

.l-section__header-text {
  color: #681320;
  font-family: SignPainter;
  font-size: 85px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 100px;
  position: relative;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.form__back {
  background:url('/local/templates/new/img/form.png') no-repeat;
  background-size:cover;
  padding:55px 129px 58px 55px;
  position:relative;
  z-index:11;
}

.form__back input.form-control {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.90);
  color: #7C7E80;
  font-family: SF Pro Display;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  border: 0;
  outline: none;
  height: 70px;
  line-height: 70px;
  padding-left: 44px;
  box-shadow:none;
}

.product-list-item__image {
  position:relative;
}

.plash {
  position: absolute;
  left: 0;
  bottom: 40px;
}

.fs .plash {
  left:-1px;
  bottom:-10px;
}

.mb25 {
  padding-top:25px;
}

.form__back .form-group {
  margin-bottom:30px;
}

.form__back textarea.form-control {
  resize: none;
  box-shadow:none;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.90);
  color: #7C7E80;
  font-family: SF Pro Display;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  border: 0;
  outline: none;
  height: 160px;
  line-height: 30px;
  padding-left: 44px;
  padding-top: 26px;
}

.form__back .form__description {
  font-family: SF Pro Display;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 32px;
  color:#fff;
}

.form__back button {
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  width: 232px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid #FFF;
  background: #681320;
  cursor:pointer;
  outline:none;
}

.form-right {
  max-width:562px;
  margin:0 0 0 auto;
}

.form-flex {
  display:flex;
  align-items: center;
}

.form-right .form__consent .consent__label {
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}

.form-right .form__fields {
  max-width:100%;
}

.form-right .form__consent .consent__link {
  text-decoration: none;
  color: #82B4FE;
}

.povar {
  position: absolute;
  bottom: -11px;
  left: -110px;
}

.category-block .product-list-item__inner {
  border: 1px solid rgba(210, 74, 67, 0.15);
  background: var(--1, linear-gradient(180deg, #FFF 47.54%, #F6F4F4 100%));
}

.category-block .product-list-item__description:before {
  content: '';
  width: 100%;
  height: 1px;
  background: url(/local/templates/new/img/line.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.bg {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:9;
  background:url('/local/templates/new/img/bg.png');
}

.slick-list {
  z-index: 11;
}

#tns1 > .tns-item {
  position: relative;
  z-index: 11;
}

h1.titled:after {
  content:'';
  width:230px;
  height:100px;
  position:absolute;
  left:0;
  top:0;
  background:url('/local/templates/new/img/round.svg') no-repeat left;
  background-size:contain;
}

.l-sectiuon__wrap {
  position: relative;
    z-index: 11;
}

.l-section__header-text:after {
  content:'';
  width:230px;
  height:100px;
  position:absolute;
  left:-9px;
  top:-9px;
  background:url('/local/templates/new/img/round.svg') no-repeat left;
  background-size:contain;
  z-index:-1;
}

.getmore {
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 1px;
  width: 208px;
  height: 60px;
  border-radius: 40px;
  border: 3px solid #FFF;
  background: #681320;
  text-align: center;
  text-decoration: none;
  display: block;
}

.getmore:hover {
  color:#fff;
  text-decoration: none;
}

.zag2 {
  position: relative;
  top: 30px;
  left: -50px;
}

.zag1 {
  position: relative;
  left: -40px;
}

.banner-slider__item-inner {
  background: url(/local/templates/new/img/slidok.png) no-repeat;
  position: absolute;
  bottom: 95px;
  left: 60px;
  width: 835px;
  height: 435px;
  display: flex;
  flex-direction: column;
  background-size: contain;
  align-items: center;
  justify-content: center;
}

.red-category {
  position:relative;
  z-index:11;
}


.red-cats {
  background: #681320;
  padding: 100px 0;
  margin-bottom: 100px;
}

.red-category-title {
  color: #FFF;
font-family: Georgia;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-align: center;
margin-bottom:80px;
position:relative;
z-index:11;
}

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


.red-item {
  text-align: center;
  text-decoration: none;
}

.red-item img {
  height:70px;
}

.red-item:hover {
  text-decoration: none;
  color:#fff;
}

.red-item span {
  display: block;
  color: #FFF;
  text-align: center;
  font-family: SF Pro Display;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  max-width: 145px;
  margin-top: 18px;
}

.quantiter {
  color: #646161;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border: 0;
  outline: none;
  background: transparent;
  text-align: center;
  width: 50px;
}

.form-b {
  display: flex;
  justify-content: space-between;
  padding: 0 19px;
}

.product-list-item__btn-buy img {
  max-width:100%;
  height:auto;
}

@media screen and (min-width:1025px) and (max-width:1200px) {
  .form-b {
    padding:0;
  }

  .btn-cart {
    width: 38px !important;
    height: 35px;
  }

  .quat svg {
    width: 35px !important;
    height: 35px;
  }
}

.quat {
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.quat span {
  cursor:pointer;
}



.totop {
  position: fixed;
  right: 62px;
  bottom: 100px;
  z-index: 20;
  max-width: 80px;
  max-height: 80px;
  cursor: pointer;
}

.totop svg {
  width:80px;
  height:80px;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 981;
}

.hidd {
  cursor: pointer;
  color: #7C7E80;
  text-align: center;
  font-family: SF Pro Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.4px;
  text-decoration: underline;
}

.iea-btn {
  display:flex;
  justify-content: center;
  gap:0 20px;
  margin-bottom:23px;
}

.iea-btn1 {
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 1px;
  min-width: 153px;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #FFF;
  background: #681320;
}

.iea-btn1 img {
  margin-right:3px;
}

.iea-btn1:hover {
  color:#fff;
  text-decoration: none;
}


.iea-btn2 {
  color: #681320;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: 0.4px;
  width: 264px;
  height: 60px;
  text-decoration: none;
  border-radius: 30px;
  border: 2px solid #DCDADA;
  background: #F5F6F8;
}

.iea-btn2:hover {
  color: #681320;
  text-decoration: none;

}

.product-block h1 {
  color: #681320;
  font-family: Georgia;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  padding-bottom:25px;
  position:relative;
}

.product-block h1:after {
  content: '';
  width: 100%;
  height: 1px;
  background: url(/local/templates/new/img/line.svg) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width:465px;
}

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

.product-block-left {
  min-width: 592px;
  margin-right:77px;
  height:592px;
  background-position: center!important;
  background-size:cover!important;
  border-radius: 20px;
}

.product-block-right {
  flex-basis: calc(100% - 77px - 592px);
  padding-top:115px;
}

.preview_text {
  color: #606162;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  max-width:424px;
  margin-bottom:62px;
  margin-top:28px;
}

.detail_text {
  color: #A6A6A6;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-top:26px;
}

.pr-btn {
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 30px */
  letter-spacing: 0.4px;
  width: 330px;
  height: 60px;
  border-radius: 30px;
  background: #681320;
  display:flex;
  align-items: center;
  justify-content: center;
  margin-top:34px;
}

.pr-btn span {
  width: 1px;
  margin:0 19px;
  height: 35px;
  background: rgba(255, 255, 255, 0.37);
}

.pr-btn svg {
  max-width:25px;
}

.product-block-right .quat {
  border-radius: 30px;
  background: #FBF8F8;
}


.svg2 {
  display:none;
}

@media screen and (max-width:767px) {

  .category-product {
    max-width:338px;
    flex-basis: 52%;
  }


 .mobile-menu .header-menu__link:hover, .mobile-menu .header-menu__link.active {
    color: #fff;
    text-decoration: none;
    padding-left: 44px;
    position: relative;
}


  .basket_mobile {
    display:block;
  }
  .mobile-header {
    display:flex;
  }

  .avik {
    margin-left: 0px;
    height: 40px;
    font-size: 14px;
    width: 40px;
    text-align: center;
    line-height: 36px;
  }

  html {
    overflow-x: hidden!important;
    min-height: 1px!important;
  }

  .svg2 {
    display:block;
    margin: 10px 0 10px 25px;
  }

  .banner-slider__canvas {

    border-radius: 10px;
}

.secret-item p:nth-child(1) {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-align: left;
}

  .foot {
    flex-wrap: wrap;
  }

  .product-block {
    display: block;
  }

  .product-block-left {
    width: 100%;
    margin-right: 0;
    height: 392px;
    max-width: 390px;
    min-width: 0;
    margin: 0 auto;
  }

  .pr-btn {
    width: 330px;
    font-size:15px;
    width: 100%;
    max-width: 330px;
    padding: 0 10px;
  }

  .pr-btn svg {
    max-width:19px;
  }

  header {
    position: relative;
  }

  .nav:not(.nav-tabs) {
    margin-top: 0;
    padding: 5px 0;
  }

  .navigation {
    display:none;
  }

  .he1 {
    display:none;
  }

  .bottom_footer-block {
    justify-content: center;
  }


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

  .he3 img {
    max-width: 75px;
  }

  .header-social img {
    max-width:20px;
  }

  .header-social {
    gap: 0 12px;
    padding: 0 0px;
    padding-right: 20px;
}

.container {
  width: 93%;
  max-width: 1492px;
  padding: 0;
}

.avik img {
  max-width: 40px;
}

header {
  display:none;
}

.nav:not(.nav-tabs){
  display:none;
}

.avik:before {
  display:none;
}

.header--eng__item a {
  padding-left: 0px!important;
}

.totop svg {
  width: 40px;
  height: 40px;
}

.totop {
  position: fixed;
  right: 12px;
  bottom: 50px;
  z-index: 20;
  max-width: 40px;
  max-height: 40px;
  cursor: pointer;
}

.product-block-right {
  padding-top: 30px;
  max-width: 390px;
  margin: 0 auto;
}

.product-block h1 {
  font-size: 35px;
}

.l-main {
  padding-top: 30px;
  padding-bottom: 50px;
}

.zo_basket {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.zo_basket a {
  font-size: 13px;
}

.basket_number_main {
  font-size: 12px;
  right: -15px;
  left:auto;
  top:-15px;
}

.zo_basket a img {
  margin-right: 0px;
  max-width: 40px;
}

.header--eng {
  margin-left: 0;
  margin-right: 0;
}

.header--eng__item a svg {
  display:none;
}

.bottom_footer-block a {
  font-size: 0;
}

footer {
  padding: 30px 0;
}


.f2 p {
  font-size: 16px;
  flex-basis: 50%;
  font-family: SF Pro Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.36px;

}

.f2 p:nth-child(3) {
  font-size: 16px;
  flex-basis: 100%;
}

.f2 span {
  font-size: 17px;
  flex-basis: 100%;
}

.f2 {
  margin-top: 20px;
  padding-left: 35px;
}

.f2.fl {
  padding-left: 0;
  margin-bottom: 20px;
  flex-basis: auto;
  flex-direction: row;
  gap: 0 30px;
}

.bottom_footer {
  padding: 30px 0;
}

.f1 img {
  max-width:134px;
}

.f1 {
  order:1;
}

.f3 {
  order: 2;
  margin-bottom: 40px;
}

.f2 {
  order:3;

}

.f2:nth-child(3) {
  flex-basis: 100%;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}


.f2:nth-child(3) span {
  display:none;
}

.f2:nth-child(2) {
  flex-basis: 100%;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.f2:nth-child(2) img {
  top: -45px;
  max-width: 35px;
}

.f2:nth-child(3) img {
  display:none;
}

.preview_text {
  margin-bottom: 32px;
}

.red-category {
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.red-category-title {
  margin-bottom: 60px;
  font-size: 32px;
}

.red-item img {
  height: 46px;
}

.red-item span {
  font-size: 15px;
  max-width: 145px;
  margin-top: 14px;
}

.red-item {
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  flex-basis: calc(33.333% - 20px);
  margin-bottom: 20px;
}

.red-cats {
  padding: 50px 0;
  margin-bottom: 50px;
}

.category-description h2 {
  font-size: 32px;
  max-width: 950px;
  margin: 0 auto 30px;
}

.category-description img[align="left"] {
  margin-right: 0;
  margin-bottom: 20px;
  float: none;
  max-width: 100%;
  height: auto;
}

.category-description img[align="right"] {
  margin-left: 0;
  margin-bottom: 20px;
  float: none;
  max-width: 100%;
  height: auto;
}

.slick-dots li {
  width: 12px;
  height: 12px;
}

.category-description h3 {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 20px;
}

.category-description {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  z-index: 11;
  margin-top: 60px;
}

.category-description br {
  display:none;
}

.product-list-item__name {
  font-size: 20px;
  min-height: 30px;
}

.category-block .product-list-item__description {
  min-height: 70px;
  font-size: 15px;
  margin-top: 17px;
  padding-top: 14px;
}

.gr_but p {
  margin: auto;
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
}

h1.titled {
  font-size: 55px;
  margin-bottom: 45px;
  text-align: left;
}

h1.titled:after {
  width: 130px;
  height: 60px;
}

.l-header_catalog {
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.category-block {
  gap: 52px 36px;
  justify-content: center;
}

.quat {
  margin-right: 10px;
}

.product-pic {
  margin-bottom: 10px;
  width: 100%;
  height: 190px;
}

.l-header_catalog .header-menu__link {
  font-size: 13px;
}

.l-header_catalog .header-menu__item {
  width: 117px;
  height: 117px;
  padding: 19px 5px 18px;
  max-width: calc(33.3333% - 20px);
}

.f2 img {
  top: 6px;
  max-width: 35px;
}

.catalog-tag {
  display: flex;
  position: relative;
  z-index: 11;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.catalog-tag--item {
  margin-right: 0;
}

.catalog-tag--item a {
  padding: 13px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 15.625px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.781px;
  display: block;
}

.f2_1 {
  position: relative;
  padding-left: 55px;
  margin-bottom: 10px;
}

.bottom_footer-block a img {
  margin-right: 10px;
  margin-left: 10px;
}

.home-delivery-title {
  font-size: 23px;
}

.home-delivery p {
  font-size: 15px;
  line-height: 152%;
}

.home-delivery {
  padding: 80px 30px 50px;
  background: rgba(104, 19, 32, 0.90) url(/local/templates/new/img/more_m.png) no-repeat;
  background-position: bottom;
  background-size: cover;
}

.home-delivery a {
  font-size: 13px;
}

.tns-controls {
  display:block!important;
}
.product-list-slider .tns-controls > button[data-controls="prev"] {
  left: 33px;
  top: 78%;
}

.product-list-slider .tns-controls > button[data-controls="next"] {
  right: 33px;
  top: 78%;
}

.home-delivery .prodol {
  margin-top:40px;
}

.povar {
  display:none;
}

.form-right {
  max-width: 100%;
  margin: 0 0 0 0;
}

.form__back .form__description {
  color: #FFF;
  text-align: center;
  font-family: SF Pro Display;
  font-size: 23.132px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.157px;
  text-transform: uppercase;
  margin-bottom: 42px;
}

.form__back input.form-control {
  padding-left: 26px;
  border-radius: 23.132px;
  color: #7C7E80;
  font-family: SF Pro Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  height:40px;
}



.form__back textarea.form-control {
  font-size: 19px;
  letter-spacing: .2px;
  height: 93px;
  line-height: 30px;
  padding-left: 23px;
  padding-top: 15px;
  color: #7C7E80;
  font-family: SF Pro Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}

.form-flex {
  display: block;
}

.form__back {
  padding: 41px 30px 44px;
  border-radius: 20px;
  background: url(/local/templates/new/img/form_m.png) no-repeat;
}

.form-right .form__consent .consent__label {
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}

.form__back button {
    color: #FFF;
    font-family: SF Pro Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    width: 165px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 40px;
    border: 2px solid #FFF;
    background: #681320;
    cursor: pointer;
    outline: none;
    color: #FFF;
    font-family: SF Pro Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    margin: 20px auto 0;
    display: block;
}

.pizza-block-right {
  display: block;
  top: 11%;
  right: -320px;
}

.pizza-block {
  padding: 30px 25px 54px;
  border-radius: 0px;
  background-size: cover;
}

.pizza-title {
  font-size: 45px;
  margin-bottom: 35px;
  padding-left: 0;
  margin-top: 30px;
  text-align: center;
}

.pizza1 {
  position: absolute;
  left: -44px;
  top: -76px;
  max-width: 105px;
}

.pizza-block-right img {
  max-height: 400px;
}

.pizza-block-left h2 {
  font-size: 21px;
  margin-bottom: 3px;
}

.pizza-block-left p {
  font-size: 16px;
  line-height: 24px;
  max-width: 80%;
}

.pizza2 {
  position: absolute;
  left: auto;
  bottom: -100px;
  max-width: 150px;
  right: 0;
  display:none;
}

.pizza {
  margin-bottom: 52px;
}

.secret {
  padding: 50px 0;
  margin-bottom: 0px;
  margin-top: 80px;
}

.pizza .container {
  width: 100%;
}

.titled {
  font-size: 50px;
  margin-bottom: 33px;
  position: relative;
  z-index: 11;
  margin-bottom:63px;
}

.secret-item img {
  margin-bottom: 0;
  max-width: 95px;
  margin-right: 25px;
}

.secret-item p {
  font-size: 16px;
  text-align: left;
}

.preim-buttons {
  padding: 20px;
  flex-wrap: wrap;
}

.secret-item {
  display: flex;
  align-items: flex-start;
}

.pr svg {
  margin-bottom: 20px;
  max-width: 65px;
  max-height: 65px;
}

.pr svg {
  margin-bottom: 0;
  max-width: 57px;
  margin-right: 28px;
  max-height: 57px;
}

.svg {
  display:none;
}

.pr span {
  margin-bottom: 9px;
  color: #681320;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

.pr p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: left;

}

.preims .svg {
  display: none;
}

.l-section__header-text span {
  display:none;
}

.zag1, .zag2 {
  display:none;
}

.red-section .l-section__header-text {
  font-size: 55px;
  margin-bottom: 35px;
}

.l-section__header-text:after {
  width: 145px;
  height: 65px;
  left: -9px;
  top: -4px;
}

.getmore {
  width: 148.571px;
  height: 50px;
  color: #FFF;
  font-family: SF Pro Display;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 45px;
}

.zag1 {
  position: relative;
  left: 0px;
  display: block!important;
  max-width: 83px;
}

.red-section .getmore {
  border: 2px solid rgba(255, 255, 255, 0.42);
  background: #681320;
}

.l-section__header-text {
  font-size: 44px;
  margin-bottom: 35px;
}

.secret-block {
  gap: 30px;
  justify-content: center;
}

.slick-arrow {
  top: calc(80% - 40px);
  width: 49px;
  height: 49px;
}

.pr {
  flex-basis: 100%;
  display: flex;
  align-items: center;
}

.prev-arrow {
  left: 36px;
}

.next-arrow {
  right: 36px;
}

.slick-dots {
  margin-top: 47px;
  list-style: none;
  gap: 0 20px;
  position: relative;
  z-index: 11;
}

.slick-slide {
  padding: 0 0px;
}

.preims {
  margin-top: 55px;
}

.banner-slider__item-inner {
  bottom: -3px;
  left: 22px;
  width: 92%;
  max-width: 322px;
  height: 218px;
}

.banner-slider__name {
  font-size: 48px;
  left: -5px;
  margin-top: 0px;
}

.banner-slider__description {
  font-size: 16px;
  max-width: 215px;
  margin-bottom: 8px;
}

.banner-price {
  font-size: 18px;
  padding: 20px 52px;
  right: -33px;
  top:-25px;
}

.iea h2 {
  color: #681320;
  text-align: center;
  font-family: SF Pro Display;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.48px;
  margin-bottom: 37px;
}

.iea {
  padding: 52px 25px;
  max-width: 440px;
  width: 90%;
  background: #fff url(/local/templates/new/img/iea_m.png) no-repeat center;
  background-size: cover;
}

.iea-btn1 img {
  margin-right: 6px;
}

.iea-btn {
  gap: 20px;
  margin-bottom: 23px;
  flex-wrap: wrap;
}
.hidd {
  color: #7C7E80;
    text-align: center;
    font-family: SF Pro Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.4px;
    text-decoration: none;
}


.gr_but {
  display: block;
}

.mobile-menu .header-menu__link.active:before {
  content: '';
  left: -40px;
  top: 50%;
  width: 62px;
  height: 1px;
  background: #fff;
  position: absolute;
}

.category-description img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}




.vacansii-item {
  display: block;
}

.vacansii-item-left {
  margin-bottom: 45px;
}

.vacansii-item-right {
  padding: 0 20px 50px;
}

.vacansii-item-name {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

.vacansii-item-text {
  font-size: 16px;
}

.vacansii-item {
  margin-bottom:40px;
}


}



@media screen and (min-width:768px) and (max-width:1024px) {



.vacansii-item {
  display: block;
}

.vacansii-item-left {
  margin-bottom: 45px;
}

.vacansii-item-right {
  padding: 0 20px 50px;
}

.vacansii-item-name {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

.vacansii-item-text {
  font-size: 16px;
}

.vacansii-item {
  margin-bottom:40px;
}


  .category-description img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}

 .mobile-menu .header-menu__link.active:before {
    content: '';
    left: -40px;
    top: 50%;
    width: 62px;
    height: 1px;
    background: #fff;
    position: absolute;
  }

  .mobile-menu .header-menu__link:hover, .mobile-menu .header-menu__link.active {
    color: #fff;
    text-decoration: none;
    padding-left: 44px;
    position: relative;
}

  .basket_mobile {
    display:block;
  }

  .foot {
    flex-wrap: wrap;
    gap: 20px;
}

  header {
    position: relative;
  }

  .he1:nth-child(3) {
    display:none;
  }

  .he1:nth-child(4) {
    display:none;
  }

  .he3 img {
    max-width: 85px;
  }

  .he1 p {
    font-size: 16px;
  }

  .he1 span {
    font-size: 18px;
  }

  .he1 img {
    top: calc(50% - 25px);
    max-width: 22px;
  }

  .he1 {
    padding-left: 30px;
  }

  .f2 span {
    font-size: 18px;
  }

  .f2 p {
    font-size: 16px;
  }


  footer {
    padding: 30px 0;
}

  .f2.fl {
    padding-left: 0;
}

  .f1 img {
    max-width: 70px;
  }

  .container {
    padding: 0;
  }

  .nav:not(.nav-tabs) {
    margin-top: 0;
    padding:15px 0;
  }

  .zo_basket a img {
    margin-right: 15px;
  }

  .zo_basket a {
    font-size: 17px;
  }

  .totop {
    right: 30px;
  }

  .home-delivery {
    padding: 30px 0;
}


  .home-delivery-title {
    font-size: 27px;
}


  .f2_1 {
    padding-left: 40px;
}

  .f2 {
    padding-left: 40px;
}


  .f2 img {
    top: 9px;
    max-width: 25px;
}

  .zo_basket {
    width: 190px;
  }

  .totop svg {
    width: 60px;
    height: 60px;
}

  .navigation {
    display:none;
  }

  .titled {
    font-size: 65px;
    margin-bottom: 65px;
  }

  .secret-block {
    justify-content: center;
    gap: 20px;
  }

  .secret-item img {
    margin-bottom: 10px;
  }

  .home-delivery a {
    margin-top: 20px;
}

.bottom_footer-block a {
  font-size: 0;
}

.bottom_footer-block a img {
  margin-right: 25px;
  margin-left: 25px;
}

.bottom_footer-block {
  justify-content: center;
}

.bottom_footer {
  padding: 20px 0;
}

.l-section__header-text {
  font-size: 65px;
  margin-bottom: 50px;
}


.l-section__header-text:after {
  width: 165px;
  height: 85px;
}




.red-section .l-section__header-text {
  font-size: 60px;
  margin-bottom: 50px;
}

.preims .svg {
  display:none;
}

.pr span {
  font-size: 20px;
}

.pr p {
  font-size: 17px;
}

.pr svg {
  margin-bottom: 30px;
  max-width: 85px;
  max-height: 85px;
}

.preim-buttons {
  padding: 40px;
}

.preims {
  margin-top: 45px;
}

.slick-dots {
  margin-top: 35px;
}

.prev-arrow {
  left: 10px;
}

.next-arrow {
  right: 10px;
}

.slick-arrow {
  width: 50px;
  height: 50px;
}


.banner-price {
    font-size: 25px;
    padding: 30px 70px 25px;
}

.banner-slider__description {
  font-size: 20px;
  margin-bottom: 4px;
}

.banner-slider__name {
  font-size: 75px;
}

.banner-slider__item-inner {
  bottom: 0px;
  left: 40px;
  width: 80%;
  height: 280px;
}

.l-main {
  padding-top: 40px;
  padding-bottom: 100px;
}

.zag1, .zag2 {
  display:none;
}


.l-section__header-text span {
    font-size: 15px;
    margin-left: 50px;
    max-width: 380px;
}

.getmore {
  font-size: 13px;
  line-height: 50px;
  width: 208px;
  height: 55px;
}

.pizza-block-right {
  display:none;
}

.pizza-block {
  padding: 50px 30px;
  border-radius: 20px;
}

.pizza-title {
  font-size: 50px;
  margin-bottom: 20px;
  padding-left: 0;
}

.pizza-block-left h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.pizza-block-left p {
  font-size: 17px;
}

.pizza1 {
  top: -120px;
}

.pizza2 {
  left: auto;
  bottom: -111px;
  right: 0;
}

.povar {
  display:none;
}


.form-right {
  max-width: 100%;
  margin: 0 0 0 0;
}

.form__back .form__description {
  font-size: 30px;
  margin-bottom: 25px;
  text-align: center;
}

.form__back input.form-control {
  border-radius: 20px;
  font-size: 19px;
  height: 48px;
  line-height: 48px;
  padding-left: 26px;
}

.pizza {
  margin-bottom: 123px;
}

.form__back textarea.form-control {
    font-size: 19px;
    letter-spacing: .2px;
    height: 142px;
    line-height: 30px;
    padding-left: 20px;
    padding-top: 11px;
}

.form-flex {
  display: block;
}

.form__back {
  padding: 30px;
  border-radius: 20px;
}

.form-right .form__consent .consent__label {
  font-size: 16px;
}

.form__back button {
  margin: 20px auto 0;
  display: block;
}

.secret {
  padding: 50px 0;
  margin-bottom: 123px;
  margin-top: 50px;
}

.product-list-item__name {
  font-size: 23px;
  min-height: 55px;
}

.product-block {
  flex-wrap: wrap;
  gap: 30px;
}

.product-block-left {
  margin-right: 0;
  margin: 0 auto;
  height: 400px;
}

.product-block-right {
  flex-basis: calc(100% - 77px - 592px);
  padding-top: 15px;
  margin: 0 auto;
}

h1.titled {
  font-size: 50px;
}

.gr_but {
  display: block;
}

h1.titled:after {
  left: -10px;
  width: 165px;
  height: 85px;
  top: -17px;
}



.category-block {
  gap: 55px 30px;
  justify-content: center;
}

.quat {
  align-items: center;
  margin-right: 13px;
}

.red-category-title {
  font-size: 30px;
  margin-bottom: 50px;
}

.red-category {
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.red-cats {
  padding: 50px 0;
  margin-bottom: 50px;
}

.category-description img[align="right"] {
  margin-left: 0;
  margin-bottom: 20px;
  float: none;
}

.category-description img[align="left"] {
  margin-right: 0;
  margin-bottom: 20px;
  float: none;
}

.category-description br:nth-child(2n) {
  display:none;
}

.category-description h2 {
  font-size: 36px;
  margin: 0 auto 40px;
}

.l-header_catalog {
  justify-content: center;
  gap: 20px;
  margin-bottom: 70px;
  flex-wrap: wrap;
}

.l-header_catalog .header-menu__item {
  width: 130px;
  height: 130px;
}

.l-header_catalog .header-menu__link {
  font-size: 15px;
  margin-top: 10px;
}

.logo img {
  max-width: 70px;
}


}


@media screen and (min-width:1025px) and (max-width:1300px) {


.wcombo-right .wtags {
    margin-bottom: 0;
}

.wcombo {
    padding: 10px 10px;
    margin-bottom: 10px;
}

.wdesc {
    max-width: 384px;
    font-size: 13px;
    margin-bottom: 14px;
}

.insider {
    max-height: 450px;
}

#piz {
  max-width: 100%;
    height: auto;
}

.bgw {
    flex-basis: 450px;
    margin-right: 45px;
}

.wtag {
    font-size: 12px;
}

  .container {
    width: 95%;
    max-width: 1492px;
    padding: 0;
}

.logo img {
  width:70px;
}

.he1 p {
  font-size: 17px;
}

.he1 img {
  width: 25px;
}

.red-section .l-section__header-text {
  font-size: 50px;
  margin-bottom: 70px;
}

.he1 {
  padding-left: 40px;
}

.header-social a img {
  width: 21px;
}

.he1 span {
  font-size: 17px;
}

.navi .header-menu__link {
  font-size: 14px;
  padding: 29px 22px 30px;
}

.l-section__header-text:after {
  width: 140px;
  height: 79px;
}

.l-section__header-text span {
  font-size: 16px;
  margin-left: 50px;
  max-width: 286px;
}

.titled {
  font-size: 75px;
  margin-bottom: 73px;
}

.zag1 {
  margin: 0 20px;
  max-width: 200px;
}

.getmore {
  font-size: 14px;
  width: 208px;
  height: 60px;
}

.zag2 {
  left: -20px;
  max-width: 170px;
}

.l-section__header-text {
  font-size: 50px;
  margin-bottom: 70px;
}


.l-section__header-text:after {
  width: 144px;
  height: 80px;
}

.secret-block {
  gap: 20px;
}

.pizza-block {
  padding: 50px;
}

.secret-item {
  flex-basis: 45%;
}

.f2 p {
  font-size: 14px;
}

.f2 span {
  font-size: 18px;
}

.f3 img {
  width:120px;
}

.f1 img {
  width:80px;
}

.bottom_footer-block a {
  font-size: 13px;
}

.bottom_footer-block a img {
  margin-right: 10px;
}

.bottom_footer {
  padding: 40px 0;
}

.pr span {
  font-size: 20px;
}

.pr p {
  font-size: 18px;
}

.header--eng__item a img {
  margin-right: 7px;
  width: 17px;
}



.avik {
  margin-left: 20px;
  height: 36px;
  font-size: 14px;
  width: 100px;
  text-align: center;
  line-height: 36px;
}

.zo_basket {
  width: 185px;
}

.banner-price {
  font-size: 24px;
  padding: 20px 60px 20px;
}

.banner-slider__description {
  font-size: 18px;
  margin-bottom: 8px;
}

.banner-slider__name {
  font-size: 68px;
  left: -55px;
  margin-top: 30px;
}

.banner-slider__item-inner {
  bottom: 5px;
  left: 10px;
  width: 80%;
  height: 255px;
  max-width: 600px;
}



.he3 img {
  max-width: 115px;
}

.pizza-block-left h2 {
  font-size: 26px;
}

.pizza-block-left p {
  font-size: 17px;
}

.pizza-block-right {
  max-width:100%;
  max-height:100%;
}

.pizza-block-right {
  right: -80px;
  top: -5%;
  height: 110%;
  z-index: -1;
}

.pizza-block-left p {
  max-width: 474px;
}

.pizza-title {
  font-size: 59px;
}


.form__back {
  padding: 50px;
  border-radius: 20px;
}

.povar {
  max-width: 100%;
  max-height: 90%;
}

.form__back .form__description {
  font-size: 33px;
}

.form-flex {
  display: block;
}

.form__back .form-group {
  margin-bottom: 19px!important;
}

.form__back textarea.form-control {
  height: 120px;
  line-height: 13px;
  padding-left: 44px;
  font-size: 16px;
  padding-top: 26px;
  font-family: SF Pro Display;
  letter-spacing: 0;
}


.form__back input.form-control {
  height: 58px;
  line-height: 62px;
  padding-left: 44px;
  box-shadow: none;
  font-size: 16px;
}

.povar {
  bottom: -7px;
  z-index: -1;
}

.form-right {
  max-width: 462px;
}

.form-right .form__consent .consent__label {
  font-size: 17px;
}

.pizza-block-right img {
  max-width: 100%;
  max-height: 110%;
}


.pizza {
  overflow: hidden;
}

.l-header_catalog .header-menu__link {
  font-size: 15px;
  margin-top: 5px;
}

.l-header_catalog {
  justify-content: center;
  gap: 20px;
  margin-bottom: 70px;
  flex-wrap: wrap;
}

.l-header_catalog .header-menu__item {
  width: 125px;
  height: 145px;
  padding: 21px 8px 15px;
}

.quat {
  margin-right: 10px;
}

.category-description img[align="left"] {
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 50%;
  height: auto;
}

.category-description img[align="right"] {
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 50%;
  height: auto;
}

.category-description h3 {
  font-size: 27px;
  line-height: 31px;
  margin-bottom: 29px;
}

.category-block {
  justify-content: center;
}

.product-block-left {
  min-width: 452px;
  margin-right: 24px;
  height: 492px;
}

.product-block-right {
  flex-basis: calc(100% - 77px - 422px);
  padding-top: 55px;
}

}



@media screen and (min-width:1301px) and (max-width:1600px) {
  .navi .header-menu__link {
    padding: 29px 34px 30px;
    font-size: 15px;
}

.header-social {
  gap: 0 13px;
  padding: 0 17px;
}

.avik {
  width: 130px;
}

.l-header_catalog .header-menu__link {
  font-size: 15px;
}

.quat {
  margin-right: 10px;
}

.category-description img[align="left"] {
  margin-right: 20px;
  margin-bottom: 60px;
  max-width: 50%;
  height: auto;
}

.category-description img[align="right"] {
  margin-left: 20px;
  margin-bottom: 6s0px;
  max-width: 50%;
  height: auto;
}

.l-section__header-text span {
  font-size: 17px;
  margin-left: 8dvb;
  max-width: 422px;
  padding-right: 20px;
}

.product-list-item__name {
  font-size: 24px;
}

#tns1 > .tns-item {
  padding-right:0!important;
  margin: 0 5px;
}

.red-section .l-section__header-text {
  font-size: 57px;
}

#tns3 > .tns-item {
  padding-right: 0px;
}

#tns2 > .tns-item {
  padding-right: 0px;
}

#tns4 > .tns-item {
  padding-right: 0px;
}

.secret-item {
    flex-basis: 45%;
}

.pizza-block-right {
  z-index: -1;
}

.pizza-block {
  padding: 76px 49px 85px;
}

.pizza-title {
  font-size: 67px;
}

.pizza-block-left p {
  max-width: 504px;
}


.form-right {
  max-width: 47%;

}

.form__back .form__description {
  font-size: 35px;
  color: #fff;
}

.povar {
  bottom: -9px;
  left: -110px;
  max-height: 103%;
}



.banner-slider__name {
  font-size: 102px;
}

.banner-slider__item-inner {
  bottom: 95px;
  left: 60px;
  width: 635px;
  height: 395px;
}


}
@media screen and (max-width:1280px) {
  .l-main {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .l-header_catalog {
    margin-bottom: 30px;
  }
  #catalogStart {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:560px) {
  .l-header_catalog {
    gap: 10px;
    margin-bottom: 30px;
  }
  .l-header_catalog .header-menu__item {
    height: 100px;
    padding: 0 10px;
    width: calc(33.3333% - 10px);
    max-width: calc(33.3333% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .l-header_catalog .header-menu__item img {
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
  }
}
/* End */


/* Start:/local/css/reaspekt/reaspekt.geobase/style.css?1677085677974*/
.ReaspektPopupOverlay {
	height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
	background-color: #000;
	filter: alpha(opacity=60); 	/*Filter for IE*/
}
#ReaspektPopupBody {
    position: absolute !important;
    padding: 30px 50px;
    left: 0;
    top: 0;
    /*width: 500px;
    min-height: 100%;
    height: 1000px;*/
    z-index: 510;
    background-color: #fff;
	box-shadow: 0px 0px 15px #000000;
    box-sizing: border-box;
}
#ReaspektPopupBody .ReaspektClosePosition {
	position: relative;
}

#ReaspektPopupBody #ReaspektCloseBtn {
	position: absolute;
	right: -40px;
    top: -20px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background:url("/local/css/reaspekt/reaspekt.geobase/images/close-button-sprite.png") no-repeat top;
}

#ReaspektPopupBody #ReaspektCloseBtn:hover {
	background: url("/local/css/reaspekt/reaspekt.geobase/images/close-button-sprite.png") no-repeat 0 -24px;
}

#ReaspektPopupContainer {
	max-width: 900px;
}
/* End */
/* /local/templates/new/styles.css?1751379444347888 */
/* /local/templates/new/fonts/caveat/caveat.css?1697718071541 */
/* /local/components/bazarow/basket.small.bazarow/templates/ajax/style.css?16770856773373 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17466151102729 */
/* /local/templates/new/template_styles.css?175196539967815 */
/* /local/css/reaspekt/reaspekt.geobase/style.css?1677085677974 */
