/*!
 * Bootstrap v4.4.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: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1160px;
  --breakpoint-xl: 1600px;
  --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;
}

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

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

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

body {
  margin: 0;
  font-family: -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: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1160px) {
  .container {
    max-width: 1110px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1630px;
  }
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 1160px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1110px;
  }
}
@media (min-width: 1600px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1630px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-1 {
    margin-left: 8.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: 1160px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-1 {
    margin-left: 8.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: 1600px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-1 {
    margin-left: 8.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%;
  }
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

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

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

.media-body {
  flex: 1;
}

body {
  font-family: muli, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
body:before {
  display: none !important;
  content: "xs";
  position: fixed;
  z-index: 500;
  bottom: 0px;
  left: 0px;
  background: red;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  opacity: 0.8;
}
@media (min-width: 576px) {
  body:before {
    content: "sm";
  }
}
@media (min-width: 768px) {
  body:before {
    content: "md";
  }
}
@media (min-width: 1160px) {
  body:before {
    content: "lg";
  }
}
@media (min-width: 1600px) {
  body:before {
    content: "xl";
  }
}

strong {
  font-weight: bold;
}

.alert {
  margin-top: 10px;
  text-align: center;
}

.h2_holder, .h1_holder {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .h2_holder, .h1_holder {
    margin-top: 55px;
    margin-bottom: 50px;
  }
}
.h2_holder.h2_holder--white h2, .h1_holder.h2_holder--white h2 {
  color: #fff;
}
.h2_holder.h2_holder--white:after, .h1_holder.h2_holder--white:after {
  background: #0A953D;
}
.h2_holder:after, .h1_holder:after {
  content: "";
  display: inline-block;
  background: #DCDCDC;
  width: 65px;
  height: 3px;
  border-radius: 0 0 3px 3px;
}
.h2_holder h2, .h2_holder h1, .h1_holder h2, .h1_holder h1 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .h2_holder h2, .h2_holder h1, .h1_holder h2, .h1_holder h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (min-width: 1600px) {
  .h2_holder h2, .h2_holder h1, .h1_holder h2, .h1_holder h1 {
    font-size: 48px;
  }
}

.main_header {
  background: #000 url(../images/automobile-tob_bg.png) center center no-repeat;
}
@media (max-width: 767.98px) {
  .main_header {
    padding-bottom: 10px;
  }
}
@media (max-width: 1159.98px) {
  .main_header {
    background-position: center top;
  }
}
.main_header .container {
  position: relative;
}
@media (min-width: 768px) {
  .main_header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
  }
}
@media (min-width: 1600px) {
  .main_header .container {
    height: 86px;
  }
}
@media (min-width: 576px) {
  .main_header .container .logo {
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .main_header .container .logo {
    padding-top: 15px;
  }
}
.main_header .container .logo a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 1160px) {
  .main_header .container .logo a {
    font-size: 30px;
  }
}
@media (min-width: 1600px) {
  .main_header .container .logo a {
    font-size: 45px;
  }
}
.main_header .container .logo a:hover {
  text-decoration: none;
  color: #FFE120;
}
.main_header .container .logo a i {
  color: #878787;
  font-size: 20px;
  position: relative;
  top: -1px;
}
@media (min-width: 1160px) {
  .main_header .container .logo a i {
    font-size: 24px;
    top: -3px;
  }
}
@media (min-width: 1600px) {
  .main_header .container .logo a i {
    font-size: 34px;
  }
}
.main_header .container .logo .slogan {
  font-size: 15px;
  color: #878787;
  padding-left: 28px;
  font-style: italic;
  padding-bottom: 5px;
}
@media (min-width: 576px) {
  .main_header .container .logo .slogan {
    padding-left: 15px;
  }
}
@media (min-width: 1600px) {
  .main_header .container .logo .slogan {
    padding-bottom: 10px;
    font-size: 19px;
  }
}
.main_header .container .search_top {
  width: 300px;
  position: relative;
}
@media (max-width: 1159.98px) {
  .main_header .container .search_top {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0px;
  }
}
@media (max-width: 575.98px) {
  .main_header .container .search_top {
    padding: 0px 10px;
  }
}
.main_header .container .search_top input[type=text] {
  width: 100%;
  padding: 0px 55px 0px 20px;
  height: 35px;
  background: #393939;
  border-radius: 15px;
  border: 0;
  color: #fff;
  outline: 0;
}
.main_header .container .search_top button {
  background: #026A28;
  width: 42px;
  height: 35px;
  border: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0 15px 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.main_header .container .search_top button:hover {
  background: #025b22;
}
.main_header .container .search_top button i {
  color: #fff;
  font-size: 12px;
}
.main_header .container .search_top ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.main_header .container .search_top ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.main_header .container .search_top :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.main_header .container .search_top :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
@media (max-width: 767.98px) {
  .main_header .container .social_top {
    display: none;
  }
}
.main_header .container .social_top a {
  color: #fff;
  display: inline-block;
  margin-left: 15px;
}
.main_header .container .social_top a:hover {
  color: #FFE120;
  text-decoration: none;
}
.main_header .container .social_top a i {
  display: inline-block;
  margin-right: 8px;
}
.main_header .container .social_top a.fb i {
  color: #4965B5;
}
.main_header .container .social_top a.yt i {
  color: #FF0000;
}

.main_menu {
  background: #026A28;
}
.main_menu ul {
  list-style: none;
  padding: 0rem;
  margin: 0rem;
}
@media (min-width: 576px) {
  .main_menu ul {
    display: flex;
    justify-content: center;
  }
}
.main_menu ul li {
  padding: 0 14px;
  position: relative;
  border-bottom: 1px #0d4a14 solid;
}
@media (min-width: 576px) {
  .main_menu ul li {
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .main_menu ul li {
    padding: 0 44px;
  }
}
.main_menu ul li:last-child:after {
  content: "";
  display: block;
  width: 2px;
  height: 32px;
  background: #003D16;
  border-right: 1px #449160 solid;
  position: absolute;
  top: 11px;
  right: 0px;
}
@media (min-width: 1600px) {
  .main_menu ul li:last-child:after {
    height: 48px;
  }
}
@media (max-width: 575.98px) {
  .main_menu ul li:last-child:after {
    display: none !important;
  }
}
.main_menu ul li:before {
  content: "";
  display: block;
  width: 2px;
  height: 32px;
  background: #003D16;
  border-right: 1px #449160 solid;
  position: absolute;
  top: 11px;
  left: 0px;
}
@media (min-width: 1600px) {
  .main_menu ul li:before {
    height: 48px;
  }
}
@media (max-width: 575.98px) {
  .main_menu ul li:before {
    display: none !important;
  }
}
.main_menu ul li.active a {
  text-decoration: none;
  color: #fff;
}
.main_menu ul li.active a:after {
  opacity: 1;
}
.main_menu ul li a {
  font-size: 15px;
  color: #D2D2D2;
  border-radius: 0px;
  display: block;
  padding: 16px 20px;
  transition: all 0.3s;
  position: relative;
}
@media (min-width: 1600px) {
  .main_menu ul li a {
    font-size: 20px;
    padding: 20px 20px;
  }
}
.main_menu ul li a:hover {
  text-decoration: none;
  color: #fff;
}
.main_menu ul li a:hover:after {
  opacity: 1;
}
.main_menu ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #FFE120;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.31);
  opacity: 0;
  transition: opacity 0.3s;
}
@media (min-width: 1160px) {
  .main_menu ul li a:after {
    height: 9px;
  }
}

.main_image {
  background: url(../images/fotohlava2.png) center bottom no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1600px) and (min-width: 1000px) {
  .main_image .container {
    max-width: 100%;
  }
}
.main_image .main_image__inner {
  height: auto;
  padding: 50px 0px;
}
@media (min-width: 576px) {
  .main_image .main_image__inner {
    padding: 100px 0px;
  }
}
@media (min-width: 768px) {
  .main_image .main_image__inner {
    height: 374px;
    padding-bottom: 26px;
    padding-top: 100px;
  }
}
@media (max-width: 1600px) {
  .main_image .main_image__inner {
    padding-top: 0px;
    transform: scale(0.7);
    margin-left: -250px;
  }
}
@media (max-width: 1280px) {
  .main_image .main_image__inner {
    margin-left: -150px;
  }
}
@media (max-width: 1600px) and (min-width: 1000px) {
  .main_image .main_image__inner {
    margin-left: -200px;
    padding-top: 0px;
    margin-top: -26px;
    transform: scale(0.6);
    height: 209px;
    padding-bottom: 61px;
    margin-right: -123px;
  }
  .main_image .main_image__inner .partner_box_wrapper {
    margin-left: 357px;
    margin-top: -220px;
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .main_image .main_image__inner {
    padding-top: 50px;
    margin-left: 0px;
    transform: scale(1);
  }
}
@media (min-width: 1600px) {
  .main_image .main_image__inner {
    display: flex;
    align-items: flex-end;
    padding-top: 0px;
  }
}
@media (min-width: 768px) {
  .main_image .partner_box {
    margin-left: 176px;
    margin-bottom: -18px;
  }
}
@media (max-width: 1159.98px) {
  .main_image .partner_box {
    max-width: 370px;
  }
}
@media (max-width: 1600px) and (min-width: 1000px) {
  .main_image .partner_box {
    margin-left: 55%;
    margin-top: 13vh;
  }
}
@media (max-width: 1400px) and (min-width: 1000px) {
  .main_image .partner_box {
    margin-top: 13vh;
  }
}
@media (max-width: 767.98px) {
  .main_image .partner_box {
    max-width: none;
  }
}
.main_image .partner_box p {
  margin-right: 3px;
  margin-bottom: -7px;
  line-height: 28px;
  color: #000;
}
.main_image .partner_box img {
  width: 355px;
}
@media (max-width: 767.98px) {
  .main_image .partner_box img {
    max-width: 250px;
  }
  .main_image .partner_box .partner_box__image {
    text-align: center;
  }
}
.main_image .image_gray_box {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  border-radius: 20px;
  padding: 20px 20px;
  position: relative;
}
@media (min-width: 576px) {
  .main_image .image_gray_box {
    border-radius: 200px;
    padding: 20px 50px;
  }
}
@media (min-width: 768px) {
  .main_image .image_gray_box {
    width: 491px;
    padding: 41px 148px 22px 0px;
    border-radius: 0 200px 200px 0;
  }
}
@media (max-width: 1600px) and (min-width: 1000px) {
  .main_image .image_gray_box {
    margin-top: 44px;
  }
}
.main_image .image_gray_box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 5000px;
  left: -5000px;
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 767.98px) {
  .main_image .image_gray_box:before {
    display: none;
  }
}
.main_image .image_gray_box strong.title {
  color: #fff;
  font-size: 25px;
  line-height: 29px;
  display: block;
  margin-bottom: 28px;
  position: relative;
}
@media (min-width: 768px) {
  .main_image .image_gray_box strong.title {
    font-size: 38px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .main_image .image_gray_box strong.title {
    text-align: center;
  }
}
.main_image .image_gray_box strong.title:before {
  content: "";
  display: block;
  width: 95px;
  height: 2px;
  background: #000;
  border-bottom: 1px #53504D solid;
  position: absolute;
  bottom: -13px;
  left: 0px;
}
@media (max-width: 767.98px) {
  .main_image .image_gray_box strong.title:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.main_image .image_gray_box p {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 768px) {
  .main_image .image_gray_box p {
    font-size: 22px;
    line-height: 38px;
  }
}
@media (max-width: 767.98px) {
  .main_image .image_gray_box p {
    text-align: center;
  }
}
.main_image .image_green_box {
  background: #026A28;
  display: block;
  border-radius: 20px;
  padding: 20px 20px;
  position: relative;
  margin-top: 25px;
}
@media (min-width: 576px) {
  .main_image .image_green_box {
    border-radius: 200px;
    padding: 20px 50px;
  }
}
@media (min-width: 768px) {
  .main_image .image_green_box {
    margin-left: 325px;
    margin-top: -126px;
    width: 482px;
    padding: 39px 25px 24px 72px;
  }
}
.main_image .image_green_box strong.title {
  color: #fff;
  font-size: 25px;
  line-height: 29px;
  display: block;
  margin-bottom: 31px;
  position: relative;
}
@media (min-width: 768px) {
  .main_image .image_green_box strong.title {
    font-size: 36px;
    line-height: 16px;
  }
}
@media (max-width: 767.98px) {
  .main_image .image_green_box strong.title {
    text-align: center;
  }
}
.main_image .image_green_box strong.title:before {
  content: "";
  display: block;
  width: 95px;
  height: 2px;
  background: #003D16;
  border-bottom: 1px #469262 solid;
  position: absolute;
  bottom: -20px;
  left: 0px;
}
@media (max-width: 767.98px) {
  .main_image .image_green_box strong.title:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.main_image .image_green_box p {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 768px) {
  .main_image .image_green_box p {
    font-size: 23px;
    line-height: 36px;
  }
}
@media (max-width: 767.98px) {
  .main_image .image_green_box p {
    text-align: center;
  }
}

.how_to {
  margin-bottom: 65px;
}
@media (min-width: 1160px) {
  .how_to {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .how_to {
    padding: 0px 100px;
  }
}
.how_to .how_to__box {
  flex: 0 0 330px;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1160px) {
  .how_to .how_to__box {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .how_to .how_to__box {
    flex: 0 0 360px;
  }
}
.how_to .how_to__box .how_to__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 154px;
  background: #026A28;
  border: 15px #078B37 solid;
  border-radius: 50%;
  margin: 0 auto 20px;
}
@media (max-width: 1600px) and (min-width: 1000px) {
  .how_to .how_to__box .how_to__icon {
    width: 135px;
    height: 135px;
  }
}
.how_to .how_to__box .how_to__icon i {
  color: #fff;
  font-size: 57px;
}
.how_to .how_to__box h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .how_to .how_to__box h3 {
    font-size: 25px;
    line-height: 31px;
  }
}
@media (min-width: 1600px) {
  .how_to .how_to__box h3 {
    font-size: 31px;
    line-height: 41px;
  }
}
@media (max-width: 1600px) and (min-width: 1000px) {
  .how_to .how_to__box h3 {
    font-size: 22px;
    line-height: 31px;
  }
}
.how_to .how_to__box p {
  font-size: 16px;
  line-height: 21px;
  color: #545454;
}
@media (min-width: 1600px) {
  .how_to .how_to__box p {
    font-size: 18px;
    line-height: 23px;
  }
}

.page_content {
  padding-top: 1px;
  background: url(../images/shadow_bottom.png) top center no-repeat;
  background-size: 95%;
}
@media (max-width: 1600px) and (min-width: 1000px) {
  .page_content .h2_holder, .page_content .h1_holder {
    margin-top: 38px;
    margin-bottom: 20px;
  }
  .page_content .h2_holder h2, .page_content .h1_holder h2 {
    font-size: 36px;
    line-height: 35px;
  }
}

.certification_box {
  background: #026A28;
  border-radius: 50px;
  padding: 26px 26px;
  max-width: 1270px;
  margin: 0px auto 65px;
  position: relative;
}
@media (min-width: 576px) {
  .certification_box {
    padding: 26px 56px;
  }
}
@media (min-width: 1160px) {
  .certification_box {
    display: flex;
    align-items: center;
    border-radius: 100px;
  }
}
.certification_box:before {
  content: "";
  display: block;
  width: 100%;
  height: 48px;
  background: url(../images/shadow_right.png) right 80px top -5px no-repeat;
  position: absolute;
  bottom: -48px;
  right: 0px;
}
@media (max-width: 1159.98px) {
  .certification_box:before {
    background-size: 90%;
  }
}
.certification_box .certification_box__text {
  flex: 1;
}
.certification_box .certification_box__text p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  margin: 0;
  font-weight: 300;
}
@media (min-width: 768px) {
  .certification_box .certification_box__text p {
    font-size: 20px;
    line-height: 30px;
  }
}
.certification_box .certification_box__text p a {
  color: #FFE120;
  text-decoration: underline;
}
.certification_box .certification_box__text p a:hover {
  text-decoration: none;
}
.certification_box .certification_box__image {
  background: #fff;
  border-radius: 50px;
  height: 83px;
  flex: 0 0 287px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media (min-width: 1160px) {
  .certification_box .certification_box__image {
    margin-left: 50px;
    margin-top: 0px;
  }
}
.certification_box .certification_box__image img {
  max-width: 80%;
}

.about_company {
  padding-top: 1px;
  background: url(../images/about_bg.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
@media (min-width: 1160px) {
  .about_company {
    padding-top: 10px;
  }
}
.about_company .about_company__content {
  max-width: 970px;
  margin: 0 auto;
}
@media (min-width: 1160px) {
  .about_company .about_company__content {
    display: flex;
    justify-content: space-between;
  }
}
.about_company .about_company__content .about_company__left {
  margin-bottom: 35px;
}
@media (min-width: 1160px) {
  .about_company .about_company__content .about_company__left {
    flex: 0 0 48%;
    margin: 0;
  }
}
@media (min-width: 1160px) {
  .about_company .about_company__content .about_company__right {
    flex: 0 0 48%;
  }
}
.about_company .about_company__content .about_company__right p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about_company .about_company__content .about_company__right p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (min-width: 1160px) {
  .about_company .about_company__content .about_company__right p {
    margin-bottom: 40px;
  }
}

.gray_box {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 100px;
  text-align: center;
  padding: 15px;
}
.gray_box p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .gray_box p {
    font-size: 22px;
  }
}
.gray_box strong {
  color: #FFE120;
  font-size: 28px;
  display: block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .gray_box strong {
    font-size: 38px;
  }
}

.partner_box {
  margin-top: 15px;
}
@media (min-width: 576px) {
  .partner_box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.partner_box p {
  margin: 0;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .partner_box p {
    text-align: center;
    margin-bottom: 20px;
  }
  .partner_box p br {
    display: none;
  }
}
.partner_box img {
  max-width: 100%;
}

.faq_box {
  margin-bottom: 55px;
}
@media (min-width: 1160px) {
  .faq_box {
    display: flex;
    justify-content: space-between;
  }
}
.faq_box .fax_box__item {
  margin-bottom: 35px;
}
@media (min-width: 1160px) {
  .faq_box .fax_box__item {
    flex: 0 0 20%;
    margin-bottom: 0;
  }
}
.faq_box .fax_box__item h3 {
  font-size: 20px;
  font-weight: bold;
  border-left: 12px #026A28 solid;
  padding-left: 31px;
  margin: 0;
}
@media (min-width: 1600px) {
  .faq_box .fax_box__item h3 {
    font-size: 24px;
  }
}
.faq_box .fax_box__item p {
  color: #545454;
  font-size: 16px;
  border-left: 12px #DCDCDC solid;
  padding-left: 31px;
  padding-top: 15px;
}
@media (min-width: 1600px) {
  .faq_box .fax_box__item p {
    font-size: 18px;
  }
}

.contact_us {
  background: url(../images/contact_us_bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 50px;
  margin-bottom: 0px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .contact_us {
    margin-bottom: 70px;
    padding-top: 40px;
  }
}
@media (min-width: 1160px) {
  .contact_us {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.contact_us .h2_holder {
  text-align: left;
}
.contact_us .h2_holder h2 {
  text-align: left;
}
.contact_us .contact_green_box {
  margin-top: 30px;
  background: rgba(2, 106, 40, 0.75);
  display: inline-block;
  padding: 48px 90px 48px 0px;
  border-radius: 0 200px 200px 0;
  position: relative;
}
.contact_us .contact_green_box:before {
  content: "";
  display: block;
  height: 100%;
  width: 5000px;
  position: absolute;
  left: -5000px;
  top: 0px;
  background: rgba(2, 106, 40, 0.75);
}
.contact_us .contact_green_box .contact_green_box__item {
  display: flex;
  margin: 10px 0px;
  align-items: center;
}
.contact_us .contact_green_box .contact_green_box__item .contact_green_box__icon {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  background: #FFE120;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_us .contact_green_box .contact_green_box__item .contact_green_box__icon i {
  color: #000;
  font-size: 27px;
}
.contact_us .contact_green_box .contact_green_box__item a {
  flex: 1;
  padding-left: 20px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 576px) {
  .contact_us .contact_green_box .contact_green_box__item a {
    font-size: 27px;
  }
}

.form_holder p {
  font-size: 16px;
  line-height: 25px;
  color: #545454;
  max-width: 950px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .form_holder p {
    font-size: 18px;
    line-height: 28px;
  }
}
.form_holder .form_inner {
  background: #EFEFEF;
  border-radius: 30px;
  padding: 40px 30px;
  margin: 40px auto 0;
  max-width: 1180px;
  position: relative;
}
@media (min-width: 768px) {
  .form_holder .form_inner {
    padding: 40px 80px;
  }
}
.form_holder .form_inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 48px;
  background: url(../images/shadow_right.png) right 80px top -5px no-repeat;
  position: absolute;
  bottom: -48px;
  right: 0px;
}
@media (max-width: 1159.98px) {
  .form_holder .form_inner:before {
    background-size: 90%;
    background-position: right 25px top -5px;
  }
}
@media (min-width: 1160px) {
  .form_holder .form_inner .form_inner__line {
    display: flex;
    justify-content: space-between;
  }
}
.form_holder .form_inner .form_inner__line .form_inner__line__item {
  flex: 0 0 32%;
  margin-bottom: 20px;
}
.form_holder .form_inner .form_inner__line .form_inner__line__item label {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  display: block;
}
@media (min-width: 576px) {
  .form_holder .form_inner .form_inner__line .form_inner__line__item label {
    font-size: 18px;
    line-height: 32px;
  }
}
.form_holder .form_inner .form_inner__line .form_inner__line__item label span {
  color: #026A28;
}
.form_holder .form_inner .form_inner__line .form_inner__line__item input {
  width: 100%;
  height: 51px;
  border: 0;
  background: #fff;
  border-radius: 30px;
  padding: 0px 15px;
  outline: 0;
}
.form_holder .form_inner .form_inner__textarea label {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  display: block;
}
@media (min-width: 576px) {
  .form_holder .form_inner .form_inner__textarea label {
    font-size: 18px;
    line-height: 32px;
  }
}
.form_holder .form_inner .form_inner__textarea label span {
  color: #026A28;
}
.form_holder .form_inner .form_inner__textarea textarea {
  width: 100%;
  height: 168px;
  border: 0;
  background: #fff;
  border-radius: 30px;
  padding: 15px;
  outline: 0;
}
.form_holder .form_inner .form_inner__bottom {
  margin-top: 20px;
}
@media (min-width: 1160px) {
  .form_holder .form_inner .form_inner__bottom {
    display: flex;
    justify-content: space-between;
  }
}
.form_holder .form_inner .form_inner__bottom .form_inner__line__item {
  flex: 0 0 36%;
}
.form_holder .form_inner .form_inner__bottom .form_inner__line__item label {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  display: block;
}
@media (min-width: 576px) {
  .form_holder .form_inner .form_inner__bottom .form_inner__line__item label {
    font-size: 18px;
    line-height: 32px;
  }
}
.form_holder .form_inner .form_inner__bottom .form_inner__line__item label span {
  color: #026A28;
}
.form_holder .form_inner .form_inner__bottom .form_inner__line__item input {
  width: 100%;
  height: 51px;
  border: 0;
  background: #fff;
  border-radius: 30px;
  padding: 0px 15px;
  outline: 0;
}
.form_holder .form_inner .form_inner__bottom .form_gdpr {
  padding-bottom: 10px;
  margin-top: 25px;
}
@media (min-width: 576px) {
  .form_holder .form_inner .form_inner__bottom .form_gdpr {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1160px) {
  .form_holder .form_inner .form_inner__bottom .form_gdpr {
    margin-top: 0;
  }
}
.form_holder .form_inner .form_inner__bottom .form_gdpr span {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  display: block;
}
@media (min-width: 576px) {
  .form_holder .form_inner .form_inner__bottom .form_gdpr span {
    font-size: 18px;
    line-height: 32px;
  }
}
.form_holder .form_inner .form_inner__bottom .form_gdpr span span {
  color: #026A28;
}
.form_holder .form_inner .form_inner__bottom .form_gdpr input {
  display: none;
}
.form_holder .form_inner .form_inner__bottom .form_gdpr label {
  font-size: 18px;
  font-style: italic;
  display: block;
  padding-left: 41px;
  position: relative;
  top: 5px;
  cursor: pointer;
}
@media (min-width: 576px) {
  .form_holder .form_inner .form_inner__bottom .form_gdpr label {
    margin-left: 20px;
  }
}
.form_holder .form_inner .form_inner__bottom .form_gdpr label:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #000;
  font-size: 25px;
  background-size: 15px;
  background-position: center center;
  background-repeat: no-repeat;
}
.form_holder .form_inner .form_inner__bottom .form_gdpr input:checked + label:before {
  background-image: url(../images/check.svg);
}
.form_holder .form_inner .form_inner__submit {
  text-align: center;
  height: 0px;
  margin-top: 25px;
  position: relative;
  z-index: 5;
}
.form_holder .form_inner .form_inner__submit input {
  background: #026A28;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  padding: 15px 62px;
  border: 0;
  outline: 0;
  border-radius: 50px;
  transition: all 0.3s;
}
@media (max-width: 575.98px) {
  .form_holder .form_inner .form_inner__submit input {
    padding: 15px 15px;
    max-width: 100%;
    font-size: 16px;
  }
}
.form_holder .form_inner .form_inner__submit input:hover {
  background: #014c1d;
}

.main_footer {
  background: #000;
  margin-top: 80px;
  padding-top: 45px;
  color: #fff;
}
.main_footer h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 19px;
}
.main_footer p {
  line-height: 27px;
  margin-bottom: 25px;
}
.main_footer ul {
  list-style: none;
  padding: 0rem;
  margin: 0rem;
}
.main_footer ul li {
  margin-bottom: 5px;
}
.main_footer ul li i {
  display: inline-block;
  margin-right: 20px;
}
.main_footer ul.footer_menu li {
  padding-left: 26px;
  position: relative;
}
.main_footer ul.footer_menu li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #026A28;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0px;
}
.main_footer .footer_social {
  margin-top: 25px;
}
.main_footer .footer_social li.fb i {
  color: #4965B5;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.main_footer .footer_social li.yt i {
  color: #FF0000;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.main_footer a {
  color: #fff;
  text-decoration: underline;
}
.main_footer a:hover {
  text-decoration: none;
  color: #FFE120;
}
.main_footer .main_footer__inner {
  max-width: 1270px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .main_footer .main_footer__inner {
    display: flex;
  }
}
@media (max-width: 1159.98px) {
  .main_footer .main_footer__inner {
    flex-wrap: wrap;
  }
}
.main_footer .main_footer__inner .main_footer__inner__item {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .main_footer .main_footer__inner .main_footer__inner__item {
    flex: 0 0 330px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1600px) {
  .main_footer .main_footer__inner .main_footer__inner__item {
    flex: 0 0 380px;
  }
}
.main_footer .main_footer__inner .main_footer__inner__item.map_image {
  flex: 0 0 400px;
  background: url(../images/footer_mapa.jpg) center center no-repeat;
  height: 267px;
  background-size: 400px;
}
@media (min-width: 1600px) {
  .main_footer .main_footer__inner .main_footer__inner__item.map_image {
    flex: 0 0 500px;
    background-size: autor;
  }
}
@media (max-width: 1159.98px) {
  .main_footer .main_footer__inner .main_footer__inner__item.map_image {
    margin-top: 55px;
  }
}
.main_footer .main_footer__inner .main_footer__inner__item.map_image img {
  display: none;
}
@media (max-width: 575.98px) {
  .main_footer .main_footer__inner .main_footer__inner__item.map_image {
    background: none;
    height: auto;
  }
  .main_footer .main_footer__inner .main_footer__inner__item.map_image img {
    display: block;
    max-width: 100%;
  }
}
.main_footer .footer_bottom {
  background: #026A28;
  padding: 40px 10px 60px 10px;
  text-align: center;
}
.main_footer .footer_bottom p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.main_footer .footer_bottom p a {
  font-weight: bold;
  text-decoration: underline;
}
.main_footer .footer_bottom p a:hover {
  text-decoration: none;
}

.subpage_holder {
  color: #545454;
}
@media (min-width: 1160px) {
  .subpage_holder {
    padding: 0px 30px;
  }
}
.subpage_holder .subpage__annotation {
  margin-bottom: 30px;
}
.subpage_holder .subpage__annotation p {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
@media (min-width: 1160px) {
  .subpage_holder .subpage__annotation p {
    font-size: 31px;
    line-height: 46px;
  }
}
.subpage_holder h2 {
  font-size: 25px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .subpage_holder h2 {
    font-size: 31px;
    line-height: 46px;
    text-align: left;
  }
}

.subpage_list {
  background: url(../images/line.png) bottom left repeat-x;
  padding-bottom: 30px;
  margin-bottom: 70px;
}
.subpage_list .subpage_list__item {
  margin-bottom: 23px;
}
@media (min-width: 576px) {
  .subpage_list .subpage_list__item {
    display: flex;
  }
}
.subpage_list .subpage_list__item:last-child .subpage_list__text {
  background: none;
}
.subpage_list .subpage_list__item .subpage_list__icon {
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #026A28;
  border: 10px #078B37 solid;
  border-radius: 50%;
  font-size: 29px;
  color: #fff;
}
@media (max-width: 575.98px) {
  .subpage_list .subpage_list__item .subpage_list__icon {
    margin: 0 auto;
  }
}
.subpage_list .subpage_list__item .subpage_list__text {
  flex: 1;
  margin-left: 25px;
  padding-top: 11px;
  padding-bottom: 1px;
  background: url(../images/line.png) bottom left repeat-x;
}
@media (min-width: 1160px) {
  .subpage_list .subpage_list__item .subpage_list__text {
    padding-top: 25px;
  }
}
.subpage_list .subpage_list__item .subpage_list__text p {
  margin-bottom: 35px;
  font-size: 18px;
}
.subpage_list .subpage_list__item .subpage_list__text a {
  color: #026A28;
  font-weight: bold;
}

.center {
  text-align: center;
}

/*! HTML/CSS/JS Author: Hasek Dominik hasek.dominik@gmail.com */

