<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoeui/SegoeUI-Light.eot");
  src: local("Segoe UI Light"), local("SegoeUI-Light"), url("../fonts/segoeui/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/segoeui/SegoeUI-Light.woff") format("woff"), url("../fonts/segoeui/SegoeUI-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoeui/SegoeUI-BoldItalic.eot");
  src: local("Segoe UI Bold Italic"), local("SegoeUI-BoldItalic"), url("../fonts/segoeui/SegoeUI-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoeui/SegoeUI-BoldItalic.woff") format("woff"), url("../fonts/segoeui/SegoeUI-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoeui/SegoeUI-SemiBold.eot");
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("../fonts/segoeui/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoeui/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/segoeui/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoeui/SegoeUI.eot");
  src: local("Segoe UI"), local("SegoeUI"), url("../fonts/segoeui/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/segoeui/SegoeUI.woff") format("woff"), url("../fonts/segoeui/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoeui/SegoeUI-Bold.eot");
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url("../fonts/segoeui/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoeui/SegoeUI-Bold.woff") format("woff"), url("../fonts/segoeui/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoeui/SegoeUI-Italic.eot");
  src: local("Segoe UI Italic"), local("SegoeUI-Italic"), url("../fonts/segoeui/SegoeUI-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoeui/SegoeUI-Italic.woff") format("woff"), url("../fonts/segoeui/SegoeUI-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
/*! Bootstrap v4.3.1 (https://getbootstrap.com/) Copyright 2011-2019 The Bootstrap Authors Copyright 2011-2019 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e30613;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #00a427;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #717172;
  --gray-dark: #3e3e3f;
  --primary: #e30613;
  --secondary: #3e3e3f;
  --success: #00a427;
  --info: #fff;
  --warning: #ffc107;
  --danger: #e30613;
  --light: #dadada;
  --dark: #3e3e3f;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1330px;
  --breakpoint-xxxl: 1430px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace ;
}

*, :after, :before {
  -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;
}

.grecaptcha-badge { visibility: hidden; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #252525;
  text-align: left;
  background-color: #fff !important;
}


marquee {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  border: 1px solid rgba(0, 0, 0, .15);
  background-color: #ffffff;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 100px;
  font-family: Roboto, sans-serif;
  color: green;
}

.menu_align{
  position: absolute;
    left: -23px;
}

[tabindex="-1"]:focus {
  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[data-original-title], abbr[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;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #e30613;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #98040d;
  text-decoration: underline;
}

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

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

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

code, kbd, pre, 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: #717172;
  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;
}

button, input, optgroup, select, 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;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-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: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px 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: #717172;
}

.blockquote-footer:before {
  content: "—&nbsp;";
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  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;
  }
}
@media (min-width: 1330px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1430px) {
  .container {
    max-width: 1400px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row, .bb.woocommerce-account .col2-set.addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

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

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

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .bb.woocommerce-account .col2-set.addresses .col-1,
.bb.woocommerce-account .col2-set.addresses .col-2, .col-auto, .col-lg, .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-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .bb.woocommerce-account .col2-set.addresses .col-1,
.bb.woocommerce-account .col2-set.addresses .col-2, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .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-auto, .col-xl, .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-auto, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto, .col-xxxl, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

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

.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.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.col-12, .bb.woocommerce-account .col2-set.addresses .col-1,
.bb.woocommerce-account .col2-set.addresses .col-2 {
  -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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@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%;
  }

  .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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .col-md-6, .bb.woocommerce-account .col2-set.addresses .col-1,
.bb.woocommerce-account .col2-set.addresses .col-2 {
    -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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@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%;
  }

  .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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@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%;
  }

  .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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1330px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1430px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #252525;
}

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

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

.table tbody + tbody {
  border-top: 4px solid #dadada;
}

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

.table-bordered {
  border: 2px solid #dadada;
}

.table-bordered td, .table-bordered th {
  border: 2px solid #dadada;
}

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

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

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

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

.table-primary, .table-primary &gt; td, .table-primary &gt; th {
  background-color: #f7b9bd;
}

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

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

.table-hover .table-primary:hover &gt; td, .table-hover .table-primary:hover &gt; th {
  background-color: #f4a2a7;
}

.table-secondary, .table-secondary &gt; td, .table-secondary &gt; th {
  background-color: #c9c9c9;
}

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

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

.table-hover .table-secondary:hover &gt; td, .table-hover .table-secondary:hover &gt; th {
  background-color: #bcbcbc;
}

.table-success, .table-success &gt; td, .table-success &gt; th {
  background-color: #b8e6c3;
}

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

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

.table-hover .table-success:hover &gt; td, .table-hover .table-success:hover &gt; th {
  background-color: #a5dfb3;
}

.table-info, .table-info &gt; td, .table-info &gt; th {
  background-color: white;
}

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

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

.table-hover .table-info:hover &gt; td, .table-hover .table-info:hover &gt; th {
  background-color: #f2f2f2;
}

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

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

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

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

.table-danger, .table-danger &gt; td, .table-danger &gt; th {
  background-color: #f7b9bd;
}

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

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

.table-hover .table-danger:hover &gt; td, .table-hover .table-danger:hover &gt; th {
  background-color: #f4a2a7;
}

.table-light, .table-light &gt; td, .table-light &gt; th {
  background-color: whitesmoke;
}

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

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

.table-hover .table-light:hover &gt; td, .table-hover .table-light:hover &gt; th {
  background-color: #e8e8e8;
}

.table-dark, .table-dark &gt; td, .table-dark &gt; th {
  background-color: #c9c9c9;
}

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

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

.table-hover .table-dark:hover &gt; td, .table-hover .table-dark:hover &gt; th {
  background-color: #bcbcbc;
}

.table-active, .table-active &gt; td, .table-active &gt; th {
  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 &gt; td, .table-hover .table-active:hover &gt; th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #3e3e3f;
  border-color: #515152;
}

.table .thead-light th {
  color: #575759;
  background-color: #f4f3f3;
  border-color: #dadada;
}

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

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

.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 &gt; .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 &gt; .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 &gt; .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 &gt; .table-bordered {
    border: 0;
  }
}
@media (max-width: 1329.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xxl &gt; .table-bordered {
    border: 0;
  }
}
@media (max-width: 1429.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

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

.table-responsive &gt; .table-bordered {
  border: 0;
}

.form-control, input, textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.374rem + 4px);
  /*padding: 0.687rem 1rem;*/
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #575759;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #a4a4a5;
  border-radius: 2px;
  -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;
  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, input, textarea {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand, input::-ms-expand, textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus, input:focus, textarea:focus {
  color: #575759;
  background-color: #fff;
  border-color: #fb6d76;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}

.form-control::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #717172;
  opacity: 1;
}

.form-control::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
  color: #717172;
  opacity: 1;
}

.form-control:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #717172;
  opacity: 1;
}

.form-control::-ms-input-placeholder, input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #717172;
  opacity: 1;
}

.form-control::placeholder, input::placeholder, textarea::placeholder {
  color: #717172;
  opacity: 1;
}

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

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

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

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

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

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

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

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 4px);
  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 + 4px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

textarea, 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 &gt; .col, .form-row &gt; [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: #717172;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 164, 39, 0.9);
  border-radius: 2px;
}

.form-control.is-valid, .was-validated .form-control:valid, .was-validated input:valid, .was-validated textarea:valid, input.is-valid, textarea.is-valid {
  border-color: #00a427;
  padding-right: calc(1.5em + 1.374rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300a427' 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: center right calc(0.375em + 0.3435rem);
  background-size: calc(0.75em + 0.687rem) calc(0.75em + 0.687rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus, .was-validated input:valid:focus, .was-validated textarea:valid:focus, input.is-valid:focus, textarea.is-valid:focus {
  border-color: #00a427;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 39, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 164, 39, 0.25);
}

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

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

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #00a427;
  padding-right: calc((1em + 1.374rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233e3e3f' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300a427' 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 2rem/calc(0.75em + 0.687rem) calc(0.75em + 0.687rem);
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #00a427;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 39, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 164, 39, 0.25);
}

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

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

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

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

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

.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #00a427;
}

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

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

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

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

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

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

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #00a427;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 39, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 164, 39, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(227, 6, 19, 0.9);
  border-radius: 2px;
}

.form-control.is-invalid, .was-validated .form-control:invalid, .was-validated input:invalid, .was-validated textarea:invalid, input.is-invalid, textarea.is-invalid {
  border-color: #e30613;
  padding-right: calc(1.5em + 1.374rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e30613' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e30613' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.3435rem);
  background-size: calc(0.75em + 0.687rem) calc(0.75em + 0.687rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus, .was-validated input:invalid:focus, .was-validated textarea:invalid:focus, input.is-invalid:focus, textarea.is-invalid:focus {
  border-color: #e30613;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}

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

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

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #e30613;
  padding-right: calc((1em + 1.374rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233e3e3f' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e30613' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e30613' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 2rem/calc(0.75em + 0.687rem) calc(0.75em + 0.687rem);
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #e30613;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #e30613;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 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, .form-inline input, .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .custom-select, .form-inline .input-group {
    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: #252525;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.687rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px;
  -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;
  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;
    transition: none;
  }
}
.btn:hover {
  color: #252525;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 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: #e30613;
  border-color: #e30613;
}

.btn-primary:hover {
  color: #fff;
  background-color: #be0510;
  border-color: #b1050f;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 43, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(231, 43, 54, 0.5);
}

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

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show &gt; .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #b1050f;
  border-color: #a5040e;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show &gt; .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 43, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(231, 43, 54, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #3e3e3f;
  border-color: #3e3e3f;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #2b2b2c;
  border-color: #252525;
}

.btn-secondary.focus, .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 91, 92, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(91, 91, 92, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #3e3e3f;
  border-color: #3e3e3f;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show &gt; .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #252525;
  border-color: #1e1e1f;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show &gt; .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 91, 92, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(91, 91, 92, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #00a427;
  border-color: #00a427;
}

.btn-success:hover {
  color: #fff;
  background-color: #007e1e;
  border-color: #00711b;
}

.btn-success.focus, .btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 178, 71, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 178, 71, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #00a427;
  border-color: #00a427;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show &gt; .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #00711b;
  border-color: #006418;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show &gt; .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 178, 71, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 178, 71, 0.5);
}

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

.btn-info:hover {
  color: #252525;
  background-color: #ececec;
  border-color: #e6e5e5;
}

.btn-info.focus, .btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 222, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 222, 0.5);
}

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

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show &gt; .btn-info.dropdown-toggle {
  color: #252525;
  background-color: #e6e5e5;
  border-color: #dfdfdf;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show &gt; .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 222, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 222, 0.5);
}

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

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

.btn-warning.focus, .btn-warning: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-warning.disabled, .btn-warning:disabled {
  color: #252525;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show &gt; .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: #e30613;
  border-color: #e30613;
}

.btn-danger:hover {
  color: #fff;
  background-color: #be0510;
  border-color: #b1050f;
}

.btn-danger.focus, .btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 43, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(231, 43, 54, 0.5);
}

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

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show &gt; .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b1050f;
  border-color: #a5040e;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show &gt; .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 43, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(231, 43, 54, 0.5);
}

.btn-light {
  color: #252525;
  background-color: #dadada;
  border-color: #dadada;
}

.btn-light:hover {
  color: #252525;
  background-color: #c7c7c7;
  border-color: #c1c0c0;
}

.btn-light.focus, .btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(191, 191, 191, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(191, 191, 191, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #252525;
  background-color: #dadada;
  border-color: #dadada;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show &gt; .btn-light.dropdown-toggle {
  color: #252525;
  background-color: #c1c0c0;
  border-color: #bababa;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show &gt; .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(191, 191, 191, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(191, 191, 191, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #3e3e3f;
  border-color: #3e3e3f;
}

.btn-dark:hover {
  color: #fff;
  background-color: #2b2b2c;
  border-color: #252525;
}

.btn-dark.focus, .btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 91, 92, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(91, 91, 92, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #3e3e3f;
  border-color: #3e3e3f;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show &gt; .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #252525;
  border-color: #1e1e1f;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show &gt; .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 91, 92, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(91, 91, 92, 0.5);
}

.btn-outline-primary {
  color: #e30613;
  border-color: #e30613;
}

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

.btn-outline-primary.focus, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
}

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

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show &gt; .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #e30613;
  border-color: #e30613;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show &gt; .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
}

.btn-outline-secondary {
  color: #3e3e3f;
  border-color: #3e3e3f;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #3e3e3f;
  border-color: #3e3e3f;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 62, 63, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(62, 62, 63, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #3e3e3f;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show &gt; .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3e3e3f;
  border-color: #3e3e3f;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show &gt; .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 62, 63, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(62, 62, 63, 0.5);
}

.btn-outline-success {
  color: #00a427;
  border-color: #00a427;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #00a427;
  border-color: #00a427;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 39, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 164, 39, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00a427;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show &gt; .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00a427;
  border-color: #00a427;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show &gt; .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 39, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 164, 39, 0.5);
}

.btn-outline-info {
  color: #fff;
  border-color: #fff;
}

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

.btn-outline-info.focus, .btn-outline-info: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-info.disabled, .btn-outline-info:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show &gt; .btn-outline-info.dropdown-toggle {
  color: #252525;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show &gt; .btn-outline-info.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-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #252525;
  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 &gt; .btn-outline-warning.dropdown-toggle {
  color: #252525;
  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 &gt; .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: #e30613;
  border-color: #e30613;
}

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

.btn-outline-danger.focus, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
}

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

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

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show &gt; .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
}

.btn-outline-light {
  color: #dadada;
  border-color: #dadada;
}

.btn-outline-light:hover {
  color: #252525;
  background-color: #dadada;
  border-color: #dadada;
}

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

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

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show &gt; .btn-outline-light.dropdown-toggle {
  color: #252525;
  background-color: #dadada;
  border-color: #dadada;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show &gt; .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5);
}

.btn-outline-dark {
  color: #3e3e3f;
  border-color: #3e3e3f;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #3e3e3f;
  border-color: #3e3e3f;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 62, 63, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(62, 62, 63, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #3e3e3f;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show &gt; .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #3e3e3f;
  border-color: #3e3e3f;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show &gt; .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 62, 63, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(62, 62, 63, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #e30613;
  text-decoration: none;
}

.btn-link:hover {
  color: #98040d;
  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: #717172;
  pointer-events: none;
}

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

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

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

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

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

.dropdown, .dropleft, .dropright, .dropup {
  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: #252525;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.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;
  }
}
@media (min-width: 1330px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1430px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxxl-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^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

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

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

.dropdown-item:focus, .dropdown-item:hover {
  color: #181818;
  text-decoration: none;
  background-color: white;
}

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

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #717172;
  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: #717172;
  white-space: nowrap;
}

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

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

.btn-group-vertical &gt; .btn, .btn-group &gt; .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

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

.btn-group-vertical &gt; .btn.active, .btn-group-vertical &gt; .btn:active, .btn-group-vertical &gt; .btn:focus, .btn-group &gt; .btn.active, .btn-group &gt; .btn:active, .btn-group &gt; .btn:focus {
  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 &gt; .btn-group:not(:first-child), .btn-group &gt; .btn:not(:first-child) {
  margin-left: -2px;
}

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

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

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

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

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

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

.btn-group-lg &gt; .btn + .dropdown-toggle-split, .btn-lg + .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 &gt; .btn, .btn-group-vertical &gt; .btn-group {
  width: 100%;
}

.btn-group-vertical &gt; .btn-group:not(:first-child), .btn-group-vertical &gt; .btn:not(:first-child) {
  margin-top: -2px;
}

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

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

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

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

.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;
  z-index: -1;
  opacity: 0;
}

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

.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #fb6d76;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #fc9fa5;
  border-color: #fc9fa5;
}

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

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

.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: #8a8a8c solid 2px;
}

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

.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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

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

.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' 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(227, 6, 19, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: rgba(227, 6, 19, 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' 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(227, 6, 19, 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: calc(0.25rem + 4px);
  left: calc(-2.25rem + 4px);
  width: calc(1rem - 8px);
  height: calc(1rem - 8px);
  background-color: #8a8a8c;
  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;
  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;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(227, 6, 19, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.374rem + 4px);
  padding: 0.687rem 2rem 0.687rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #575759;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233e3e3f' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  background-color: #fff;
  border: 2px solid #a4a4a5;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.custom-select:focus {
  border-color: #fb6d76;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}

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

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

.custom-select:disabled {
  color: #717172;
  background-color: #f4f3f3;
}

.custom-select::-ms-expand {
  display: none;
}

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

.custom-select-lg {
  height: calc(1.5em + 1rem + 4px);
  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.374rem + 4px);
  margin-bottom: 0;
}

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #fb6d76;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}

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

.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.374rem + 4px);
  padding: 0.687rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #575759;
  background-color: #fff;
  border: 2px solid #a4a4a5;
  border-radius: 2px;
}

.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.374rem);
  padding: 0.687rem 1rem;
  line-height: 1.5;
  color: #575759;
  content: "Browse";
  background-color: #f4f3f3;
  border-left: inherit;
  border-radius: 0 2px 2px 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(227, 6, 19, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #e30613;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -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: #fc9fa5;
}

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

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #e30613;
  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: #fc9fa5;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dadada;
  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: #e30613;
  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: #fc9fa5;
}

.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: #dadada;
  border-radius: 1rem;
}

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

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #8a8a8c;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #8a8a8c;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #8a8a8c;
}

.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;
  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;
    transition: none;
  }
}
.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: #f4f3f3;
  border-radius: 2px;
}

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

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

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

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

.breadcrumb-item.active {
  color: #717172;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 2px;
}

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

.page-link:hover {
  z-index: 2;
  color: #98040d;
  text-decoration: none;
  background-color: #f4f3f3;
  border-color: #dadada;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

@-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 0.75s linear infinite;
          animation: spinner-border 0.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 0.75s linear infinite;
          animation: spinner-grow 0.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: #e30613 !important;
}

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

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

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

.bg-success {
  background-color: #00a427 !important;
}

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

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

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

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

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

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

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

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

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

.bg-dark {
  background-color: #3e3e3f !important;
}

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

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

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

.border {
  border: 2px solid #dadada !important;
}

.border-top {
  border-top: 2px solid #dadada !important;
}

.border-right {
  border-right: 2px solid #dadada !important;
}

.border-bottom {
  border-bottom: 2px solid #dadada !important;
}

.border-left {
  border-left: 2px solid #dadada !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: #e30613 !important;
}

.border-secondary {
  border-color: #3e3e3f !important;
}

.border-success {
  border-color: #00a427 !important;
}

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

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

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

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

.border-dark {
  border-color: #3e3e3f !important;
}

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

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

.rounded {
  border-radius: 2px !important;
}

.rounded-top {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.rounded-right {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-left {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-lg {
  border-radius: 0.3rem !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 (min-width: 1330px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1430px) {
  .d-xxxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxxl-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 embed, .embed-responsive iframe, .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.8571428571%;
}

.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;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

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

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

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

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1330px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1430px) {
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1430px) {
  .float-xxxl-left {
    float: left !important;
  }

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

  .float-xxxl-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: sticky !important;
}

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.shadow-sm {
  -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;
  }
}
@media (min-width: 1330px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xxl-auto, .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1430px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xxxl-auto, .mx-xxxl-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;
  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;
  }
}
@media (min-width: 1330px) {
  .text-xxl-left {
    text-align: left !important;
  }

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

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1430px) {
  .text-xxxl-left {
    text-align: left !important;
  }

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

  .text-xxxl-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: #e30613 !important;
}

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

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

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

.text-success {
  color: #00a427 !important;
}

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

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

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

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

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

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

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

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

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

.text-dark {
  color: #3e3e3f !important;
}

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

.text-body {
  color: #252525 !important;
}

.text-muted {
  color: #717172 !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;
}

body {
  background-color: #f5f5f5 !important; 
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.2rem;
}

h3 {
  font-size: 1.1rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

td, th {
  padding: 5px;
}

ul {
  padding-left: 25px;
}

iframe {
  border: none;
}

a:-webkit-any-link {
  outline: 0;
  text-decoration: none;
}

a:-moz-any-link {
  outline: 0;
  text-decoration: none;
}

a:active, a:any-link, a:focus, img {
  outline: 0;
  text-decoration: none;
}

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

.br-none br {
  display: none;
}

.container {
  min-width: 320px;
}

.mobile-menu-bg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

.wrapper-all {
  overflow: hidden;
  min-height: 100vh;
  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;
}

.wrapper-all.active {
  height: 100vh;
  /*overflow: hidden;*/
}

.wrapper-all.active + .mobile-menu-bg {
  /*overflow: hidden;*/
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 999;
}

body .btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .btn.btn-dark, body .btn.btn-outline-dark {
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
          box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
}

body .btn.btn-outline-dark:hover {
  background-color: transparent;
  color: #3e3e3f;
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4), inset 0 0 0 1px #00a427;
          box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4), inset 0 0 0 1px #00a427;
  border-color: #00a427;
}

body .btn.btn-outline-dark.active img, body .btn.btn-outline-dark:active img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

body .btn.btn-outline-primary {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(227, 6, 19, 0.4);
          box-shadow: 0 3px 6px rgba(227, 6, 19, 0.4);
}

body .btn.btn-outline-primary:hover {
  background-color: #fff;
  color: #e30613;
  -webkit-box-shadow: 0 3px 6px rgba(227, 6, 19, 0.4), inset 0 0 0 1px #e30613;
          box-shadow: 0 3px 6px rgba(227, 6, 19, 0.4), inset 0 0 0 1px #e30613;
}

body .btn.btn-outline-primary.active img, body .btn.btn-outline-primary:active img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

body .btn.btn-outline-success, body .btn.btn-success {
  -webkit-box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4);
          box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4);
}

body .btn.btn-outline-success:hover {
  background-color: transparent;
  color: #00a427;
  -webkit-box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4), inset 0 0 0 1px #00a427;
          box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4), inset 0 0 0 1px #00a427;
}

body .btn.btn-outline-success.active img, body .btn.btn-outline-success:active img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

body .btn.btn-prev {
  border: 2px solid #6c6c6c;
  border-radius: 0;
  position: relative;
  margin-left: 12px;
  background: #fff;
  text-transform: uppercase;
  border-left: 1px solid #6c6c6c;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
}

body .btn.btn-prev.hide {
  visibility: hidden;
  opacity: 0;
}

body .btn.btn-prev:before {
  content: "";
  position: absolute;
  border-right: 10px solid #6c6c6c;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  left: -11px;
  top: -2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .btn.btn-prev:after {
  content: "";
  position: absolute;
  border-right: 9px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  left: -9px;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .btn.btn-prev:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .btn.btn-prev:active, body .btn.btn-prev:focus, body .btn.btn-prev:hover {
  background: #6c6c6c;
  -webkit-box-shadow: 0 3px 6px rgba(108, 108, 108, 0.4);
          box-shadow: 0 3px 6px rgba(108, 108, 108, 0.4);
  color: #fff;
}

body .btn.btn-prev:active:after, body .btn.btn-prev:focus:after, body .btn.btn-prev:hover:after {
  border-right: 9px solid #6c6c6c;
}

body .btn.btn-next {
  background-color: #c6c6c6;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 7px;
  padding-bottom: 7px;
  border: none;
  cursor: pointer;
}

body .btn.btn-next:after {
  content: "";
  position: absolute;
  border-left: 10px solid #c6c6c6;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  right: -10px;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .btn.btn-next:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .btn.btn-next.active {
  background: #00a427;
  -webkit-box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4);
          box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4);
}

body .btn.btn-next.active:after {
  border-left: 10px solid #00a427;
}

body .btn.btn-next.active:active, body .btn.btn-next.active:focus, body .btn.btn-next.active:hover {
  background: #3e3e3f;
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
          box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
}

body .btn.btn-next.active:active:after, body .btn.btn-next.active:focus:after, body .btn.btn-next.active:hover:after {
  border-left: 10px solid #3e3e3f;
}

body .btn.btn-center {
  background-color: #e30613;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 7px;
  padding-bottom: 7px;
  border: none;
  cursor: pointer;
  display: none;
}

body .btn.btn-center:after {
  content: "";
  position: absolute;
  border-left: 10px solid #e30613;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  right: -10px;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .btn.btn-center:before {
  content: "";
  position: absolute;
  border-right: 10px solid #e30613;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  left: -10px;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .btn.btn-center:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .btn.btn-center:hover {
  background: #00a427;
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
          box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
}

body .btn.btn-center:hover:after {
  border-left: 10px solid #00a427;
}

body .btn.btn-center:hover:before {
  border-right: 10px solid #00a427;
}

body .btn img {
  width: 24px;
  height: 24px;
  margin-top: -4px;
  margin-right: 7px;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.content-body .btn {
  min-width: 200px;
}

.content-body.mih {
  min-height: calc(100vh - 690px);
}

@media (max-width: 991px) {
  .content-body.mih {
    min-height: calc(100vh - 490px);
  }
}
@media (max-width: 767px) {
  .content-body.mih {
    min-height: calc(100vh - 527px);
  }
}
@media (max-width: 767px) {
  .content-body .btn {
    display: block;
    width: 100%;
  }
}
.dropdown {
  display: inline-block;
}

.dropdown-menu {
  width: 100%;
}

.dropdown-menu .dropdown-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 9px 15px 9px 44px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  position: relative;
}

.dropdown-menu .dropdown-item img {
  display: inline-block;
  height: 22px;
  margin-top: -1px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dropdown-menu .dropdown-item:hover {
  background-color: #e30613;
  color: #fff;
}

.dropdown-menu .dropdown-item:hover img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.fancybox-close-small:focus:after {
  outline: none;
}

.pagination {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 10px;
  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;
  width: 100%;
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.pagination .next, .pagination .prev {
  width: 50px;
  height: 50px;
  border: 2px solid #3e3e3f;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
          box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

@media (max-width: 767px) {
  .pagination .next, .pagination .prev {
    width: 35px;
    height: 35px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
  }
}
.pagination .next:after, .pagination .prev:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #3e3e3f;
  border-top: 2px solid #3e3e3f;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
  margin-left: -5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagination .next.prev:after, .pagination .prev.prev:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.pagination .next:hover, .pagination .prev:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4), inset 0 0 0 1px #3e3e3f;
          box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4), inset 0 0 0 1px #3e3e3f;
}

.pagination .next:active, .pagination .next:focus, .pagination .prev:active, .pagination .prev:focus {
  background: #3e3e3f;
}

.pagination .next:active:after, .pagination .next:focus:after, .pagination .prev:active:after, .pagination .prev:focus:after {
  border-color: #fff;
}

.pagination .next.disabled, .pagination .prev.disabled {
  border-color: #c4c4c4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination .next.disabled:after, .pagination .prev.disabled:after {
  border-color: #c4c4c4;
}

.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid transparent;
  border-radius: 2px;
  text-align: center;
  line-height: 48px;
  color: #3e3e3f;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .pagination ul li a {
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
}
.pagination ul li.current a {
  border-color: #00a427;
  color: #00a427;
}

.pagination ul li:hover a {
  color: #00a427;
}

.fancybox-content {
  max-width: 100%;
}

.modal-window {
  width: 100%;
  max-width: 300px;
}
.modal-window .alert {
  margin-bottom: 0;
}

.modal-window.big {
  max-width: 800px;
}

@media (max-width: 767px) {
  .modal-window.big {
    word-wrap: break-word;
  }
}
@media (max-width: 767px) {
  .modal-window.big table {
    font-size: 8px;
  }

  .modal-window.big table td, .modal-window.big table th {
    padding: 2px;
    word-wrap: break-word;
    white-space: pre-wrap;
  }
}
.modal-window .title {
  font-size: 23px;
  padding: 10px 0;
  text-align: center;
}

input, textarea {
  width: 100%;
  max-width: 100%;
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input:focus, textarea:focus {
  border-color: #3e3e3f;
}

input.btn, textarea.btn {
  width: auto;
}

input[type=radio] {
  width: auto;
  height: auto;
  display: inline;
}

input[type=checkbox] {
  width: auto;
  height: auto;
  display: inline-block;
}

input[type=image] {
  width: auto;
  height: auto;
  border: none;
  max-height: 100px;
  background: none;
}

select {
  width: 100%;
}

.select2, .select2 * {
  outline: none;
}

.inputs-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  .inputs-inline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.inputs-inline .form-group {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .inputs-inline .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .inputs-inline .form-group .btn {
    display: block;
    width: 100%;
  }
}
.tabs-pane {
  display: none;
}

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

.scroll-to-top {
  position: fixed;
  display: none;
  z-index: 9;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background: #e30613;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .scroll-to-top {
    right: 10px;
    bottom: 10px;
  }
}
.scroll-to-top:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 20px;
  left: 17px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.scroll-to-top:hover {
  cursor: pointer;
}

.modal-login {
  max-width: 840px;
}

.modal-login .title {
  text-align: left;
}

.modal-login .btn {
  text-transform: uppercase;
  min-width: 200px;
}

.modal-login .left, .modal-login .right {
  font-weight: normal;
  text-transform: uppercase;
}

.modal-login .form-control, .modal-login input, .modal-login textarea {
  border: none;
  border-bottom: 1px solid #a4a4a5;
  border-radius: 0;
  width: 100%;
}

.errormessage {
  border: none;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #fa555e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.errormessage font {
  color: #fff !important;
}

.errormessage img {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 15px;
}

body .highlightbox {
  border-radius: 3px;
  border: none;
  padding: 15px 25px;
}

@media (max-width: 767px) {
  body .highlightbox {
    padding: 15px;
  }
}
body .highlightbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.readmore-js-toggle {
  color: #e30613;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.readmore-js-toggle:hover {
  color: #00a427 !important;
}

.readmore-js-section {
  overflow: hidden;
}

.revealator-fade, .revealator-rotateleft, .revealator-rotateright, .revealator-slidedown, .revealator-slideleft, .revealator-slideright, .revealator-slideup, .revealator-zoomin, .revealator-zoomout {
  -webkit-transition: all 600ms;
  transition: all 600ms;
}

.revealator-fade {
  opacity: 0;
}

.revealator-fade.revealator-above, .revealator-fade.revealator-partially-above, .revealator-fade.revealator-within {
  opacity: 1;
}

.revealator-slideup {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  opacity: 0;
}