/*# sourceMappingURL=styles.css.map */

/* Cookies */
.text-left
{
    text-align: left;
}
.text-center
{
    text-align: center;
}
.text-right
{
    text-align: right;
}
.float-left
{
    float: left;
}
.float-right
{
    float: right;
}

.btn
{
    width: auto;
    padding: 0;
    font-size: 112.5%;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.015em;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    box-shadow: 0px 5px 15px rgba(2, 106, 40, 0.16);
    background-color: rgba(2, 106, 40, 1);
    display: inline-block;
}

.btn a
{
    padding: 15px 50px 15px 50px;
    font-size: 100%;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    display: block;
    letter-spacing: 0.05em;
    white-space: nowrap;
    text-decoration: none;
}

.btn.btn-small a
{
    padding: 10px 35px 10px 35px;
    font-size: 93.75%;
}

.btn:hover
{
    background-color: rgba(32, 136, 70, 1);
    box-shadow: 0px 10px 30px rgba(32, 136, 70, 0.16);
}

.btn:hover a
{
    font-weight: 400;
    color: rgba(255, 255, 255,, 1);
}

.cookies-opener
{
    width: auto;
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 999;
    background-color: rgba(50, 53, 56, 0.95);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.05);
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}

.cookies-opener.active
{
    visibility: visible;
    opacity: 1;
}

.cookies-opener em
{
    text-align: center;
    font-size: 150%;
    color: rgb(255, 255, 255);
}

.cookies-opener:hover
{
    background-color: rgb(2, 106, 40);
    box-shadow: 0px 0px 50px rgba(2, 106, 40, 0.15);
}

.cookies
{
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    background-color: rgba(40, 40, 40, 0.95);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.05);
    padding: 25px;
    visibility: hidden;
    opacity: 0;
}

.cookies .form
{
    width: 100%;
    max-width: 1280px;
    padding-bottom: 0px;
    display: none;
}

.cookies .title strong
{
    color: rgb(250, 250, 250);
}

.cookies .form.active
{
    padding-bottom: 30px;
    display: block;
}

.cookies .form
{
    margin: 0px auto 0px auto;
}

.cookies .flex
{
    width: 100%;
    max-width: 1280px;
    display: flex;
    margin: 0px auto 0px auto;
}

.cookies .flex .item.text
{
    padding-right: 25px;
    width: 100%;
}

.cookies .flex .item.text p
{
    font-size: 93.75%;
    line-height: 18px;
    color: rgb(250, 250, 250);
    letter-spacing: 0em;
    padding-top: 10px;
}

.cookies .input.check .text p
{
    color: rgb(250, 250, 250);
    font-size: 93.75%;
    letter-spacing: 0em;
}