.revealator-slideup.revealator-above, .revealator-slideup.revealator-partially-above, .revealator-slideup.revealator-within {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.revealator-slideleft {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
  opacity: 0;
}

.revealator-slideleft.revealator-above, .revealator-slideleft.revealator-partially-above, .revealator-slideleft.revealator-within {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.revealator-slideright {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
  opacity: 0;
}

.revealator-slideright.revealator-above, .revealator-slideright.revealator-partially-above, .revealator-slideright.revealator-within {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.revealator-slidedown {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
  opacity: 0;
}

.revealator-slidedown.revealator-above, .revealator-slidedown.revealator-partially-above, .revealator-slidedown.revealator-within {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.revealator-zoomin {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  opacity: 0;
}

.revealator-zoomin.revealator-above, .revealator-zoomin.revealator-partially-above, .revealator-zoomin.revealator-within {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.revealator-zoomout {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

.revealator-zoomout.revealator-above, .revealator-zoomout.revealator-partially-above, .revealator-zoomout.revealator-within {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.revealator-rotateleft {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  opacity: 0;
}

.revealator-rotateleft.revealator-above, .revealator-rotateleft.revealator-partially-above, .revealator-rotateleft.revealator-within {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}

.revealator-rotateright {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  opacity: 0;
}

.revealator-rotateright.revealator-above, .revealator-rotateright.revealator-partially-above, .revealator-rotateright.revealator-within {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}

.revealator-delay1 {
  -webkit-transition-delay: 100ms !important;
          transition-delay: 100ms !important;
}

.revealator-delay1.revealator-below, .revealator-delay1.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay2 {
  -webkit-transition-delay: 200ms !important;
          transition-delay: 200ms !important;
}

.revealator-delay2.revealator-below, .revealator-delay2.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay3 {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.revealator-delay3.revealator-below, .revealator-delay3.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay4 {
  -webkit-transition-delay: 400ms !important;
          transition-delay: 400ms !important;
}

.revealator-delay4.revealator-below, .revealator-delay4.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay5 {
  -webkit-transition-delay: 500ms !important;
          transition-delay: 500ms !important;
}

.revealator-delay5.revealator-below, .revealator-delay5.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay6 {
  -webkit-transition-delay: 600ms !important;
          transition-delay: 600ms !important;
}

.revealator-delay6.revealator-below, .revealator-delay6.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay7 {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.revealator-delay7.revealator-below, .revealator-delay7.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay8 {
  -webkit-transition-delay: 800ms !important;
          transition-delay: 800ms !important;
}

.revealator-delay8.revealator-below, .revealator-delay8.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay9 {
  -webkit-transition-delay: 900ms !important;
          transition-delay: 900ms !important;
}

.revealator-delay9.revealator-below, .revealator-delay9.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay10 {
  -webkit-transition-delay: 1000ms !important;
          transition-delay: 1000ms !important;
}

.revealator-delay10.revealator-below, .revealator-delay10.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay11 {
  -webkit-transition-delay: 1100ms !important;
          transition-delay: 1100ms !important;
}

.revealator-delay11.revealator-below, .revealator-delay11.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay12 {
  -webkit-transition-delay: 1200ms !important;
          transition-delay: 1200ms !important;
}

.revealator-delay12.revealator-below, .revealator-delay12.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay13 {
  -webkit-transition-delay: 1300ms !important;
          transition-delay: 1300ms !important;
}

.revealator-delay13.revealator-below, .revealator-delay13.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay14 {
  -webkit-transition-delay: 1400ms !important;
          transition-delay: 1400ms !important;
}

.revealator-delay14.revealator-below, .revealator-delay14.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay15 {
  -webkit-transition-delay: 1500ms !important;
          transition-delay: 1500ms !important;
}

.revealator-delay15.revealator-below, .revealator-delay15.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay16 {
  -webkit-transition-delay: 1600ms !important;
          transition-delay: 1600ms !important;
}

.revealator-delay16.revealator-below, .revealator-delay16.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay17 {
  -webkit-transition-delay: 1700ms !important;
          transition-delay: 1700ms !important;
}

.revealator-delay17.revealator-below, .revealator-delay17.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay18 {
  -webkit-transition-delay: 1800ms !important;
          transition-delay: 1800ms !important;
}

.revealator-delay18.revealator-below, .revealator-delay18.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay19 {
  -webkit-transition-delay: 1900ms !important;
          transition-delay: 1900ms !important;
}

.revealator-delay19.revealator-below, .revealator-delay19.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay20 {
  -webkit-transition-delay: 2000ms !important;
          transition-delay: 2000ms !important;
}

.revealator-delay20.revealator-below, .revealator-delay20.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay21 {
  -webkit-transition-delay: 2100ms !important;
          transition-delay: 2100ms !important;
}

.revealator-delay21.revealator-below, .revealator-delay21.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay22 {
  -webkit-transition-delay: 2200ms !important;
          transition-delay: 2200ms !important;
}

.revealator-delay22.revealator-below, .revealator-delay22.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay23 {
  -webkit-transition-delay: 2300ms !important;
          transition-delay: 2300ms !important;
}

.revealator-delay23.revealator-below, .revealator-delay23.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay24 {
  -webkit-transition-delay: 2400ms !important;
          transition-delay: 2400ms !important;
}

.revealator-delay24.revealator-below, .revealator-delay24.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay25 {
  -webkit-transition-delay: 2500ms !important;
          transition-delay: 2500ms !important;
}

.revealator-delay25.revealator-below, .revealator-delay25.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay26 {
  -webkit-transition-delay: 2600ms !important;
          transition-delay: 2600ms !important;
}

.revealator-delay26.revealator-below, .revealator-delay26.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay27 {
  -webkit-transition-delay: 2700ms !important;
          transition-delay: 2700ms !important;
}

.revealator-delay27.revealator-below, .revealator-delay27.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay28 {
  -webkit-transition-delay: 2800ms !important;
          transition-delay: 2800ms !important;
}

.revealator-delay28.revealator-below, .revealator-delay28.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay29 {
  -webkit-transition-delay: 2900ms !important;
          transition-delay: 2900ms !important;
}

.revealator-delay29.revealator-below, .revealator-delay29.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-delay30 {
  -webkit-transition-delay: 3000ms !important;
          transition-delay: 3000ms !important;
}

.revealator-delay30.revealator-below, .revealator-delay30.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.revealator-duration1, .revealator-speed1 {
  -webkit-transition-duration: 100ms !important;
          transition-duration: 100ms !important;
}

.revealator-duration2, .revealator-speed2 {
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
}

.revealator-duration3, .revealator-speed3 {
  -webkit-transition-duration: 300ms !important;
          transition-duration: 300ms !important;
}

.revealator-duration4, .revealator-speed4 {
  -webkit-transition-duration: 400ms !important;
          transition-duration: 400ms !important;
}

.revealator-duration5, .revealator-speed5 {
  -webkit-transition-duration: 500ms !important;
          transition-duration: 500ms !important;
}

.revealator-duration6, .revealator-speed6 {
  -webkit-transition-duration: 600ms !important;
          transition-duration: 600ms !important;
}

.revealator-duration7, .revealator-speed7 {
  -webkit-transition-duration: 700ms !important;
          transition-duration: 700ms !important;
}

.revealator-duration8, .revealator-speed8 {
  -webkit-transition-duration: 800ms !important;
          transition-duration: 800ms !important;
}

.revealator-duration9, .revealator-speed9 {
  -webkit-transition-duration: 900ms !important;
          transition-duration: 900ms !important;
}

.revealator-duration10, .revealator-speed10 {
  -webkit-transition-duration: 1000ms !important;
          transition-duration: 1000ms !important;
}

.revealator-duration11, .revealator-speed11 {
  -webkit-transition-duration: 1100ms !important;
          transition-duration: 1100ms !important;
}

.revealator-duration12, .revealator-speed12 {
  -webkit-transition-duration: 1200ms !important;
          transition-duration: 1200ms !important;
}

.revealator-duration13, .revealator-speed13 {
  -webkit-transition-duration: 1300ms !important;
          transition-duration: 1300ms !important;
}

.revealator-duration14, .revealator-speed14 {
  -webkit-transition-duration: 1400ms !important;
          transition-duration: 1400ms !important;
}

.revealator-duration15, .revealator-speed15 {
  -webkit-transition-duration: 1500ms !important;
          transition-duration: 1500ms !important;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 20px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 20px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

@keyframes fancybox-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

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

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

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

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

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

.slick-slide img {
  display: block;
}

.partner-form-2 .slick-track{
  align-items: flex-start;
}

.partner-form-2 .slick-slide img{
  max-width: 175px;
}

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

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

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

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

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

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

body .select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
body .select2-container--open {
  z-index: 99993;
}
body .select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 38px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
body .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
body .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
body .select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 38px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
body .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .select2-container .select2-search--inline {
  float: left;
}
body .select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
body .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
body .select2-dropdown {
  background-color: white;
  border: 1px solid #dadada;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
body .select2-results {
  display: block;
}
body .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .select2-results__option {
  padding: 10px 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
body .select2-results__option[aria-selected] {
  cursor: pointer;
}
body .select2-container--open .select2-dropdown {
  left: 0;
}
body .select2-container--open .select2-dropdown--above {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .select2-search--dropdown {
  display: block;
  padding: 4px;
}
body .select2-search--dropdown .select2-search__field {
  padding: 8px 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
body .select2-search--dropdown.select2-search--hide {
  display: none;
}
body .select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
body .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
body .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dadada;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 0;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 38px;
}
body .select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
body .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
body .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dadada;
  border-radius: 0;
  cursor: text;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
body .select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dadada;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
body .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
body .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
body .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
body .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, body .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dadada;
}
body .select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}
body .select2-container--default .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
body .select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
body .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
body .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
body .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e30613 !important;
  color: white !important;
}
body .select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
body .select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dadada;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 0;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
body .select2-container--classic .select2-selection--single:focus {
  border: 1px solid #e30613;
}
body .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 38px;
}
body .select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
body .select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
body .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
body .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
body .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
body .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
body .select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #e30613;
}
body .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
body .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
body .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
body .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
body .select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dadada;
  border-radius: 0;
  cursor: text;
  outline: 0;
}
body .select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #e30613;
}
body .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
body .select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
body .select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dadada;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
body .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
body .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
body .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
body .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
body .select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #e30613;
}
body .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dadada;
  outline: 0;
}
body .select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
body .select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
body .select2-container--classic .select2-dropdown--below {
  border-top: none;
}
body .select2-container--classic .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
body .select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
body .select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
body .select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
body .select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
body .select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #e30613;
}

.bb-old .clear_steps {
  display: none;
}

.bb-old .btn {
  border-width: 1px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.bb-old input {
  height: 38px;
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
}

.bb-old .slide {
  overflow: hidden;
}

.bb-old .partner-form .slide {
  overflow: visible;
}

.bb-old .btn.btn-primary {
  -webkit-box-shadow: 0 3px 6px rgba(227, 6, 19, 0.4);
          box-shadow: 0 3px 6px rgba(227, 6, 19, 0.4);
}

.bb-old .btn.btn-primary.btn-primary:not(:disabled):not(.disabled):active, .bb-old .btn.btn-primary:active, .bb-old .btn.btn-primary:focus, .bb-old .btn.btn-primary:hover {
  border-color: #3e3e3f;
  background-color: #3e3e3f;
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
          box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
}

.bb-old .btn.btn-primary.btn-primary:not(:disabled):not(.disabled):active:after, .bb-old .btn.btn-primary:active:after, .bb-old .btn.btn-primary:focus:after, .bb-old .btn.btn-primary:hover:after {
  border-left-color: #3e3e3f;
}

.bb-old .btn.btn-secondary {
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
          box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
}

.bb-old .btn.btn-secondary.active, .bb-old .btn.btn-secondary:active, .bb-old .btn.btn-secondary:focus, .bb-old .btn.btn-secondary:hover {
  color: #fff;
  background-color: #00a427;
  border-color: #00a427;
  -webkit-box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4);
          box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4);
}

.bb-old .btn.btn-arrow {
  padding: 16px 15px;
  border-radius: 0;
  position: relative;
  border: none;
  text-transform: uppercase;
  margin-right: 20px;
  background: #3e3e3f;
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
          box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
  color: #fff;
}

.bb-old .btn.btn-arrow:after {
  content: "";
  position: absolute;
  border-left: 20px solid #3e3e3f;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  right: -20px;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .btn.btn-arrow.btn-primary:not(:disabled):not(.disabled):active, .bb-old .btn.btn-arrow:active, .bb-old .btn.btn-arrow:focus, .bb-old .btn.btn-arrow:hover {
  background-color: #00a427;
  -webkit-box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4);
          box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4);
}

.bb-old .btn.btn-arrow.btn-primary:not(:disabled):not(.disabled):active:after, .bb-old .btn.btn-arrow:active:after, .bb-old .btn.btn-arrow:focus:after, .bb-old .btn.btn-arrow:hover:after {
  border-left-color: #00a427;
}

@media (max-width: 575px) {
  .bb-old .btn.btn-arrow.mobile-100.mr {
    width: calc(100% - 20px);
  }
}
.bb-old .btn.btn-arrow {
  padding: 16px 15px;
  border-radius: 0;
  position: relative;
  border: none;
  text-transform: uppercase;
  margin-right: 20px;
  background: #3e3e3f;
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
          box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
}

.bb-old .btn.btn-arrow:after {
  content: "";
  position: absolute;
  border-left: 20px solid #3e3e3f;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  right: -20px;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .btn.btn-arrow.btn-primary:not(:disabled):not(.disabled):active, .bb-old .btn.btn-arrow:active, .bb-old .btn.btn-arrow:focus, .bb-old .btn.btn-arrow:hover {
  background-color: #00a427;
  -webkit-box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4);
          box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4);
}

.bb-old .btn.btn-arrow.btn-primary:not(:disabled):not(.disabled):active:after, .bb-old .btn.btn-arrow:active:after, .bb-old .btn.btn-arrow:focus:after, .bb-old .btn.btn-arrow:hover:after {
  border-left-color: #00a427;
}

.bb-old .btn img {
  display: inline-block;
  height: 16px;
  margin-top: -3px;
  margin-right: 10px;
}

.bb-old select {
  width: 100%;
}

.bb-old .steps .title {
  color: #3e3e3f;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}

.bb-old .steps .title span {
  color: #4ca52a;
}

.bb-old .steps .title div {
  margin-top: 10px;
  color: #00a427;
  font-weight: normal;
  font-size: 1.2rem;
}

.bb-old .steps .title div span {
  margin-right: 5px;
}

@media (max-width: 991px) {
  .bb-old .steps .title {
    font-size: 22px;
  }

  .bb-old .steps .title div {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .bb-old .steps .title {
    font-size: 20px;
  }
}
@media (max-width: 374px) {
  .bb-old .steps .title {
    font-size: 16px;
  }
}
.bb-old .steps .buttons-container {
  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;
}

.bb-old .steps ._mobile {
  display: none;
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .bb-old .steps .btn-center {
    display: none;
  }

  .bb-old .steps ._mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bb-old .steps ._mobile .btn-center {
    display: block !important;
    width: 100%;
    margin: 15px auto 0 auto;
  }
}
.bb-old .btn-submit {
  background-color: #c6c6c6;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .btn-submit:after {
  content: "";
  position: absolute;
  border-left: 10px solid #c6c6c6;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  right: -11px;
  top: -1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .btn-submit:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bb-old .btn-submit.active {
  background: #00a427;
  -webkit-box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4);
          box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4);
}

.bb-old .btn-submit.active:after {
  border-left: 10px solid #00a427;
}

.bb-old .btn-submit.active:hover, .bb-old .steps .btn-submit.active:active, .bb-old .steps .btn-submit.active:focus {
  background: #3e3e3f;
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
          box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
  color: #fff;
}

.bb-old .btn-submit.active:hover:after, .bb-old .steps .btn-submit.active:active:after, .bb-old .steps .btn-submit.active:focus:after {
  border-left: 10px solid #3e3e3f;
}

.bb-old .steps .step {
  display: block;
  width: 100%;
}

.bb-old .steps .step-1, .bb-old .steps .step-2, .bb-old .steps .step-3, .bb-old .steps .step-4 {
  margin-bottom: 20px;
}

.bb-old .steps .step-1 .item-container {
  position: relative;
  margin-bottom: 40px;
}

.bb-old .steps .step-1 .item-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.bb-old .steps .step-1 .item-container .item {
  height: 100%;
  border: 1px solid #000000;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 25px;
  padding: 40px 15px;
  cursor: pointer;
  transition: all .3s;
}

@media (max-width: 1199px) {
  .bb-old .steps .step-1 .item-container .item img {
    width: 80px;
  }
}
.bb-old .steps .step-1 .item-container .item .i-title {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}

@media (max-width: 1429px) {
  .bb-old .steps .step-1 .item-container .item .i-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1329px) {
  .bb-old .steps .step-1 .item-container .item .i-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.bb-old .steps .step-1 .item-container .item .cost {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #01A227;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-weight: 600;
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  transform: translate(0, 50%);
  border-radius: 20px;
  transition: all .3s;
}

.bb-old .steps .step-1 .item-container .item .checked {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 10px;
  top: 10px;
  border-radius: 2px;
  background-color: #00a427;
  background-image: url(../img/block-1/icon-check-white.svg);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .bb-old .steps .step-1 .item-container .item .checked {
    width: 20px;
    height: 20px;
    background-size: 14px 14px;
  }
}
.bb-old .steps .step-1 .item-container .item:hover, .bb-old .steps .step-1 .item-container input:checked + .item {
  border-color: #00a427;
  -webkit-box-shadow: 0 0 20px rgba(0, 164, 39, 0.6), inset 0 0 0 2px #00a427;
          box-shadow: 0 0 20px rgba(0, 164, 39, 0.6), inset 0 0 0 2px #00a427;
}

.bb-old .steps .step-1 .item-container .item:hover .cost, .bb-old .steps .step-1 .item-container input:checked + .item .cost {
  border-color: #00a427;
  -webkit-box-shadow: inset 0 0 0 2px #00a427;
          box-shadow: inset 0 0 0 2px #00a427;
}

.bb-old .steps .step-1 .item-container input:checked + .item .checked {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bb-old .steps .step-2 .col-input, .bb-old .steps .step-2 .col-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .bb-old .steps .step-2 .col-input, .bb-old .steps .step-2 .col-select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 10px;
  }

  .bb-old .steps .step-2 .col-input.col-select, .bb-old .steps .step-2 .col-select.col-select {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .bb-old .steps .step-2 .col-input.col-input, .bb-old .steps .step-2 .col-select.col-input {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.bb-old .steps .step-2 .col-input label, .bb-old .steps .step-2 .col-select label {
  font-size: 20px;
  font-weight: 600;
  color: #6c6c6c;
}

@media (max-width: 991px) {
  .bb-old .steps .step-2 .col-input label, .bb-old .steps .step-2 .col-select label {
    font-size: 14px;
  }
}
.bb-old .steps .step-2 .col-input .input-container, .bb-old .steps .step-2 .col-select .input-container {
  -webkit-box-shadow: inset 0 0 0 2px #6c6c6c;
          box-shadow: inset 0 0 0 2px #6c6c6c;
  padding: 10px;
  background: #fff;
}

.bb-old .steps .step-2 .col-input .input-container input, .bb-old .steps .step-2 .col-select .input-container input {
  background-image: url(../img/block-1/icon-planet-gray.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 30px;
}

.bb-old .steps .step-2 .col-input .input-container input::-webkit-input-placeholder, .bb-old .steps .step-2 .col-select .input-container input::-webkit-input-placeholder {
  color: #999;
}

.bb-old .steps .step-2 .col-input .input-container input::-moz-placeholder, .bb-old .steps .step-2 .col-select .input-container input::-moz-placeholder {
  color: #999;
}

.bb-old .steps .step-2 .col-input .input-container input:-ms-input-placeholder, .bb-old .steps .step-2 .col-select .input-container input:-ms-input-placeholder {
  color: #999;
}

.bb-old .steps .step-2 .col-input .input-container input::-ms-input-placeholder, .bb-old .steps .step-2 .col-select .input-container input::-ms-input-placeholder {
  color: #999;
}

.bb-old .steps .step-2 .col-input .input-container input::placeholder, .bb-old .steps .step-2 .col-select .input-container input::placeholder {
  color: #999;
}

.bb-old .steps .step-2 .col-input .select-container .select2-container, .bb-old .steps .step-2 .col-select .select-container .select2-container {
  -webkit-box-shadow: inset 0 0 0 2px #6c6c6c;
          box-shadow: inset 0 0 0 2px #6c6c6c;
  padding: 10px 0;
  background: #fff;
  position: relative;
}

.bb-old .steps .step-2 .col-input .select-container .select2-container.select2-container--open, .bb-old .steps .step-2 .col-select .select-container .select2-container.select2-container--open {
  -webkit-box-shadow: inset 0 0 0 2px #00a427;
          box-shadow: inset 0 0 0 2px #00a427;
}

.bb-old .steps .step-2 .col-input .select-container select, .bb-old .steps .step-2 .col-select .select-container select {
  width: 100%;
}

.bb-old .steps .step-2 .col-input .select-container .select2-selection, .bb-old .steps .step-2 .col-select .select-container .select2-selection {
  margin-left: 12px;
  margin-right: 12px;
  background-image: url(../img/block-1/icon-planet-gray.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 20px;
}

.bb-old .steps .step-2 .col-input .select-container .select2-container--default .select2-selection--single .select2-selection__arrow, .bb-old .steps .step-2 .col-select .select-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 12px;
  top: 10px;
}

.bb-old .steps .step-2 .col-or {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .bb-old .steps .step-2 .col-or {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 14px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: none;
  }
}
.bb-old .steps .step-2 .col-or .or {
  font-size: 28px;
  margin-bottom: 10px;
}

.bb-old .steps .step-2 .col-or .or.checked {
  display: block;
  color: transparent;
  text-indent: -99999px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  background-color: #00a427;
  background-image: url(../img/block-1/icon-check-white.svg);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 13px;
}

.bb-old .steps .step-2 img {
  margin: 0 auto;
}

.bb-old .steps .step-3 .item-container label {
  display: block;
  width: 100%;
  cursor: pointer;
}

.bb-old .steps .step-3 .item-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.bb-old .steps .step-3 .item-container .item {
  border: 2px solid #6c6c6c;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 20px 20px 20px 70px;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  color: #3e3e3f;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .bb-old .steps .step-3 .item-container .item {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .bb-old .steps .step-3 .item-container .item {
    font-size: 14px;
  }
}
.bb-old .steps .step-3 .item-container .item:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  left: 20px;
  top: 50%;
  border-radius: 50%;
  border: 2px solid #6c6c6c;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .steps .step-3 .item-container .item:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #00a427;
  background-image: url(../img/block-1/icon-check-white.svg);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  left: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.bb-old .steps .step-3 .item-container .item:hover, .bb-old .steps .step-3 .item-container input:checked + .item {
  border-color: #00a427;
  color: #00a427;
  -webkit-box-shadow: 0 0 20px rgba(0, 164, 39, 0.6), inset 0 0 0 2px #00a427;
          box-shadow: 0 0 20px rgba(0, 164, 39, 0.6), inset 0 0 0 2px #00a427;
}

.bb-old .steps .step-3 .item-container input:checked + .item:before {
  border-color: #00a427;
}

.bb-old .steps .step-3 .item-container input:checked + .item:after {
  opacity: 1;
}

.bb-old .steps .step-3 .item-container .image {
  padding: 50px 0;
  text-align: center;
  width: 100%;
}

.bb-old .steps .step-3 .item-container .image img {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .bb-old .steps .step-3 .item-container .image {
    padding: 20px 15px 30px;
  }

  .bb-old .steps .step-3 .item-container .image img {
    height: 90px;
  }
}
.bb-old .steps .step-4 .item-container {
  position: relative;
  margin-bottom: 30px;
}

.bb-old .steps .step-4 .item-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.bb-old .steps .step-4 .item-container .item {
  border: 2px solid #6c6c6c;
  background: #fff;
  position: relative;
  border-radius: 2px;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .bb-old .steps .step-4 .item-container .item {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .bb-old .steps .step-4 .item-container .item {
    padding-bottom: 65px;
  }
}
.bb-old .steps .step-4 .item-container .item .i-title {
  display: block;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #3e3e3f;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .bb-old .steps .step-4 .item-container .item .i-title {
    font-size: 18px;
  }
}
.bb-old .steps .step-4 .item-container .item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bb-old .steps .step-4 .item-container .item ul li {
  font-weight: 300;
  font-size: 16px;
  padding-left: 15px;
  margin-bottom: 3px;
  color: #6c6c6c;
}

@media (max-width: 991px) {
  .bb-old .steps .step-4 .item-container .item ul li {
    font-size: 14px;
  }
}
.bb-old .steps .step-4 .item-container .item ul li:last-child {
  margin: 0;
}

.bb-old .steps .step-4 .item-container .item ul li.disabled {
  background-image: url(../img/block-1/icon-disable-red.svg);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 0 calc(50% + 1px);
  color: #c6c6c6;
}

.bb-old .steps .step-4 .item-container .item ul li.check {
  background-image: url(../img/block-1/icon-check-green.svg);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 0 calc(50% + 1px);
  color: #c6c6c6;
}

.bb-old .steps .step-4 .item-container .item .cost {
  position: absolute;
  right: 20px;
  top: 42px;
  color: #e30613;
  font-size: 26px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .bb-old .steps .step-4 .item-container .item .cost {
    right: 15px;
    top: 45px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .bb-old .steps .step-4 .item-container .item .cost {
    right: 15px;
    top: 45px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .bb-old .steps .step-4 .item-container .item .cost {
    right: auto;
    left: 15px;
    top: auto;
    bottom: 20px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .bb-old .steps .step-4 .item-container .item .cost {
    right: auto;
    left: 15px;
    top: auto;
    bottom: 20px;
    font-size: 25px;
  }
}
.bb-old .steps .step-4 .item-container .item .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 2px solid #6c6c6c;
  background: #fff;
  color: #00a427;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .bb-old .steps .step-4 .item-container .item .btn {
    bottom: 15px;
    right: 15px;
    font-size: 13px;
  }
}
.bb-old .steps .step-4 .item-container .item .checked {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 20px;
  bottom: 20px;
  border-radius: 2px;
  background-color: #00a427;
  background-image: url(../img/block-1/icon-check-white.svg);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .bb-old .steps .step-4 .item-container .item .checked {
    right: 15px;
    bottom: 15px;
  }
}
.bb-old .steps .step-4 .item-container .item:hover, .bb-old .steps .step-4 .item-container input:checked + .item {
  border-color: #00a427;
  -webkit-box-shadow: 0 0 20px rgba(0, 164, 39, 0.6), inset 0 0 0 2px #00a427;
          box-shadow: 0 0 20px rgba(0, 164, 39, 0.6), inset 0 0 0 2px #00a427;
}

.bb-old .steps .step-4 .item-container input:checked + .item .checked {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bb-old .steps .step-4 .item-container input:checked + .item .btn {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0;
}

.bb-old .steps .step-bestelldetails .form-container {
  margin-bottom: 30px;
}

.bb-old .steps .step-bestelldetails .form-container label {
  font-size: 20px;
  color: #6c6c6c;
}

.bb-old .steps .step-bestelldetails .form-container label.large {
  font-size: 28px;
}

@media (max-width: 767px) {
  .bb-old .steps .step-bestelldetails .form-container label.large {
    font-size: 22px;
  }
}
.bb-old .steps .step-bestelldetails .form-container.disabled label {
  color: #c6c6c6;
}

.bb-old .steps .step-bestelldetails .form-container.disabled .form-group {
  border-color: #c6c6c6;
}

.bb-old .steps .step-bestelldetails .form-container .form-group {
  border: 2px solid #6c6c6c;
  padding: 10px;
}

.bb-old .steps .step-bestelldetails .form-container .form-group.error {
  border-color: #e30613;
}

.bb-old .steps .step-bestelldetails .form-container .form-group input:disabled, .bb-old .steps .step-bestelldetails .form-container .form-group input[readonly] {
  background-color: #fff;
}

.bb-old .steps .step-bestelldetails .form-container .form-group input.icon {
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 10px 50%;
  padding: inherit;
  padding-left: 35px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  height: auto;
}

.bb-old .steps .step-bestelldetails .form-container .form-group input.length {
  background-image: url(../img/icon-width-gray.svg);
}

.bb-old .steps .step-bestelldetails .form-container .form-group input.width {
  background-image: url(../img/icon-length-gray.svg);
  background-size: 18px 18px;
}

.bb-old .steps .step-bestelldetails .form-container .form-group input.height {
  background-image: url(../img/icon-height-gray.svg);
  background-size: 18px 18px;
}

.bb-old .steps .step-bestelldetails .form-container .form-group input.weight {
  background-image: url(../img/icon-weight-gray.svg);
}

.bb-old .steps .step-bestelldetails .form-container .form-group input.weight[readonly=readonly] {
  background-color: #ececec;
  border-bottom: 1px solid #9e9e9e;
}

.bb-old .steps .step-bestelldetails .form-container .form-group input::-webkit-input-placeholder {
  color: #c6c6c6;
}

.bb-old .steps .step-bestelldetails .form-container .form-group input::-moz-placeholder {
  color: #c6c6c6;
}

.bb-old .steps .step-bestelldetails .form-container .form-group input:-ms-input-placeholder {
  color: #c6c6c6;
}

.bb-old .steps .step-bestelldetails .form-container .form-group input::-ms-input-placeholder {
  color: #c6c6c6;
}

.bb-old .steps .step-bestelldetails .form-container .form-group input::placeholder {
  color: #c6c6c6;
}

.bb-old .steps .step-bestelldetails .form-container .form-group input:focus {
  border-color: #3e3e3f;
}

.bb-old .steps .step-bestelldetails .form-container-all {
  display: none;
}

.bb-old .steps-nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
}

.bb-old .steps-nums .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 2px solid #00a427;
  border-right-width: 1px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  position: relative;
  height: 56px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .steps-nums .item:hover {
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .bb-old .steps-nums .item {
    margin-bottom: 10px;
    min-width: 0;
  }
}
.bb-old .steps-nums .item .before {
  position: absolute;
  top: 0;
  left: 0;
}

.bb-old .steps-nums .item .before:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 10px solid #00a427;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .steps-nums .item .before:after {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  border-left: 10px solid #fff;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .steps-nums .item .after {
  position: absolute;
  top: 0;
  right: 0;
}

.bb-old .steps-nums .item .after:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -11px;
  border-left: 10px solid #00a427;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .steps-nums .item .after:after {
  content: "";
  position: absolute;
  top: 0;
  right: -9px;
  border-left: 9px solid #fff;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .steps-nums .item .number {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: #00a427;
  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;
  color: #fff;
  font-weight: 700;
  margin-right: 15px;
  margin-left: 10px;
}

@media (max-width: 1329px) {
  .bb-old .steps-nums .item .number {
    margin-right: 7px;
  }
}
@media (max-width: 1199px) {
  .bb-old .steps-nums .item .number {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
}
@media (max-width: 475px) {
  .bb-old .steps-nums .item .number {
    width: 18px;
    height: 18px;
    font-size: 10px;
    margin-left: 8px;
  }
}
@media (max-width: 374px) {
  .bb-old .steps-nums .item .number {
    margin-left: 3px;
  }
}
.bb-old .steps-nums .item .i-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #00a427;
}

@media (max-width: 1329px) {
  .bb-old .steps-nums .item .i-title {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .bb-old .steps-nums .item .i-title {
    visibility: hidden;
    width: 1px;
    height: 1px;
  }
}
.bb-old .steps-nums .item .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
}

@media (max-width: 1199px) {
  .bb-old .steps-nums .item .icon {
    width: 15px;
    height: 15px;
    right: 3px;
  }
}
@media (max-width: 375px) {
  .bb-old .steps-nums .item .icon {
    right: 3px;
  }
}
@media (max-width: 374px) {
  .bb-old .steps-nums .item .icon {
    right: -2px;
  }
}
.bb-old .steps-nums .item .icon svg {
  width: 20px;
  height: 20px;
  fill: #00a427;
}

@media (max-width: 1199px) {
  .bb-old .steps-nums .item .icon svg {
    width: 15px;
    height: 15px;
  }
}
.bb-old .steps-nums .item.checked {
  background: #00a427;
}

.bb-old .steps-nums .item.checked:first-child .before {
  display: none;
}

.bb-old .steps-nums .item.checked:first-child .number {
  margin-left: 0;
}

.bb-old .steps-nums .item.checked .after:after {
  border-left: 9px solid #00a427;
}

.bb-old .steps-nums .item.checked .number {
  background-color: #4cbf68;
}

.bb-old .steps-nums .item.checked .i-title {
  color: #fff;
}

.bb-old .steps-nums .item.checked .icon svg {
  fill: #fff;
}

.bb-old .steps-nums .item.disabled {
  border-color: #c6c6c6;
  background-color: #f5f5f5;
}

.bb-old .steps-nums .item.disabled .before:before {
  border-left: 10px solid #c6c6c6;
}

.bb-old .steps-nums .item.disabled .after:before {
  border-left: 10px solid #c6c6c6;
}

.bb-old .steps-nums .item.disabled .after:after {
  border-left: 9px solid #f5f5f5;
}

.bb-old .steps-nums .item.disabled .number {
  background-color: #c6c6c6;
}

.bb-old .steps-nums .item.disabled .i-title {
  color: #3e3e3f;
}

.bb-old .steps-nums .item.disabled .icon svg {
  fill: #6c6c6c;
}

.bb-old .steps-nums .item.checked:hover {
  background-color: #3e3e3f;
  border-color: #3e3e3f;
  text-decoration: none;
}

.bb-old .steps-nums .item.checked:hover .before {
  position: absolute;
  top: 0;
  left: 0;
}

.bb-old .steps-nums .item.checked:hover .before:before {
  border-left: 10px solid #3e3e3f;
}

.bb-old .steps-nums .item.checked:hover .after:before {
  border-left: 10px solid #3e3e3f;
}

.bb-old .steps-nums .item.checked:hover .after:after {
  border-left: 9px solid #3e3e3f;
}

.bb-old .step2selectDropdown {
  padding: 10px;
  border: 2px solid #6c6c6c !important;
}

.bb-old .step2selectDropdown.select2-dropdown--below {
  margin-top: 12px;
}

.bb-old .step2selectDropdown.select2-dropdown--above {
  margin-top: -12px;
}

.bb-old .step2selectDropdown .select2-search {
  padding: 0 0 10px;
}

.bb-old .step2selectDropdown .select2-search input {
  border: 2px solid #6c6c6c !important;
}

.bb-old .step2selectDropdown .select2-search--dropdown .select2-search__field {
  padding: 10px;
}

.bb-old .step2selectDropdown .select2-results__option {
  padding: 10px 12px;
}

.bb-old .hide {
  opacity: 0;
}

.bb-old .support-steps .title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  color: #3e3e3f;
}

.bb-old .support-steps .select2-container {
  width: 100% !important;
}

.bb-old .support-steps .slick-slide .title {
  margin-bottom: 30px;
}

.bb-old .support-steps .slick-slide {
  padding: 0 25px 25px;
}

.bb-old .support-steps .buttons-container {
  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;
}

.bb-old .support-steps .btn-prev {
  border: 2px solid #6c6c6c;
  border-radius: 0;
  position: relative;
  margin-left: 12px;
  background: #fff;
  text-transform: uppercase;
  border-left: 1px solid #6c6c6c;
}

.bb-old .support-steps .btn-prev:before {
  content: "";
  position: absolute;
  border-right: 10px solid #6c6c6c;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  left: -11px;
  top: -2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .support-steps .btn-prev:after {
  content: "";
  position: absolute;
  border-right: 9px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  left: -9px;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .support-steps .btn-prev:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bb-old .support-steps .btn-prev:active, .bb-old .support-steps .btn-prev:focus, .bb-old .support-steps .btn-prev:hover {
  background: #6c6c6c;
  -webkit-box-shadow: 0 3px 6px rgba(108, 108, 108, 0.4);
          box-shadow: 0 3px 6px rgba(108, 108, 108, 0.4);
  color: #fff;
}

.bb-old .support-steps .btn-prev:active:after, .bb-old .support-steps .btn-prev:focus:after, .bb-old .support-steps .btn-prev:hover:after {
  border-right: 9px solid #6c6c6c;
}

.bb-old .support-steps .btn-next {
  background-color: #c6c6c6;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .support-steps .btn-next:after {
  content: "";
  position: absolute;
  border-left: 10px solid #c6c6c6;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  right: -10px;
  top: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .support-steps .btn-next:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bb-old .support-steps .btn-next.active {
  background: #00a427;
  -webkit-box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4);
          box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4);
}

.bb-old .support-steps .btn-next.active:after {
  border-left: 10px solid #00a427;
}

.bb-old .support-steps .btn-next.active:active, .bb-old .support-steps .btn-next.active:focus, .bb-old .support-steps .btn-next.active:hover {
  background: #3e3e3f;
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
          box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
}

.bb-old .support-steps .btn-next.active:active:after, .bb-old .support-steps .btn-next.active:focus:after, .bb-old .support-steps .btn-next.active:hover:after {
  border-left: 10px solid #3e3e3f;
}

.bb-old .support-steps .slide {
  overflow: hidden;
  padding: 0 3px;
}

.bb-old .support-steps .support-step-1 {
  margin-bottom: 10px;
}

.bb-old p.thick {
  font-size: 20px;
}

.bb-old h3.title.thick {
  margin: 0;
}

@media (max-width: 992px) {
  .bb-old p.thick {
    font-size: 16px;
  }
}
.bb-old .support-steps .support-step-1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.bb-old .support-steps .support-step-1 .item-container {
  margin-bottom: 30px;
  min-height: 205px;
}

@media (max-width: 767px) {
  .bb-old .support-steps .support-step-1 .item-container {
    min-height: 0;
  }
}
.bb-old .support-steps .support-step-1 .item-container .item:hover, .bb-old .support-steps .support-step-1 .item-container input:checked + .item {
  cursor: pointer;
}

.bb-old .support-steps .support-step-1 .item-container .item:hover .svg, .bb-old .support-steps .support-step-1 .item-container input:checked + .item .svg {
  fill: #00a427;
}

.bb-old .support-steps .support-step-1 .item-container .item:hover .arrow, .bb-old .support-steps .support-step-1 .item-container input:checked + .item .arrow {
  fill: #00a427;
}

.bb-old .support-steps .support-step-1 .item-container .item:hover .bd, .bb-old .support-steps .support-step-1 .item-container input:checked + .item .bd {
  -webkit-box-shadow: 0 0 20px rgba(0, 164, 39, 0.6), inset 0 0 0 4px #00a427;
          box-shadow: 0 0 20px rgba(0, 164, 39, 0.6), inset 0 0 0 4px #00a427;
}

.bb-old .support-steps .support-step-1 .item-container .item:hover .bd:before, .bb-old .support-steps .support-step-1 .item-container input:checked + .item .bd:before {
  background: #00a427;
}

.bb-old .support-steps .support-step-1 .item-container .item:hover .bd:after, .bb-old .support-steps .support-step-1 .item-container input:checked + .item .bd:after {
  background: #00a427;
}

.bb-old .support-steps .support-step-1 .item-container .item:hover .bd .before:before, .bb-old .support-steps .support-step-1 .item-container input:checked + .item .bd .before:before {
  background: #00a427;
}

.bb-old .support-steps .support-step-1 .item-container .item:hover .bd .before:after, .bb-old .support-steps .support-step-1 .item-container input:checked + .item .bd .before:after {
  background: #00a427;
}

.bb-old .support-steps .support-step-1 .item-container .item:hover .bd .after:after, .bb-old .support-steps .support-step-1 .item-container input:checked + .item .bd .after:after {
  width: 4px;
  background: #00a427;
}

.bb-old .support-steps .support-step-1 .item-container input:checked + .item .img {
  background-image: url(../img/support/check.svg) !important;
}

.bb-old .support-steps .support-step-1 .item {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.bb-old .support-steps .support-step-1 .item .svg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  fill: #e30613;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .support-steps .support-step-1 .item .arrow {
  fill: #e30613;
  position: absolute;
  left: 20px;
  bottom: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .support-steps .support-step-1 .item .img {
  position: absolute;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  right: 30px;
  bottom: 20px;
  z-index: 3;
}

.bb-old .support-steps .support-step-1 .i-title {
  font-size: 18px;
  color: #3e3e3f;
  font-weight: bold;
  margin-bottom: 15px;
}

.bb-old .support-steps .support-step-1 .i-desc {
  max-width: 180px;
  font-size: 17px;
  color: #6c6c6c;
}

@media (max-width: 1329px) {
  .bb-old .support-steps .support-step-1 .i-desc {
    font-size: 14px;
  }
}
.bb-old .support-steps .support-step-1 .bd {
  padding: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  border: none;
  outline: none;
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 29px) 100%, 0 100%, 0% 30px);
  clip-path: polygon(0 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 29px) 100%, 0 100%, 0% 30px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .bb-old .support-steps .support-step-1 .bd {
    padding-bottom: 95px;
  }
}
.bb-old .support-steps .support-step-1 .bd:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #3e3e3f;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .support-steps .support-step-1 .bd:after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  background: #3e3e3f;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .support-steps .support-step-1 .bd .before:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #3e3e3f;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .support-steps .support-step-1 .bd .before:after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 30px);
  background: #3e3e3f;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .support-steps .support-step-1 .bd .after:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 43px;
  background: #3e3e3f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 15px;
  bottom: -6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .support-steps .support-step-2 {
  margin-bottom: 10px;
}

.bb-old .support-steps .support-step-2 .col-or {
  padding: 0 15px;
  font-size: 28px;
  color: #3e3e3f;
  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: 40px;
}

@media (max-width: 767px) {
  .bb-old .support-steps .support-step-2 .col-or {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
.bb-old .support-steps .support-step-2 .col-img {
  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: 30px;
}

.bb-old .support-steps .support-step-2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.bb-old .support-steps .support-step-2 .item-container {
  margin-bottom: 40px;
  min-height: 150px;
}

@media (max-width: 767px) {
  .bb-old .support-steps .support-step-2 .item-container {
    min-height: 0;
    margin-bottom: 30px;
  }
}
.bb-old .support-steps .support-step-2 .item-container .item:hover, .bb-old .support-steps .support-step-2 .item-container input:checked + .item {
  cursor: pointer;
}

.bb-old .support-steps .support-step-2 .item-container .item:hover .svg, .bb-old .support-steps .support-step-2 .item-container input:checked + .item .svg {
  fill: #00a427;
}

.bb-old .support-steps .support-step-2 .item-container .item:hover .arrow, .bb-old .support-steps .support-step-2 .item-container input:checked + .item .arrow {
  fill: #00a427;
}

.bb-old .support-steps .support-step-2 .item-container .item:hover .bd, .bb-old .support-steps .support-step-2 .item-container input:checked + .item .bd {
  -webkit-box-shadow: 0 0 20px rgba(0, 164, 39, 0.6), inset 0 0 0 4px #00a427;
          box-shadow: 0 0 20px rgba(0, 164, 39, 0.6), inset 0 0 0 4px #00a427;
}

.bb-old .support-steps .support-step-2 .item-container .item:hover .bd:before, .bb-old .support-steps .support-step-2 .item-container input:checked + .item .bd:before {
  background: #00a427;
}

.bb-old .support-steps .support-step-2 .item-container .item:hover .bd:after, .bb-old .support-steps .support-step-2 .item-container input:checked + .item .bd:after {
  background: #00a427;
}

.bb-old .support-steps .support-step-2 .item-container .item:hover .bd .before:before, .bb-old .support-steps .support-step-2 .item-container input:checked + .item .bd .before:before {
  background: #00a427;
}

.bb-old .support-steps .support-step-2 .item-container .item:hover .bd .before:after, .bb-old .support-steps .support-step-2 .item-container input:checked + .item .bd .before:after {
  background: #00a427;
}

.bb-old .support-steps .support-step-2 .item-container .item:hover .bd .after:after, .bb-old .support-steps .support-step-2 .item-container input:checked + .item .bd .after:after {
  width: 4px;
  background: #00a427;
}

.bb-old .support-steps .support-step-2 .item-container input:checked + .item .img {
  background-image: url(../img/support/check.svg) !important;
}

.bb-old .support-steps .support-step-2 .item {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.bb-old .support-steps .support-step-2 .item .svg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  fill: #e30613;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .support-steps .support-step-2 .item .arrow {
  fill: #e30613;
  position: absolute;
  right: 20px;
  top: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .bb-old .support-steps .support-step-2 .item .arrow {
    right: auto;
    top: auto;
    left: 20px;
    bottom: 30px;
  }
}
.bb-old .support-steps .support-step-2 .item .img {
  position: absolute;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  right: 30px;
  bottom: 20px;
  z-index: 3;
}

.bb-old .support-steps .support-step-2 .i-title {
  font-size: 18px;
  color: #3e3e3f;
  font-weight: bold;
  margin-bottom: 15px;
}

.bb-old .support-steps .support-step-2 .i-desc {
  max-width: calc(100% - 120px);
  font-size: 17px;
  color: #6c6c6c;
}

@media (max-width: 991px) {
  .bb-old .support-steps .support-step-2 .i-desc {
    max-width: 100%;
  }
}
.bb-old .support-steps .support-step-2 .bd {
  padding: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  border: none;
  outline: none;
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 29px) 100%, 0 100%, 0% 30px);
  clip-path: polygon(0 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 29px) 100%, 0 100%, 0% 30px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .bb-old .support-steps .support-step-2 .bd {
    padding-bottom: 95px;
  }
}
.bb-old .support-steps .support-step-2 .bd:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #3e3e3f;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .support-steps .support-step-2 .bd:after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  background: #3e3e3f;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .support-steps .support-step-2 .bd .before:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #3e3e3f;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .support-steps .support-step-2 .bd .before:after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 30px);
  background: #3e3e3f;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .support-steps .support-step-2 .bd .after:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 43px;
  background: #3e3e3f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 15px;
  bottom: -6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .support-steps .support-step-3 {
  margin-bottom: 10px;
}

.bb-old .support-steps .support-step-3 .img {
  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: 30px;
}

.bb-old .support-steps .support-step-3 label {
  font-size: 20px;
  font-weight: 600;
  color: #6c6c6c;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .bb-old .support-steps .support-step-3 label {
    font-size: 14px;
  }
}
.bb-old .support-steps .support-step-3 .col-select {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .bb-old .support-steps .support-step-3 .col-select {
    margin-top: -7px;
    margin-bottom: 30px;
  }
}
.bb-old .support-steps .support-step-3 .check {
  position: absolute;
  right: 15px;
  top: 0;
  display: block;
  color: transparent;
  text-indent: -99999px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  background-color: #00a427;
  background-image: url(../img/block-1/icon-check-white.svg);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 13px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .support-steps .support-step-3 .check.checked {
  opacity: 1;
}

.bb-old .support-steps .support-step-3 .check.checked + .select-container .select2-container {
  -webkit-box-shadow: inset 0 0 0 2px #00a427;
          box-shadow: inset 0 0 0 2px #00a427;
}

.bb-old .support-steps .support-step-3 .select-container .select2-container {
  -webkit-box-shadow: inset 0 0 0 2px #6c6c6c;
          box-shadow: inset 0 0 0 2px #6c6c6c;
  padding: 10px 0;
  background: #fff;
  position: relative;
}

.bb-old .support-steps .support-step-3 .select-container .select2-container.select2-container--open {
  -webkit-box-shadow: inset 0 0 0 2px #00a427;
          box-shadow: inset 0 0 0 2px #00a427;
}

.bb-old .support-steps .support-step-3 .select-container select {
  width: 100%;
}

.bb-old .support-steps .support-step-3 .select-container .select2-selection {
  margin-left: 12px;
  margin-right: 12px;
  background-image: url(../img/block-1/icon-planet-gray.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 20px;
}

.bb-old .support-steps .support-step-3 .select-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 12px;
  top: 10px;
}

.bb-old .support-steps .support-step-4 {
  margin-bottom: 10px;
}

.bb-old .support-steps .support-step-4 .title {
  margin-bottom: 0;
}

.bb-old .support-steps .support-step-4 .form-group {
  position: relative;
}

.bb-old .support-steps .support-step-4 .file-container {
  margin-top: 25px;
  margin-bottom: 5px;
}

.bb-old .support-steps .support-step-4 .file-container label {
  margin: 0;
}

@media (max-width: 767px) {
  .bb-old .support-steps .support-step-4 .file-container label {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.bb-old .support-steps .support-step-4 .button-container {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 30px;
}

.bb-old .support-steps .support-step-4 .button-container .btn {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .bb-old .support-steps .support-step-4 .button-container .btn {
    display: block;
    width: 100%;
  }
}
.bb-old .support-steps .support-step-4 .buttons-container {
  margin-top: 0 !important;
}

.bb-old .support-steps .support-step-5 {
  margin-bottom: 10px;
}

.bb-old .support-steps .support-step-5 .item-container {
  margin-bottom: 30px;
}

.bb-old .support-steps .support-step-5 .item-container .item {
  border: 2px solid #6c6c6c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 410px;
  -webkit-clip-path: polygon(29px 0%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0% 40px);
  clip-path: polygon(29px 0%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0% 40px);
}

@media (max-width: 1199px) {
  .bb-old .support-steps .support-step-5 .item-container .item {
    min-height: 190px;
  }
}
.bb-old .support-steps .support-step-5 .item-container .item .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  background: #6c6c6c;
  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;
  position: relative;
}

@media (max-width: 374px) {
  .bb-old .support-steps .support-step-5 .item-container .item .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
}
.bb-old .support-steps .support-step-5 .item-container .item .left .num {
  position: absolute;
  width: 100%;
  height: 40px;
  background: #e30613;
  left: 13px;
  top: -2px;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
  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;
}

.bb-old .support-steps .support-step-5 .item-container .item .left .num span {
  -webkit-transform: skewX(35deg);
          transform: skewX(35deg);
  color: #fff;
  font-weight: 500;
}

.bb-old .support-steps .support-step-5 .item-container .item .left img {
  width: 50px;
  height: 50px;
}

.bb-old .support-steps .support-step-5 .item-container .item .right {
  padding: 130px 30px 30px;
}

@media (max-width: 1299px) {
  .bb-old .support-steps .support-step-5 .item-container .item .right {
    padding: 100px 15px 15px;
  }
}
@media (max-width: 1199px) {
  .bb-old .support-steps .support-step-5 .item-container .item .right {
    padding: 50px 30px 30px;
  }
}
@media (max-width: 475px) {
  .bb-old .support-steps .support-step-5 .item-container .item .right {
    padding: 40px 15px 15px;
  }
}
.bb-old .support-steps .support-step-5 .item-container .item .right .i-title {
  font-size: 18px;
  font-weight: 500;
  color: #3e3e3f;
  margin-bottom: 20px;
}

.bb-old .support-steps .support-step-5 .item-container .item .right .desc {
  color: #6c6c6c;
}

.bb-old .support-steps .support-step-5 .buttons-container {
  margin-top: 0 !important;
}

.bb-old .js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.bb-old .inputfile + label {
  background-color: #fff;
  border: 2px solid #e30613;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  padding: 0.375rem 20px 0.375rem 40px;
  text-transform: uppercase;
  color: #e30613;
  background-image: url(../img/icon-file-red.svg);
  background-size: 16px 16px;
  background-position: 15px 50%;
  background-repeat: no-repeat;
  font-size: 15px;
}

.bb-old .no-js .inputfile + label {
  display: none;
}

.bb-old .inputfile-1 + label:hover, .bb-old .inputfile-1.has-focus + label, .bb-old .inputfile-1:focus + label {
  text-decoration: underline;
  cursor: pointer;
}

.bb-old .form-with-placeholder .form-group {
  position: relative;
  margin-top: 30px;
  margin-bottom: 5px;
}

.bb-old .form-with-placeholder .form-group .cnt {
  position: absolute;
  font-size: 12px;
  right: 5px;
  bottom: 0;
  padding: 2px 5px;
  opacity: 0;
}

.bb-old .form-with-placeholder .form-control, .bb-old .form-with-placeholder input, .bb-old .form-with-placeholder textarea {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #7d7c7c;
  min-height: 50px;
}

.bb-old .form-with-placeholder .form-control + .placeholder, .bb-old .form-with-placeholder input + .placeholder, .bb-old .form-with-placeholder textarea + .placeholder {
  position: absolute;
  left: 15px;
  top: 13px;
  font-size: 16px;
  color: #3e3e3f;
  width: auto;
  -webkit-transition: translateY 0.3s;
  transition: translateY 0.3s;
}

.bb-old .form-with-placeholder .form-control + .placeholder span, .bb-old .form-with-placeholder input + .placeholder span, .bb-old .form-with-placeholder textarea + .placeholder span {
  color: #e30613;
}

.bb-old .form-with-placeholder .form-control:focus + .placeholder, .bb-old .form-with-placeholder .form-control:not([value=""]) + .placeholder, .bb-old .form-with-placeholder input:focus + .placeholder, .bb-old .form-with-placeholder input:not([value=""]) + .placeholder, .bb-old .form-with-placeholder textarea:focus + .placeholder, .bb-old .form-with-placeholder textarea:not([value=""]) + .placeholder {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.bb-old .form-with-placeholder .form-control:focus + .placeholder + .cnt, .bb-old .form-with-placeholder .form-control:not([value=""]) + .placeholder + .cnt, .bb-old .form-with-placeholder input:focus + .placeholder + .cnt, .bb-old .form-with-placeholder input:not([value=""]) + .placeholder + .cnt, .bb-old .form-with-placeholder textarea:focus + .placeholder + .cnt, .bb-old .form-with-placeholder textarea:not([value=""]) + .placeholder + .cnt {
  opacity: 1;
}

.bb-old .partner-steps {
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 2px;
  padding: 0;
}

@media (max-width: 991px) {
  .bb-old .partner-steps {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.bb-old .partner-steps .title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  color: #3e3e3f;
}

.bb-old .partner-steps .tabs-container {
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 2px;
}

.bb-old .partner-steps .content-container {
  padding: 30px 25px 0;
}

.bb-old .partner-steps .title {
  color: #3e3e3f;
  margin-top: 10px;
  margin-bottom: 30px;
}

.bb-old .partner-steps .slick-slide {
  padding: 0 25px 25px;
}

@media (max-width: 991px) {
  .bb-old .partner-steps .title {
    font-size: 22px;
  }
}
.bb-old .partner-steps .buttons-container {
  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;
}

.bb-old .partner-steps .btn-prev {
  border: 2px solid #6c6c6c;
  border-radius: 0;
  position: relative;
  margin-left: 12px;
  background: #fff;
  text-transform: uppercase;
  border-left: 1px solid #6c6c6c;
}

.bb-old .partner-steps .btn-prev:before {
  content: "";
  position: absolute;
  border-right: 10px solid #6c6c6c;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  left: -11px;
  top: -2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .btn-prev:after {
  content: "";
  position: absolute;
  border-right: 9px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  left: -9px;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .btn-prev:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bb-old .partner-steps .btn-prev:active, .bb-old .partner-steps .btn-prev:focus, .bb-old .partner-steps .btn-prev:hover {
  background: #6c6c6c;
  -webkit-box-shadow: 0 3px 6px rgba(108, 108, 108, 0.4);
          box-shadow: 0 3px 6px rgba(108, 108, 108, 0.4);
  color: #fff;
}

.bb-old .partner-steps .btn-prev:active:after, .bb-old .partner-steps .btn-prev:focus:after, .bb-old .partner-steps .btn-prev:hover:after {
  border-right: 9px solid #6c6c6c;
}

.bb-old .partner-steps .btn-next {
  background-color: #c6c6c6;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .btn-next:after {
  content: "";
  position: absolute;
  border-left: 10px solid #c6c6c6;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  right: -10px;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .btn-next:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bb-old .partner-steps .btn-next.active {
  background: #00a427;
  -webkit-box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4);
          box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4);
}

.bb-old .partner-steps .btn-next.active:after {
  border-left: 10px solid #00a427;
}

.bb-old .partner-steps .btn-next.active:active, .bb-old .partner-steps .btn-next.active:focus, .bb-old .partner-steps .btn-next.active:hover {
  background: #3e3e3f;
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
          box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
}

.bb-old .partner-steps .btn-next.active:active:after, .bb-old .partner-steps .btn-next.active:focus:after, .bb-old .partner-steps .btn-next.active:hover:after {
  border-left: 10px solid #3e3e3f;
}

.bb-old .partner-steps .partner-step-0 {
  margin-bottom: 30px;
}

.bb-old .partner-steps .partner-step-0 .item-container {
  margin-top: 40px;
  min-height: 185px;
}

@media (max-width: 767px) {
  .bb-old .partner-steps .partner-step-0 .item-container {
    min-height: 0;
  }
}
.bb-old .partner-steps .partner-step-0 .item-container:nth-child(2n) .item .img {
  background: #3e3e3f;
}

.bb-old .partner-steps .partner-step-0 .item-container:nth-child(2n) .item .bd:before {
  background: #3e3e3f;
}

.bb-old .partner-steps .partner-step-0 .item-container:nth-child(2n) .item .bd:after {
  background: #3e3e3f;
}

.bb-old .partner-steps .partner-step-0 .item-container:nth-child(2n) .item .bd .before:before {
  background: #3e3e3f;
}

.bb-old .partner-steps .partner-step-0 .item-container:nth-child(2n) .item .bd .before:after {
  background: #3e3e3f;
}

.bb-old .partner-steps .partner-step-0 .item-container:nth-child(2n) .item .bd .after:before {
  background: #3e3e3f;
}

.bb-old .partner-steps .partner-step-0 .item-container:nth-child(2n) .item .bd .after:after {
  background: #3e3e3f;
}

.bb-old .partner-steps .partner-step-0 .item {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.bb-old .partner-steps .partner-step-0 .item .img {
  background: #e30613;
  position: absolute;
  left: 33px;
  top: -20px;
  padding: 10px 20px;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  z-index: 2;
}

.bb-old .partner-steps .partner-step-0 .item .img img {
  height: 50px;
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
}

.bb-old .partner-steps .partner-step-0 .bd {
  display: block;
  height: 100%;
  padding: 22px 17px;
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  border: none;
  outline: none;
  -webkit-clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 29px) 100%, 0 100%, 0% 30px);
  clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 29px) 100%, 0 100%, 0% 30px);
}

.bb-old .partner-steps .partner-step-0 .bd:before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  background: #e30613;
  top: 0;
  right: 0;
}

.bb-old .partner-steps .partner-step-0 .bd:after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  background: #e30613;
  bottom: 0;
  left: 0;
}

.bb-old .partner-steps .partner-step-0 .bd .before:before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 30px);
  background: #e30613;
  bottom: 0;
  left: 0;
}

.bb-old .partner-steps .partner-step-0 .bd .before:after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 30px);
  background: #e30613;
  top: 0;
  right: 0;
}

.bb-old .partner-steps .partner-step-0 .bd .after:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 43px;
  background: #e30613;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 15px;
  top: -6px;
}

.bb-old .partner-steps .partner-step-0 .bd .after:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 43px;
  background: #e30613;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 15px;
  bottom: -6px;
}

.bb-old .partner-steps .partner-step-0 .bd .i-title {
  font-size: 20px;
  font-weight: bold;
  margin-left: 125px;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .bb-old .partner-steps .partner-step-0 .bd .i-title {
    font-size: 17px;
  }
}
.bb-old .partner-steps .partner-step-0 .bd .description {
  font-size: 18px;
  color: #6c6c6c;
  font-weight: 300;
}