.cookies .input.check .text p strong
{
    color: rgb(255, 255, 255);
}

.cookies .flex .item.text p a
{
    color: rgb(141, 198, 63, 1);
}

.cookies .flex .item.text p a:hover
{
    color: rgb(255, 255, 255, 1);
    text-decoration: underline;
}

.cookies .flex .item.button
{
    width: 100%;
    max-width: 380px;
}

.cookies .flex .item.button .btn
{
    width: 180px;
    font-size: 93.75%;
    text-align: center;
}

.cookies .flex .item.button .btn a
{
    padding: 10px 25px 10px 25px;
    text-align: center;
}

.cookies .flex .item.button .btn:first-child
{
    margin-left: 15px;
}

.cookies.active
{
    visibility: visible;
    opacity: 1;
}

section.cookies .form .input
{
    width: 100%;
    margin: 0px auto 15px auto;
}

section.cookies .form .input.check .checkbox
{
    width: 24px;
    height: 24px;
    border-radius: 5px;
    float: left;
    margin: 0;
    padding: 0;
    display: inline-table;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    cursor: pointer;
}

section.cookies .form .input.check .checkbox.round
{
    border-radius: 50%;
}

section.cookies .form .input.check .checkbox::after
{
    width: 100%;
    text-align: center;
    margin: 4px auto 0px auto;
    padding: 0;
    content: '✓';
    font-weight: 900;
    font-size: 85%;
    color: rgb(52, 156, 90);
    display: block;
    opacity: 0;
    visibility: hidden;
}

section.cookies .form .input.check.active .checkbox
{
    border-color: rgb(52, 156, 90);
}

section.cookies .form .input.check.active .checkbox::after
{
    opacity: 1;
    visibility: visible;
}

section.cookies .form .input.check .checkbox input
{
    display: none;
}

section.cookies .form .input.check .text
{
    width: calc(100% - 42px);
    float: left;
    padding: 0;
    display: inline-table;
    margin: 0px 0px 0px 15px;
}

section.cookies .form .input.check .text p
{
    margin: 0;
    padding: 0;
    display: inline-table;
}

section.cookies .form .input.check .text p strong
{
    color: rgb(255, 255, 255);
    font-size: 100%;
    font-weight: 600;
}

section.cookies .form .input.check .text p a
{
    font-size: 100%;
    font-weight: 400;
    text-align: left;
}

.cookies-opener
{
    width: auto;
    position: fixed;
    left: 15px;
    bottom: 0px;
    z-index: 999;
    background-color: rgba(50, 53, 56, 0.95);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.05);
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}

.cookies-opener.active
{
    visibility: visible;
    opacity: 1;
}

.cookies-opener em
{
    text-align: center;
    font-size: 150%;
    color: rgb(255, 255, 255);
}

.cookies-opener:hover
{
    background-color: rgb(2, 106, 40);
    box-shadow: 0px 0px 50px rgba(2, 106, 40, 0.15);
}