@media (max-width: 1199px) {
  .bb-old .partner-steps .partner-step-0 .bd .description {
    font-size: 16px;
  }
}
.bb-old .partner-steps .partner-step-1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.bb-old .partner-steps .partner-step-1 .item-container {
  margin-top: 30px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .bb-old .partner-steps .partner-step-1 .item-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
  }
}
@media (max-width: 575px) {
  .bb-old .partner-steps .partner-step-1 .item-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 475px) {
  .bb-old .partner-steps .partner-step-1 .item-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.bb-old .partner-steps .partner-step-1 .item-container .item:hover, .bb-old .partner-steps .partner-step-1 .item-container input:checked + .item {
  border-color: #00a427;
  -webkit-box-shadow: 0 0 20px rgba(0, 164, 39, 0.6), inset 0 0 0 2px #00a427;
          box-shadow: 0 0 20px rgba(0, 164, 39, 0.6), inset 0 0 0 2px #00a427;
}

.bb-old .partner-steps .partner-step-1 .item-container .item:hover .check, .bb-old .partner-steps .partner-step-1 .item-container input:checked + .item .check {
  border-color: #00a427;
  -webkit-box-shadow: inset 0 0 0 2px #00a427;
          box-shadow: inset 0 0 0 2px #00a427;
}

.bb-old .partner-steps .partner-step-1 .item-container input:checked + .item .check {
  border-color: #00a427;
  -webkit-box-shadow: inset 0 0 0 2px #00a427;
          box-shadow: inset 0 0 0 2px #00a427;
  background-color: #00a427;
  background-image: url(../img/block-1/icon-check-white.svg);
  color: transparent;
}

.bb-old .partner-steps .partner-step-1 .item {
  height: 100%;
  border: 2px solid #6c6c6c;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 2px;
  padding: 80px 10px 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .bb-old .partner-steps .partner-step-1 .item {
    padding: 50px 10px 70px;
  }
}
@media (max-width: 575px) {
  .bb-old .partner-steps .partner-step-1 .item {
    padding: 40px 10px 40px;
  }
}
@media (max-width: 1199px) {
  .bb-old .partner-steps .partner-step-1 .item img {
    width: 80px;
  }
}
.bb-old .partner-steps .partner-step-1 .item .cost {
  position: absolute;
  left: 50%;
  top: -1px;
  -webkit-transform: translate(-50%, -50%) skewX(-25deg);
          transform: translate(-50%, -50%) skewX(-25deg);
  background: #e30613;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
}

.bb-old .partner-steps .partner-step-1 .item .cost span {
  display: block;
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
}

.bb-old .partner-steps .partner-step-1 .item .i-title {
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 1429px) {
  .bb-old .partner-steps .partner-step-1 .item .i-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1329px) {
  .bb-old .partner-steps .partner-step-1 .item .i-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.bb-old .partner-steps .partner-step-1 .item .check {
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 2px solid #6c6c6c;
  background-color: #fff;
  width: 100px;
  text-align: center;
  font-weight: 500;
  color: #00a427;
  padding: 4px 7px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  border-radius: 2px;
  text-transform: uppercase;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .partner-step-2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.bb-old .partner-steps .partner-step-2 .item-container {
  margin-bottom: 40px;
  min-height: 185px;
}

@media (max-width: 767px) {
  .bb-old .partner-steps .partner-step-2 .item-container {
    min-height: 0;
  }
}
.bb-old .partner-steps .partner-step-2 .item-container .item:hover, .bb-old .partner-steps .partner-step-2 .item-container input:checked + .item {
  cursor: pointer;
}

.bb-old .partner-steps .partner-step-2 .item-container .item:hover:before, .bb-old .partner-steps .partner-step-2 .item-container input:checked + .item:before {
  -webkit-box-shadow: 0 0 20px rgba(0, 164, 39, 0.6);
          box-shadow: 0 0 20px rgba(0, 164, 39, 0.6);
}

.bb-old .partner-steps .partner-step-2 .item-container .item:hover .bd, .bb-old .partner-steps .partner-step-2 .item-container input:checked + .item .bd {
  -webkit-box-shadow: 0 0 20px rgba(0, 164, 39, 0.6), inset 0 0 0 4px #00a427;
          box-shadow: 0 0 20px rgba(0, 164, 39, 0.6), inset 0 0 0 4px #00a427;
}

.bb-old .partner-steps .partner-step-2 .item-container .item:hover .bd:before, .bb-old .partner-steps .partner-step-2 .item-container input:checked + .item .bd:before {
  background: #00a427;
}

.bb-old .partner-steps .partner-step-2 .item-container .item:hover .bd:after, .bb-old .partner-steps .partner-step-2 .item-container input:checked + .item .bd:after {
  background: #00a427;
}

.bb-old .partner-steps .partner-step-2 .item-container .item:hover .bd .before:before, .bb-old .partner-steps .partner-step-2 .item-container input:checked + .item .bd .before:before {
  background: #00a427;
}

.bb-old .partner-steps .partner-step-2 .item-container .item:hover .bd .before:after, .bb-old .partner-steps .partner-step-2 .item-container input:checked + .item .bd .before:after {
  background: #00a427;
}

.bb-old .partner-steps .partner-step-2 .item-container .item:hover .bd .after:before, .bb-old .partner-steps .partner-step-2 .item-container input:checked + .item .bd .after:before {
  width: 4px;
  background: #00a427;
}

.bb-old .partner-steps .partner-step-2 .item-container .item:hover .bd .after:after, .bb-old .partner-steps .partner-step-2 .item-container input:checked + .item .bd .after:after {
  width: 4px;
  background: #00a427;
}

.bb-old .partner-steps .partner-step-2 .item-container .item:hover .check, .bb-old .partner-steps .partner-step-2 .item-container input:checked + .item .check {
  border-color: #00a427;
  -webkit-box-shadow: inset 0 0 0 2px #00a427;
          box-shadow: inset 0 0 0 2px #00a427;
}

.bb-old .partner-steps .partner-step-2 .item-container input:checked + .item .check {
  border-color: #00a427;
  -webkit-box-shadow: inset 0 0 0 2px #00a427;
          box-shadow: inset 0 0 0 2px #00a427;
  background-color: #00a427;
  background-image: url(../img/block-1/icon-check-white.svg);
  color: transparent;
}

.bb-old .partner-steps .partner-step-2 .item {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.bb-old .partner-steps .partner-step-2 .item:before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 4px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .partner-step-2 .item .check {
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 2px solid #6c6c6c;
  background-color: #fff;
  width: 100px;
  text-align: center;
  font-weight: 500;
  color: #00a427;
  padding: 4px 7px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  border-radius: 2px;
  text-transform: uppercase;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

.bb-old .partner-steps .partner-step-2 .bd {
  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;
  height: 100%;
  padding: 22px 17px 22px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  border: none;
  outline: none;
  -webkit-clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 29px) 100%, 0 100%, 0% 30px);
  clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 29px) 100%, 0 100%, 0% 30px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .partner-step-2 .bd:before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  background: #3e3e3f;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .partner-step-2 .bd:after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  background: #3e3e3f;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .partner-step-2 .bd .before:before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 30px);
  background: #3e3e3f;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .partner-step-2 .bd .before:after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 30px);
  background: #3e3e3f;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .partner-step-2 .bd .after:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 43px;
  background: #3e3e3f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 15px;
  top: -6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .partner-step-2 .bd .after:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 43px;
  background: #3e3e3f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 15px;
  bottom: -6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .partner-step-2 .bd .i-title {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  background: #3e3e3f;
  color: #fff;
  padding: 10px 10px;
  width: 200px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
  margin-left: -17px;
  margin-right: 25px;
}

.bb-old .partner-steps .partner-step-2 .bd .i-title &gt; span {
  display: block;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

.bb-old .partner-steps .partner-step-2 .bd .i-title small {
  font-size: 16px;
  font-weight: bold;
}

.bb-old .partner-steps .partner-step-2 .bd .weight {
  width: 70px;
  height: 100px;
  background-image: url(../img/partners-step-weight.svg);
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  padding-top: 27px;
  margin-right: 60px;
}

@media (max-width: 1329px) {
  .bb-old .partner-steps .partner-step-2 .bd .weight {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .bb-old .partner-steps .partner-step-2 .bd .weight {
    margin-right: 0;
    height: 90px;
  }
}
@media (max-width: 991px) {
  .bb-old .partner-steps .partner-step-2 .bd .weight {
    margin-right: 10px;
  }
}
@media (max-width: 374px) {
  .bb-old .partner-steps .partner-step-2 .bd .weight {
    height: 80px;
    padding-top: 20px;
    font-size: 15px;
  }
}
.bb-old .partner-steps .partner-step-2 .bd .weight span {
  display: block;
  font-size: 12px;
}

.bb-old .partner-steps .partner-step-3 .row, .bb-old .partner-steps .partner-step-3 .bb.woocommerce-account .col2-set.addresses, .bb.woocommerce-account .bb-old .partner-steps .partner-step-3 .col2-set.addresses {
  margin-bottom: 5px;
}

.bb-old .partner-steps .partner-step-3 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.bb-old .partner-steps .partner-step-3 .item-container {
  margin-bottom: 40px;
  min-height: 185px;
}

@media (max-width: 767px) {
  .bb-old .partner-steps .partner-step-3 .item-container {
    min-height: 0;
  }
}
.bb-old .partner-steps .partner-step-3 .item-container .item:hover, .bb-old .partner-steps .partner-step-3 .item-container input:checked + .item {
  cursor: pointer;
}

.bb-old .partner-steps .partner-step-3 .item-container .item:hover:before, .bb-old .partner-steps .partner-step-3 .item-container input:checked + .item:before {
  -webkit-box-shadow: 0 0 20px rgba(0, 164, 39, 0.6);
          box-shadow: 0 0 20px rgba(0, 164, 39, 0.6);
}

.bb-old .partner-steps .partner-step-3 .item-container .item:hover .bd, .bb-old .partner-steps .partner-step-3 .item-container input:checked + .item .bd {
  -webkit-box-shadow: 0 0 20px rgba(0, 164, 39, 0.6), inset 0 0 0 4px #00a427;
          box-shadow: 0 0 20px rgba(0, 164, 39, 0.6), inset 0 0 0 4px #00a427;
}

.bb-old .partner-steps .partner-step-3 .item-container .item:hover .bd:before, .bb-old .partner-steps .partner-step-3 .item-container input:checked + .item .bd:before {
  background: #00a427;
}

.bb-old .partner-steps .partner-step-3 .item-container .item:hover .bd:after, .bb-old .partner-steps .partner-step-3 .item-container input:checked + .item .bd:after {
  background: #00a427;
}

.bb-old .partner-steps .partner-step-3 .item-container .item:hover .bd .before:before, .bb-old .partner-steps .partner-step-3 .item-container input:checked + .item .bd .before:before {
  background: #00a427;
}

.bb-old .partner-steps .partner-step-3 .item-container .item:hover .bd .before:after, .bb-old .partner-steps .partner-step-3 .item-container input:checked + .item .bd .before:after {
  background: #00a427;
}

.bb-old .partner-steps .partner-step-3 .item-container .item:hover .bd .after:before, .bb-old .partner-steps .partner-step-3 .item-container input:checked + .item .bd .after:before {
  width: 4px;
  background: #00a427;
}

.bb-old .partner-steps .partner-step-3 .item-container .item:hover .bd .after:after, .bb-old .partner-steps .partner-step-3 .item-container input:checked + .item .bd .after:after {
  width: 4px;
  background: #00a427;
}

.bb-old .partner-steps .partner-step-3 .item-container .item:hover .check, .bb-old .partner-steps .partner-step-3 .item-container input:checked + .item .check {
  border-color: #00a427;
  -webkit-box-shadow: inset 0 0 0 2px #00a427;
          box-shadow: inset 0 0 0 2px #00a427;
}

.bb-old .partner-steps .partner-step-3 .item-container input:checked + .item .check {
  border-color: #00a427;
  -webkit-box-shadow: inset 0 0 0 2px #00a427;
          box-shadow: inset 0 0 0 2px #00a427;
  background-color: #00a427;
  background-image: url(../img/block-1/icon-check-white.svg);
  color: transparent;
}

.bb-old .partner-steps .partner-step-3 .item {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.bb-old .partner-steps .partner-step-3 .item:before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 4px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .partner-step-3 .item .check {
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 2px solid #6c6c6c;
  background-color: #fff;
  width: 100px;
  text-align: center;
  font-weight: 500;
  color: #00a427;
  padding: 4px 7px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  border-radius: 2px;
  text-transform: uppercase;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

.bb-old .partner-steps .partner-step-3 .bd {
  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;
  height: 100%;
  padding: 22px 0 22px 17px;
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  border: none;
  outline: none;
  -webkit-clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 29px) 100%, 0 100%, 0% 30px);
  clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 29px) 100%, 0 100%, 0% 30px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .partner-step-3 .bd:before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  background: #3e3e3f;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .partner-step-3 .bd:after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  background: #3e3e3f;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .partner-step-3 .bd .before:before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 30px);
  background: #3e3e3f;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .partner-step-3 .bd .before:after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 30px);
  background: #3e3e3f;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .partner-step-3 .bd .after:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 43px;
  background: #3e3e3f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 15px;
  top: -6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .partner-step-3 .bd .after:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 43px;
  background: #3e3e3f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 15px;
  bottom: -6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-old .partner-steps .partner-step-3 .bd .img {
  margin-left: 4px;
}

.bb-old .partner-steps .partner-step-3 .bd .i-title {
  background: #e30613;
  color: #fff;
  padding: 10px 10px;
  width: 200px;
  font-size: 25px;
  font-weight: bold;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  margin-right: -17px;
  margin-left: 25px;
  line-height: 20px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: right;
  min-height: 60px;
}

.bb-old .partner-steps .partner-step-3 .bd .i-title &gt; span {
  display: block;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}

.bb-old .partner-steps .partner-step-3 .bd .i-title small {
  display: block;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
  font-size: 14px;
  font-weight: bold;
  margin-right: -55px;
}

.bb-old .partner-steps .partner-step-3 .bd .weight {
  width: 70px;
  height: 100px;
  background-image: url(../img/partners-step-weight.svg);
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  padding-top: 27px;
  margin-right: 60px;
}

@media (max-width: 1329px) {
  .bb-old .partner-steps .partner-step-3 .bd .weight {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .bb-old .partner-steps .partner-step-3 .bd .weight {
    margin-right: 0;
    height: 90px;
  }
  .header-1 .container .buttons .btn {
    padding: 0.5rem 1rem;
    font-size: 15px;
  }
  .footer-1 ul li a {
    font-size: 12px !important;
  }
  }

@media (max-width: 991px) {
  .bb-old .partner-steps .partner-step-3 .bd .weight {
    margin-right: 10px;
  }
}
@media (max-width: 374px) {
  .bb-old .partner-steps .partner-step-3 .bd .weight {
    height: 80px;
    padding-top: 20px;
    font-size: 15px;
  }
}
.bb-old .partner-steps .partner-step-3 .bd .weight span {
  display: block;
  font-size: 12px;
}

.bb-old .partner-steps .partner-step-4 .title {
  margin-bottom: 0;
}

.bb-old .partner-steps .partner-step-4 .form-group {
  position: relative;
}

.bb-old .partner-steps .partner-step-4 .form-group .cnt {
  right: 5px;
}

.partner-step-5 {
  padding: 80px 0;
}

.partner-step-5 .title {
  text-align: center;
  font-size: 1.9rem;
  margin-bottom: 30px;
}

.partner-step-5 .subtitle {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 30px;
}

body .bb-old .partner-step-5 .buttons-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.no-scroll {
  height: 100vh;
  overflow: hidden;
}

.mobile-menu {
  width: 300px;
  height: 95vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #fff;
  padding: 50px 20px;
  margin-bottom: 10%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto !important;
}

.mobile-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile-menu .close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  background-image: url(../img/icon-close-gray.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.mobile-menu .btn {
  font-size: 14px;
  text-align: left;
}

.header-1 {
  padding: 35px 0 35px;
  position: relative;
  z-index: 6;
}

@media (max-width: 991px) {
  .header-1 {
    background: #fff;
  }
}
.header-1 .container {
  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;
}

.header-1 .container .logo img {
  max-width: 236px;
  margin-left: 3px;
}

@media (max-width: 991px) {
  .header-1 .container .logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 991px) {
  .header-1 .container .logo img {
    height: 60px;
  }
}
.header-1 .container .burger-menu {
  display: none;
  position: relative;
  width: 30px;
  height: 24px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .header-1 .container .burger-menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.header-1 .container .burger-menu span {
  position: absolute;
  width: 30px;
  height: 4px;
  background: #000;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-1 .container .burger-menu span:nth-child(2) {
  top: 10px;
}

.header-1 .container .burger-menu span:nth-child(3) {
  top: 20px;
}

.header-1 .container .burger-menu.active span {
  background: #e30613;
}

@media (max-width: 991px) {
  .header-1 .container .burger-menu {
    display: block;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .header-1 .container .buttons {
    display: none;
  }
}
.header-1 .container .buttons .btn {
  margin-left: 20px;
}

.header-1 .container .buttons .dropdown .dropdown-menu {
  width: auto;
  min-width: 100%;
}

.header-1 .container .buttons .dropdown .btn {
  margin: 0;
}

.header-menu {
  margin-bottom: -30px;
  position: relative;
  z-index: 5;
}

@media (max-width: 991px) {
  .header-menu {
    display: none;
  }

  .header-menu + .mt-5 {
    margin-top: 20px !important;
  }
}
.header-menu .menu-container {
  background: #3e3e3f;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
          box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
  overflow: hidden;
  width: 350PX !important;
}

@media (max-width: 991px) {
  .header-menu .menu-container {
    display: none;
  }
}
.header-menu .menu-container .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -15px;
}

.header-menu .menu-container .navigation li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header-menu .menu-container .navigation li a {
    display: block;
    padding: 18px 7px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    border-right: 2px solid #6c6c6c;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
  .header-menu .menu-container .navigation li a {
    font-size: 14px;
  }
}
.header-menu .menu-container .navigation li a img {
  width: 24px;
  height: 24px;
  margin-top: -4px;
  margin-right: 7px;
}

.header-menu .menu-container .navigation li a span {
  display: block;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}

.header-menu .menu-container .navigation li.current-menu-item a,
.header-menu .menu-container .navigation li:hover &gt; a {
  background-color: #00a427;
  color: #fff;
}

.header-menu .menu-container .navigation li.active a img,
.header-menu .menu-container .navigation li:hover a img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.footer-1 {
    font-family: Roboto, sans-serif;
  background: #3e3e3f;
  padding: 34px 0 30px;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-1 {
    padding: 5px 0;
  }
}

.footer-1 .col-xl-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 991px) {
  .footer-1 .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .footer-1 .item {
    border-bottom: 1px solid #fff;
    padding: 10px 15px;
  }
}
.footer-1 h6 {
  color: #00a427;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
}

.footer-1 h6.red {
  color: #e30613;
}

@media (max-width: 991px) {
  .footer-1 h6 {
    margin-bottom: 0;
    text-align: left;
    cursor: pointer;
  }

  .footer-1 h6.active:before {
    height: 0;
  }

  .footer-1 h6:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background: #fff;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .footer-1 h6:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    background: #fff;
    right: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .footer-1 h6.active:before {
    height: 0;
  }
}
@media (max-width: 991px) {
  .footer-1 .menu-test-menu-container {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer-1 .menu-test-menu-container.row, .footer-1 .bb.woocommerce-account .menu-test-menu-container.col2-set.addresses, .bb.woocommerce-account .footer-1 .menu-test-menu-container.col2-set.addresses {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .footer-1 .menu-test-menu-container .col-lg-4 ul {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.footer-1 ul {
  list-style: none;
  margin: 0 0 43px;
  padding: 0;
}

@media(min-width: 768px) {
 .footer-1 ul {
        display: block !important;
    }   
}

@media (max-width: 991px) {
  .footer-1 ul {
    margin-top: 15px;
    text-align: left;
    margin-bottom: 15px;
  }
}

.footer-1 ul li {
  display: block;
  margin-bottom: 7px;
}

@media (max-width: 991px) {
  .footer-1 ul li {
    margin-bottom: 7px;
  }
}
.footer-1 ul li a {
  display: block;
  color: #dadada;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

.footer-1 ul li a:hover {
  text-decoration: underline;
}

.footer-1 .copyright-1 {
  color: #fff;
  font-size: 14px;
    font-weight: 700;
}

@media (max-width: 991px) {
  .footer-1 .copyright-1 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .footer-1 .copyright-1 {
    text-align: center;
  }
}
.footer-1 .copyright-1 a {
  color: #fff;
}

.footer-1 .copyright-1 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .footer-1 .copyright-1 .right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-top: 15px;
  }
}
.block-9 {
  background-image: url(../img/block-9/block-9-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  margin-bottom: 70px;
  padding-top: 30px;
}

@media (max-width: 991px) {
  .block-9 {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .block-9 {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
}
.block-9 &gt; * {
  position: relative;
  z-index: 2;
}

.block-9 .tabs-pane {
  display: none;
}

.block-9 .tabs-pane.active {
  display: block;
}

.block-9 .block-9-slider .title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  color: #3e3e3f;
}

@media (max-width: 1199px) {
  .block-9 .block-9-slider .title {
    font-size: 23px;
    line-height: 25px;
  }
}
.block-9 .slider-container {
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 2px;
  padding: 30px 0 0;
}

@media (max-width: 991px) {
  .block-9 .slider-container {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.block-9 .block-9-slider .slide {
  padding: 0 25px 25px;
}

.block-9 .block-9-slider .slide .item-container {
  margin-bottom: 20px;
  padding: 0 10px;
}

.block-9 .block-9-slider .slide .item-container input {
  display: block;
  width: 1px;
  height: 1px;
  visibility: hidden;
  opacity: 0;
}

.block-9 .block-9-slider .slide .item-container .item {
  border: 2px solid #3e3e3f;
  background: #fff;
  padding: 0 20px;
  position: relative;
  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;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block-9 .block-9-slider .slide .item-container .item img {
  height: 130px;
}

@media (max-width: 1329px) {
  .block-9 .block-9-slider .slide .item-container .item img {
    width: 100px;
    height: auto;
    margin-top: 15px;
  }
}
.block-9 .block-9-slider .slide .item-container .item .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.block-9 .block-9-slider .slide .item-container .item .description {
  position: absolute;
  width: 80px;
  background: #e30613;
  right: -2px;
  top: -2px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
}

.block-9 .block-9-slider .slide .item-container .item .description span {
  display: block;
}

.block-9 .block-9-slider .slide .item-container .item .description strong {
  font-size: 20px;
}

.block-9 .block-9-slider .slide .item-container .item .item-title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  padding: 0 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1329px) {
  .block-9 .block-9-slider .slide .item-container .item .item-title {
    font-size: 16px;
    text-align: left;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .block-9 .block-9-slider .slide .item-container .item .item-title {
    font-size: 16px;
  }
}
.block-9 .block-9-slider .slide .item-container .item .check {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 10px;
  bottom: 10px;
  border-radius: 2px;
  background-color: #00a427;
  background-image: url(../img/icon-check.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block-9 .block-9-slider .slide .item-container input:checked + .item {
  border-color: #00a427;
  -webkit-box-shadow: 0 10px 20px rgba(0, 164, 39, 0.6);
          box-shadow: 0 10px 20px rgba(0, 164, 39, 0.6);
}

.block-9 .block-9-slider .slide .item-container input:checked + .item .check {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.block-9 .block-9-slider .slide .item-container input:checked + .item .description {
  background: #00a427;
}

.block-9 .block-9-slider .slide .item-container input:checked + .item .description:after {
  border-top: 15px solid #00a427;
}

.block-9 .block-9-slider .slide .item-container input:checked + .item .item-title {
  color: #00a427;
}

.block-9 .block-9-slider .slide .item-container:hover {
  cursor: pointer;
}

.block-9 .block-9-slider .slide .item-container:hover .item {
  /*transform: scale(1.05);*/
  border-color: #00a427;
  -webkit-box-shadow: 0 10px 20px rgba(0, 164, 39, 0.6);
          box-shadow: 0 10px 20px rgba(0, 164, 39, 0.6);
}

@media (max-width: 767px) {
  .block-9 .block-9-slider .slide .item-container:hover .item {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.block-9 .block-9-slider .slide .item-container:hover .item .description {
  background: #00a427;
}

.block-9 .block-9-slider .slide .item-container:hover .item .description:after {
  border-top: 15px solid #00a427;
}

.block-9 .block-9-slider .slide .item-container:hover .item .item-title {
  color: #00a427;
}

.block-9 .buttons-container {
  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: 0;
}

@media (max-width: 475px) {
  .block-9 .buttons-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
  }
}
@media (max-width: 475px) {
  .block-9 .buttons-container .btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
}
@media (max-width: 475px) {
  .block-9 .buttons-container .btn-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 25px 0 0 0;
  }
}
.block-9 .stepss {
  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;
  margin: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media (max-width: 767px) {
  .block-9 .stepss {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.block-9 .stepss .step-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-filter: drop-shadow(0 3px 6px rgba(196, 196, 196, 0.3));
          filter: drop-shadow(0 3px 6px rgba(196, 196, 196, 0.3));
  position: relative;
}

@media (max-width: 767px) {
  .block-9 .stepss .step-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 15px;
  }
}
.block-9 .stepss .step-wrap:hover .icon {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.block-9 .stepss .step-wrap:last-child .step {
  margin-right: 0;
}

.block-9 .stepss .step-wrap .icon {
  background: #00a427;
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
          box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  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;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block-9 .stepss .step-wrap .icon img {
  width: 20px;
  height: 20px;
}

.block-9 .stepss .step-wrap .step {
  background: #fff;
  position: relative;
  height: 80px;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  -webkit-box-shadow: 0 0 30px #000;
          box-shadow: 0 0 30px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 40px;
}

@media (max-width: 767px) {
  .block-9 .stepss .step-wrap .step {
    margin-right: 0;
  }
}
.block-9 .stepss .step-wrap .step .step-title {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .block-9 .stepss .step-wrap .step .step-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.block-9 #tab-1:before, .block-9 #tab-2:before, .block-9 #tab-3:before, .block-9 #tab-4:before {
  content: "";
  display: block;
  height: 9999px;
  margin-top: -9999px;
  z-index: -1;
}

.category-items .item-container {
  margin-bottom: 20px;
  padding: 0 10px;
}

.category-items .item-container input {
  display: block;
  width: 1px;
  height: 1px;
  visibility: hidden;
  opacity: 0;
}

.category-items .item-container .item {
  border: 2px solid #3e3e3f;
  background: #fff;
  padding: 0 20px;
  position: relative;
  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;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.category-items .item-container .item img {
  height: 130px;
}

@media (max-width: 1329px) {
  .category-items .item-container .item img {
    width: 100px;
    height: auto;
    margin-top: 15px;
  }
}
.category-items .item-container .item .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.category-items .item-container .item .description {
  position: absolute;
  width: 80px;
  background: #e30613;
  right: -2px;
  top: -2px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
}

.category-items .item-container .item .description span {
  display: block;
}

.category-items .item-container .item .description strong {
  font-size: 20px;
}

.category-items .item-container .item .item-title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  padding: 0 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .category-items .item-container .item .item-title {
    font-size: 16px;
  }
}
.category-items .item-container .item .check {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 10px;
  bottom: 10px;
  border-radius: 2px;
  background-color: #00a427;
  background-image: url(../img/icon-check.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.category-items .item-container input:checked + .item {
  border-color: #00a427;
  -webkit-box-shadow: 0 10px 20px rgba(0, 164, 39, 0.6);
          box-shadow: 0 10px 20px rgba(0, 164, 39, 0.6);
}

.category-items .item-container input:checked + .item .check {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.category-items .item-container input:checked + .item .description {
  background: #00a427;
}

.category-items .item-container input:checked + .item .description:after {
  border-top: 15px solid #00a427;
}

.category-items .item-container input:checked + .item .item-title {
  color: #00a427;
}

.category-items .item-container:hover {
  cursor: pointer;
}

.category-items .item-container:hover .item {
  /*transform: scale(1.05);*/
  border-color: #00a427;
  -webkit-box-shadow: 0 10px 20px rgba(0, 164, 39, 0.6);
          box-shadow: 0 10px 20px rgba(0, 164, 39, 0.6);
}

@media (max-width: 767px) {
  .category-items .item-container:hover .item {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.category-items .item-container:hover .item .description {
  background: #00a427;
}

.category-items .item-container:hover .item .description:after {
  border-top: 15px solid #00a427;
}

.category-items .item-container:hover .item .item-title {
  color: #00a427;
}

.block-10 {
  background: #3e3e3f;
}

.block-10 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .block-10 .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px;
  }
}
.block-10 .container .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 1199px) {
  .block-10 .container .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 15px 0;
  }
}
@media (max-width: 575px) {
  .block-10 .container .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.block-10 .container .item:before {
  content: "";
  position: absolute;
  width: calc(100% - 80px);
  height: 100%;
  left: 30px;
  top: 0;
  background: linear-gradient(250deg, #6c6c6c 0%, #3e3e3f 100%);
  border-radius: 2px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  z-index: 1;
}

@media (max-width: 1199px) {
  .block-10 .container .item:before {
    display: none;
  }
}
.block-10 .container .item &gt; * {
  position: relative;
  z-index: 2;
}

.block-10 .container .item .icon {
  margin-right: 15px;
}

.block-10 .container .item .icon img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block-10 .container .item .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.block-10 .container .item .desc {
  font-size: 20px;
  font-weight: 600;
  color: #c4c4c4;
  max-width: 200px;
  line-height: 26px;
}

@media (max-width: 991px) {
  .block-10 .container .item .desc {
    font-size: 17px;
    line-height: 24px;
    margin-top: 5px;
  }
}
.block-10 .container .item:hover img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.block-11 {
  padding-top: 20px;
  background-color: #f5f5f5;
}

@media (max-width: 1199px) {
  .block-11 {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .block-11 {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.block-11 .title {
  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;
  margin-bottom: 60px;
}

@media (max-width: 1299px) {
  .block-11 .title {
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .block-11 .title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.block-11 .title .center {
  font-size: 28px;
  font-weight: 600;
  color: #3e3e3f;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.block-11 .title .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 575px) {
  .block-11 .title .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .block-11 .title .center {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .block-11 .title .center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 32px;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .block-11 .title .center {
    font-size: 25px;
    line-height: 29px;
  }
}
.block-11 .title .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1199px) {
  .block-11 .title .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 991px) {
  .block-11 .title .right {
    display: none;
  }
}
@media (max-width: 575px) {
  .block-11 .title .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.block-11 .title .right .arrow {
  width: 50px;
  height: 50px;
  border: 2px solid #3e3e3f;
  border-radius: 2px;
  margin-left: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
          box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.block-11 .title .right .arrow:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #3e3e3f;
  border-top: 2px solid #3e3e3f;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
  margin-left: -5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block-11 .title .right .arrow.arrow-left:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.block-11 .title .right .arrow:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4), inset 0 0 0 1px #00a427;
          box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4), inset 0 0 0 1px #00a427;
  border-color: #00a427;
}

.block-11 .title .right .arrow:hover:after {
  border-color: #00a427;
}

.block-11 .title .right .arrow:active, .block-11 .title .right .arrow:focus {
  background: #00a427;
}

.block-11 .title .right .arrow:active:after, .block-11 .title .right .arrow:focus:after {
  border-color: #fff;
}

.block-11 .slider {
  margin: -10px -10px 0;
}

.block-11 .slick-slide {
  padding: 10px 10px 40px 10px;
  overflow: hidden;
}

.block-11 .item {
  background: #fff;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(196, 196, 196, 0.3);
          box-shadow: 0 3px 6px rgba(196, 196, 196, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #fff;
}

.block-11 .item:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  border-color: #00a427;
}

.block-11 .item:hover:after {
  border-right: 20px solid #00a427;
}

.block-11 .item:after {
  content: "";
  position: absolute;
  border-right: 20px solid #fff;
  border-bottom: 20px solid transparent;
  bottom: -20px;
  right: -3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block-11 .item:before {
  content: "";
  position: absolute;
  border-right: 20px solid #fff;
  border-bottom: 20px solid transparent;
  bottom: -13px;
  right: 0px;
  z-index: 1;
}

.block-11 .item .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.block-11 .item .rating img {
  width: 30px;
  height: 30px;
  margin-right: 2px;
}

.block-11 .item .item-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.block-11 .item .description {
  font-size: 18px;
  line-height: 25px;
  min-height: 100px;
  color: #6c6c6c;
  margin-bottom: 40px;
}

@media (max-width: 1329px) {
  .block-11 .item .description {
    font-size: 15px;
  }
}
.block-11 .item .user {
  position: relative;
  padding-left: 60px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6c6c6c;
  font-size: 14px;
  line-height: 16px;
}

.block-11 .item .user:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f5f5f5;
  background-image: url(../img/icon-user-gray.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.block-11 .btn.btn-trustpilot {
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 575px) {
  .block-11 .btn.btn-trustpilot {
    font-size: 14px;
    display: block;
    width: 100%;
  }
}
.block-11 .btn.btn-trustpilot img {
  width: auto;
  height: 24px;
  margin-right: 0;
  margin-left: 7px;
}

@media (max-width: 575px) {
  .block-11 .btn.btn-trustpilot img {
    height: 21px;
  }
}
.block-11 .btn.btn-trustpilot:active, .block-11 .btn.btn-trustpilot:focus {
  background-color: transparent;
  color: #3e3e3f;
}

.block-11 .btn.btn-trustpilot:active img, .block-11 .btn.btn-trustpilot:focus img {
  -webkit-filter: none;
          filter: none;
}

.block-12 {
  background-color: #3e3e3f;
  position: relative;
  margin-top: 40px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .block-12 {
    padding-bottom: 45px;
  }
}
.block-12:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: #f5f5f5;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .block-12:before {
    display: none;
  }
}
.block-12 &gt; * {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .block-12 .left {
    padding-top: 30px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.block-12 .left .title {
  font-size: 28px;
  font-weight: 600;
  color: #3e3e3f;
  line-height: 32px;
}

@media (max-width: 991px) {
  .block-12 .left .title {
    color: #fff;
  }
}
@media (max-width: 575px) {
  .block-12 .left .title {
    font-size: 25px;
    line-height: 29px;
  }
}
@media (max-width: 991px) {
  .block-12 .left .title br {
    display: none;
  }
}

.block-12 .iframe-container {
	border: 4px solid #3e3e3f;
	background: #3e3e3f;
	max-width: 896px;
	position: relative;
}

.block-12 .iframe-container::after {
	content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  background-image: url(../img/bg-tv-after.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  left: 0;
  bottom: -50px;
}

.block-12 .video-container {
	position: relative;
	aspect-ratio: 16 / 9;
}

.block-12 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.block-12 .right .button {
  position: absolute;
  width: 75px;
  height: 50px;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  background: #e30613;
  left: 40px;
  bottom: -20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

.block-12 .right .button.button2 {
  left: 125px;
}

@media (max-width: 575px) {
  .block-12 .right .button {
    width: 50px;
    height: 35px;
    margin-bottom: 5px;
    left: 20px;
    background-size: 25px 25px;
  }

  .block-12 .right .button.button2 {
    left: 80px;
  }
}
.block-12 .right .button:hover {
  background-size: 50px 50px;
}

.block-12 .right .button .pause, .block-12 .right .button .resume {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}

.block-12 .right .button .resume {
  display: block;
  background-image: url(../img/icon-play-white.svg);
  background-size: 40px 40px;
}

@media (max-width: 575px) {
  .block-12 .right .button * {
    background-size: 20px 20px !important;
  }
}
.block-12 .right .button .mute, .block-12 .right .button .unmute {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}

.block-12 .right .button .unmute {
  display: block;
  background-image: url(../img/volume.svg);
  background-size: 40px 40px;
}

.block-12 .right .button .pause {
  background-image: url(../img/icon-pause-white.svg);
  background-size: 30px 30px;
}

.block-12 .right .button .mute {
  background-image: url(../img/mute.svg);
  background-size: 40px 40px;
}

.block-13 {
  background-image: url(../img/block-13-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .block-13 {
    padding-bottom: 30px;
  }
}
.block-13:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 90px;
  left: 0;
  top: 0;
  z-index: 1;
  background: #3e3e3f;
}

.block-13 &gt; * {
  position: relative;
  z-index: 2;
}

.block-13 .paket-container {
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 2px;
  padding: 25px 25px 10px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .block-13 .paket-container {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 30px;
  }
}
.filter-container {
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 2px;
  padding: 25px;
  position: relative;
}

@media (max-width: 991px) {
  .filter-container {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.filter-container .icon {
  position: absolute;
  width: 90px;
  background: #e30613;
  right: 25px;
  top: 0;
  color: #fff;
  text-align: center;
  padding: 15px 0 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
}

@media (max-width: 991px) {
  .filter-container .icon {
    padding: 20px 0 25px;
  }
}
@media (max-width: 575px) {
  .filter-container .icon {
    width: 80px;
    padding: 10px 0 15px;
  }
}
.filter-container .icon img {
  width: 30px;
  height: 30px;
}

@media (max-width: 991px) {
  .filter-container .icon img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 575px) {
  .filter-container .icon img {
    width: 40px;
    height: 40px;
  }
}
.filter-container .title {
  font-size: 28px;
  line-height: 32px;
  color: #3e3e3f;
  margin-bottom: 30px;
  font-weight: 600;
  padding-right: 150px;
}

@media (max-width: 991px) {
  .filter-container .title {
    font-size: 25px;
    line-height: 29px;
  }
}
@media (max-width: 575px) {
  .filter-container .title {
    font-size: 20px;
    line-height: 24px;
    padding-right: 70px;
  }
}
@media (max-width: 400px) {
  .filter-container .title {
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  .filter-container .title {
    font-size: 13px;
    line-height: 15px;
  }
}
.filter-container .title-2 {
  font-size: 22px;
  line-height: 28px;
  color: #3e3e3f;
  margin-bottom: 40px;
  padding-right: 150px;
}

@media (max-width: 1329px) {
  .filter-container .title-2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .filter-container .title-2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .filter-container .title-2 {
    padding-right: 0;
    font-size: 18px;
    line-height: 22px;
  }
}
.filter-container .item {
  border: 2px solid #3e3e3f;
  padding: 10px 15px;
  background: #fff;
  margin-bottom: 20px;
}

.filter-container .item .form-control, .filter-container .item input, .filter-container .item textarea {
  border: none;
  border-bottom: 1px solid #dadada;
  height: 38px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (max-width: 575px) {
  .filter-container .btn {
    display: block;
    width: 100%;
  }
}
.filter-container .btn-block {
  padding: 17px 1rem;
}

.filter-container .form-with-placeholder .form-group {
  position: relative;
  margin-top: 30px;
  margin-bottom: 5px;
}

.filter-container .form-with-placeholder .form-group .cnt {
  position: absolute;
  font-size: 12px;
  right: 5px;
  bottom: 0;
  padding: 2px 5px;
  opacity: 0;
}

.filter-container .form-with-placeholder .form-control, .filter-container .form-with-placeholder input, .filter-container .form-with-placeholder textarea {
  width: 100%;
  padding-left: 10px;
  height: 30px;
  margin-top: 8px;
  padding-right: 0;
}

@media (max-width: 767px) {
  .filter-container .form-with-placeholder .form-control, .filter-container .form-with-placeholder input, .filter-container .form-with-placeholder textarea {
    text-align: center;
  }
}
.filter-container .form-with-placeholder .form-control + .placeholder, .filter-container .form-with-placeholder input + .placeholder, .filter-container .form-with-placeholder textarea + .placeholder {
  position: absolute;
  right: 45px;
  top: 26px;
  font-size: 13px;
  color: #3e3e3f;
  width: auto;
  -webkit-transition: translateY 0.3s;
  transition: translateY 0.3s;
}

@media (max-width: 767px) {
  .filter-container .form-with-placeholder .form-control + .placeholder, .filter-container .form-with-placeholder input + .placeholder, .filter-container .form-with-placeholder textarea + .placeholder {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }

  .filter-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: center;
    padding-left: 20px;
  }
}
.filter-container .form-with-placeholder .form-control + .placeholder span, .filter-container .form-with-placeholder input + .placeholder span, .filter-container .form-with-placeholder textarea + .placeholder span {
  color: #e30613;
}

.filter-container .form-with-placeholder .form-control:focus + .placeholder, .filter-container .form-with-placeholder .form-control:not([value=""]) + .placeholder, .filter-container .form-with-placeholder input:focus + .placeholder, .filter-container .form-with-placeholder input:not([value=""]) + .placeholder, .filter-container .form-with-placeholder textarea:focus + .placeholder, .filter-container .form-with-placeholder textarea:not([value=""]) + .placeholder {
  -webkit-transform: translateX(0%) translateY(-17px);
          transform: translateX(0%) translateY(-17px);
}

@media (max-width: 767px) {
  .filter-container .form-with-placeholder .form-control:focus + .placeholder, .filter-container .form-with-placeholder .form-control:not([value=""]) + .placeholder, .filter-container .form-with-placeholder input:focus + .placeholder, .filter-container .form-with-placeholder input:not([value=""]) + .placeholder, .filter-container .form-with-placeholder textarea:focus + .placeholder, .filter-container .form-with-placeholder textarea:not([value=""]) + .placeholder {
    -webkit-transform: translateX(50%) translateY(-17px);
            transform: translateX(50%) translateY(-17px);
  }
}
.filter-container .form-with-placeholder .form-control:focus + .placeholder + .cnt, .filter-container .form-with-placeholder .form-control:not([value=""]) + .placeholder + .cnt, .filter-container .form-with-placeholder input:focus + .placeholder + .cnt, .filter-container .form-with-placeholder input:not([value=""]) + .placeholder + .cnt, .filter-container .form-with-placeholder textarea:focus + .placeholder + .cnt, .filter-container .form-with-placeholder textarea:not([value=""]) + .placeholder + .cnt {
  opacity: 1;
}

.block-14 {
  background-color: #fff;
  padding: 50px 0 5px;
}

@media (max-width: 991px) {
  .block-14 {
    padding: 20px 0 5px;
  }
}
.block-14 .steps {
    font-family: Roboto, sans-serif;
  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;
}

@media (max-width: 1199px) {
  .block-14 .steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block-14 .steps .step-wr {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
  min-width: 170px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .block-14 .steps .step-wr {
    min-width: 0;
  }
}
.block-14 .steps .step-wr:last-child {
  margin-right: 0;
}

.block-14 .steps .step-wr .icon {
  -webkit-filter: none;
          filter: none;
  background: #00a427;
  border: 2px solid transparent;
  background: #f5f5f5;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  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;
  border-radius: 50%;
  z-index: 2;
  color: #c4c4c4;
  font-weight: bold;
}

@media (max-width: 991px) {
  .block-14 .steps .step-wr .icon {
    left: 50%;
    margin-left: -20px;
    border: none;
    background: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .block-14 .steps .step-wr .icon {
    margin-left: -30px;
    font-size: 17px;
  }
}
.block-14 .steps .step-wr .icon img {
  width: 20px;
  height: 20px;
}

.block-14 .steps .step-wr .step {
  color: #c4c4c4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block-14 .steps .step-wr.checked .num {
  color: #fff;
}

.block-14 .steps .step-wr.checked .icon {
  -webkit-box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
          box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
  background: #00a427;
}

.block-14 .steps .step-wr.checked .step-wrap .step {
  background: #00a427;
  color: #fff;
}

.block-14 .steps .step-wr.active .icon {
  background: #fff;
  border-color: #00a427;
  color: #00a427;
}

.block-14 .steps .step-wr.active .step-wrap {
  -webkit-filter: drop-shadow(1px 1px 0 #00a427) drop-shadow(-1px 1px 0 #00a427) drop-shadow(1px -1px 0 #00a427) drop-shadow(-1px -1px 0 #00a427);
          filter: drop-shadow(1px 1px 0 #00a427) drop-shadow(-1px 1px 0 #00a427) drop-shadow(1px -1px 0 #00a427) drop-shadow(-1px -1px 0 #00a427);
}

.block-14 .steps .step-wr.active .step-wrap .step {
  color: #00a427;
}

.block-14 .steps .step-wrap {
  -webkit-filter: drop-shadow(1px 1px 0 #f5f5f5) drop-shadow(-1px 1px 0 #f5f5f5) drop-shadow(1px -1px 0 #f5f5f5) drop-shadow(-1px -1px 0 #f5f5f5);
          filter: drop-shadow(1px 1px 0 #f5f5f5) drop-shadow(-1px 1px 0 #f5f5f5) drop-shadow(1px -1px 0 #f5f5f5) drop-shadow(-1px -1px 0 #f5f5f5);
  position: relative;
}

@media (max-width: 767px) {
  .block-14 .steps .step-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.block-14 .steps .step-wrap:last-child .step {
  margin-right: 0;
}

.block-14 .steps .step-wrap .step {
  background: #fff;
  position: relative;
  height: 60px;
  margin-left: 20px;
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  -webkit-box-shadow: 0 0 30px #000;
          box-shadow: 0 0 30px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
}

@media (max-width: 1199px) {
  .block-14 .steps .step-wrap .step {
    padding: 15px 10px 15px 20px;
  }
}
@media (max-width: 991px) {
  .block-14 .steps .step-wrap .step {
    padding-left: 0;
    padding-right: 5px;
    margin-right: 0;
    margin-left: 15px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .block-14 .steps .step-wrap .step {
    margin-left: 0;
  }
}
.block-14 .steps .step-wrap .step .step-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

@media (max-width: 1329px) {
  .block-14 .steps .step-wrap .step .step-title {
    font-size: 14px;
    line-height: 15px;
  }
}
@media (max-width: 1199px) {
  .block-14 .steps .step-wrap .step .step-title {
    font-size: 12px;
    line-height: 13px;
  }
}
@media (max-width: 991px) {
  .block-14 .steps .step-wrap .step .step-title {
    display: none;
  }
}
.block-15 {
  padding: 40px 0;
}

.block-15 .title {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 600;
  color: #3e3e3f;
}

@media (max-width: 1199px) {
  .block-15 .title {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .block-15 .title {
    font-size: 28px;
    line-height: 32px;
  }
}
.block-15 .item-container {
  margin-bottom: 20px;
}

.block-15 .item-container .item {
    font-family: Roboto, sans-serif;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(196, 196, 196, 0.3);
          box-shadow: 0 3px 6px rgba(196, 196, 196, 0.3);
  border: 2px solid #3e3e3f;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block-15 .item-container .item .img {
  width: 100%;
  padding: 10px;
  border: 2px solid #f5f5f5;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-15 .item-container .item .img img {
  max-height: 260px;
  width: auto;
  height: auto;
}

.block-15 .item-container .item .img .item-title {
  margin-top: 20px;
  font-size: 20px;
  line-height: 26px;
  min-height: 52px;
  font-weight: 700;
  color: #3e3e3f;
}

.block-15 .item-container .item .cost {
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  color: #c4c4c4;
  font-weight: 600;
}

.block-15 .item-container .item .cost span {
  font-size: 27px;
  line-height: 37px;
  font-weight: 700;
  color: #e30613;
  display: inline-block;
  margin-right: 10px;
}

.block-15 .item-container .item .select-container {
  padding: 10px 20px;
  border: 2px solid #6c6c6c;
  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;
  width: 100%;
  margin-bottom: 10px;
}

.block-15 .item-container .item .select-container label {
  margin: 0 20px 0 0;
  color: #c4c4c4;
  font-weight: 600;
}

.block-15 .item-container .item .select-container .r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.block-15 .item-container .item .select-container .r .form-control, .block-15 .item-container .item .select-container .r input, .block-15 .item-container .item .select-container .r textarea {
  border: none;
  border-bottom: 1px solid #dadada;
  height: 38px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: center;
}

.block-15 .item-container .item .btn-outline-success {
  margin-bottom: 10px;
}

.block-15 .item-container .item:hover {
  border-color: #00a427;
  -webkit-box-shadow: 0 10px 20px rgba(0, 164, 39, 0.6);
          box-shadow: 0 10px 20px rgba(0, 164, 39, 0.6);
  /*transform: scale(1.05)*/
}

@media (max-width: 991px) {
  .block-15 .item-container .item:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.block-16 {
    font-family: Roboto, sans-serif;
}
.block-16 .woocommerce-notices-wrapper {
  margin-top: 40px;
}

.block-16 .white-block {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(196, 196, 196, 0.3);
          box-shadow: 0 3px 6px rgba(196, 196, 196, 0.3);
  border-radius: 2px;
  margin: 40px 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .block-16 .white-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.block-16 .white-block .img {
  padding: 25px;
    position: relative;
  border: 2px solid #f5f5f5;
  margin-right: 20px;
  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;
}

@media (max-width: 991px) {
  .block-16 .white-block .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
.block-16 .white-block .img img {
  max-width: 160px;
  max-height: 160px;
}

.block-16 .white-block .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 991px) {
  .block-16 .white-block .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.block-16 .white-block .content .title {
    display: flex;
    gap: 25px;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: #3e3e3f;
  margin-bottom: 30px;
}

.block-16 .white-block .content .atributes {
  display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px 0;
  width: 100%;
}

@media (max-width: 1329px) {
  .block-16 .white-block .content .atributes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block-16 .white-block .content .atributes .item {
  padding-right: 15px;
}

@media (max-width: 1329px) {
  .block-16 .white-block .content .atributes .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .block-16 .white-block .content .atributes .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-right: 0;
  }
}
.block-16 .white-block .content .atributes .item .item-title {
  font-weight: 600;
  font-size: 18px;
  color: #00a427;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}

@media (max-width: 475px) {
  .block-16 .white-block .content .atributes .item .item-title {
    font-size: 14px;
  }
}
.block-16 .white-block .content .atributes .item .item-title img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

@media (max-width: 475px) {
  .block-16 .white-block .content .atributes .item .item-title img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
}
.block-16 .white-block .content .atributes .item .item-desc {
  color: #6c6c6c;
  font-size: 18px;
}

@media (max-width: 475px) {
  .block-16 .white-block .content .atributes .item .item-desc {
    font-size: 14px;
  }
}
.block-16 .block-description {
  margin-bottom: 40px;
}

.block-16 .block-description .title {
  font-weight: 600;
  font-size: 28px;
  color: #3e3e3f;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .block-16 .block-description .left {
    margin-bottom: 30px;
  }
}
.block-16 .block-description .left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-16 .block-description .left ul li {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #6c6c6c;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .block-16 .block-description .left ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.block-16 .block-description .left ul li span {
  display: inline-block;
  width: 50%;
  font-weight: 600;
  color: #3e3e3f;
}

@media (max-width: 767px) {
  .block-16 .block-description .left ul li span {
    width: auto;
  }
}
.block-16 .block-description .right {
  font-size: 18px;
  line-height: 24px;
  color: #3e3e3f;
}

.block-16 .block-description .right h1 {
  font-size: 28px;
}

.block-16 .block-description .right ul {
  padding-left: 25px;
}

.block-16 .block-description .right .text {
  max-height: 168px;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block-16 .block-description .right .text.active {
  max-height: 100%;
}

.block-16 .block-description .right p {
  margin-bottom: 24px;
}

.block-16 .block-description .right .more {
  color: #c4c4c4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block-16 .block-description .right .more .hide {
  display: none;
}

.block-16 .block-description .right .more.active .show {
  display: none;
}

.block-16 .block-description .right .more.active .hide {
  display: block;
}

.block-16 .block-description .right .more:hover {
  cursor: pointer;
  color: #e30613;
}

.block-16 .block-alert {
  margin-bottom: 40px;
  overflow: hidden;
}

.block-16 .block-alert .title {
  font-weight: 600;
  font-size: 28px;
  color: #3e3e3f;
  margin-bottom: 20px;
}

.block-16 .block-alert .red-block {
  padding: 20px;
  background: #f5e9ea;
  border: 2px solid #e30613;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  color: #3e3e3f;
  font-size: 18px;
  line-height: 24px;
}

.block-16 .block-alert .red-block strong {
  font-weight: 600;
}

.block-16 .block-alert .red-block .buttons {
  margin-bottom: 20px;
}

.block-16 .block-alert .red-block .buttons .btn {
  margin-right: 20px;
}

@media (max-width: 991px) {
  .block-16 .block-alert .red-block .buttons .btn {
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .block-16 .block-alert .red-block .buttons .btn {
    font-size: 13px;
  }
}
.block-16 .block-alert .red-block .custom-checkbox {
  padding-left: 45px;
  margin-top: 25px;
}

.block-16 .block-alert .red-block .custom-checkbox .custom-control-input {
  width: 1px;
}

.block-16 .block-alert .red-block .custom-checkbox .custom-control-label:before {
  width: 35px;
  height: 35px;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.block-16 .block-alert .red-block .custom-checkbox .custom-control-label:after {
  width: 35px;
  height: 35px;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.block-16 .block-alert .red-block .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #00a427;
  border-color: #00a427;
}

.block-16 .block-alert .red-block .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url(../img/icon-check.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.block-16 .block-alert .red-block .custom-checkbox .custom-control-label {
  color: #3e3e3f;
  font-weight: 600;
}

.block-16 .custom-control-label:before {
  border-color: #e30613;
}

.block-16 .cart-block {
  margin-bottom: 80px;
}

.block-16 .cart-block .title {
  font-weight: 600;
  font-size: 28px;
  color: #3e3e3f;
  margin-bottom: 20px;
}

.block-16 .cart-block .white {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(196, 196, 196, 0.3);
          box-shadow: 0 3px 6px rgba(196, 196, 196, 0.3);
  border-radius: 2px;
  padding: 20px;
  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;
}

@media (max-width: 991px) {
  .block-16 .cart-block .white {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block-16 .cart-block .white .stock {
  margin-bottom: 0;
  font-size: 18px;
}

.block-16 .cart-block .white .cart {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.block-16 .cart-block .white .cost {
  font-weight: 600;
  font-size: 16px;
  color: #c4c4c4;
}

@media (max-width: 991px) {
  .block-16 .cart-block .white .cost {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.block-16 .cart-block .white .cost .big {
  font-weight: bold;
  font-size: 38px;
  color: #e30613;
}

.block-16 .cart-block .white .cost.cost-radio {
  color: #000;
}

.block-16 .cart-block .white .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 991px) {
  .block-16 .cart-block .white .cart {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .block-16 .cart-block .white .cart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block-16 .cart-block .white .cart .select-container {
  padding: 7px 15px;
  border: 2px solid #6c6c6c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex: 0 0 306px;
}

@media (max-width: 991px) {
  .block-16 .cart-block .white .cart .select-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 575px) {
  .block-16 .cart-block .white .cart .select-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.block-16 .cart-block .white .cart .select-container label {
    margin: 0;
  color: #c4c4c4;
  font-weight: 600;
}

.block-16 .cart-block .white .cart .select-container .r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  min-width: 100px;
}

.block-16 .cart-block .white .cart .select-container .r .form-control,
.block-16 .cart-block .white .cart .select-container .r input,
.block-16 .cart-block .white .cart .select-container .r textarea {
  border: none;
  border-bottom: 1px solid #dadada;
  height: 38px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: center;
  width: 100%;
}

.block-16 .cart-block .white .cart .btn {
  height: 56px;
  margin-left: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .block-16 .cart-block .white .cart .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 575px) {
  .block-16 .cart-block .white .cart .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.block-17 {
  padding: 20px 0;
}

.block-17 .shopping-table {
  border-style: solid;
  border-width: 1px;
  border-color: #3e3e3f;
  width: 100%;
  font-size: 16px;
}

@media (max-width: 767px) {
  .block-17 .shopping-table {
    font-size: 10px;
  }
}
@media (max-width: 374px) {
  .block-17 .shopping-table {
    font-size: 9px;
  }
}
.block-17 .shopping-table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-17 .shopping-table ul li {
  display: block;
}

.block-17 .shopping-table tr {
  border-color: #3e3e3f !important;
}

.block-17 .shopping-table tr td {
  border: none !important;
}

@media (max-width: 767px) {
  .block-17 .shopping-table tr td {
    padding: 7px 3px;
  }

  .block-17 .shopping-table tr td.productname {
    word-break: break-word;
  }
}
.block-17 .shopping-table tr.empty-row {
  display: none;
}

.block-17 .shopping-table tr.headerrow {
  background-color: #00a427;
}

.block-17 .shopping-table tr.headerrow td {
  color: #fff;
  font-weight: bold;
  padding: 10px 5px;
}

.block-17 .shopping-table tr.headerrow td:first-child {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .block-17 .shopping-table tr.headerrow td:first-child {
    padding-left: 5px;
  }
}
.block-17 .shopping-table tr.headerrow td:nth-child(3), .block-17 .shopping-table tr.headerrow td:nth-child(4), .block-17 .shopping-table tr.headerrow td:nth-child(5) {
  text-align: center;
}

.block-17 .shopping-table tr.contentrow1 td, .block-17 .shopping-table tr.contentrow2 td {
  background: #3e3e3f;
  padding: 10px 5px;
  color: #fff;
  vertical-align: middle;
  border-bottom: 1px solid #dadada !important;
}

.block-17 .shopping-table tr.contentrow1 td:first-child, .block-17 .shopping-table tr.contentrow2 td:first-child {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .block-17 .shopping-table tr.contentrow1 td:first-child, .block-17 .shopping-table tr.contentrow2 td:first-child {
    padding-left: 5px;
  }
}
.block-17 .shopping-table tr.contentrow1 td:nth-child(3), .block-17 .shopping-table tr.contentrow1 td:nth-child(4), .block-17 .shopping-table tr.contentrow1 td:nth-child(5), .block-17 .shopping-table tr.contentrow2 td:nth-child(3), .block-17 .shopping-table tr.contentrow2 td:nth-child(4), .block-17 .shopping-table tr.contentrow2 td:nth-child(5) {
  text-align: center;
}

.block-17 .shopping-table tr.contentrow1 td.quantity label {
  display: none;
}

.block-17 .shopping-table tr.contentrow1 td.quantity input,
.block-17 .shopping-table tr.contentrow2 td.quantity input {
  width: 95px;
  text-align: center;
  border-radius: 0;
  font-size: 16px;
  height: 38px;
  border: none;
}

@media (max-width: 767px) {
  .block-17 .shopping-table tr.contentrow1 td.quantity input,
.block-17 .shopping-table tr.contentrow2 td.quantity input {
    width: 60px;
    height: 35px;
    padding: 0 3px;
    font-size: 14px;
  }
}
.block-17 .shopping-table tr.contentrow1 input[type=checkbox], .block-17 .shopping-table tr.contentrow2 input[type=checkbox] {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}

.block-17 .shopping-table tr.result {
  border-top: 1px solid #3e3e3f;
}

.block-17 .shopping-table tr.result td {
  background: #dadada;
  padding: 20px 5px;
  border-left: 0;
  text-align: right;
}

@media (max-width: 767px) {
  .block-17 .shopping-table tr.result td {
    font-size: 18px;
  }
}
.checkoutnavigation-container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.checkoutnavigation-container ul#checkoutnavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .checkoutnavigation-container ul#checkoutnavigation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 15px;
  }
}
.checkoutnavigation-container ul#checkoutnavigation li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 5px);
          flex: 0 0 calc(25% - 5px);
  background: #ededed;
  padding: 15px;
}

@media (max-width: 991px) {
  .checkoutnavigation-container ul#checkoutnavigation li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    margin-bottom: 10px;
  }
}
@media (max-width: 475px) {
  .checkoutnavigation-container ul#checkoutnavigation li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 5px);
            flex: 0 0 calc(100% - 5px);
  }
}
.checkoutnavigation-container ul#checkoutnavigation li .number {
  font-size: 20px;
  font-weight: bold;
}

.checkoutnavigation-container ul#checkoutnavigation li .title {
  font-size: 20px;
  font-weight: bold;
}

.checkoutnavigation-container ul#checkoutnavigation li .description {
  font-size: 16px;
  margin-top: 12px;
  display: block;
}

.checkoutnavigation-container ul#checkoutnavigation li.active {
  background-color: #3e3e3f;
  color: #fff;
}

.checkoutnavigation-container ul#checkoutnavigation li.inactive {
  color: #999;
  background-color: #ededed;
  border-color: #999;
}

.shippingblock {
  border: 1px solid #3e3e3f;
  width: 100%;
}

.shippingblock tr:first-child td {
  background: #3e3e3f;
  color: #fff;
}

.shippingblock tr td {
  padding: 10px 7px;
  border: 1px solid #3e3e3f;
}

.shippingblock .radiobutton {
  width: 50px;
}

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

.gender input[type=radio] {
  margin-left: 15px;
}

.gender .d-flex {
  margin-right: 30px;
}

.new-adresse .inputRequirement {
  display: none;
}

.new-adresse label .red {
  color: #e30613;
}

.new-adresse .select2-container--default {
  border: 2px solid #a4a4a5;
  border-radius: 3px;
}

.new-adresse .select2-container--default .select2-selection {
  border: none;
}

.new-payment-block {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #3e3e3f;
}

.new-payment-block .head label {
  margin: 0;
  padding: 10px 15px;
  background: #3e3e3f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 18px;
}

.new-payment-block .head label input {
  margin-right: 10px;
}

.new-payment-block .content {
  padding: 30px 15px;
}

.new-payment-block .method {
  max-width: 500px;
  margin-bottom: 20px;
}

.new-payment-block .method label {
  display: block;
  width: 100%;
}

.new-payment-block .method .field {
  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;
}

.new-payment-block .method .field select {
  width: calc(50% - 5px);
  margin-right: 10px;
}

.new-payment-block .method .field .select2-container--default {
  border: 2px solid #a4a4a5;
  border-radius: 3px;
}

.new-payment-block .method .field .select2-container--default .select2-selection {
  border: none;
}

.label-checkbox {
  display: block;
  margin-top: 30px;
}

.label-checkbox input {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  height: 16px;
}

body .checkout-checkbox {
  padding-left: 2.5rem;
}

body .checkout-checkbox input[type=checkbox] {
  padding: 0;
  margin: 0;
  width: 1px;
  height: 1px;
}

body .checkout-checkbox .custom-control-label:before {
  position: absolute;
  top: 0.5rem;
  left: -2.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #e30613 solid 2px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

body .checkout-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #00a427;
  border-color: #00a427;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

body .checkout-checkbox .custom-control-label:after {
  position: absolute;
  top: 0.5rem;
  left: -2.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  background: no-repeat 50%/50% 50%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.login-page-form {
  max-width: 500px;
}

.address_book_process .form-group {
  margin-bottom: 0;
}

.newsletter-form {
  max-width: 500px;
}

.create_account .inputRequirement {
  display: none;
}

.create_account label .red {
  color: #e30613;
}

.create_account .form-group {
  max-width: 500px;
  margin-bottom: 0;
}

.create_account .select2-container--default {
  border: 2px solid #a4a4a5;
  border-radius: 3px;
}

.create_account .select2-container--default .select2-selection {
  border: none;
}

.account_password .form-group {
  max-width: 500px;
  margin-bottom: 0;
}

.account_password .inputRequirement {
  display: none;
}

@media (max-width: 767px) {
  .account_history_info_table td {
    padding: 10px 5px;
    font-size: 12px;
  }
}
.cookieinfo {
  background: rgba(37, 37, 37, 0.9) !important;
  padding: 15px 25px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .cookieinfo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cookieinfo span {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 767px) {
  .cookieinfo span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.cookieinfo .cookieinfo-close {
  background: #e30613 !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  padding: 7px 15px !important;
  margin-top: 3px !important;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 135px;
          flex: 0 0 135px;
  margin-left: 30px !important;
}

@media (max-width: 767px) {
  .cookieinfo .cookieinfo-close {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0 !important;
    margin-top: 15px !important;
  }
}
.account_edit .inputRequirement {
  display: none;
}

.account_edit label .red {
  color: #e30613;
}

.account_edit .form-group {
  max-width: 500px;
  margin-bottom: 0;
}

.fancybox-slide--iframe .fancybox-content {
  max-width: 800px;
}

@media (max-width: 767px) {
  .fancybox-slide--iframe .fancybox-content {
    max-width: 100%;
  }
}
.fancybox-slide--iframe .fancybox-content .fancybox-button {
  top: 0;
  right: 0;
  color: #000;
}

.fancybox-slide--iframe .fancybox-content .fancybox-button:hover {
  color: #717172;
}

.block-category-description {
  margin-bottom: 30px;
  margin-top: -15px;
}

.block-category-description .white {
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 2px;
  padding: 25px;
}

.content_page {
  margin-bottom: 30px;
  margin-top: 30px;
}

.content_page .white {
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 2px;
  padding: 25px;
}

.maw500 {
  max-width: 500px;
}

#modalinwork .title {
  margin-bottom: 0;
  line-height: unset;
  text-align: center;
}

#modalinwork .title span {
  color: #00a427;
}

.cookie-window {
  position: fixed;
  right: 15px;
  top: 160px;
  width: 280px;
  height: 250px;
  z-index: 900;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cookie-window.disabled {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
}

.cookie-window:before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-box-shadow: -5px 10px 20px rgba(0, 0, 0, 0.4);
          box-shadow: -5px 10px 20px rgba(0, 0, 0, 0.4);
}

.cookie-window:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/block-1/window-bg.png);
  background-size: 100% 100%;
  background-position: 50% 50%;
  z-index: 2;
}

.cookie-window * {
  position: relative;
  z-index: 3;
}

.cookie-window .close {
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon-close-white.svg);
  background-size: 14px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 15px;
  right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 5;
}

.cookie-window .close:hover {
  cursor: pointer;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cookie-window .title-container {
  overflow: hidden;
}

.cookie-window .tilte {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1));
  padding: 15px 15px 15px 35px;
  margin-top: 15px;
  margin-left: -20px;
  width: 250px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.cookie-window .tilte span {
  display: block;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}

.cookie-window .desc {
  padding: 17px 15px;
  color: #fff;
  font-size: 14px;
}

.cookie-window .bnt-container {
  padding: 0 15px;
}

.cookie-window .bnt-container .btn {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* block-promo === */
form#checkout_confirmation ~ .bb-block-promo {
  margin-top: 20px;
}

.bb-block-promo {
  background: #f5f5f5;
  padding: 0 0 40px 0;
}

.bb-block-promo .container {
  padding-left: 0;
  padding-right: 0;
}

.bb-block-promo .block-promo-container {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(196, 196, 196, 0.3);
          box-shadow: 0px 3px 6px rgba(196, 196, 196, 0.3);
  border-radius: 2px;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px solid #e30613;
}

@media (max-width: 991px) {
  .bb-block-promo .block-promo-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bb-block-promo .block-promo-container .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background-image: url(../img/block-promo-close.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bb-block-promo .block-promo-container .close:hover {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.bb-block-promo .block-promo-image {
  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;
  padding: 0 30px;
  position: relative;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .bb-block-promo .block-promo-image {
    margin-bottom: 30px;
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media (max-width: 767px) {
  .bb-block-promo .block-promo-image {
    margin-bottom: 20px;
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    min-width: 180px;
    padding-left: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.bb-block-promo .block-promo-image::before {
  content: "";
    display: none;
  position: absolute;
  width: 100%;
  height: 75px;
  background: #e30613;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0 100%);
  z-index: 1;
}

.bb-block-promo .block-promo-image img {
  position: relative;
  z-index: 2;
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-radius: 50%;
}

.bb-block-promo .block-promo-text {
  margin-right: 30px;
}

@media (max-width: 991px) {
  .bb-block-promo .block-promo-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    margin-right: 0;
    padding-right: 45px;
    margin-bottom: 30px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .bb-block-promo .block-promo-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    padding-right: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
}
.bb-block-promo .block-promo-text .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #3e3e3f;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .bb-block-promo .block-promo-text .title {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
.bb-block-promo .block-promo-text .description {
  font-size: 18px;
  line-height: 24px;
  color: #6c6c6c;
}

@media (max-width: 1199px) {
  .bb-block-promo .block-promo-text .description {
    font-size: 16px;
    line-height: 21px;
  }
}
.bb-block-promo .block-promo-contacts {
  max-width: 220px;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .bb-block-promo .block-promo-contacts {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 15px;
    padding-left: 30px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .bb-block-promo .block-promo-contacts {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 10px;
    padding-left: 20px;
    margin: 0;
  }
}
@media (max-width: 475px) {
  .bb-block-promo .block-promo-contacts {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.bb-block-promo .block-promo-contacts .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.bb-block-promo .block-promo-contacts .head .left {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #3e3e3f;
  margin-right: 20px;
}

.bb-block-promo .block-promo-contacts .head .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 19px;
  color: #6c6c6c;
}

.bb-block-promo .block-promo-contacts .phone {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #00a427;
  margin-bottom: 5px;
  padding-left: 30px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url(../img/block-promo-phone.svg);
}

.bb-block-promo .block-promo-contacts .email {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #00a427;
  padding-left: 30px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url(../img/block-promo-email.svg);
}

@media (max-width: 767px) {
  .bb-block-promo .block-promo-contacts .email {
    font-size: 16px;
  }
}
.bb-block-promo .block-promo-info {
  margin-right: 60px;
  max-width: 160px;
  min-width: 160px;
}

.bb-block-promo .block-promo-info a span {
  display: block;
  text-transform: lowercase;
}

@media (max-width: 991px) {
  .bb-block-promo .block-promo-info {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 30px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .bb-block-promo .block-promo-info {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 20px;
    margin: 0;
  }
}
@media (max-width: 475px) {
  .bb-block-promo .block-promo-info {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bb-block-promo .block-promo-info .btn {
  padding: 14px 7px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  min-width: unset;
}

.bb-block-promo .block-promo-info .time {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #3e3e3f;
  position: relative;
  padding-left: 50px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bb-block-promo .block-promo-info .time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #00a427;
  -webkit-box-shadow: 0px 3px 6px rgba(62, 62, 63, 0.4);
          box-shadow: 0px 3px 6px rgba(62, 62, 63, 0.4);
  border-radius: 50%;
  background-image: url(../img/block-promo-time.svg);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.bb-block-promo .block-promo-info .time span {
  display: inline;
  color: #e30613;
}

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

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.page_content_text_1 .readmore-js-section_1 {
  overflow: hidden;
  margin-bottom: 3px;
}

.page_content_text_1 .readmore-js-section_1 * {
    font-family: Roboto, sans-serif;
}

.page_content_text_1 .readmore-js-section_1 :is(p,div) {
    font-size: 18px;
    line-height: 1.5;
}
.page_content_text_1 .readmore-js-section_1 p:last-child {
    margin-bottom: 0;
}

.readmore-js-toggle_1 {
  display: block;
  font-weight: bold;
    font-family: Roboto, sans-serif;
}

.single-product .readmore-js-toggle_1 {
    transform: translateY(50%);
}

body .woocommerce-info {
  background: #1f85be;
  border: none;
  border-radius: 2px;
  color: #fff;
}
body .woocommerce-info:before {
  color: #fff;
}
body .woocommerce-info a {
  color: #fff;
  text-decoration: underline;
}
body .woocommerce-info a:hover {
  text-decoration: none;
}

body .woocommerce-message {
  background: #05a327;
  border: none;
  border-radius: 2px;
  color: #fff;
}
body .woocommerce-message:before {
  color: #fff;
}
body .woocommerce-message a {
  color: #fff;
  text-decoration: underline;
}
body .woocommerce-message a:hover {
  text-decoration: none;
}

body .woocommerce-error {
  background: #e30614;
  border: none;
  border-radius: 2px;
  color: #fff;
}
body .woocommerce-error:before {
  color: #fff;
}
body .woocommerce-error a {
  color: #fff;
  text-decoration: underline;
}
body .woocommerce-error a:hover {
  text-decoration: none;
}

body .woocommerce table.shop_table {
  border-radius: 0;
  border: 1px solid #3e3e3f;
}

.block-17 .shopping-table tr.contentrow1 td.productname a {
  color: #fff;
}
.block-17 .shopping-table tr.contentrow1 td.productname a:hover {
  text-decoration: underline;
}

.block-17 .shopping-table tr .product-remove {
  text-align: center;
}
.block-17 .shopping-table tr .product-remove .remove {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  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;
  padding: 0;
  line-height: 30px;
  padding-bottom: 4px;
}

.block-17 .shopping-table .cart_totals p {
  margin-bottom: 5px;
}

abbr.required,
.text-red {
  color: #e30614;
  text-decoration: none;
}

.woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.label-block label {
  display: block;
  width: 100%;
}
.label-block .form-row {
  margin: 0 !important;
}
.label-block .select2 {
  width: 100% !important;
}

#registration input[type=text],
#registration input[type=tel],
#registration input[type=password],
#registration input[type=email] {
  border: none;
  border-bottom: 1px solid #a4a4a5;
  border-radius: 0;
  width: 100%;
  padding-left: 8px;
  padding-top: 0;
  height: 40px;
}
#registration .select2-container--default .select2-selection--single {
  border-bottom: 1px solid #a4a4a5;
}

.block-checkout {
  padding: 20px 0;
}

.block-checkout .woocommerce-input-wrapper,
.block-my-account .woocommerce-input-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.block-checkout .select2-container--open,
.block-my-account .select2-container--open {
  margin-top: 0 !important;
}
.block-checkout .select2-container--default .select2-selection--single,
.block-my-account .select2-container--default .select2-selection--single {
  border: 2px solid #a4a4a5;
  border-radius: 2px;
}
.block-checkout .select2-container .select2-selection--single,
.block-my-account .select2-container .select2-selection--single {
  height: 50px;
}
.block-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.block-my-account .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
}
.block-checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
.block-my-account .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}
.block-checkout .form-row,
.block-my-account .form-row {
  padding: 0 !important;
}
.block-checkout .password-input,
.block-my-account .password-input {
  display: block;
  width: 100%;
}

.checkout-select-dropdown {
  margin-top: 36px !important;
}

.checkout-select-dropdown.select2-dropdown--above {
  margin-top: 32px !important;
}

.right-order table {
  background: #dadada;
  margin-bottom: 30px !important;
}
.right-order table td:last-child, .right-order table th:last-child {
  text-align: right;
}
.right-order table td:first-child, .right-order table th:first-child {
  text-align: left;
}
.right-order table thead {
  border: 0;
  background: #08a227;
  color: #fff;
}
.right-order table thead tr {
  padding: 0;
}
.right-order table thead tr th {
  padding: 0;
}
.right-order table tbody {
  color: #fff;
}
.right-order table tbody tr {
  background: #3e3e3f;
  padding: 0;
  margin: 0;
}
.right-order table tbody tr td {
  padding: 0;
  margin: 0;
}
.right-order #payment {
  background: #dadada !important;
  border-radius: 0 !important;
  border: 1px solid #3e3e3f;
}
.right-order .payment_box {
  background: #cdcdcd !important;
}
.right-order .payment_box:before {
  border: 1em solid #cdcdcd !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.right-order .input-radio {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.right-order .place-order {
  padding: 1em !important;
}
.right-order .btn {
  display: block;
  width: 100%;
}
.right-order .woocommerce-notice {
  font-size: 14px;
  line-height: 18px;
}

.bb.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.bb.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
}
.bb.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
}
@media (max-width: 767px) {
  .bb.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: block;
    width: 100%;
  }
}
.bb.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a, .bb.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #e30614;
  color: #fff;
  text-decoration: none;
}
.bb.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  padding: 7px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
  background: #e8e8e8;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .bb.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .bb.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    text-align: center;
  }
}

.bb.woocommerce-account .woocommerce-Address-title {
  display: block;
}
.bb.woocommerce-account .woocommerce-Address-title h3 {
  display: inline-block;
}
.bb.woocommerce-account .col2-set.addresses address {
  border: none;
  padding: 0;
}

.block-my-account {
  margin-top: 60px;
  margin-bottom: 20px;
}

.product-button-cart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-button-cart-container .stock {
  margin-right: 20px;
  font-weight: bold;
  white-space: nowrap;
}

body .woocommerce-order .col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .woocommerce-order .col-1,
body .woocommerce-order .col-2 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
  max-width: 50%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  body .woocommerce-order .col-1,
body .woocommerce-order .col-2 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.easylox-cart-js-counter-wrapper {
  display: none;
  width: 100%;
  margin-bottom: 15px;
  background: orange;
  padding: 5px 15px;
  color: #fff;
  border-radius: 2px;
}

.easylox-cart-js-counter-wrapper .easylox-cart-js-counter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.easylox-cart-js-counter-wrapper .easylox-cart-js-counter-container .text {
  font-size: 21px;
  margin-left: 15px;
}

@media (max-width: 1199px) {
  .easylox-cart-js-counter-wrapper .easylox-cart-js-counter-container .text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .easylox-cart-js-counter-wrapper .easylox-cart-js-counter-container .text {
    font-size: 14px;
  }
}
.easylox-cart-js-counter-wrapper .easylox-cart-js-counter-container .text a {
  color: #fff;
  text-decoration: underline;
}

.easylox-cart-js-counter-wrapper .easylox-cart-js-counter-container .text a:hover {
  text-decoration: none;
}

.easylox-cart-js-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.easylox-cart-js-counter .count-col {
  margin: 0 5px;
  background: #cc8400;
  padding: 5px;
  min-width: 60px;
  border-radius: 2px;
}

.easylox-cart-js-counter .count-col:first-child {
  margin-left: 0;
}

.easylox-cart-js-counter .count-col:last-child {
  margin-right: 0;
}

.easylox-cart-js-counter .count-col .count-num {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
}

.easylox-cart-js-counter .count-col .count-text {
  font-size: 8px;
  text-transform: uppercase;
}

.esy-add-to-cart .spinner-border,
.wc_cart_btn_checkout .spinner-border {
  display: none;
}
.esy-add-to-cart.loading .spinner-border,
.wc_cart_btn_checkout.loading .spinner-border {
  display: inline-block;
}

.home-top {
    background-position: center;
    background-size: cover;
}

.home-top__outer-items-wrap {
    min-height: 600px;
    padding-top: 1px;
}

.home-top__items-wrap {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 35px 21px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 27px 25px 46px;
    margin-top: 118px;
}

@media(max-width: 1200px) {
     .home-top__items-wrap {
        grid-template-columns: repeat(2,1fr);
    }
}


@media(max-width: 767px) {
     .home-top__items-wrap {
        grid-template-columns: repeat(1,1fr);
        padding: 16px 16px 30px;
        margin-top: 23px;
    }
}

.cat-home-card {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    border: 1px solid #3E3E3F;
    font-family: Roboto, sans-serif;
    min-height: 374px;
    padding-top: 24px;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
}

.cat-home-card__header {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.1;
    color: #252525;
    text-align: center;
    transition: color 0.3s;
}

.cat-home-card__img-wrap {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 33px;
}

.cat-home-card__price {
    position: absolute;
    bottom: -23px;
    right: 9px;
    padding: 0 30px 0 16px;
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 21px;
    background-color: var(--green);
    color: #fff;
    border-radius: 100px;
    line-height: 1;
    transition: background-color 0.3s;
}

.cat-home-card__price .ab {
    font-size: 24px;
    transition: color 0.3s;
}

.cat-home-card__price .price {
    font-size: 33px;
    font-weight: 900;
    transition: color 0.3s;
}

.cat-home-card:hover {
    background-color: rgba(0, 164, 39, .8);
    border-color: rgba(0, 164, 39, .8);
}

.cat-home-card:hover :where(.ab, .price) {
    color: var(--green);
}

.cat-home-card:hover .cat-home-card__price {
    background-color: #fff;
}
.cat-home-card:hover .cat-home-card__header {
    color: #fff;
}

.home-top .block-9 {
    padding-top: 0;
    background-image: none;
}

.readmore-divider + p:empty {
    margin: 0;
}

.pdf-links {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	gap: 12px;
	width: 100%;
}

.pdf {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    gap: 10px;
}

.pdf .pdf__link {
    color: var(--green);
    text-decoration: underline;
    font-size: 16px;
    line-height: 27px;
}

.open-product-img-slider {
	cursor: pointer;
}

.open-product-gallery {
    color: var(--green);
    font-weight: 600;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 27px;
    white-space: nowrap;
    z-index: 1;
}

.open-product-gallery:hover {
    color: var(--green);
}

.product-slider {
    position: fixed;
    z-index: -1000;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
}

.product-slider_show {
    pointer-events: auto;
    z-index: 1000;
}

.product-slider_visible {
    opacity: 1;
}

.product-slider__bg-wrap {
    background-color: #fff;
    max-width: 1014px;
    aspect-ratio: 1014 / 621;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-bottom: 45px;
}

.product-slider__img-wrap {
    max-width: 600px;
    margin: 0 auto;
}

.slider-prev-btn svg,
.slider-next-btn svg {
    width: 30px;
}

.prev-product-img,
.next-product-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slider-prev-btn,
.slider-next-btn {
    width: 88px;
    height: 88px;
    background-color: var(--green);
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    z-index: 1;
}

.slider-prev-btn:hover,
.slider-next-btn:hover {
    background-color: #E50F1C;
}

.prev-product-img {
    left: 0;
    transform: translate(-50%, -50%);
}

.next-product-img {
    right: 0;
    transform: translate(50%, -50%);
}

.product-slider .slick-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 24px;
}

.slider-with-dots .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    color: transparent;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.slider-with-dots .slick-dots button {
    background-color: var(--green);
    opacity: .4;
    transition: opacity .3s;
    width: 18px;
    height: 18px;
    border: none;
    outline: none;
    border-radius: 50%;
}

.slider-with-dots .slick-dots .slick-active button {
    opacity: 1;
}

.product-slider .slick-list,
.product-slider .slick-slider {
    position: static;
}

.close-product-gallery {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    display: flex;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
	z-index: 10;
}

.close-product-gallery svg {
    width: 63px;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer-menu__header {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.125;
    color: var(--green);
    margin-bottom: 0.875em;
} 

.footer-1 .row {
    padding: 0 4.1%;
}

@media(max-width: 1120px) {
    .product-slider__bg-wrap {
        max-width: 89vw;
    }
}


@media(max-width: 992px) {
    .product-slider__img-wrap {
        max-width: 500px;
        padding-top: 20px;
    }
}

@media(max-width: 767px) {
    .footer-wrap {
        display: block;
    }        

    .footer-1 ul {
        display: none;
        margin: 0;
        padding-bottom: 10px;
    }

    .footer-1 .row {
        padding: 0;
    }

    .footer-menu__header {
        position: relative;
        padding: 10px 0 11px;
        cursor: pointer;
        margin-bottom: 0;
    }

    .footer-menu__plus {
        position: absolute;
        right: 8px;
        top: calc(50% - 1px);
        width: 10px;
        height: 2px;
        background-color: #fff;
    }

    .footer-menu__plus::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        transform: rotate(90deg);
        transition: opacity 0.3s;
        opacity: 1;
    }

    .footer-menu.opened .footer-menu__plus::after {
        opacity: 0;
    }

    .footer-menu {
        position: relative;
    }

    .footer-menu::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
        width: 100vw;
        background-color: #fff;
    }

    .footer-1 .copyright-1 {
        margin-top: 94px;
    }

    .home-top .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page_content_text_1 .readmore-js-section_1 :is(p, div) {
        font-size: 17px;
        line-height: 24px;
    }

    .block-16 .white-block .content .title {
        display: block;
        margin-bottom: 33px;
    }

    .pdf {
        display: flex;
        margin-top: 31px;
    }

    .block-16 .white-block .content .atributes {
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

    .block-16 .white-block .content .atributes .item .item-title {
        font-size: 14px;
        line-height: 1.5;
    }

    .block-16 .white-block .content .atributes .item .item-title img {
        transform: scale(.87);
    }

    .block-16 .block-description {
        margin-bottom: 50px;
    }

    .block-16 .cart-block {
        margin-bottom: 22px;
    }

    .prev-product-img, .next-product-img {
        display: none;
    }

    .product-slider__bg-wrap {
        height: 85%;
        max-width: 90vw;
        padding: 100px 10px 100px;
    }
  .product-slider .slick-list, .product-slider .slick-slider {
    height: 100%;
  }

    .product-slider .slick-dots {
        bottom: 40px;
    }

    .product-slider__img-wrap {
        padding-top: 0;
    }
}

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

p {
  margin: 5px 0;
}

body {
  position: relative;
  color: #1D1D1B !important;
  margin: 0 !important;
  padding: 0;
  font-weight: 400 !important;
  font-size: 16px !important;
  font-family: "Titillium Web", sans-serif !important;
}
body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body a {
  color: #1D1D1B;
  text-decoration: none;
}

.achievements {
  padding: 2rem 0;
}
.achievements_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.achievements_item {
  width: 21%;
  padding: 2rem 1rem;
  border: 1px solid #5B5856;
  border-radius: 10px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.achievements_item:hover {
  cursor: default;
  background: #25A226;
  color: #fff !important;
}
.achievements_item:hover .achievements_content__title {
  color: #fff !important;
}
.achievements_item:hover .achievements_content__text {
  color: #fff !important;
}
.achievements_item:hover .achievements_img path {
  fill: #ffffff !important;
}
.achievements_item:nth-child(3):hover .achievements_img path {
  fill: none !important;
  stroke: #ffffff !important;
}
.achievements_img {
  margin-top: 1rem;
}
.achievements_content__title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  margin: 1rem 0;
}
.achievements_content__text {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #A5A5A5;
}

@media (max-width: 1366px) {
  .achievements_item {
    width: 24%;
  }
}
@media (max-width: 768px) {
  .achievements_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .achievements_item {
    margin: 1rem 0;
    width: 90%;
  }
}

.steps {
  margin: 4rem 0;
}

.info-images-section {
    background-color: #fff;
    padding: 2.1875em 0.9375em 1.8125em;
    margin: 2.5em 0 0 0;
}

.info-images-section__desktop,
.info-images-section__mobile {
    margin: 0 auto;
}

.info-images-section__mobile {
    display: none;
}

@media(max-width: 768px) {
    .info-images-section__mobile {
        display: block;
    }

    .info-images-section__desktop {
        display: none;
    }
}

.info-section {
    /* padding: 0 0.9375em; */
    margin: 3.9375em 0;
}

.text-section__text {
    font: 1.25em / 1.55 Roboto, sans-serif;
    color: #252525;
    background-color: #fff;
    padding: 1.35em 1.25em 1.2em !important;
}

.text-section__text a {
    color: #E30614;
    text-decoration: underline;
    border-radius: 10px;
    overflow: hidden;
}

.slanted-header {
    font-size: 1em;
    background-color: var(--green);
    transform: skewX(-27deg);
    padding: 1.375em 0.9375em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: calc((100 / 1400) * 100%);
}

.slanted-header span {
    display: block;
    font: 700 1.875em / 1.16129 Roboto, sans-serif;
    color: #fff;
    transform: skewX(27deg);
}

.slider-section__slider-outer-wrap {
    position: relative;
}

.slider-section__prev-btn,
.slider-section__next-btn {
    font-size: 1em;
    width: 5.5em;
    height: 5.5em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: background-color 0.3s, opacity 0.3s;
}

.slider-section .slick-arrow svg {
    width: 1.875em;
}

.slider-section__prev-btn.slick-disabled,
.slider-section__next-btn.slick-disabled {
    opacity: 0.5;
}

.slider-section__prev-btn {
    left: 0;
}

.slider-section__next-btn {
    right: 0;
}

.slider-section__slider-wrap .slick-track {
    display: flex;
    align-items: center;
}

.single-slide-slider__slide .slider-img {
    display: block;
    margin: 0 auto;
}

.single-slide-slider__slide {
    padding: 0 6.625em;
    display: inline-flex !important;
}

.slider-section__slider-wrap .slick-dots {
    margin-top: calc((80 / 1400)*100%);
}

@media (max-width: 1200px) {
    .info-section {
        font-size: 93.75%;
    }
}

@media (max-width: 992px) {
    .info-section {
        font-size: 87.5%;
    }
}

@media (max-width: 768px) {
    .info-section {
        font-size: 100%;
    }
}

.youtube-section__header {
    font: 700 2em / 1.09375 Roboto, sans-serif;
    color: #252525;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.0625em;
}

.slanted-button {
    position: absolute;
    top: 100%;
    left: -1em;
    width: 4.6875em;
    height: 3.125em;
    transform: skewX(-25deg) translateY(-50%);
    transition: all 0.3s;
    /* background-color: var(--green); */
    background-color: #E30613;
}

.slanted-button.button2 {
    left: 5.5em;
}

.slanted-button :where(.resume, .pause, .mute, .unmute) {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(25deg);
    transform: skewX(25deg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}

.slanted-button .resume {
    display: block;
    background-image: url(../img/icon-play-white.svg);
    background-size: 2.5em 2.5em;
}

.slanted-button .pause {
    background-image: url(../img/icon-pause-white.svg);
    background-size: 1.875em 1.875em;
}

.slanted-button .mute {
    background-image: url(../img/mute.svg);
    background-size: 2.5em 2.5em;
}

.slanted-button .unmute {
    display: block;
    background-image: url(../img/volume.svg);
    background-size: 2.5em 2.5em;
}

.youtube-section__video-container-wrap {
	max-width: 896px;
	border: 4px solid #3e3e3f;
	margin: 0 auto;
}

.youtube-section__video-container {
    aspect-ratio: 16 / 9;
    position: relative;
}

.youtube-section__video-container-wrap::after {
	content: '';
  	position: absolute;
  	width: 100%;
  	height: 50px;
  	background-image: url(../img/bg-tv-after.png);
  	background-position: 50% 0;
  	background-repeat: no-repeat;
  	left: 0;
  	bottom: -50px;
}

.youtube-section__video-container #player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-section {
    padding-bottom: 2em;
}

@media(max-width: 768px) {
   .info-images-section {
        margin-top: 0;
        margin-bottom: -20px;
    } 

    .text-section__text {
        padding: 1.45em 1.5em;
    }

    .info-section {
        margin: 2.5em 0;
    }

    .slanted-header span {
        font-size: 1.5625em;
    }

    .slider-section__prev-btn, 
    .slider-section__next-btn {
        display: none;
    }

    .single-slide-slider__slide {
        padding: 0;
    }

    .slanted-header {
        padding: 1.5em 1em;
        margin: 0 1em 3.5em;
    }

    .slider-section .container {
        padding-left: 1em;
        padding-right: 1em;
    }

    .slider-section__slider-wrap .slick-dots {
        margin-top: 60px;
    }

    .youtube-section .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .slanted-button {
        width: 60px;
        height: 42px;
        transform: skewX(-25deg);
        top: calc(100% + 10px);
        left: auto;
        right: 77px;
		z-index: 2;
    }

    .slanted-button.button2 {
        left: auto;
        right: 10px;
    }

    .slanted-button div[class] {
        background-size: 25px 25px;
    }

    .slanted-button div.pause {
        background-size: 20px 20px;
    }

    .youtube-section__header {
        margin-top: -10px;
        margin-bottom: 56px;
    }


    .youtube-section {
        margin-bottom: 104px;
    }
  .footer_page_title h1 {
    font-size: 1.5rem !important;
  }
}
@media(max-width: 400px) {
  .footer_page_title h1 {
    font-size: 1rem !important;
  }
}

.footer_page_top {
  padding: 1rem;
  background: #EBEBEB;
}
.footer_page_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_page_title h1 {
  text-align: center;
  margin: 0 1rem;
  color: var(--red, #E30614);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer_page_text {
  width: 100%;
  padding: 1rem;
  box-shadow:0px 0px 13px rgba(0, 0, 0, 0.25);
  margin: 1rem 0;
}

.footer_page_text ul {
  list-style: unset;
  padding: 0 2rem;
  margin: 1rem 0;
}

.readmore-divider {
	display: inline-block;
}

/* 17.10 -- FAQ page */

.faq{
  font-family: 'Roboto', sans-serif; 
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.faq .mt-5{
  margin-top: 4.7rem!important;
}

.faq .mb-3{
  margin-bottom: 3rem!important;
}

.mb-5{
  margin-bottom: 5rem;
}

.mb-2_4{
  margin-bottom: 2.4rem;
}

.faq_inner{
  position: relative;
  margin-bottom: 3.7rem;
}

.faq_title{
  color: #000000;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.6rem;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 1rem;
}

.faq_current-question{
  border: 2px solid #6C6C6C;
  color: #000;
  background-color: #fff;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;  
  font-size: 1rem;
  line-height: 1.15rem;
  padding: 1rem .75rem 0.9rem 1.15rem;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;  
  transition: all .3s ease;
}

.faq_current-question svg{
  transition: all .3s ease;
}

.faq_current-question:hover svg,
.faq_current-question.toggled svg{
  transform: rotate(180deg);
}

.faq_current-question:hover svg &gt; path,
.faq_current-question.toggled svg &gt; path{
  fill: #00A427;
}

.faq_current-answer{
  color: #000;
  background-color: #fff;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;  
  font-size: 1.25rem;
  line-height: 1.95rem;
  padding: 1.15rem 1.6rem;
  margin-top: 2.5rem;
}

.faq_list-search{
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 20;
  top: 6.7rem;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 1.1rem 0 0;
}

.faq_list-search.showed{
  display: block;
  opacity: 1;
}

.faq_list-search-box{
  position: relative;
  padding: 0 1.3rem;
}

.faq_list-search-box input{
  border: 2px solid #6C6C6C;
  font-size: 1rem;
  line-height: 1.1rem;
  padding: 1.6rem 3.1rem;
}

.faq_list-search-box input::placeholder{
  color: #BFBFBF
}

.faq_list-search-box button{
  border: none;
  outline: none;
  position: absolute;
  background: transparent;
  top: 0.9rem;
  left: 1.9rem;
}

.faq_list-answers{
  margin-top: .6rem;
}

.faq_list-question-item .faq_list-question-item-content{
  display: none;
}

.faq_list-question-item.active, .faq_list-question-item:hover, .faq_list-question-item:active, .faq_list-question-item:focus{
  font-weight: 700;
  color: #fff;
  background-color: #00A427;
}

.faq_list-question-item{
  transition: all .3s ease;
  padding: 1rem 1.2rem;
  font-size: 1rem;
  line-height: 1.15rem;
  color: #000;
  cursor: pointer;
}

.faq_list-question-item.searched{
  display: block;
}

.faq_list-question-item.hidden{
  display: none;
}

.faq_list-answers{
  max-height: 46.9rem;
  overflow: auto;
  box-shadow: 0 6px 10px 2px rgba(0,0,0,.06);
}

.faq_list-answers::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	background-color: #D9D9D9;
}

.faq_list-answers::-webkit-scrollbar
{
	width: 6px;
	background-color: #848484;
}

.faq_list-answers::-webkit-scrollbar-thumb
{
	background-color: #848484;
}

@media screen and (max-width:767px) {
  .faq .mb-3 {
    margin-bottom: 3rem!important;
  }
  .faq .mt-5 {
      margin-top: 2.7rem!important;
  }
  .faq_title{
    font-size: 1.7rem;
    margin-top: 3.6rem;
    margin-bottom: 1.65rem;
    text-align: center;
  }
  .faq_inner{
    margin: 0 -10px;
  }
  .faq_current-question{
    margin: 0 1rem;
    padding: 1.1rem 1.3rem 1.1rem .7rem;
    align-items: center;
  }
  .faq_current-question .arrow{
    position: relative;
    right: -0.8rem;
  }
  .faq_current-answer{
    line-height: 1.94rem;
    padding: 1.15rem 1.9rem;
    margin-top: 1.9rem;
  }
  .faq_list-search-box{
    padding: 0 1rem;
  }
  .faq_list-search{
    top: 11.7rem;
  }
  .faq_list-search-box button{
    left: 1.6rem;
  }
  .faq_list-answers{
    margin-top: 0.7rem;
  }
  .faq_list-question-item {
    padding: 1rem 8.5rem 1.1rem 0.4rem;
    font-size: 16px;
    line-height: 1.14rem;
  }
}

/* 18.10 Partner page - styles */


.block-1 {
  background-image: url(../img/block-1/bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  padding: 20px 0;
}

.block-1 .slick-slide {
  overflow: hidden;
}

.block-1 .tabs-container {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 15px;
}

@media (max-width: 991px) {
  .block-1 .tabs-container{
      padding: 20px 15px 7px 15px;
  }
  .block-1 .tabs-container.revealator-zoomin {
      transform: scale(1);
      opacity: 1;
  }
}

.block-1 .white-container {
  border: 2px solid #3e3e3f;
  padding: 20px 15px 0;
  background: #fff;
  min-height: 140px;
}

.block-1 .white-container.min {
  min-height: 0;
  padding: 7px 15px;
}

.block-1 .title {
  color: #3e3e3f;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .block-1 .title {
      font-size: 22px;
  }
}

.block-1 .form-tab-2 {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .block-1 .form-tab-2 {
      flex-wrap: wrap;
  }
}

.block-1 .form-tab-2 .white-container {
  flex: 1;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .block-1 .form-tab-2 .white-container {
      flex: 0 0 100%;
      margin-bottom: 15px;
      margin-right: 0;
  }
}

@media (max-width: 991px) {
  .block-1 .form-tab-2 .button-container {
      flex: 0 0 100%;
  }

  .block-1 .form-tab-2 .button-container .btn {
      display: block;
      width: calc(100% - 20px);
      font-size: 13px;
      padding-top: 19px;
      padding-bottom: 18px;
  }
}

.block-1 .select2 {
  width: 100% !important;
}

.block-1-package-form .select2 {
  width: 100% !important;
}

.block-1-package-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.block-1-package-form .form-control {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  .block-1-package-form .form-control {
      text-align: center;
  }
}

.block-1-package-form .form-control + .placeholder {
  position: absolute;
  right: 25px;
  bottom: 0;
  font-size: 14px;
  color: #3e3e3f;
  width: auto;
  transition: translateY .3s;
}

@media (max-width: 768px) {
  .block-1-package-form .form-control + .placeholder {
      right: 50%;
      transform: translateX(50%);
  }
}

.block-1-package-form .form-control:not([value=""]) + .placeholder, .block-1-package-form .form-control:focus + .placeholder {
  transform: translateY(-20px);
}

@media (max-width: 768px) {
  .block-1-package-form .form-control:not([value=""]) + .placeholder, .block-1-package-form .form-control:focus + .placeholder {
      transform: translateX(50%) translateY(-20px);
  }
}

.block-1-package-form .title {
  color: #3e3e3f;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .block-1-package-form .title {
      font-size: 22px;
  }
}

.block-1-package-form .white-container {
  border: 2px solid #3e3e3f;
  padding: 20px 15px 0;
  background: #fff;
  min-height: 140px;
}

.block-1-package-form .white-container.min {
  min-height: 0;
  padding: 7px 15px;
}

@media (max-width: 991px) {
  .block-1-package-form .btn {
      display: block;
      width: calc(100% - 20px);
  }
}

.block-1-package-form .icon-pack + .select2 .select2-selection {
  background-image: url(../img/block-1/icon-pack.png);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 5px 50%;
}

.block-1-package-form .icon-pack + .select2 .select2-selection .select2-selection__rendered {
  padding-left: 30px;
}

.block-1-package-form .icon-lang + .select2 .select2-selection {
  background-image: url(../img/block-1/icon-lang.png);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 5px calc(50% + 1px);
}

.block-1-package-form .icon-lang + .select2 .select2-selection .select2-selection__rendered {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .pages-menu {
      display: none;
  }
}

.block-1-menu {
  list-style: none;
  margin: 0;
  padding: 0 15px 0 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.block-1-menu li:nth-child(6) {
  display: none;
}

@media (max-width: 991px) {
  .block-1-menu {
      display: flex;
      flex-direction: column;
      padding: 0;
  }

  .block-1-menu li {
      display: none;
  }

  /*.block-1-menu li:nth-child(1) {*/
  /*    display: block;*/
  /*    order: 2;*/
  /*}*/

  /*.block-1-menu li:nth-child(2) {*/
  /*    display: block;*/
  /*    order: 3;*/
  /*}*/

  /*.block-1-menu li:nth-child(6) {*/
  /*    display: block;*/
  /*    order: 1;*/
  /*}*/

  .text-primary{
      background-color: #3e3e3f !important;
      color: #fff !important;
  }

}

.block-1-menu li {
  flex: 1;
}

@media (max-width: 991px) {
  .block-1-menu li {
      flex: 0 0 100%;
      width: 100%;
  }
}

@media (min-width: 992px) {
  .block-1-menu li:first-child {
      margin-left: -15px;
  }
}

.block-1-menu li a {
  display: block;
  transform: skewX(30deg);
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .3s;
}

@media (max-width: 1199px) {
  .block-1-menu li a {
      font-size: 10px;
  }
}

@media (max-width: 991px) {
  .block-1-menu li a {
      transform: none;
      font-size: 12px;
  }

  .block-1-menu li:nth-child(1) a {
      transform: skewX(45deg);
      margin-left: -72px;
      width: 100%;
  }

  .block-1-menu li:nth-child(2) a {
      transform: skewX(45deg);
      margin-left: -24px;
      width: 100%;
  }

  .block-1-menu li:nth-child(6) a {
      transform: skewX(45deg);
      margin-left: -120px;
      width: 100%;
  }
}

.block-1-menu li a span {
  display: block;
  transform: skewX(-30deg);
  white-space: nowrap;
  transition: all .15s;
}

@media (max-width: 991px) {
  .block-1-menu li a span {
      transform: none;
  }
}

.block-1-menu li.active a, .block-1-menu li:hover a {
  background-color: #00a427 !important;
  color: #fff !important;
}


@media (max-width: 991px) {
  .block-1-menu li:hover a{
      background-color: #00a427 !important;
      color: #fff !important;
  }

  .block-1-menu li:hover a.text-primary{
      background-color: #3e3e3f !important;
      color: #fff !important;
  }

  .block-1-menu li:hover a.bg-primary,
  .block-1-menu li a.bg-primary:focus,
  .block-1-menu li a.bg-primary:active,
  .block-1-menu li a.bg-primary:visited {
      background-color: #e30613 !important;
  }
}

.block-1-menu li.active a span, .block-1-menu li:hover a span {
  transform: skewX(-30deg) scale(1.05);
}

@media (max-width: 991px) {
  .block-1-menu li.active a span, .block-1-menu li:hover a span {
      transform: scale(1.05);
  }

  .block-1-menu li:nth-child(1) a span {
      transform: skewX(-45deg) scale(1.05);
      margin-right: -72px;
  }

  .block-1-menu li:nth-child(2) a span {
      transform: skewX(-45deg) scale(1.05);
      margin-right: 20px;
  }

  .block-1-menu li:nth-child(6) a span {
      transform: skewX(-45deg) scale(1.05);
      margin-right: -160px;
  }
}


.partner-steps .tabs-container {
  background: rgba(255, 255, 255, 0.97);
}

.partner-steps .title {
  color: #3e3e3f;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 1.7rem;
}
.partner-steps .slick-slide {
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .partner-steps .title {
      font-size: 22px;
  }
}

.partner-steps .buttons-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.partner-steps .slide {
  overflow: hidden;
}

.partner-steps .btn-prev {
  border: 2px solid #6c6c6c;
  border-radius: 0;
  position: relative;
  margin-left: 12px;
  background: #fff;
  text-transform: uppercase;
  border-left: 1px solid #6c6c6c;
}

.partner-steps .btn-prev:before {
  content: '';
  position: absolute;
  border-right: 10px solid #6c6c6c;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  left: -11px;
  top: -2px;
  transition: all .3s;
}

.partner-steps .btn-prev:after {
  content: '';
  position: absolute;
  border-right: 9px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  left: -9px;
  top: 0;
  transition: all .3s;
}

.partner-steps .btn-prev:focus {
  box-shadow: none;
}

.partner-steps .btn-prev:hover, .partner-steps .btn-prev:active, .partner-steps .btn-prev:focus {
  background: #6c6c6c;
  box-shadow: 0 3px 6px rgba(108, 108, 108, 0.4);
  color: #fff;
}

.partner-steps .btn-prev:hover:after, .partner-steps .btn-prev:active:after, .partner-steps .btn-prev:focus:after {
  border-right: 9px solid #6c6c6c;
}

.partner-steps .btn-next {
  background-color: #c6c6c6;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-right: 10px;
  transition: all .3s;
}

.partner-steps .btn-next:after {
  content: '';
  position: absolute;
  border-left: 10px solid #c6c6c6;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  right: -11px;
  top: -1px;
  transition: all .3s;
}

.partner-steps .btn-next:focus {
  box-shadow: none;
}

.partner-steps .btn-next.active {
  background: #00a427;
  box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4);
}

.partner-steps .btn-next.active:after {
  border-left: 10px solid #00a427;
}

.partner-steps .btn-next.active:hover, .partner-steps .btn-next.active:active, .partner-steps .btn-next.active:focus {
  background: #3e3e3f;
  box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
}

.partner-steps .btn-next.active:hover:after, .partner-steps .btn-next.active:active:after, .partner-steps .btn-next.active:focus:after {
  border-left: 10px solid #3e3e3f;
}

.partner-steps .partner-step-0 {
  margin-bottom: 30px;
}

.partner-steps .partner-step-0 .item-container {
  margin-top: 40px;
  min-height: 185px;
}

@media (max-width: 767px) {
  .partner-steps .partner-step-0 .item-container {
      min-height: 0;
  }
}

.partner-steps .partner-step-0 .item-container:nth-child(2n) .item .img {
  background: #3e3e3f;
}

.partner-steps .partner-step-0 .item-container:nth-child(2n) .item .bd:before {
  background: #3e3e3f;
}

.partner-steps .partner-step-0 .item-container:nth-child(2n) .item .bd:after {
  background: #3e3e3f;
}

.partner-steps .partner-step-0 .item-container:nth-child(2n) .item .bd .before:before {
  background: #3e3e3f;
}

.partner-steps .partner-step-0 .item-container:nth-child(2n) .item .bd .before:after {
  background: #3e3e3f;
}

.partner-steps .partner-step-0 .item-container:nth-child(2n) .item .bd .after:before {
  background: #3e3e3f;
}

.partner-steps .partner-step-0 .item-container:nth-child(2n) .item .bd .after:after {
  background: #3e3e3f;
}

.partner-steps .partner-step-0 .item {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.partner-steps .partner-step-0 .item .img {
  background: #e30613;
  position: absolute;
  left: 33px;
  top: -20px;
  padding: 10px 20px;
  transform: skewX(-25deg);
  z-index: 2;
}

.partner-steps .partner-step-0 .item .img img {
  height: 50px;
  transform: skewX(25deg);
}

.partner-steps .partner-step-0 .bd {
  display: block;
  height: 100%;
  padding: 22px 17px;
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  border: none;
  outline: none;
  -webkit-clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 29px) 100%, 0 100%, 0% 30px);
  clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 29px) 100%, 0 100%, 0% 30px);
}

.partner-steps .partner-step-0 .bd:before {
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  background: #e30613;
  top: 0;
  right: 0;
}

.partner-steps .partner-step-0 .bd:after {
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  background: #e30613;
  bottom: 0;
  left: 0;
}

.partner-steps .partner-step-0 .bd .before:before {
  content: '';
  position: absolute;
  width: 2px;
  height: calc(100% - 30px);
  background: #e30613;
  bottom: 0;
  left: 0;
}

.partner-steps .partner-step-0 .bd .before:after {
  content: '';
  position: absolute;
  width: 2px;
  height: calc(100% - 30px);
  background: #e30613;
  top: 0;
  right: 0;
}

.partner-steps .partner-step-0 .bd .after:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 43px;
  background: #e30613;
  transform: rotate(45deg);
  left: 15px;
  top: -6px;
}

.partner-steps .partner-step-0 .bd .after:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 43px;
  background: #e30613;
  transform: rotate(45deg);
  right: 15px;
  bottom: -6px;
}

.partner-steps .partner-step-0 .bd .i-title {
  font-size: 20px;
  font-weight: bold;
  margin-left: 125px;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .partner-steps .partner-step-0 .bd .i-title {
      font-size: 17px;
  }
}

.partner-steps .partner-step-0 .bd .description {
  font-size: 18px;
  color: #6c6c6c;
  font-weight: 300;
}

@media (max-width: 1199px) {
  .partner-steps .partner-step-0 .bd .description {
      font-size: 16px;
  }
}

.partner-steps .partner-step-1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.partner-steps .partner-step-1 .item-container {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 20%;
}

@media (max-width: 991px) {
  .partner-steps .partner-step-1 .item-container {
      flex: 0 0 33.333333%;
  }
}

@media (max-width: 575px) {
  .partner-steps .partner-step-1 .item-container {
      flex: 0 0 50%;
  }
}

@media (max-width: 475px) {
  .partner-steps .partner-step-1 .item-container {
      flex: 0 0 100%;
  }
}

.partner-steps .partner-step-1 .item-container .item:hover, .partner-steps .partner-step-1 .item-container input:checked + .item {
  border-color: #00a427;
  box-shadow: 0 0 20px rgba(0, 164, 39, 0.6), inset 0 0 0 1px #00a427;
}

.partner-steps .partner-step-1 .item-container .item:hover .check, .partner-steps .partner-step-1 .item-container input:checked + .item .check {
  border-color: #00a427;
  box-shadow: inset 0 0 0 2px #00a427;
}

.partner-steps .partner-step-1 .item-container input:checked + .item .check {
  border-color: #00a427;
  box-shadow: inset 0 0 0 2px #00a427;
  background-color: #00a427;
  background-image: url(../img/block-1/icon-check-white.svg);
  color: transparent;
}

.partner-steps .partner-step-1 .item .image-wrap{
  height: 100%;
  display: flex;
  align-items: center;
}

.partner-steps .partner-step-1 .item {
  height: 100%;
  border: 1px solid #3e3e3f;
  border-radius: 10px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 2rem 1rem;
  cursor: pointer;
  transition: all .3s;
  background-color: #fff;
}

.partner-steps .partner-step-1 .item svg {
  margin: 1rem 0;
}

.partner-steps .partner-step-1 .item:hover path {
  fill: #00A427;
}

@media (max-width: 1199px) {
  .partner-steps .partner-step-1 .item {
      padding: 50px 10px 70px;
  }
}

@media (max-width: 575px) {
  .partner-steps .partner-step-1 .item {
      padding: 40px 10px 40px;
  }
}

@media (max-width: 1199px) {
  .partner-steps .partner-step-1 .item img {
      width: 80px;
  }
}

.partner-steps .partner-step-1 .item .cost {
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translate(-50%, -50%) skewX(-25deg);
  background: #e30613;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
}

.partner-steps .partner-step-1 .item .cost span {
  display: block;
  transform: skewX(25deg);
}

.partner-steps .partner-step-1 .item .i-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 1429px) {
  .partner-steps .partner-step-1 .item .i-title {
      font-size: 18px;
      line-height: 24px;
  }
}

@media (max-width: 1329px) {
  .partner-steps .partner-step-1 .item .i-title {
      font-size: 16px;
      line-height: 20px;
  }
}

.partner-steps .partner-step-1 .item .check {
  background-color: #00a427;
  width: 100px;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  text-transform: uppercase;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all .3s;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}


.partner-steps .partner-step-2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.partner-steps .partner-step-2 .item-container {
  margin-bottom: 40px;
  min-height: 185px;
}

@media (max-width: 767px) {
  .partner-steps .partner-step-2 .item-container {
      min-height: 0;
  }
}

.partner-steps .partner-step-2 .item-container .item:hover, .partner-steps .partner-step-2 .item-container input:checked + .item {
  cursor: pointer;
}

.partner-steps .partner-step-2 .item-container .item:hover:before, .partner-steps .partner-step-2 .item-container input:checked + .item:before {
  box-shadow: 0 0 20px rgba(0, 164, 39, 0.6);
}

.partner-steps .partner-step-2 .item-container .item:hover .bd, .partner-steps .partner-step-2 .item-container input:checked + .item .bd {
  box-shadow: 0 0 20px rgba(0, 164, 39, 0.6), inset 0 0 0 4px #00a427;
}

.partner-steps .partner-step-2 .item-container .item:hover .bd:before, .partner-steps .partner-step-2 .item-container input:checked + .item .bd:before {
  background: #00a427;
}

.partner-steps .partner-step-2 .item-container .item:hover .bd:after, .partner-steps .partner-step-2 .item-container input:checked + .item .bd:after {
  background: #00a427;
}

.partner-steps .partner-step-2 .item-container .item:hover .bd .before:before, .partner-steps .partner-step-2 .item-container input:checked + .item .bd .before:before {
  background: #00a427;
}

.partner-steps .partner-step-2 .item-container .item:hover .bd .before:after, .partner-steps .partner-step-2 .item-container input:checked + .item .bd .before:after {
  background: #00a427;
}

.partner-steps .partner-step-2 .item-container .item:hover .bd .after:before, .partner-steps .partner-step-2 .item-container input:checked + .item .bd .after:before {
  width: 4px;
  background: #00a427;
}

.partner-steps .partner-step-2 .item-container .item:hover .bd .after:after, .partner-steps .partner-step-2 .item-container input:checked + .item .bd .after:after {
  width: 4px;
  background: #00a427;
}

.partner-steps .partner-step-2 .item-container .item:hover .check, .partner-steps .partner-step-2 .item-container input:checked + .item .check {
  border-color: #00a427;
  box-shadow: inset 0 0 0 2px #00a427;
}

.partner-steps .partner-step-2 .item-container input:checked + .item .check {
  border-color: #00a427;
  box-shadow: inset 0 0 0 2px #00a427;
  background-color: #00a427;
  background-image: url(../img/block-1/icon-check-white.svg);
  color: transparent;
}

.partner-steps .partner-step-2 .item {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.partner-steps .partner-step-2 .item:before {
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  height: 4px;
  bottom: 0;
  left: 0;
  transition: all .3s;
}

.partner-steps .partner-step-2 .item .check {
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 2px solid #6c6c6c;
  background-color: #fff;
  width: 100px;
  text-align: center;
  font-weight: 500;
  color: #00a427;
  padding: 4px 7px;
  transform: translate(-50%, 50%);
  border-radius: 2px;
  text-transform: uppercase;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all .3s;
  z-index: 2;
}

.partner-steps .partner-step-2 .bd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 22px 17px 22px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  border: none;
  outline: none;
  -webkit-clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 29px) 100%, 0 100%, 0% 30px);
  clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 29px) 100%, 0 100%, 0% 30px);
  transition: all .3s;
}

.partner-steps .partner-step-2 .bd:before {
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  background: #3e3e3f;
  top: 0;
  right: 0;
  transition: all .3s;
}

.partner-steps .partner-step-2 .bd:after {
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  background: #3e3e3f;
  bottom: 0;
  left: 0;
  transition: all .3s;
}

.partner-steps .partner-step-2 .bd .before:before {
  content: '';
  position: absolute;
  width: 2px;
  height: calc(100% - 30px);
  background: #3e3e3f;
  bottom: 0;
  left: 0;
  transition: all .3s;
}

.partner-steps .partner-step-2 .bd .before:after {
  content: '';
  position: absolute;
  width: 2px;
  height: calc(100% - 30px);
  background: #3e3e3f;
  top: 0;
  right: 0;
  transition: all .3s;
}

.partner-steps .partner-step-2 .bd .after:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 43px;
  background: #3e3e3f;
  transform: rotate(45deg);
  left: 15px;
  top: -6px;
  transition: all .3s;
}

.partner-steps .partner-step-2 .bd .after:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 43px;
  background: #3e3e3f;
  transform: rotate(45deg);
  right: 15px;
  bottom: -6px;
  transition: all .3s;
}

.partner-steps .partner-step-2 .bd .i-title {
  order: -1;
  background: #3e3e3f;
  color: #fff;
  padding: 10px 10px;
  width: 200px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  transform: skewX(30deg);
  margin-left: -17px;
  margin-right: 25px;
}

.partner-steps .partner-step-2 .bd .i-title &gt; span {
  display: block;
  transform: skewX(-30deg);
}

.partner-steps .partner-step-2 .bd .i-title small {
  font-size: 16px;
  font-weight: bold;
}

.partner-steps .partner-step-2 .bd .weight {
  width: 70px;
  height: 100px;
  background-image: url(../img/partners-step-weight.svg);
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  padding-top: 27px;
  margin-right: 60px;
}

@media (max-width: 1329px) {
  .partner-steps .partner-step-2 .bd .weight {
      margin-right: 20px;
  }
}

@media (max-width: 1199px) {
  .partner-steps .partner-step-2 .bd .weight {
      margin-right: 0;
      height: 90px;
  }
}

@media (max-width: 991px) {
  .partner-steps .partner-step-2 .bd .weight {
      margin-right: 10px;
  }
}

@media (max-width: 374px) {
  .partner-steps .partner-step-2 .bd .weight {
      height: 80px;
      padding-top: 20px;
      font-size: 15px;
  }
}

.partner-steps .partner-step-2 .bd .weight span {
  display: block;
  font-size: 12px;
}

.partner-steps .partner-step-3 {
  margin-bottom: 30px;
}

.partner-steps .partner-step-3 .row {
  margin-bottom: 40px;
}

.partner-steps .partner-step-3 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.partner-steps .partner-step-3 .item-container {
  margin-bottom: 40px;
  min-height: 185px;
}

@media (max-width: 767px) {
  .partner-steps .partner-step-3 .item-container {
      min-height: 0;
  }
}

.partner-steps .partner-step-3 .item-container .item:hover, .partner-steps .partner-step-3 .item-container input:checked + .item {
  cursor: pointer;
}

.partner-steps .partner-step-3 .item-container .item:hover:before, .partner-steps .partner-step-3 .item-container input:checked + .item:before {
  box-shadow: 0 0 20px rgba(0, 164, 39, 0.6);
}

.partner-steps .partner-step-3 .item-container .item:hover .bd, .partner-steps .partner-step-3 .item-container input:checked + .item .bd {
  box-shadow: 0 0 20px rgba(0, 164, 39, 0.6), inset 0 0 0 4px #00a427;
}

.partner-steps .partner-step-3 .item-container .item:hover .bd:before, .partner-steps .partner-step-3 .item-container input:checked + .item .bd:before {
  background: #00a427;
}

.partner-steps .partner-step-3 .item-container .item:hover .bd:after, .partner-steps .partner-step-3 .item-container input:checked + .item .bd:after {
  background: #00a427;
}

.partner-steps .partner-step-3 .item-container .item:hover .bd .before:before, .partner-steps .partner-step-3 .item-container input:checked + .item .bd .before:before {
  background: #00a427;
}

.partner-steps .partner-step-3 .item-container .item:hover .bd .before:after, .partner-steps .partner-step-3 .item-container input:checked + .item .bd .before:after {
  background: #00a427;
}

.partner-steps .partner-step-3 .item-container .item:hover .bd .after:before, .partner-steps .partner-step-3 .item-container input:checked + .item .bd .after:before {
  width: 4px;
  background: #00a427;
}

.partner-steps .partner-step-3 .item-container .item:hover .bd .after:after, .partner-steps .partner-step-3 .item-container input:checked + .item .bd .after:after {
  width: 4px;
  background: #00a427;
}

.partner-steps .partner-step-3 .item-container .item:hover .check, .partner-steps .partner-step-3 .item-container input:checked + .item .check {
  border-color: #00a427;
  box-shadow: inset 0 0 0 2px #00a427;
}

.partner-steps .partner-step-3 .item-container input:checked + .item .check {
  border-color: #00a427;
  box-shadow: inset 0 0 0 2px #00a427;
  background-color: #00a427;
  background-image: url(../img/block-1/icon-check-white.svg);
  color: transparent;
}

.partner-steps .partner-step-3 .item {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.partner-steps .partner-step-3 .item:before {
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  height: 4px;
  bottom: 0;
  left: 0;
  transition: all .3s;
}

.partner-steps .partner-step-3 .item .check {
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 2px solid #6c6c6c;
  background-color: #fff;
  width: 100px;
  text-align: center;
  font-weight: 500;
  color: #00a427;
  padding: 4px 7px;
  transform: translate(-50%, 50%);
  border-radius: 2px;
  text-transform: uppercase;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all .3s;
  z-index: 2;
}

.partner-steps .partner-step-3 .bd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 22px 0 22px 17px;
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  border: none;
  outline: none;
  -webkit-clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 29px) 100%, 0 100%, 0% 30px);
  clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 29px) 100%, 0 100%, 0% 30px);
  transition: all .3s;
}

.partner-steps .partner-step-3 .bd:before {
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  background: #3e3e3f;
  top: 0;
  right: 0;
  transition: all .3s;
}

.partner-steps .partner-step-3 .bd:after {
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  background: #3e3e3f;
  bottom: 0;
  left: 0;
  transition: all .3s;
}

.partner-steps .partner-step-3 .bd .before:before {
  content: '';
  position: absolute;
  width: 2px;
  height: calc(100% - 30px);
  background: #3e3e3f;
  bottom: 0;
  left: 0;
  transition: all .3s;
}

.partner-steps .partner-step-3 .bd .before:after {
  content: '';
  position: absolute;
  width: 2px;
  height: calc(100% - 30px);
  background: #3e3e3f;
  top: 0;
  right: 0;
  transition: all .3s;
}

.partner-steps .partner-step-3 .bd .after:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 43px;
  background: #3e3e3f;
  transform: rotate(45deg);
  left: 15px;
  top: -6px;
  transition: all .3s;
}

.partner-steps .partner-step-3 .bd .after:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 43px;
  background: #3e3e3f;
  transform: rotate(45deg);
  right: 15px;
  bottom: -6px;
  transition: all .3s;
}

.partner-steps .partner-step-3 .bd .img {
  margin-left: 4px;
}

.partner-steps .partner-step-3 .bd .i-title {
  background: #e30613;
  color: #fff;
  padding: 10px 10px;
  width: 200px;
  font-size: 25px;
  font-weight: bold;
  transform: skewX(-30deg);
  margin-right: -17px;
  margin-left: 25px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: right;
  min-height: 60px;
}

.partner-steps .partner-step-3 .bd .i-title &gt; span {
  display: block;
  transform: skewX(30deg);
}

.partner-steps .partner-step-3 .bd .i-title small {
  display: block;
  transform: skewX(30deg);
  font-size: 14px;
  font-weight: bold;
  margin-right: -55px;
}

.partner-steps .partner-step-3 .bd .weight {
  width: 70px;
  height: 100px;
  background-image: url(../img/partners-step-weight.svg);
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  padding-top: 27px;
  margin-right: 60px;
}

.steps__list.list__wrap{
  flex-wrap: wrap;
  row-gap: 1.5rem;
  justify-content: flex-start;
  max-width: 67rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1329px) {
  .partner-steps .partner-step-3 .bd .weight {
      margin-right: 20px;
  }
}

@media (max-width: 1199px) {
  .partner-steps .partner-step-3 .bd .weight {
      margin-right: 0;
      height: 90px;
  }
}

@media (max-width: 991px) {
  .partner-steps .partner-step-3 .bd .weight {
      margin-right: 10px;
  }
}

@media (max-width: 374px) {
  .partner-steps .partner-step-3 .bd .weight {
      height: 80px;
      padding-top: 20px;
      font-size: 15px;
  }
}

.partner-steps .partner-step-3 .bd .weight span {
  display: block;
  font-size: 12px;
}

.partner-steps .partner-step-4 .title {
  margin-bottom: 0;
}

.partner-steps .partner-step-4 .form-group {
  position: relative;
}

.partner-steps .partner-step-4 .form-group .cnt {
  right: 5px;
}


.partner-step-5 {
  padding: 80px 0;
}

.partner-step-5 .title, .partner-step-5 .subtitle {
  text-align: center;
}

.btn-submit {
  background-color: #c6c6c6;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-right: 10px;
  transition: all .3s;
}

.btn-submit.active {
  background: #00a427;
  box-shadow: 0 3px 6px rgba(0, 164, 39, 0.4);
}

.btn-submit.active:hover, .steps .btn-submit.active:active, .steps .btn-submit.active:focus {
  background: #3e3e3f;
  box-shadow: 0 3px 6px rgba(62, 62, 63, 0.4);
  color: #fff;
}

.form-with-placeholder .form-group {
  position: relative;
  margin-top: 30px;
  margin-bottom: 5px;
}

.form-with-placeholder .form-group .cnt {
  position: absolute;
  font-size: 12px;
  right: 5px;
  bottom: 0;
  padding: 2px 5px;
  opacity: 0;
  height: 20px;
}

.form-with-placeholder .form-control {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #7d7c7c;
  min-height: 50px;
}

.form-with-placeholder .form-group .placeholder {
  position: absolute;
  left: 15px;
  top: 13px;
  font-size: 16px;
  color: #3e3e3f;
  width: auto;
  transition: translateY .3s;
}

.form-with-placeholder .form-group .placeholder span {
  color: #e30613;
}

.form-with-placeholder .form-group.focused .placeholder {
  transform: translateY(-40px);
}

.form-with-placeholder .form-group.focused  .cnt {
  opacity: 1;
}

.form-control.error, select {
  border-color: red;
}

.form-group p{
  margin: 0;
  display: block;
  height: 50px;
}

.custom-checkbox  p{
  height: auto;
}

.form-group-textarea{
  height: 254px;
}

input.hidden {
  display: none;
}

.h-0 p{
  height: 0;
}

.wpcf7-response-output{
  /*position: absolute;*/
  bottom: 5.5em;
}

.form-group .wpcf7-not-valid-tip{
  position: absolute;
  left: 10px;
  bottom: 20px;
  width: 210px;
  font-size: 0.8em;
}

.form-group .static-error .wpcf7-not-valid-tip{
  position: static;
}

.custom-radio br, .custom-radio input{
  display: none;
}

.custom-radio p {
  height: auto;
}

.form-group .static-error{
  min-height: 19px;
}

body .wpcf7 form .wpcf7-response-output{
  margin: 0;
}

.wpcf7-submit{
  display: none;
}



.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox.checked .custom-control-label::before  {
  color: #fff;
  border-color: #e30613;
  background-color: #e30613;
}

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

.hidden-fields{
  display: none;
}

body .wpcf7-list-item{
  position: relative;
  margin: 0;
  padding: 0 0 0 1.5em;
}

.wpcf7-list-item.first{
  margin-right: 1.2em;
}

.wpcf7-list-item input{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wpcf7-list-item-label:after {
  position: absolute;
  top: 0.25rem;
  left: 0rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.wpcf7-list-item-label:before {
  border-radius: 50%;
}

.wpcf7-list-item-label:before {
  position: absolute;
  top: 0.25rem;
  left: 0rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #8a8a8c solid 2px;
}

.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before {
  color: #fff;
  border-color: #e30613;
  background-color: #e30613;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

@media screen and (max-width:767px){
  .partner-form-2 .justify-content-center{
    margin: 0 auto;
  }
  .wpcf7-form{
    position: relative;
  }
  .partner-form-2 .wpcf7-response-output {
    position: absolute;
    bottom: -1.5em;
    left: 0;
    right: 0;
    padding: 3px 3px!important;
    font-size: .8em;
  }
}

/* configuration page */

.configuration{
  background-color: #f5f5f5;
}

.configuration__step{
  background-color: #fff;
  position: relative;
  top: 0px;
  padding-top: 5px;
}

.configuration__step &gt; .container{
  display: flex;
  margin-top: 30px;
  padding: 25px 0 15px;
  column-gap: 85px;
}

.configuration__step-item{
  position: relative;
  background-color: #fff;
  color: #BDBCBD;
  font-size: 16px;
  line-height: 24px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  border: 2px solid #BDBCBD;
  border-right: none;
  max-width: 278px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 0 39px;
  transition: all .3s ease;
}

.configuration__step-item:before{
  content: '';
  width: 25px;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -25px;
  top: -3px;
  background-image: url('../img/arrow1.png');
}

.configuration__step-item.active:before{
  background-image: url('../img/arrow2.png');
}

.configuration__step-item.prev:before{
  background-image: url('../img/arrow3.png');
}

.configuration__step-item-number,
.list-number{
  position: absolute;
  background-color: #f5f5f5;
  border-radius: 100%;
  box-shadow: 0px 3px 6px 0px #3E3E3F66;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border: 2px solid #F5F5F5;
  left: -21px;
  top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #BDBCBD;
  font-size: 16px;
  line-height: 24px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.list-number{
  border-color: #009B2C;
  background-color: #009B2C;
  color: #fff;
  position: static;
  margin-right: 28px;
}

/* .product_cat-49{
  order: 1;
}

.product_cat-18{
  order: 2;
}

.product_cat-56{
  order: 3;
}

.product_cat-24{
  order: 4;
} */

.list-number:before{
  display: block!important;
}

.configuration__cart-list .change-number{
  display: none;
}

.configuration__cart-list-current .change-number{
  margin-right: 10px;
}

.configuration__cart-list-current .change-number input{
  border: 2px solid #000!important;
  width: 70px;
  padding: 0.687rem 1rem;
  text-align: center;
}

.configuration__cart-item-action .btn__default{
  margin-left: 10px;
}

/* .configuration__cart-list-current .product_cat-49 .list-number:before {
  content: '1';
}

.configuration__cart-list-current .product_cat-18 .list-number:before{
  content: '2';
}

.configuration__cart-list-current .product_cat-56 .list-number:before {
  content: '3';
}

.configuration__cart-list-current .product_cat-24 .list-number:before {
  content: '4';
} */


.configuration__cart-list-current .configuration__cart-item{
  margin-bottom: 0;
}

.configuration__step-item.active{
  border-color: #009B2C;
  color: #009B2C;
}

.configuration__step-item.active .configuration__step-item-number{
  border-color: #009B2C;
  color: #009B2C;
}

.configuration__step-item.prev{
  border-color: #009B2C;
  background-color: #009B2C;
  color: #fff;
}

.configuration__step-item.prev .configuration__step-item-number{
  border-color: #009B2C;
  background-color: #009B2C;
  color: #fff;
}

.configuration__cat{
  margin-top: 30px;
  padding: 38px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 60px;
  margin-bottom: 34px;
}

.configuration__cat-item{
  /* border: 1px solid #3E3E3F; */
  padding: 18px 12px 20px;
  border-radius: 15px;
  height: 373px;
  width: 254px;
  /* background-color: rgba(255,255,255,.9); */
  background-color: #C8B826E5;
  border-color: #C8B826E5;
  color: #fff;
  /* color: #25252580; */
  display: flex;
  flex-direction: column;
  transition: all .3s ease;
}

.configuration__cat-item:hover{
  background-color: rgba(0, 164, 39, 0.8)!important;
  border-color: rgba(0, 164, 39, 0.8)!important;
}

.configuration__cat-item-image {
  height: 100%;
  display: flex;
  align-items: center;
}

.configuration__cat-item.prev{
  background-color: #00A427CC;
  border-color: #00A427CC;
  color: #fff;
  position: relative;
}

.configuration__cart-item.added{
  position: relative;
}

.configuration__cat-item.prev:before,
.configuration__cart-item.added:before{
  content: '';
  position: absolute;
  background-color: #fff;
  background-image: url('../img/check-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  box-shadow: 0px 3px 6px 0px #3E3E3F66;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  right: -15px;
  top: -15px;
}

.configuration__cart-item.added:before{
  left: 130px;
  top: -15px;
  right: auto;
}

.configuration__cat-item.active{
  background-color: #C8B826E5;
  border-color: #C8B826E5;
  color: #fff;
}

.configuration__cat-item.active .configuration__cat-item-title,
.configuration__cat-item.prev .configuration__cat-item-title{
  color: #fff;
}

.configuration__cat-item.active .configuration__cat-item-btn,
.configuration__cat-item.prev .configuration__cat-item-btn{
  color: #fff;
  border-color: #fff;
}

.configuration__cat-item-title{
  /* color: #25252580; */
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 0px;
}

.configuration__cart-list .configuration__cart-item-info .item-info-show-info{
  margin-bottom: 0!important;
}

.item-info-show-info{
  margin-top: 8px;
  font-size: 14px;
  color: #ccc;
}

.modal_wrap{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  top: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  display: none;
}

.modal_wrap #modal_info{
  max-width: 800px;
  width: 100%;
  position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(50% - 200px);
    height: 400px;
    overflow-y: auto;
}

.modal_wrap .fancybox-button{
  top: 0;
  right: 0;
}

.modal_wrap .fancybox-button svg path{
  fill: #000;
}

.modal_wrap .modal-window{
  max-width: unset;
}

.configuration__cat-item .configuration__cat-item-btn{
  border: 2px solid #fff;
  color: #fff;
  margin-top: 2px;
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  outline: none;
  box-shadow: unset;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  transition: all .3s ease;
}

.configuration__cat-item-btn:hover{
  opacity: .8;
  transform: translateY(2px);
}

.configuration__cat-item-btn .prev{
  display: none;
}

.configuration__cat-item.prev .configuration__cat-item-btn .prev{
  display: block;
}

.configuration__cat-item.prev .configuration__cat-item-btn .next{
  display: none;
}

.configuration__cart{
  background-color: #fff;
  padding: 16px 25px;
  box-shadow: 0px 3px 6px 0px #C4C4C44D;
  margin-bottom: 34px;
  position: relative;
}

.configuration__content{
  background-color: #fff;
  padding: 16px 25px;
  box-shadow: 0px 3px 6px 0px #C4C4C44D;
  margin-bottom: 34px;
}

.configuration__content h2{
  font-family: Roboto;
  font-size: 23px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 22px;
  color: #252525;
}

.configuration__content  p{
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: #252525;
}

.configuration__cart-list-current{
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 34px;
}


.configuration__cart-list-current .configuration__cart-item{
  display: none;
}

.configuration__cart-list-current .configuration__cart-item.added{
  display: flex;
}

.configuration__cart-list-wrap{
  display: none;
  position: absolute;
  top: -50px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #fff;
  left: 0;
  box-shadow: 0 0 15px 5px rgba(0,0,0,.2);
  z-index: 20;
}

.configuration__cart-list{
  max-height: 425px;
  overflow-y: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.configuration__cart-list-current{
  position: relative;
}

.configuration__cart-list.loading:before,
.configuration__cart-list-current.loading:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,.8);
  z-index: 20;
}

.configuration__cart-list::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #F5F5F5;
}

.configuration__cart-list::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.configuration__cart-list::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #ccc;
}

.configuration__cart-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  column-gap: 28px;
  margin-bottom: 24px;
}

.configuration__cart-item:last-of-type{
  margin-bottom: 0;
}

.configuration__cart-item img{
  border: 1px solid #DBDBDB;
  padding: 7px;
  background-color: #fff;
  width: 85px;
  height: 85px;
  object-fit: cover;
  object-position: center;
  margin-right: 17px;
}

.configuration__cart-item-info{
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #000;
  display: flex;
  align-items: center;
}

.configuration__cart-item-info &gt; div &gt; div:first-of-type{
  margin-bottom: 11px;
}

.configuration__cart-item-action{
  display: flex;
  align-items: center;
}

.btn__default{
  outline: none!important;
  border: 2px solid #323232;
  margin-top: 2px;
  color: #323232;
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  outline: none;
  box-shadow: unset;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 56px;
  margin-left: 28px;
  transition: all .3s ease;
}

.btn__default:hover,
.configuration__cart-item-btn-remove:hover{
  opacity: .8;
  transform: translateY(2px);
}

.btn__green{
  color: #fff!important;
  border-color: #00A427;
  background-color: #00A427;
}

.configuration__cart-item-btn-remove{
  border: 2px solid red;
  min-width: 30px;
  border-radius: 100%;
  background-color: red;
  color: #fff;
  transition: all .3s ease;
  max-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0!important;
  text-align: center;
}

.configuration__cart-total{
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  padding-top: 24px;
  border-top: 1px solid #C8C8C8;
}

.configuration__cart-total .total{
  display: inline-flex;
  align-items: center;
  column-gap: 2px;
}

.configuration__cart-total b{
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}

.configuration__cart-total span.price{
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #00A427;
  display: inline-flex;
  align-items: center;
}

@media screen and (max-width:992px) {
  .configuration__step &gt; .container{
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .configuration__cat{
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .configuration__cart{
    padding: 16px 5px;
  }
  .btn__default{
    min-width: 120px;
    padding: 0 10px;
    margin-left: 10px;
  }
  .list-number{
    margin-right: 10px;
  }
  .configuration__cart-item.added:before {
    left: 105px;
    top: -15px;
    right: auto;
}
}

#modal_text{
  display: none;
}

#modal_info .modal-info * {
  font-family: Roboto, sans-serif;
}

#modal_info .modal-info h2{
  line-height: 27px;
}

#modal_info .modal-info ul,
#modal_info .modal-info ol{
  padding-left: 25px;
}

#modal_info .modal-info li {
  line-height: 27px;
}

#modal_info .modal-info p{
  font-size: 18px;
  line-height: 1.5;
  margin: 5px 0 24px;
}

#modal_info .pdf-links{
  margin-bottom: 15px;
}

.configuration-hero{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff;
}

.configuration-hero .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
}

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

.configuration-hero__image img{
  width: 39rem;
}

.configuration-hero__title {
  font-family: Roboto;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
  margin-bottom: 2.5rem;
}

.configuration-hero.btn__default {
  max-width: 28.9rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 6px 0 rgba(0,164,39,.4);
}

.configuration-hero .btn__default span{
  display: inline-flex;
  align-items: center;
  column-gap: 9px;
}

.configuration-hero .btn__default span:before{
  content: '';
  width: 1.45rem;
  height: 1.2rem;
  background-image: url('/wp-content/uploads/2023/12/fa-solid_solar-panel.svg');
  background-repeat: no-repeat;
  background-size: contain;
}



@media screen and (max-width:768px) {

  .configuration__cat-item-image {
    justify-content: center;
  }

  .configuration__cat-item {
    width: 100%;
    justify-content: center;
  }

  .configuration__cart-item-action .configuration__cart-item-btn-add {
    width: 40%;
    margin: 0 auto;
    height: 35px;
    font-size: 14px;
  }


  .configuration__cart-item-btn-change {
    width: 30% !important;
    height: 35px;
    font-size: 14px;
  }
  .configuration__cart-item-btn-remove {
    position: absolute;
    top: -20px;
    right: -20px;
  }

  .configuration-hero__text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .configuration-hero__text .btn__green {
    width: 70%;
  }
  .configuration-hero {
    background-size: auto;
    background-position: top left;
    background-image: url('/wp-content/uploads/2023/12/ellipse-xs.svg')!important;
  }
  .configuration-hero .container{
    flex-direction: column;
  }
  .configuration-hero__title {
    margin-top: 33px;
    margin-bottom: 33px;
    position: relative;
  }

  .configuration-hero__title span{
    position: relative;
    z-index: 10;
  }

  .configuration-hero__title:before,
  .configuration-hero__title:after{
    content: '';
    position: absolute;
    background-size: contain;
    background-position: center;
    background-image: url('/wp-content/uploads/2023/12/reel.svg');
    top: 14px;
    right: 0;
    width: 57px;
    height: 57px;
    z-index: 5;
  }
  .configuration-hero__title:before{
    width: 46px;
    height: 46px;
    left: 0;
    top: 19px;
    right: auto;
  }
  .modal_wrap #modal_info{
    max-width: 95vw;
  }
  .configuration__cart-list-wrap{
    top: 650px;
  }
  .configuration__cart-list-wrap.cat_18 {
    top: 1035px;
  }
  .configuration__cart-list-wrap.cat_56 {
    top: 1430px;
  }
  .configuration__cart-list-wrap.cat_24 {
    top: 1830px;
}
.configuration__cart-list{
  overflow-x: hidden;
}
  .configuration__cart{
    padding: 25px;
    position: static;
  }
  .configuration__step-item:before{
    height: 50px;
    right: -19px;
    top: -2px;
  }
  .configuration__step &gt; .container{
    margin-top: 0;
    flex-wrap: nowrap;
    column-gap: 32px;
    justify-content: center;
  }
  .configuration__step-item{
    width: 50px;
    height: 50px;
    color: transparent!important;
    padding: 0;
  }
  .configuration__step-item-number{
    top: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-color: transparent!important;
    background-color: transparent!important;
    box-shadow: unset!important;
  }
  .configuration__cat{
    margin-top: 0;
  }
  .configuration__inner .container{
    padding: 0;
  }
  .configuration__cart-item{
    flex-wrap: wrap;
  }
  .configuration__cart-item-action{
    width: 100%;
    margin-top: 15px;
    justify-content: end;
  }
  .btn__default{
    width: 100%;
    min-width: unset;
  }
  .configuration__cart-total{
    flex-wrap: wrap;
  }
  .configuration__cart-total .btn__default{
    margin-left: 0;
    margin-top: 23px;
  }
  .configuration__cart-list-current .change-number input{
    padding: 0;
    min-width: 35px;
    text-align: center;
    height: 35px;

  }
}
.configuration__cat-item.prev:before, .configuration__cart-item.added:before {
  width: 30px;
  height: 30px
}
.configuration__cart-item.added:before {
  left: 115px;
}

.b2b.youtube-section.info-section{
  background-color: #3E3E3F;
  margin-top: 0;
  padding-top: 1px;
} 

.b2b .youtube-section__iframe-container {
  margin-top: 0;
  position: relative;
  top: -100px;
  /* right: -270px; */
  right: -14vw;
}

.b2b.info-images-section {
  padding-bottom: 140px;
  text-align: center;
}

.b2b .youtube-section__video-container-wrap{
  margin-bottom: -60px;
}

.header-menu .menu-container{
  overflow: visible;
}

.menu-item-has-children{
  position: relative;
}

.header-menu .menu-container .navigation li:hover .sub-menu{
  display: block;
}

.header-menu .menu-item-has-children .sub-menu{
  display: none;
  position: absolute;
  transition: all .3s ease;
  z-index: 99;
  background-color: #6c6c6c!important;
  margin: 0;
  width: 100%;
  left: -32px;
  margin: 0 !important;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.header-menu .menu-item-has-children .sub-menu li{
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}


.header-menu .menu-container .navigation li:last-of-type a{
  border-right: none!important;
}

@media screen and (max-width: 768px) {
  .b2b.youtube-section.info-section{
    margin-bottom: 0;
  }
  .b2b .youtube-section__iframe-container{
    right: 0;
  }
  .b2b.info-images-section{
    padding-bottom: 110px;
  }
}

/* 07.12 Multiply categories */

.subcategory.home-top__items-wrap{
  padding: 23px 23px;
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.subcategory.home-top__items-wrap .cat-home-card{
  min-height: 280px;
  padding: 13px;
  width: 100%;
  max-width: 500px;
}

.subcategory.home-top__items-wrap .cat-home-card img{
  max-height: 210px;
}

.subcategory.home-top__items-wrap .cat-home-card__img-wrap{
  margin-top: 10px;
}

@media screen and (max-width:768px) {
  .subcategory.home-top__items-wrap{
      flex-direction: column;
  }
}

/* snow drop */

.codext-smooth-snow,.codext-smooth-snow_snow{z-index:100;pointer-events:none}.codext-smooth-snow{overflow:hidden;position:fixed;top:0;height:100%;width:100%;max-width:100%;opacity:.8}
.codext-smooth-snow_snow{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-animation:falling linear infinite both;animation:falling linear infinite both;-webkit-transform:translate3D(0,-100%,0);-ms-transform:translate3D(0,-100%,0);transform:translate3D(0,-100%,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000;will-change:transform}.codext-smooth-snow_snow--near{-webkit-animation-duration:10s;animation-duration:10s;
  background-image:url(../img/snow-large.png);background-size:contain}.codext-smooth-snow_snow--near+.codext-smooth-snow_snow--alt{-webkit-animation-delay:5s;animation-delay:5s}
  .codext-smooth-snow_snow--mid{-webkit-animation-duration:20s;animation-duration:20s;background-image:url(../img/snow-medium.png);background-size:contain}
  .codext-smooth-snow_snow--mid+.codext-smooth-snow_snow--alt{-webkit-animation-delay:10s;animation-delay:10s}
  .codext-smooth-snow_snow--far{-webkit-animation-duration:30s;animation-duration:30s;background-image:url(../img/snow-small.png);background-size:contain}.codext-smooth-snow_snow--far+.codext-smooth-snow_snow--alt{-webkit-animation-delay:15s;animation-delay:15s}@-webkit-keyframes falling{0%{-webkit-transform:translate3D(-7.5%,-100%,0);transform:translate3D(-7.5%,-100%,0)}to{-webkit-transform:translate3D(7.5%,100%,0);transform:translate3D(7.5%,100%,0)}}@keyframes falling{0%{-webkit-transform:translate3D(-7.5%,-100%,0);transform:translate3D(-7.5%,-100%,0)}to{-webkit-transform:translate3D(7.5%,100%,0);transform:translate3D(7.5%,100%,0)}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/snow.css.map?v=159029088530599815521701990089 */

/* end */

.form__field-title{
  width: 100%;
  font-weight: 700;
}

.contact__from-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact__from-inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  column-gap: .5%;
  row-gap: 15px;
}

.form__field label,
.form__field span:not(.wpcf7-form-control-wrap){
  margin-bottom: 0;
  flex: 0 0 auto;
}

.form__field  .wpcf7-radio{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
}

.form__field  .wpcf7-form-control-wrap{
  width: 100%;
}

.form__field .wpcf7-list-item.first{
  margin: 0;
}

.form__field p{
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  width: 100%;
  column-gap: 15px;
  row-gap: 15px;
}

.form__field input{
  width: 100%;
}

.form__field br{
  display: none;
}

.w-70{
  width: 70%;
}

.w-33{
  width: 33%;
}

.w-30{
  width: 29.5%;
}

.contact__from .btn__default{
  margin-left: 0;
}

@media screen and (max-width:768px) {
  .contact__from-inner .form__field{
    width: 100%;
  }
  .form__field label{
    width: 100%;
    flex: none;
  }
  .form__field p{
    flex-wrap: wrap;
    column-gap: 5px;
  }
  .form__field .wpcf7-form-control-wrap {
    width: 79%;
}
.form__field-xs-w-100 .wpcf7-form-control-wrap {
  width: 100%;
}
}
@media (max-width: 1199px) {
  .configuration__cat-item {
    height: 300px;
  }
  .configuration__cat {
    column-gap: 15px;
  }
}

.header-menu .menu-item-has-children:last-of-type .sub-menu{
  left: -21px;
}

#partner-popup{
  display: none;
}

ul#shipping_method {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: end;
}

li.s-li {
  width: 185px;
}

/* steps page 12.01 */

.steps-wrap{
  padding: 66px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.steps-window{
  min-height: 948px;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding: 76px 86px 20px;
  background-color: rgba(255,255,255,.9);
  font-family: Roboto, sans-serif;
}

.steps__progress-line{
  height: 8px;
  width: 100%;
  background-color: #C2C2C2;
  position: relative;
  border-radius: 100px;
}

.steps__progress-line-current{
  position: absolute;
  left: 0;
  height: 100%;
  border-radius: 100px;
  background-color: #00A427;
}

.steps__progress-line-current img{
  position: absolute;
  right: -16px;
  top: -12px;
}

.text_c{
  text-align: center;
}

.steps__content{
  padding-top: 45px;
  display: none;
}

.steps__content.active{
  /* display: block; */
}

.steps__title{
  color: #00A427;
  font-size: 40px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.steps__title-text{
  font-size: 24px;
  line-height: 30px;
}

.steps__small{
  color: #939393;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 12px;
}

.steps__text{
  color: #000000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

.steps__map{
  margin-top: 44px;
}

.steps__map path{
  transition: all .3s ease;
  cursor: pointer;
}

.steps__map path:not([fill="white"]):hover{
  fill: #00A427;
}

.steps__progress-line-current-text{
  font-weight: 600;
  color: #6C6C6C;
  font-size: 20px;
  line-height: 30px;
  min-width: 160px;
  text-align: center;
  position: absolute;
  top: -63px;
  left: 50px;
}

.steps__action .btn__default{
  column-gap: 6px;
}

.steps__action .btn__default.disabled{
  background-color: #ccc;
  border-color: #ccc;
}

.steps__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 52px;
  margin-top: 90px;
}

.steps__content.active[data-tab="1"] ~ .steps__action,
.steps__content.active[data-tab="10"] ~ .steps__action,
.steps__content.active[data-tab="11"] ~ .steps__action,
.steps__content.active[data-tab="12"] ~ .steps__action{
  display: none;
} 

/* step 2 */

.steps__list{
  display: flex;
  justify-content: center;
  column-gap: 15px;
  margin-top: 80px;
}

.steps__list-item{
  border: 1px solid #3E3E3F;
  border-radius: 15px;
  padding-top: 18px;
  padding-bottom: 63px;
  padding-left: 22px;
  padding-right: 22px;
  text-align: center;
  transition: all .3s ease;
  cursor: pointer;
  max-width: 255px;
}

.col-d{
  flex-direction: column;
  row-gap: 36px;
}

.steps__list-item:hover,
.steps__list-item.active{
  background-color: #00A427CC;
}

.steps__list-item:hover .steps__list-item-title,
.steps__list-item.active .steps__list-item-title{
  color: #fff;
}

.steps__list-item-title{
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: #252525;
  margin-bottom: 38px;
  transition: all .3s ease;
}

.steps__list-item-image{
  width: 210px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.steps__list-item-value{
  font-size: 36px;
  line-height: 25px;
  color: #222;
  font-weight: 700;
}

/* step 3 */

.steps__image{
  margin-top: 50px;
}

/* step 8 */

.field__default{
  margin-top: 65px;
  max-width: 622px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.field__default img{
  position: absolute;
  top: 14px;
  left: 15px;
}

.field__default:before{
  content: '';
  position: absolute;
  width: 1px;
  height: 21px;
  background-color: #969696;
  left: 52px;
  top: 15px;
  display: block;
}

.field__default input{
  padding-left: 67px;
  font-weight: 600;
}

.field__default input::placeholder{
  color: #C4C4C4;
}

/* step9 */

.offset-t{
  position: relative;
  top: 41px;
}

/* steps 10 */

.steps__text.lg{
  font-size: 40px;
  line-height: 51px;
  margin-bottom: 10px;
}

.steps__correct{
  background-color: #00A427;
  border-radius: 100px;
  padding: 17px 33px;
  display: flex;
  column-gap: 19px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 29px;
  max-width: 778px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.steps__correct img{
  min-width: 50px;
}

/* steps form */

.steps__from-title{
  font-size: 21px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}

.steps__from{
  max-width: 662px;
  margin-left: auto;
  margin-right: auto;
}

.steps__from label{
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.steps__from .form__field p{
  flex-direction: column;
  row-gap: 5px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.steps__from .wpcf7-list-item-label:before{
  border: 1px solid #6C6C6C;
  width: 20px;
  height: 20px;
  top: 0;
}

.steps__from .form__field input{
  border-color: #6C6C6C;
  font-weight: 600;
  color: #000;
}

.steps__from .form__field input::placeholder{
  color: #C4C4C4;
}

.steps__from .form__field .wpcf7-radio{
  justify-content: center;
  column-gap: 34px;
}

.steps__from .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before{
  border-color: #00A427;
  background-color: transparent;
}

.steps__from .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  background-image: unset;
  background-color: #00A427;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  left: 4px;
}

.steps__from .btn__green{
  margin-left: 0;
}

body .steps__from  .wpcf7-list-item{
  padding-left: 34px;
}

.form__row{
  display: flex;
  column-gap: 15px;
}

.notice{
  background-color: rgba(166,166,166,.2);
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color: #494949;
  padding: 13px 5px;
}

.notice a{
  font-weight: 500;
  text-decoration: underline;
}

.notice a:hover{
  color: #00A427;
}

#success-popup{
  text-align: center;
  display: none;
}

#success-popup .title{
  font-family: Roboto;
  font-size: 40px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #00A427;
  margin-top: 43px;
}

#success-popup .subtitle{
  color: #000;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 30px;
}

#success-popup .modal-window{
  padding-top: 45px;
  padding-bottom: 45px;
  max-width: 910px;
  width: 910px;
}

.open-succsess-popup{
  display: none;
}

#success-popup {
  border-radius: 20px;
}

#success-popup .btn__default{
  margin-top: 68px;
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact__from-hidden{
  display: none;
}

/* loading */
@keyframes rotateLoad {
  0%{
    transform: rotate(0);
  } 
  100%{
    transform: rotate(360deg);
  }
}

.loading  .steps__image{
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation-name: rotateLoad;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

.fixed__link {
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 999;
  background: var(--green);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 2px solid var(--green);
  transition: all .3s ease;
}

.fixed__link:hover{
  transform: translateY(2px);
  opacity: .8;
}

.steps__form .wpcf7-form-control-wrap .wpcf7-file{
  display: none;
  margin-bottom: 10px;
  height: 100%;
}

.form__field .wpcf7-list-item{
  cursor: pointer;
}

.steps__form .wpcf7-form-control-wrap .wpcf7-file.active{
  display: block;
}

.steps__form .form__field.form__field-foto span:not(.wpcf7-form-control-wrap){
  display: flex;
  column-gap: 1rem;
}

.user-approval-status {
    display: flex;
}

.user-approval-status p {
    color: #a7aaad;
    padding: 0 3px;
}

ins.wholesale_price {
    text-decoration: none;
}

@media screen and (max-width:768px) {
  .steps__form .form__field.form__field-foto span:not(.wpcf7-form-control-wrap){
    flex-direction: column;
    row-gap: 5px;
  }
  .fixed__link{
    top: 80%;
  }
  .steps-window{
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 76px;
    padding-right: 13px;
  }
  .steps-wrap{
    padding: 21px;
  }
  .steps__title{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .steps__text{
    font-size: 25px;
  }
  .steps-window img,
  .steps-window svg{
    max-width: 100%;
  }
  .steps__map svg{
    height: 430px;
  }
  .steps__progress-line-current-text{
    left: 5px;
  }
  .steps__list{
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .steps__list-item{
    max-width: 317px;
    width: 100%;
  }
  .steps__action{
    flex-direction: column-reverse;
    row-gap: 20px;
    margin-top: 35px;
  }
  .steps__action .btn__default{
    margin: 0;
  }
  .steps__image{
    margin-top: 37px;
  }
  .field__default{
    margin-top: 40px;
  }
  .steps__progress-line-current img{
    right: -8px;
  }
  .steps__correct{
    display: block;
    padding-left: 14px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 8px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .steps__correct img{
    float: left;
    margin-right: 10px;
    vertical-align: middle;
    width: 35px;
    min-width: unset;
  }
  .steps__from .form__field .wpcf7-form-control-wrap{
    width: 100%;
  }
  .form__row{
    flex-direction: column;
  }
  .form__row .w-50{
    width: 100%!important;
  }
  .steps__text.lg{
    font-size: 35px;
    line-height: 40px;
  }
  .steps-window{
    min-height: unset;
  }
  .offset-t{
    top: 20px;
  }
  #success-popup .modal-window{
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #success-popup .modal-window img{
    width: 80px;
  }
  #success-popup .title{
    margin-top: 35px;
    font-size: 30px;
  }
  #success-popup .subtitle{
    font-size: 25px;
    margin-top: 10px;
  }
  #success-popup .btn__default{
    margin-top: 40px;
  }
  .steps__title-text {
    font-size: 24px;
    line-height: 30px;
}
}

/*Home Popup*/
 .main div button {
      top: 500px;
      height: 30px;
      margin: 0 auto;
    }
    .business-private-customer-popup-overlay {
      display: none;
      width: 100%;
      height: 100vh;
      position: fixed;
      opacity: 0.5;
      background: #000;
      z-index: 40000;
      top: 0;
      left: 0;
      overflow: hidden;
      animation-name: fadeIn_Container;
      animation-duration: 1s;
    }
    .modal.business-private-customer-popup {
      display: none;
      top: 0;
      min-width: 250px;
      width: 80%;
      margin: 0 auto;
      position: fixed;
      z-index: 40001;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0px 0px 10px #000;
      right: 0;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      animation-name: fadeIn_Modal;
      animation-duration: 0.8s;
      font-family: "Roboto", sans-serif;
    }
    .business-private-customer-popup .header {
      background: #F1F1F1;
      border: 1px solid #EBEBEB;
      color: #000;
      position: relative;
      text-align: center;
    }
    .business-private-customer-popup .header h5{
      font-size: 17px;
      font-weight: 600;
      margin: 14px 0;
      padding: 0 50px;
    }
    .business-private-customer-popup .header .btn-close{
      position: absolute;
      right: 25px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
    }
    .business-private-customer-popup .header i {
      color: #000;
      text-decoration: none;
      font-size: 20px;
    }
    .business-private-customer-popup .modal-body{
      padding: 0 20px;
    }
    .business-private-customer-popup .block{
      width: 49%;
      display: inline-block;
      vertical-align: top;
    }
    .business-customers:after{
      content: "";
      position: absolute;
      background: #EBEBEB;
      top: 0;
      bottom: 0;
      right: 4px;
      width: 1px;
    }
    .business-customers.position-relative{
      position: relative;
    }
    .business-private-customer-popup .block .image{
      padding-top: 41px;
    }
    .business-private-customer-popup .block .image img{
      height: 229px;
    }
    .business-private-customer-popup .block .action-button{
      padding: 60px 0 20px 0;
      text-align: center;
    }
    .business-private-customer-popup .block .action-button .btn{
        border: 1px solid #000;
        font-size: 15px;
        padding: 9px 28px;
        min-width: 210px;
        color: #000;
    }
    .business-private-customer-popup .block .action-button button:hover .without-hover-img{
        display: none;
    }
    .business-private-customer-popup .block .action-button button .hover-img{
      display: none;
    }
    .business-private-customer-popup .block .action-button button:hover .hover-img{
      display: inline-block;
    }
    .business-private-customer-popup .block .action-button .btn:hover{
        background-color: #00A427;
        border-color: #00A427;
        color: #fff;
        box-shadow: 1px 4px 5px 0px rgba(0,164,39,0.39);
        -webkit-box-shadow: 1px 4px 5px 0px rgba(0,164,39,0.39);
        -moz-box-shadow: 1px 4px 5px 0px rgba(0,164,39,0.39);
        cursor: pointer;
    }
    .business-private-customer-popup .block .action-button .btn img{
      margin-left: 5px;
    }

    img.btn-close.cancel {
      width: 20px;
    }

    .archive.tax-product_cat .block-15 .item-container .item .cost span {
      display: inherit !important;
  }

  #source_btn  {
      background-color: #00A427;
      border-color: #00A427;
      color: #fff;
      box-shadow: 1px 4px 5px 0px rgba(0,164,39,0.39);
      -webkit-box-shadow: 1px 4px 5px 0px rgba(0,164,39,0.39);
      -moz-box-shadow: 1px 4px 5px 0px rgba(0,164,39,0.39);
      cursor: pointer;
  }
  .radio-btn label {
    margin-bottom: 1rem;
  }
  .question {
      margin: 25px 0 15px 0;
  }

  #utm_popup{
    width: 100% !important;
  }

    @media screen and (min-width: 600px) {

      .modal.business-private-customer-popup {
        width: 600px;
      }
    }
    @media screen and (max-width: 600px){
      .modal.business-private-customer-popup{
        height: 600px;
        overflow-y: auto;
      }
      .business-private-customer-popup .block{
        width: 100%;
        text-align: center;
      }
      .business-customers:after{
        bottom: -15px;
        right: 4px;
        width: 100%;
        height: 1px;
        top: auto;
      }
    }

    /*LARGE SCREEN*/
    @media screen and (min-width: 1300px) {}

    /****ANIMATIONS****/

    @keyframes fadeIn_Modal {
      from {
        opacity: 0;
      }

      to {
        opacity: 1;
      }
    }

    @keyframes fadeIn_Container {
      from {
        opacity: 0;
      }

      to {
        opacity: 0.5;
      }
    }

.business-utm-source-popup-overlay {
      display: none;
      width: 100%;
      height: 100vh;
      position: fixed;
      opacity: 0.5;
      background: #000;
      z-index: 40000;
      top: 0;
      left: 0;
      overflow: hidden;
      animation-name: fadeIn_Container;
      animation-duration: 1s;
    }
    .modal.business-utm-source-popup {
      display: none;
      top: 0;
      min-width: 250px;
      width: 80%;
      margin: 0 auto;
      position: fixed;
      z-index: 40001;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0px 0px 10px #000;
      right: 0;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      animation-name: fadeIn_Modal;
      animation-duration: 0.8s;
      font-family: "Roboto", sans-serif;
    }
    .business-utm-source-popup .header {
      background: #F1F1F1;
      border: 1px solid #EBEBEB;
      color: #000;
      position: relative;
      text-align: center;
    }
    .business-utm-source-popup .header h5{
      font-size: 17px;
      font-weight: 600;
      margin: 14px 0;
      padding: 0 50px;
    }
    .business-utm-source-popup .header .btn-close{
      position: absolute;
      right: 25px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
    }
    .business-utm-source-popup .header i {
      color: #000;
      text-decoration: none;
      font-size: 20px;
    }
    .business-utm-source-popup .modal-body{
      padding: 0 20px;
    }
    .business-utm-source-popup .block{
      width: 49%;
      display: inline-block;
      vertical-align: top;
    }
    .business-utm-source:after{
      content: "";
      position: absolute;
      background: #EBEBEB;
      top: 0;
      bottom: 0;
      right: 4px;
      width: 1px;
    }
  /*  .business-utm-source.position-relative1{
      position: relative;
    }*/
    .business-utm-source-popup .block .image{
      padding-top: 41px;
    }
    .business-utm-source-popup .block .image img{
      height: 229px;
    }
    .business-utm-source-popup .block .action-button{
      padding: 10px 0 20px 0;
      text-align: center;
    }
    .business-utm-source-popup .block .action-button .btn{
        border: 1px solid #000;
        font-size: 15px;
        padding: 9px 28px;
        min-width: 210px;
        color: #000;
    }
    .business-utm-source-popup .block .action-button button:hover .without-hover-img{
        display: none;
    }
    .business-utm-source-popup .block .action-button button .hover-img{
      display: none;
    }
    .business-utm-source-popup .block .action-button button:hover .hover-img{
      display: inline-block;
    }
    .business-utm-source-popup .block .action-button .btn:hover{
        background-color: #00A427;
        border-color: #00A427;
        color: #fff;
        box-shadow: 1px 4px 5px 0px rgba(0,164,39,0.39);
        -webkit-box-shadow: 1px 4px 5px 0px rgba(0,164,39,0.39);
        -moz-box-shadow: 1px 4px 5px 0px rgba(0,164,39,0.39);
        cursor: pointer;
    }
    .business-utm-source-popup .block .action-button .btn img{
      margin-left: 5px;
    }

    p.rerror {
     color: #ff0000;
     font-size: 12px;
    }

    #payment {
      visibility: hidden;
    }

    .woocomerce-button-show #payment {
      visibility: visible !important;
    }
    
    @media screen and (min-width: 600px) {

      .modal.business-utm-source-popup {
        width: 600px;
      }
    }
    @media screen and (max-width: 600px){
      .modal.business-utm-source-popup{
        height: 600px;
        overflow-y: auto;
      }
      .business-utm-source-popup .block{
        width: 100%;
        text-align: center;
      }
      .business-customers:after{
        bottom: -15px;
        right: 4px;
        width: 100%;
        height: 1px;
        top: auto;
      }
    }

    /*LARGE SCREEN*/
    @media screen and (min-width: 1300px) {}

    /****ANIMATIONS****/

    @keyframes fadeIn_Modal {
      from {
        opacity: 0;
      }

      to {
        opacity: 1;
      }
    }

    @keyframes fadeIn_Container {
      from {
        opacity: 0;
      }

      to {
        opacity: 0.5;
      }
    }
 #title_tip{
    position:relative;
    }
    #title_tip:hover{
    text-decoration:none;
    }
    
    #title_tip:after {
    border: 1px solid #808080;
    box-shadow: 0 4px 8px rgba(6, 5, 6, 0.8) !important;
    content: attr(tip);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    line-height: 1.5em;
    color: black;
    width: 93%;
    padding: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #c00d3f;
    background: -webkit-linear-gradient(#ffffff00, #7b0a2a);
    background: -moz-linear-gradient(#c00d3f, #7b0a2a);
    background: -o-linear-gradient(#c00d3f, #7b0a2a);
    background: -ms-linear-gradient(#c00d3f, #7b0a2a);
    background: #FFFFFF;
    -moz-box-shadow: 3px 3px 4px rgba(0,0,0, .65);
    -webkit-box-shadow: 3px 3px 4px rgba(0,0,0, .65);
    box-shadow: 3px 3px 4px rgba(0,0,0, .65);
    position: absolute;
    top: 2px;
    left: 10px;
    display: none;
}


    #title_tip:before{
    z-index:1000;
    position:absolute;
    content:"";
    top:15px;
    left:0px;
    border-right:7px transparent solid;
    border-left:7px transparent solid;
    display:none;
    }

    #title_tip:hover:after{
    display:block;
    }
    #title_tip:hover:before{
    display:block;
    }
.title_mobile {
  display: none;
}

.item-title.hidden {
  display: none;
}

.item-title.visible {
  display: block;
}
:root {
  --secondry-color:#00A427;
  --page-color: #F5F5F5;
  --bg-color: #ffffff;
  --text-color: #252525;
  --text-secondry-color: #000000;
  --header-footer-buttons-color: #3E3E3F;
  --header-span-color: #6C6C6C;
  --form-border-color: #6C6C6C;
  --form-span-color: #969696;
  --form-placeholder-color: #C4C4C4;

  --font-size-vs: 14px;
  --font-size-sm: 16px;
  --font-size-normal: 18px;
  --font-size-lg: 20px;
  --font-size-xl: 24px;
  --font-size-banner-heading: 55px;
  --font-size-heading: 31px;

  --line-height-footer-content: 25px;
  --line-height-footer-heading: 18px;
  --line-height-xs: 20px;
  --line-height-sm: 22px;
  --line-height-normal: 24px;
  --line-height-lg: 26px;
  --line-height-content: 31px;

  --section-spacing: 35px;

  --input-height: 42px;

  --banner-margins: 30px;
}
@media only screen and (max-width: 992px){
  :root {

      --font-size-vs: 14px;
      --font-size-sm: 16px;
      --font-size-normal: 18px;
      --font-size-xl: 24px;
      --font-size-banner-heading: 30px;
      --font-size-heading: 31px;
  
      --line-height-footer-content: 25px;
      --line-height-footer-heading: 18px;
      --line-height-xs: 20px;
      --line-height-sm: 22px;
      --line-height-normal: 24px;
      --line-height-lg: 26px;
  
      --section-spacing: 25px;
  
      --input-height: 42px;

      --banner-margins: 12px;
  }
}
.heading{
  font-size: var(--font-size-banner-heading);
  color: var(--secondry-color);
  margin-bottom: var(--banner-margins);
  font-weight: bold;
}
.left-side .content{
  margin-bottom: var(--banner-margins);
}
.mouse-tag-lg-screen a{
  gap: 8px;
  font-size: var(--font-size-lg);
  line-height: var(--line-height-content);
  color: var(--text-color);
  margin: 0;
}
.content {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-content);
  color: var(--text-color);
}
.mouse-tag-lg-screen a {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-content);
  color: var(--text-color) !important;
  text-decoration: none;
}
.mouse-tag-lg-screen {
  display: flex !important;
  align-items: center;
}

.light-box-section{
  margin: var(--section-spacing) 0;
}
.light-box-section .light-box-section-heading{
  font-size: var(--font-size-heading);
  line-height: var(--line-height-content);
  color: var(--text-color);
  width: 100%;
  text-align: center;
  margin-bottom: 33px;
  margin-top: 40px;
  font-weight: bold;
}
.light-box-section .light-box-section-content {
  text-align: left;
}
.light-box-section .light-box-section-content .content-bold {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-content);
  color: var(--text-color);
  margin-bottom: 18px;
  font-weight: bold;
  word-wrap: break-word;
}
.light-box-section .light-box-section-content .content {
  margin-bottom: 41px;
}
.banner-img iframe{
  border-radius: 25px;
  overflow: hidden;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, calc(33% - 17px));
  gap: 34px;
  margin-bottom: 33px;
}

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

.item1 {
  grid-row: 1 / span 2;
  grid-column: 1;
}

.item2 {
  grid-column: 2 / span 2;
  grid-row: 1;
}

.item5 {
  grid-column: 1 / span 2;
  grid-row: 3;
}

.grid-item img{
  width:100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* .grid-item img:not(.grid-item.item1 img){
  max-height: 350px;
} */

.primary-button {
  padding: 0 45px;
  margin: 0 auto;
  width: fit-content;
  height: 50px;
  background-color: var(--bg-color);
  color: var(--header-footer-buttons-color) !important;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-normal);
  border-radius: 2px;
  border: 2px solid var(--header-footer-buttons-color);
  text-decoration: none !important;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgb(62, 62, 63, 0.4);
  transition: background-color 0.3s, color 0.3s;
}
.primary-button:hover{
  color: var(--bg-color) !important;
  background-color: var(--header-footer-buttons-color);
}

.primary-button:hover .sm-rectangle {
  background-color: #ffffff; /* Background color on hover */
}
.right-side .mouse-tag-sm-screen {
  display: none !important;
}

.light-box-section .play-button{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgb(0, 164, 39, 0.7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s, height 0.1s;
  z-index: 1;
}

.light-box-section .play-button:hover{
  width: 106px;
  height: 106px;
  border-radius: 50%;
}

.light-box-section .play-button img{
  padding-left: 8px;
  max-width: revert;
  width: revert;
  height: revert;
}

.light-box-section .light-box-section-heading{
  font-size: var(--font-size-heading);
  line-height: var(--line-height-content);
  color: var(--text-color);
  width: 100%;
  text-align: center;
  margin-bottom: 33px;
  margin-top: 40px;
  font-weight: bold;
}

.light-box-section .video-img{
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .grid-container {
    grid-template-columns: repeat(3, calc(33% - 6px));
    gap: 12px;
  }
  .grid-item img:not(.grid-item.item1 img) {
    /*max-height: 150px;*/
  }
  .left-side .mouse-tag-lg-screen {
      display: none !important;
  }
  .right-side .mouse-tag-sm-screen {
    margin-top: 18px;
    display: flex !important;
  }
}
@media only screen and (max-width: 768px) {
  .banner, .light-box-section, .form, .light_box_custom {
      padding: 27px 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .light-box-section .play-button {
      width: 80px !important;
      height: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .light-box-section .play-button {
      width: 44px !important;
      height: 44px !important;
  }
}
@media only screen and (max-width: 768px) {
  .light-box-section .play-button img, .banner .play-button img {
      width: 18px !important;
      padding: 2px !important;
  }
}
.page_banner{
  width: 100%;
  height: 450px;
  margin-top: 30px;
  background-repeat: no-repeat;
  position: relative;
}
.page_banner .heading{
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: auto;
}
.page_banner .heading h1{
  color: #fff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.page_banner .heading h1:after{
  content: '';
  position: absolute;
  width: 77%;
  height: 6px;
  background: #00A427;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -12px;
}
.scroll_down{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
}
.scroll_down a{
  color: #fff !important;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.scroll_down a img{
  filter: invert(1);
}
.page_content{
  padding: 30px 0;
}
.page_content p{
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  margin: 0;
}
.header h2{
  font-size: var(--font-size-heading);
  line-height: var(--line-height-content);
  color: var(--text-color);
  margin-bottom: 33px;
  font-weight: bold;
  text-align: center;
}
.date_project img{
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 1rem;
}
.date_project p{
  margin: 0;
  font-size: 25px;
  color: #7f7f7f;
}
.project_info h3{
  font-size: 28px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.project_info{
  margin-top: 17px;
}
.project_img{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: .5s ease-in-out;
}
.project_img img{
  width: 100%;
  height: 325px;
  object-fit: cover;
  border-radius: 10px;
}
.project_img a:after{
  content: '';
  transition: .5s ease-in-out;
  background: rgba(0, 164, 39, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
}
.project_img a:hover:after{
  opacity: 1;
}
.project_img a span{
  transition: .5s ease-in-out;
  color: #fff;
  opacity: 0;
}
.project_img a span{
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: fit-content;
  height: fit-content;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  color: #fff !important;
  z-index: 123;
  font-size: 26px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  transition: .5s ease-in-out;
  text-decoration: underline;
}
.project_img a:hover{
  opacity: 1;
}
.project_img a:hover span{
  opacity: 1;
}
.inner_header{
  margin-top: 30px;
  padding: 20px 0;
}
.back_btn img{
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 1rem;
}
.back_btn a{
  font-size: 22px;
  font-weight: 500;
  color: #000 !important;
}
.inner_heading h1{
  text-align: center;
  color: #000;
  font-family: "Roboto", sans-serif;
  position: relative;
  width: fit-content;
  margin: 0 auto 3rem;
}
.inner_heading h1:after{
  content: '';
  position: absolute;
  width: 77%;
  height: 6px;
  background: #00A427;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -12px;
}
.nav_link_btn{
  font-size: 25px;
  font-weight: 500;
  color: #7f7f7f !important;
  font-family: "Roboto", sans-serif;
  width: 100%;
}
.nav_link_btn.active{
  background-color: transparent !important;
  color: #000 !important;
  border-bottom: 4px solid #00A427 !important;
  border-radius: 0 !important;
}
.video_card iframe{
  border-radius: 10px;
}
.lightbox_box{
  position: relative;
}
.lightbox_box span{
  position: absolute;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  font-size: 30px;
  color: white;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  z-index: 1;
  text-decoration: underline;
  opacity: 0;
  transition: .5s ease-in-out;
}
.lightbox_box:after{
  content: '';
  transition: .5s ease-in-out;
  background: rgba(0, 164, 39, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
}
.lightbox_box:hover:after{
  opacity: 1;
}
.lightbox_box:hover span{
  opacity: 1;
}
.lightbox_box{
  display: block;
}
.lightbox .carousel-control-next, .lightbox .carousel-control-prev{
  opacity: 1 !important;
}
.lightbox .carousel-control-next-icon, .lightbox .carousel-control-prev-icon{
  background-position: 50%;
  background-size: 75%;
  background-color: #00A427;
  width: 2.5rem;
  height: 2.5rem;
}
.video-img:after {
  content: '';
  background: rgb(0 0 0 / 30%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.gallery_light_box img{
  width: 100%;
  height: 373px;
  object-fit: contain;
}
.gallery_light_box .lightbox_box{
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
}
@media (max-width: 992px) {
  .back_btn a, .date_project p{
    font-size: 16px;
  }
  .back_btn img, .date_project img{
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
  }
  .inner_header{
    margin-top: 0;
  }
  .inner_heading h1{
    font-size: 25px;
  }
  .page_banner{
    margin-top: 0;
    height: 350px;
  }
  .project_info h3 {
    font-size: 22px;
  }
  .project_img img{
    height: 285px;
  }
  .gallery_light_box img{
    /*height: auto;*/
  }
}
.header-menu .menu-item-has-children:nth-child(2) .sub-menu{
  left: -22px;
}
.header-menu .menu-item-has-children:nth-child(3) .sub-menu{
  left: -43px;
}</pre></body></html>