.cookies
{
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    background-color: rgba(40, 40, 40, 0.95);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.05);
    padding: 25px;
    visibility: hidden;
    opacity: 0;
}

.cookies .form
{
    width: 100%;
    max-width: 1280px;
    padding-bottom: 0px;
    display: none;
}

.cookies .title strong
{
    color: rgb(250, 250, 250);
}

.cookies .form.active
{
    padding-bottom: 30px;
    display: block;
}

.cookies .flex
{
    width: 100%;
    max-width: 1280px;
}

.cookies .flex .item.text
{
    padding-right: 25px;
    width: 100%;
}

.cookies .flex .item.text p
{
    font-size: 93.75%;
    line-height: 18px;
    color: rgb(250, 250, 250);
    letter-spacing: 0em;
    padding-top: 10px;
}

.cookies .input.check .text p
{
    color: rgb(250, 250, 250);
    font-size: 93.75%;
    letter-spacing: 0em;
}

.cookies .input.check .text p strong
{
    color: rgb(255, 255, 255);
}

.cookies .flex .item.text p a
{
    color: rgb(141, 198, 63, 1);
}

.cookies .flex .item.text p a:hover
{
    color: rgb(255, 255, 255, 1);
    text-decoration: underline;
}

.cookies .flex .item.button
{
    width: 100%;
    max-width: 380px;
}

.cookies .flex .item.button .btn
{
    width: 180px;
    font-size: 93.75%;
    text-align: center;
}

.cookies .flex .item.button .btn a
{
    padding: 10px 25px 10px 25px;
    text-align: center;
}

.cookies .flex .item.button .btn:first-child
{
    margin-left: 15px;
}

.cookies.active
{
    visibility: visible;
    opacity: 1;
}

section.cookies .form .input.check .checkbox
{
    border-color: rgb(52, 156, 90);
    background-color: rgb(40, 40, 40);
}

section.cookies .form .input.check.active .checkbox
{
    background-color: rgb(40, 40, 40);
}

.clear-after::after
{
    visibility: hidden;
  	display: block;
  	content: "";
  	clear: both;
  	height: 0;
    box-sizing: border-box;
}

@media (max-width: 960px)
{
    .cookies
    {
        padding: 15px;
    }
    
    .cookies .flex
    {
        display: block;
    }
    
    .cookies .flex .item.text
    {
        display: block;
        width: 100%;
        margin: 0px auto 15px auto;
        text-align: center;
        padding: 0;
    }
    
    .cookies .flex .item.text p.text-left
    {
        text-align: center;
    }
    
    .cookies .flex .item.button
    {
        display: block;
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0;
    }
    
    .cookies .flex .item.button
    {
        width: auto;
        max-width: 400px;
        text-align: center;
    }
    
    .cookies .flex .item.button .btn
    {
        width: 180px;
        margin: 0px 5px 0px 5px;
        text-align: center;
    }
    
    .cookies .flex .item.button .btn a
    {
        text-align: center;
        padding: 10px 5px 10px 5px;
    }
}

@media (max-width: 640px)
{
    .cookies .input .text p
    {
        font-size: 81.25%;
        line-height: 20px;
    }
    
    .cookies .flex .item.text p.text-left
    {
        font-size: 87.5%;
    }
}

@media (max-width: 480px)
{
    .cookies .input .text p
    {
        font-size: 75%;
        line-height: 18px;
    }
    
    .cookies .flex .item.text p.text-left
    {
        font-size: 81.25%;
    }
    
    .cookies .flex .item.button p.btn
    {
        width: 100%;
        max-width: 100%;
        margin: 0px;
    }
    
    .cookies .flex .item.button p.btn:nth-child(1)
    {
        margin-bottom: 5px;
        margin-left: 0px;
    }
    
    .cookies .input.check .text p
    {
        font-size: 75%;
    }
    
    .cookies .form.active
    {
        padding-bottom: 5px;
    }
}