

/* Start:/bitrix/templates/zmo/css/styles.css?1790254729431931*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(/bitrix/templates/zmo/css/../libs/fancybox/fancybox.css);
@import url(/bitrix/templates/zmo/css/../libs/swiper/css/swiper.min.css);
@import url(/bitrix/templates/zmo/css/../libs/animate/animate.min.css);
@import url(/bitrix/templates/zmo/css/../libs/chartist/chartist.css);

: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: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

a>code {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

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

  .form-inline .input-group {
    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;
    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;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

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

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

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

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

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

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

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

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

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

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

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

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

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

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

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

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

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

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

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

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

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

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

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

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

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

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

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

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

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

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

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

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

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-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 {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

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

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

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

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

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

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.custom-control-inline {
  display: -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;
  background-color: #007bff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

@media (max-width: 575.98px) {

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

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

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

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

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

  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

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

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

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

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

  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

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

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

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

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

  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

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

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

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

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

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group>.card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:first-child .card-img-top,
  .card-group>.card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:first-child .card-img-bottom,
  .card-group>.card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:last-child .card-img-top,
  .card-group>.card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:last-child .card-img-bottom,
  .card-group>.card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group>.card:only-child {
    border-radius: 0.25rem;
  }

  .card-group>.card:only-child .card-img-top,
  .card-group>.card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group>.card:only-child .card-img-bottom,
  .card-group>.card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

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

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

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

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

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

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

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

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

.tooltip.show {
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}


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

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

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

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}


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

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

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

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


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

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

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

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

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}


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

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

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

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

.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

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

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

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

@supports (transform-style: preserve-3d) {

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

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

@supports (transform-style: preserve-3d) {

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

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

@supports (transform-style: preserve-3d) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

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

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

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

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

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

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

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -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: 1200px) and (max-width: 1260px)) {
  .nav-box ul li+li {
    margin-left: 8px !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.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;
  }

  .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;
  }

  .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;
  }

  .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;
  }

  .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;
  }
}

.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;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 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-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-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

.fa {
  display: inline-block;
  font-family: 'fontawesome';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[class^="ti-"],
[class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/bitrix/templates/zmo/css/../fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.woff2") format("woff2"),
    url("/bitrix/templates/zmo/css/../fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.woff") format("woff");
}

@font-face {
  font-family: "Circe";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("/bitrix/templates/zmo/css/../fonts/Circe/CirceLight/CirceLight.woff2") format("woff2"),
    url("/bitrix/templates/zmo/css/../fonts/Circe/CirceLight/CirceLight.woff") format("woff");
}

@font-face {
  font-family: "Circe";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/bitrix/templates/zmo/css/../fonts/Circe/CirceRegular/CirceRegular.woff2") format("woff2"),
    url("/bitrix/templates/zmo/css/../fonts/Circe/CirceRegular/CirceRegular.woff") format("woff");
}

@font-face {
  font-family: "Circe";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/bitrix/templates/zmo/css/../fonts/Circe/CirceBold/CirceBold.woff2") format("woff2"),
    url("/bitrix/templates/zmo/css/../fonts/Circe/CirceBold/CirceBold.woff") format("woff");
}

@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url("/bitrix/templates/zmo/css/../fonts/FontAwesome/FontAwesome.woff2") format("woff2"),
    url("/bitrix/templates/zmo/css/../fonts/FontAwesome/FontAwesome.woff") format("woff");
}

@font-face {
  font-family: "Themify";
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url("/bitrix/templates/zmo/css/../fonts/Themify/Themify.woff2") format("woff2"),
    url("/bitrix/templates/zmo/css/../fonts/Themify/Themify.woff") format("woff");
}

body {
  margin: 0;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  color: #666666;
  text-align: left;
  background-color: #FFFFFF;
}

::-moz-selection {
  background: rgba(164, 198, 17, 0.15);
  /* Safari */
}

::selection {
  background: rgba(164, 198, 17, 0.15);
  /* Safari */
}

::-moz-selection {
  background: rgba(164, 198, 17, 0.15);
  /* Firefox */
}

p {
  margin-top: 0;
  margin-bottom: 30px;
}

a {
  color: #A4C611;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #A4C611;
  text-decoration: none;
}

strong,
b {
  font-weight: 700;
  color: #222222;
}

small {
  font-size: 80%;
}

.white {
  color: #FFFFFF !important;
}

.accent {
  color: #A4C611 !important;
}

.second {
  color: #007AFF !important;
}

.light {
  font-weight: 300 !important;
}

.text-nowrap {
  white-space: nowrap;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: "Circe", sans-serif;
  font-weight: bold;
  line-height: 1.25;
  text-transform: none;
  color: #222222;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #222222;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: #222222;
  text-decoration: none;
}

h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 27px;
}

h5,
.h5 {
  font-size: 24px;
}

h6,
.h6 {
  font-size: 18px;
}

h2.h_light {
  font-weight: 400;
}

hr,
.hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #E5E5E5;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 2.5px 5px;
  background-color: #FBFAFA;
}

ul,
ol {
  margin: 0 0 30px;
  padding-left: 20px;
}

ul li,
ol li {
  padding: 0;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {

  h1,
  .h1 {
    font-size: 36px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 27px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 21px;
  }

  h6,
  .h6 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }

  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 27px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 21px;
  }

  h5,
  .h5 {
    font-size: 21px;
  }

  h6,
  .h6 {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin-bottom: 20px;
  }
}

.wrap img {
  width: 100%;
  height: auto;
}

.btn {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 13px 20px;
  background: #A4C611;
  border-width: 1px;
  border-style: solid;
  border-color: #A4C611;
  color: #FFFFFF;
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  outline: none !important;
  overflow: hidden;
  cursor: pointer;
  z-index: 10;
  min-width: 180px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
}

.btn:hover {
  background: #b2ce34;
  border-color: #b2ce34;
  color: #FFFFFF;
}

.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-lg,
.btn-group-lg>.btn {
  padding: 18px 30px;
  font-size: 14px;
}

.btn.btn-sm,
.btn-group-sm>.btn {
  padding: 8px 15px;
  font-size: 12px;
}

.btn.btn-block {
  width: 100%;
  max-width: 320px;
}

.btn.btn-border {
  background-color: transparent;
  color: #A4C611;
}

.btn.btn-border:hover {
  background: #A4C611 !important;
  color: #FFFFFF !important;
}

.btn.btn-white {
  background: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF !important;
}

.btn.btn-white:hover {
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: #A4C611 !important;
}

.btn.btn-red {
  background: #f44336;
  border-color: #f44336;
  color: #FFFFFF !important;
}

.btn.btn-red:hover {
  background: #f44336;
  border-color: #f44336;
  color: #FFFFFF !important;
}

@media (max-width: 575.98px) {
  .btn-xs {
    padding: 15px 10px;
    font-size: 12px;
    width: 100%;
    max-width: 320px;
    white-space: normal;
  }
}

@-webkit-keyframes autofill {
  to {
    color: #222222;
    background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.form-content {
  position: relative;
  z-index: 1;
}

.form-loader,
.form-error,
.form-thanks {
  display: block;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

form {
  position: relative;
  margin-bottom: 30px;
}

form .form-group {
  position: relative;
  margin-bottom: 15px;
  max-width: 420px;
  margin: 0 auto 15px;
  z-index: 0;
}

form .form-control {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222222;
  background-color: transparent;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
}

form .form-control:focus {
  color: #222222;
  background-color: transparent;
  border-color: #A4C611;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

form .form-control.error {
  border-color: #e84118;
}

form label.form-label {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 11px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222222;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

form .form-row>[class*="col-"] label.form-label {
  left: 5px;
}

form .form-group.focused label.form-label {
  top: -12px;
  font-size: 10px;
  color: #A4C611;
}

form .form-group.error label.form-label {
  color: #e84118;
}

form input.form-control {
  height: 60px;
}

form textarea.form-control {
  height: 110px;
  padding: 15px 0;
  resize: none;
}

form .form-check {
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 0 30px;
}

form .form-check:last-child {
  margin-bottom: 0;
}

form .form-check.error .form-check-input[type="checkbox"]:not(checked)+label:before {
  border-color: #e84118;
}

form .form-check .form-check-input[type="checkbox"] {
  display: none;
}

form .form-check .form-check-input[type="checkbox"]+label {
  line-height: 18px;
  padding: 2px 0;
  cursor: pointer;
}

form .form-check .form-check-input[type="checkbox"]:not(checked) {
  position: absolute;
  opacity: 0;
}

form .form-check .form-check-input[type="checkbox"]:not(checked)+label {
  position: relative;
}

form .form-check .form-check-input[type="checkbox"]:not(checked)+label:before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 22px;
  height: 22px;
  border: 1px solid #E5E5E5;
  background: transparent;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

form .form-check .form-check-input[type="checkbox"]:not(checked)+label:after {
  position: absolute;
  width: 16px;
  height: 16px;
  font-family: 'FontAwesome';
  content: '\f00c';
  font-size: 13px;
  top: 3px;
  left: -27px;
  line-height: 16px;
  text-align: center;
  color: #A4C611;
  background: transparent;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

form .form-check .form-check-input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

form .form-check .form-check-input[type="radio"] {
  display: none;
}

form .form-check .form-check-input[type="radio"]+label {
  line-height: 18px;
  padding: 2px 0;
  cursor: pointer;
}

form .form-check .form-check-input[type="radio"]:not(checked) {
  position: absolute;
  opacity: 0;
}

form .form-check .form-check-input[type="radio"]:not(checked)+label {
  position: relative;
}

form .form-check .form-check-input[type="radio"]:not(checked)+label:before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 22px;
  height: 22px;
  border: 1px solid #E5E5E5;
  background: transparent;
  border-radius: 22px;
}

form .form-check .form-check-input[type="radio"]:not(checked)+label:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  top: 7px;
  left: -23px;
  background: #A4C611;
  opacity: 0;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

form .form-check .form-check-input[type="radio"]:checked+label:after {
  opacity: 1;
}

.modal {
  z-index: 1950;
}

.modal-backdrop {
  background-color: #222222;
  z-index: 1940;
}

.modal-backdrop.show {
  opacity: 0.75;
}

.modal-dialog {
  max-width: 540px;
  padding: 0 15px;
  margin: 0 auto;
}

.modal-content {
  position: relative;
  border-radius: 0;
  border: none;
  margin: 0 auto;
  max-width: 540px;
  padding: 60px;
}

.modal-social {
  padding: 40px 60px;
}

.modal-btn__close {
  z-index: 10;
}

.modal-btn__close span {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 20px;
  right: 15px;
}

.modal-btn__close span:before,
.modal-btn__close span:after {
  height: 2px;
  width: 30px;
  top: 10px;
  left: 50%;
  margin-left: -15px;
  background: #e84118;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modal-btn__close span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-btn__close span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 575.98px) {
  .modal-content {
    padding: 60px 30px;
  }
}

section,
.wrap {
  display: block;
  position: relative;
  width: 100%;
  padding: 80px 0 50px;
  overflow: hidden;
}

header,
footer {
  position: relative;
}

.wrap-nav {
  top: 0;
  left: 0;
  position: absolute;
  padding: 15px 15px !important;
  z-index: 101;
  overflow: visible;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.wrap-nav.sticky {
  position: fixed;
  padding: 0px 15px !important;
  background: #222222;
  border-bottom: none;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}

.wrap-nav__mobile {
  position: fixed;
  width: 100%;
  top: 95px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  background: #222222;
  z-index: 100;
  opacity: 0;
  padding-top: 40px !important;
  padding-bottom: 20px !important;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.open .wrap-nav {
  background: #222222;
}

body.open .wrap-nav__mobile {
  opacity: 1;
  visibility: visible;
}

body.scroll .wrap-nav__mobile {
  top: 65px;
}

.wrap-offer {
  min-height: 100vh;
  background-color: #222222;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.wrap-offer:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.6);
}

.wrap-page {
  padding: 180px 0 50px;
  background-color: #222222;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.wrap-page:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.6);
}

.wrap-map {
  padding: 120px 0;
  background-color: #222222;
  min-height: 800px;
}

.wrap-image {
  padding: 80px 0 50px;
  background-color: #222222;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.wrap-image:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.6);
}

.wrap-footer {
  padding: 50px 0 20px;
  background: #222222;
}

@media (max-width: 767.98px) {
  .wrap-map {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: #FFFFFF;
  }
}

@media (max-width: 575.98px) {
  .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrap-offer {
    min-height: 100vh;
    height: auto;
    padding: 115px 0 50px;
  }

  .wrap-nav {
    padding: 0px 15px !important;
    background: #222222;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
    border-bottom: none;
  }

  .wrap-nav.sticky {
    padding: 0px 15px !important;
    background: #222222;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
  }

  .wrap-nav__mobile {
    top: 65px !important;
  }

  .wrap-page {
    padding-top: 80px;
    padding-bottom: 5px;
  }

  .wrap-map {
    padding: 120px 0;
    min-height: 360px;
  }
}

table.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #222222;
  border-right: 1px solid #222222;
}

table.table thead tr th {
  padding: 10px;
  vertical-align: top;
  color: #FFFFFF;
  text-align: left;
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
  background-color: transparent;
}

table.table thead tr td {
  padding: 10px;
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
}

table.table tbody tr th {
  padding: 10px;
  vertical-align: top;
  color: #FFFFFF;
  text-align: left;
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
  background-color: transparent;
}

table.table tbody tr td {
  padding: 10px;
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
}

table.table.table-striped tr:nth-of-type(odd) {
  background-color: transparent;
}

@media (max-width: 575.98px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 30px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-bottom: 1px solid #222222;
    border-right: 1px solid #222222;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive table.table {
    margin-bottom: 0;
    border: none;
  }
}

.p-100 {
  padding: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.m-100 {
  margin: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.p-95 {
  padding: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.m-95 {
  margin: 95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.p-90 {
  padding: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.m-90 {
  margin: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.p-85 {
  padding: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.m-85 {
  margin: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.m-80 {
  margin: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.p-75 {
  padding: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.m-75 {
  margin: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.p-70 {
  padding: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.m-70 {
  margin: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.m-65 {
  margin: 65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.p-60 {
  padding: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.m-60 {
  margin: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.p-55 {
  padding: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.m-55 {
  margin: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.p-45 {
  padding: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.p-35 {
  padding: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.m-35 {
  margin: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.p-25 {
  padding: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.p-15 {
  padding: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.p-5 {
  padding: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

@media (min-width: 576px) {
  .p-sm-100 {
    padding: 100px !important;
  }

  .pt-sm-100 {
    padding-top: 100px !important;
  }

  .pr-sm-100 {
    padding-right: 100px !important;
  }

  .pb-sm-100 {
    padding-bottom: 100px !important;
  }

  .pl-sm-100 {
    padding-left: 100px !important;
  }

  .m-sm-100 {
    margin: 100px !important;
  }

  .mt-sm-100 {
    margin-top: 100px !important;
  }

  .mr-sm-100 {
    margin-right: 100px !important;
  }

  .mb-sm-100 {
    margin-bottom: 100px !important;
  }

  .ml-sm-100 {
    margin-left: 100px !important;
  }

  .p-sm-95 {
    padding: 95px !important;
  }

  .pt-sm-95 {
    padding-top: 95px !important;
  }

  .pr-sm-95 {
    padding-right: 95px !important;
  }

  .pb-sm-95 {
    padding-bottom: 95px !important;
  }

  .pl-sm-95 {
    padding-left: 95px !important;
  }

  .m-sm-95 {
    margin: 95px !important;
  }

  .mt-sm-95 {
    margin-top: 95px !important;
  }

  .mr-sm-95 {
    margin-right: 95px !important;
  }

  .mb-sm-95 {
    margin-bottom: 95px !important;
  }

  .ml-sm-95 {
    margin-left: 95px !important;
  }

  .p-sm-90 {
    padding: 90px !important;
  }

  .pt-sm-90 {
    padding-top: 90px !important;
  }

  .pr-sm-90 {
    padding-right: 90px !important;
  }

  .pb-sm-90 {
    padding-bottom: 90px !important;
  }

  .pl-sm-90 {
    padding-left: 90px !important;
  }

  .m-sm-90 {
    margin: 90px !important;
  }

  .mt-sm-90 {
    margin-top: 90px !important;
  }

  .mr-sm-90 {
    margin-right: 90px !important;
  }

  .mb-sm-90 {
    margin-bottom: 90px !important;
  }

  .ml-sm-90 {
    margin-left: 90px !important;
  }

  .p-sm-85 {
    padding: 85px !important;
  }

  .pt-sm-85 {
    padding-top: 85px !important;
  }

  .pr-sm-85 {
    padding-right: 85px !important;
  }

  .pb-sm-85 {
    padding-bottom: 85px !important;
  }

  .pl-sm-85 {
    padding-left: 85px !important;
  }

  .m-sm-85 {
    margin: 85px !important;
  }

  .mt-sm-85 {
    margin-top: 85px !important;
  }

  .mr-sm-85 {
    margin-right: 85px !important;
  }

  .mb-sm-85 {
    margin-bottom: 85px !important;
  }

  .ml-sm-85 {
    margin-left: 85px !important;
  }

  .p-sm-80 {
    padding: 80px !important;
  }

  .pt-sm-80 {
    padding-top: 80px !important;
  }

  .pr-sm-80 {
    padding-right: 80px !important;
  }

  .pb-sm-80 {
    padding-bottom: 80px !important;
  }

  .pl-sm-80 {
    padding-left: 80px !important;
  }

  .m-sm-80 {
    margin: 80px !important;
  }

  .mt-sm-80 {
    margin-top: 80px !important;
  }

  .mr-sm-80 {
    margin-right: 80px !important;
  }

  .mb-sm-80 {
    margin-bottom: 80px !important;
  }

  .ml-sm-80 {
    margin-left: 80px !important;
  }

  .p-sm-75 {
    padding: 75px !important;
  }

  .pt-sm-75 {
    padding-top: 75px !important;
  }

  .pr-sm-75 {
    padding-right: 75px !important;
  }

  .pb-sm-75 {
    padding-bottom: 75px !important;
  }

  .pl-sm-75 {
    padding-left: 75px !important;
  }

  .m-sm-75 {
    margin: 75px !important;
  }

  .mt-sm-75 {
    margin-top: 75px !important;
  }

  .mr-sm-75 {
    margin-right: 75px !important;
  }

  .mb-sm-75 {
    margin-bottom: 75px !important;
  }

  .ml-sm-75 {
    margin-left: 75px !important;
  }

  .p-sm-70 {
    padding: 70px !important;
  }

  .pt-sm-70 {
    padding-top: 70px !important;
  }

  .pr-sm-70 {
    padding-right: 70px !important;
  }

  .pb-sm-70 {
    padding-bottom: 70px !important;
  }

  .pl-sm-70 {
    padding-left: 70px !important;
  }

  .m-sm-70 {
    margin: 70px !important;
  }

  .mt-sm-70 {
    margin-top: 70px !important;
  }

  .mr-sm-70 {
    margin-right: 70px !important;
  }

  .mb-sm-70 {
    margin-bottom: 70px !important;
  }

  .ml-sm-70 {
    margin-left: 70px !important;
  }

  .p-sm-65 {
    padding: 65px !important;
  }

  .pt-sm-65 {
    padding-top: 65px !important;
  }

  .pr-sm-65 {
    padding-right: 65px !important;
  }

  .pb-sm-65 {
    padding-bottom: 65px !important;
  }

  .pl-sm-65 {
    padding-left: 65px !important;
  }

  .m-sm-65 {
    margin: 65px !important;
  }

  .mt-sm-65 {
    margin-top: 65px !important;
  }

  .mr-sm-65 {
    margin-right: 65px !important;
  }

  .mb-sm-65 {
    margin-bottom: 65px !important;
  }

  .ml-sm-65 {
    margin-left: 65px !important;
  }

  .p-sm-60 {
    padding: 60px !important;
  }

  .pt-sm-60 {
    padding-top: 60px !important;
  }

  .pr-sm-60 {
    padding-right: 60px !important;
  }

  .pb-sm-60 {
    padding-bottom: 60px !important;
  }

  .pl-sm-60 {
    padding-left: 60px !important;
  }

  .m-sm-60 {
    margin: 60px !important;
  }

  .mt-sm-60 {
    margin-top: 60px !important;
  }

  .mr-sm-60 {
    margin-right: 60px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .ml-sm-60 {
    margin-left: 60px !important;
  }

  .p-sm-55 {
    padding: 55px !important;
  }

  .pt-sm-55 {
    padding-top: 55px !important;
  }

  .pr-sm-55 {
    padding-right: 55px !important;
  }

  .pb-sm-55 {
    padding-bottom: 55px !important;
  }

  .pl-sm-55 {
    padding-left: 55px !important;
  }

  .m-sm-55 {
    margin: 55px !important;
  }

  .mt-sm-55 {
    margin-top: 55px !important;
  }

  .mr-sm-55 {
    margin-right: 55px !important;
  }

  .mb-sm-55 {
    margin-bottom: 55px !important;
  }

  .ml-sm-55 {
    margin-left: 55px !important;
  }

  .p-sm-50 {
    padding: 50px !important;
  }

  .pt-sm-50 {
    padding-top: 50px !important;
  }

  .pr-sm-50 {
    padding-right: 50px !important;
  }

  .pb-sm-50 {
    padding-bottom: 50px !important;
  }

  .pl-sm-50 {
    padding-left: 50px !important;
  }

  .m-sm-50 {
    margin: 50px !important;
  }

  .mt-sm-50 {
    margin-top: 50px !important;
  }

  .mr-sm-50 {
    margin-right: 50px !important;
  }

  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .ml-sm-50 {
    margin-left: 50px !important;
  }

  .p-sm-45 {
    padding: 45px !important;
  }

  .pt-sm-45 {
    padding-top: 45px !important;
  }

  .pr-sm-45 {
    padding-right: 45px !important;
  }

  .pb-sm-45 {
    padding-bottom: 45px !important;
  }

  .pl-sm-45 {
    padding-left: 45px !important;
  }

  .m-sm-45 {
    margin: 45px !important;
  }

  .mt-sm-45 {
    margin-top: 45px !important;
  }

  .mr-sm-45 {
    margin-right: 45px !important;
  }

  .mb-sm-45 {
    margin-bottom: 45px !important;
  }

  .ml-sm-45 {
    margin-left: 45px !important;
  }

  .p-sm-40 {
    padding: 40px !important;
  }

  .pt-sm-40 {
    padding-top: 40px !important;
  }

  .pr-sm-40 {
    padding-right: 40px !important;
  }

  .pb-sm-40 {
    padding-bottom: 40px !important;
  }

  .pl-sm-40 {
    padding-left: 40px !important;
  }

  .m-sm-40 {
    margin: 40px !important;
  }

  .mt-sm-40 {
    margin-top: 40px !important;
  }

  .mr-sm-40 {
    margin-right: 40px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .ml-sm-40 {
    margin-left: 40px !important;
  }

  .p-sm-35 {
    padding: 35px !important;
  }

  .pt-sm-35 {
    padding-top: 35px !important;
  }

  .pr-sm-35 {
    padding-right: 35px !important;
  }

  .pb-sm-35 {
    padding-bottom: 35px !important;
  }

  .pl-sm-35 {
    padding-left: 35px !important;
  }

  .m-sm-35 {
    margin: 35px !important;
  }

  .mt-sm-35 {
    margin-top: 35px !important;
  }

  .mr-sm-35 {
    margin-right: 35px !important;
  }

  .mb-sm-35 {
    margin-bottom: 35px !important;
  }

  .ml-sm-35 {
    margin-left: 35px !important;
  }

  .p-sm-30 {
    padding: 30px !important;
  }

  .pt-sm-30 {
    padding-top: 30px !important;
  }

  .pr-sm-30 {
    padding-right: 30px !important;
  }

  .pb-sm-30 {
    padding-bottom: 30px !important;
  }

  .pl-sm-30 {
    padding-left: 30px !important;
  }

  .m-sm-30 {
    margin: 30px !important;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }

  .mr-sm-30 {
    margin-right: 30px !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .ml-sm-30 {
    margin-left: 30px !important;
  }

  .p-sm-25 {
    padding: 25px !important;
  }

  .pt-sm-25 {
    padding-top: 25px !important;
  }

  .pr-sm-25 {
    padding-right: 25px !important;
  }

  .pb-sm-25 {
    padding-bottom: 25px !important;
  }

  .pl-sm-25 {
    padding-left: 25px !important;
  }

  .m-sm-25 {
    margin: 25px !important;
  }

  .mt-sm-25 {
    margin-top: 25px !important;
  }

  .mr-sm-25 {
    margin-right: 25px !important;
  }

  .mb-sm-25 {
    margin-bottom: 25px !important;
  }

  .ml-sm-25 {
    margin-left: 25px !important;
  }

  .p-sm-20 {
    padding: 20px !important;
  }

  .pt-sm-20 {
    padding-top: 20px !important;
  }

  .pr-sm-20 {
    padding-right: 20px !important;
  }

  .pb-sm-20 {
    padding-bottom: 20px !important;
  }

  .pl-sm-20 {
    padding-left: 20px !important;
  }

  .m-sm-20 {
    margin: 20px !important;
  }

  .mt-sm-20 {
    margin-top: 20px !important;
  }

  .mr-sm-20 {
    margin-right: 20px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .ml-sm-20 {
    margin-left: 20px !important;
  }

  .p-sm-15 {
    padding: 15px !important;
  }

  .pt-sm-15 {
    padding-top: 15px !important;
  }

  .pr-sm-15 {
    padding-right: 15px !important;
  }

  .pb-sm-15 {
    padding-bottom: 15px !important;
  }

  .pl-sm-15 {
    padding-left: 15px !important;
  }

  .m-sm-15 {
    margin: 15px !important;
  }

  .mt-sm-15 {
    margin-top: 15px !important;
  }

  .mr-sm-15 {
    margin-right: 15px !important;
  }

  .mb-sm-15 {
    margin-bottom: 15px !important;
  }

  .ml-sm-15 {
    margin-left: 15px !important;
  }

  .p-sm-10 {
    padding: 10px !important;
  }

  .pt-sm-10 {
    padding-top: 10px !important;
  }

  .pr-sm-10 {
    padding-right: 10px !important;
  }

  .pb-sm-10 {
    padding-bottom: 10px !important;
  }

  .pl-sm-10 {
    padding-left: 10px !important;
  }

  .m-sm-10 {
    margin: 10px !important;
  }

  .mt-sm-10 {
    margin-top: 10px !important;
  }

  .mr-sm-10 {
    margin-right: 10px !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .ml-sm-10 {
    margin-left: 10px !important;
  }

  .p-sm-5 {
    padding: 5px !important;
  }

  .pt-sm-5 {
    padding-top: 5px !important;
  }

  .pr-sm-5 {
    padding-right: 5px !important;
  }

  .pb-sm-5 {
    padding-bottom: 5px !important;
  }

  .pl-sm-5 {
    padding-left: 5px !important;
  }

  .m-sm-5 {
    margin: 5px !important;
  }

  .mt-sm-5 {
    margin-top: 5px !important;
  }

  .mr-sm-5 {
    margin-right: 5px !important;
  }

  .mb-sm-5 {
    margin-bottom: 5px !important;
  }

  .ml-sm-5 {
    margin-left: 5px !important;
  }
}

@media (min-width: 768px) {
  .p-md-100 {
    padding: 100px !important;
  }

  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pr-md-100 {
    padding-right: 100px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .pl-md-100 {
    padding-left: 100px !important;
  }

  .m-md-100 {
    margin: 100px !important;
  }

  .mt-md-100 {
    margin-top: 100px !important;
  }

  .mr-md-100 {
    margin-right: 100px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .ml-md-100 {
    margin-left: 100px !important;
  }

  .p-md-95 {
    padding: 95px !important;
  }

  .pt-md-95 {
    padding-top: 95px !important;
  }

  .pr-md-95 {
    padding-right: 95px !important;
  }

  .pb-md-95 {
    padding-bottom: 95px !important;
  }

  .pl-md-95 {
    padding-left: 95px !important;
  }

  .m-md-95 {
    margin: 95px !important;
  }

  .mt-md-95 {
    margin-top: 95px !important;
  }

  .mr-md-95 {
    margin-right: 95px !important;
  }

  .mb-md-95 {
    margin-bottom: 95px !important;
  }

  .ml-md-95 {
    margin-left: 95px !important;
  }

  .p-md-90 {
    padding: 90px !important;
  }

  .pt-md-90 {
    padding-top: 90px !important;
  }

  .pr-md-90 {
    padding-right: 90px !important;
  }

  .pb-md-90 {
    padding-bottom: 90px !important;
  }

  .pl-md-90 {
    padding-left: 90px !important;
  }

  .m-md-90 {
    margin: 90px !important;
  }

  .mt-md-90 {
    margin-top: 90px !important;
  }

  .mr-md-90 {
    margin-right: 90px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }

  .ml-md-90 {
    margin-left: 90px !important;
  }

  .p-md-85 {
    padding: 85px !important;
  }

  .pt-md-85 {
    padding-top: 85px !important;
  }

  .pr-md-85 {
    padding-right: 85px !important;
  }

  .pb-md-85 {
    padding-bottom: 85px !important;
  }

  .pl-md-85 {
    padding-left: 85px !important;
  }

  .m-md-85 {
    margin: 85px !important;
  }

  .mt-md-85 {
    margin-top: 85px !important;
  }

  .mr-md-85 {
    margin-right: 85px !important;
  }

  .mb-md-85 {
    margin-bottom: 85px !important;
  }

  .ml-md-85 {
    margin-left: 85px !important;
  }

  .p-md-80 {
    padding: 80px !important;
  }

  .pt-md-80 {
    padding-top: 80px !important;
  }

  .pr-md-80 {
    padding-right: 80px !important;
  }

  .pb-md-80 {
    padding-bottom: 80px !important;
  }

  .pl-md-80 {
    padding-left: 80px !important;
  }

  .m-md-80 {
    margin: 80px !important;
  }

  .mt-md-80 {
    margin-top: 80px !important;
  }

  .mr-md-80 {
    margin-right: 80px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .ml-md-80 {
    margin-left: 80px !important;
  }

  .p-md-75 {
    padding: 75px !important;
  }

  .pt-md-75 {
    padding-top: 75px !important;
  }

  .pr-md-75 {
    padding-right: 75px !important;
  }

  .pb-md-75 {
    padding-bottom: 75px !important;
  }

  .pl-md-75 {
    padding-left: 75px !important;
  }

  .m-md-75 {
    margin: 75px !important;
  }

  .mt-md-75 {
    margin-top: 75px !important;
  }

  .mr-md-75 {
    margin-right: 75px !important;
  }

  .mb-md-75 {
    margin-bottom: 75px !important;
  }

  .ml-md-75 {
    margin-left: 75px !important;
  }

  .p-md-70 {
    padding: 70px !important;
  }

  .pt-md-70 {
    padding-top: 70px !important;
  }

  .pr-md-70 {
    padding-right: 70px !important;
  }

  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  .pl-md-70 {
    padding-left: 70px !important;
  }

  .m-md-70 {
    margin: 70px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }

  .mr-md-70 {
    margin-right: 70px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .ml-md-70 {
    margin-left: 70px !important;
  }

  .p-md-65 {
    padding: 65px !important;
  }

  .pt-md-65 {
    padding-top: 65px !important;
  }

  .pr-md-65 {
    padding-right: 65px !important;
  }

  .pb-md-65 {
    padding-bottom: 65px !important;
  }

  .pl-md-65 {
    padding-left: 65px !important;
  }

  .m-md-65 {
    margin: 65px !important;
  }

  .mt-md-65 {
    margin-top: 65px !important;
  }

  .mr-md-65 {
    margin-right: 65px !important;
  }

  .mb-md-65 {
    margin-bottom: 65px !important;
  }

  .ml-md-65 {
    margin-left: 65px !important;
  }

  .p-md-60 {
    padding: 60px !important;
  }

  .pt-md-60 {
    padding-top: 60px !important;
  }

  .pr-md-60 {
    padding-right: 60px !important;
  }

  .pb-md-60 {
    padding-bottom: 60px !important;
  }

  .pl-md-60 {
    padding-left: 60px !important;
  }

  .m-md-60 {
    margin: 60px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mr-md-60 {
    margin-right: 60px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .ml-md-60 {
    margin-left: 60px !important;
  }

  .p-md-55 {
    padding: 55px !important;
  }

  .pt-md-55 {
    padding-top: 55px !important;
  }

  .pr-md-55 {
    padding-right: 55px !important;
  }

  .pb-md-55 {
    padding-bottom: 55px !important;
  }

  .pl-md-55 {
    padding-left: 55px !important;
  }

  .m-md-55 {
    margin: 55px !important;
  }

  .mt-md-55 {
    margin-top: 55px !important;
  }

  .mr-md-55 {
    margin-right: 55px !important;
  }

  .mb-md-55 {
    margin-bottom: 55px !important;
  }

  .ml-md-55 {
    margin-left: 55px !important;
  }

  .p-md-50 {
    padding: 50px !important;
  }

  .pt-md-50 {
    padding-top: 50px !important;
  }

  .pr-md-50 {
    padding-right: 50px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px !important;
  }

  .pl-md-50 {
    padding-left: 50px !important;
  }

  .m-md-50 {
    margin: 50px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mr-md-50 {
    margin-right: 50px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .ml-md-50 {
    margin-left: 50px !important;
  }

  .p-md-45 {
    padding: 45px !important;
  }

  .pt-md-45 {
    padding-top: 45px !important;
  }

  .pr-md-45 {
    padding-right: 45px !important;
  }

  .pb-md-45 {
    padding-bottom: 45px !important;
  }

  .pl-md-45 {
    padding-left: 45px !important;
  }

  .m-md-45 {
    margin: 45px !important;
  }

  .mt-md-45 {
    margin-top: 45px !important;
  }

  .mr-md-45 {
    margin-right: 45px !important;
  }

  .mb-md-45 {
    margin-bottom: 45px !important;
  }

  .ml-md-45 {
    margin-left: 45px !important;
  }

  .p-md-40 {
    padding: 40px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pr-md-40 {
    padding-right: 40px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .pl-md-40 {
    padding-left: 40px !important;
  }

  .m-md-40 {
    margin: 40px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mr-md-40 {
    margin-right: 40px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .ml-md-40 {
    margin-left: 40px !important;
  }

  .p-md-35 {
    padding: 35px !important;
  }

  .pt-md-35 {
    padding-top: 35px !important;
  }

  .pr-md-35 {
    padding-right: 35px !important;
  }

  .pb-md-35 {
    padding-bottom: 35px !important;
  }

  .pl-md-35 {
    padding-left: 35px !important;
  }

  .m-md-35 {
    margin: 35px !important;
  }

  .mt-md-35 {
    margin-top: 35px !important;
  }

  .mr-md-35 {
    margin-right: 35px !important;
  }

  .mb-md-35 {
    margin-bottom: 35px !important;
  }

  .ml-md-35 {
    margin-left: 35px !important;
  }

  .p-md-30 {
    padding: 30px !important;
  }

  .pt-md-30 {
    padding-top: 30px !important;
  }

  .pr-md-30 {
    padding-right: 30px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px !important;
  }

  .pl-md-30 {
    padding-left: 30px !important;
  }

  .m-md-30 {
    margin: 30px !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mr-md-30 {
    margin-right: 30px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .ml-md-30 {
    margin-left: 30px !important;
  }

  .p-md-25 {
    padding: 25px !important;
  }

  .pt-md-25 {
    padding-top: 25px !important;
  }

  .pr-md-25 {
    padding-right: 25px !important;
  }

  .pb-md-25 {
    padding-bottom: 25px !important;
  }

  .pl-md-25 {
    padding-left: 25px !important;
  }

  .m-md-25 {
    margin: 25px !important;
  }

  .mt-md-25 {
    margin-top: 25px !important;
  }

  .mr-md-25 {
    margin-right: 25px !important;
  }

  .mb-md-25 {
    margin-bottom: 25px !important;
  }

  .ml-md-25 {
    margin-left: 25px !important;
  }

  .p-md-20 {
    padding: 20px !important;
  }

  .pt-md-20 {
    padding-top: 20px !important;
  }

  .pr-md-20 {
    padding-right: 20px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .pl-md-20 {
    padding-left: 20px !important;
  }

  .m-md-20 {
    margin: 20px !important;
  }

  .mt-md-20 {
    margin-top: 20px !important;
  }

  .mr-md-20 {
    margin-right: 20px !important;
  }

  .mb-md-20 {
    margin-bottom: 20px !important;
  }

  .ml-md-20 {
    margin-left: 20px !important;
  }

  .p-md-15 {
    padding: 15px !important;
  }

  .pt-md-15 {
    padding-top: 15px !important;
  }

  .pr-md-15 {
    padding-right: 15px !important;
  }

  .pb-md-15 {
    padding-bottom: 15px !important;
  }

  .pl-md-15 {
    padding-left: 15px !important;
  }

  .m-md-15 {
    margin: 15px !important;
  }

  .mt-md-15 {
    margin-top: 15px !important;
  }

  .mr-md-15 {
    margin-right: 15px !important;
  }

  .mb-md-15 {
    margin-bottom: 15px !important;
  }

  .ml-md-15 {
    margin-left: 15px !important;
  }

  .p-md-10 {
    padding: 10px !important;
  }

  .pt-md-10 {
    padding-top: 10px !important;
  }

  .pr-md-10 {
    padding-right: 10px !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .pl-md-10 {
    padding-left: 10px !important;
  }

  .m-md-10 {
    margin: 10px !important;
  }

  .mt-md-10 {
    margin-top: 10px !important;
  }

  .mr-md-10 {
    margin-right: 10px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .ml-md-10 {
    margin-left: 10px !important;
  }

  .p-md-5 {
    padding: 5px !important;
  }

  .pt-md-5 {
    padding-top: 5px !important;
  }

  .pr-md-5 {
    padding-right: 5px !important;
  }

  .pb-md-5 {
    padding-bottom: 5px !important;
  }

  .pl-md-5 {
    padding-left: 5px !important;
  }

  .m-md-5 {
    margin: 5px !important;
  }

  .mt-md-5 {
    margin-top: 5px !important;
  }

  .mr-md-5 {
    margin-right: 5px !important;
  }

  .mb-md-5 {
    margin-bottom: 5px !important;
  }

  .ml-md-5 {
    margin-left: 5px !important;
  }
}

@media (min-width: 992px) {
  .p-lg-100 {
    padding: 100px !important;
  }

  .pt-lg-100 {
    padding-top: 100px !important;
  }

  .pr-lg-100 {
    padding-right: 100px !important;
  }

  .pb-lg-100 {
    padding-bottom: 100px !important;
  }

  .pl-lg-100 {
    padding-left: 100px !important;
  }

  .m-lg-100 {
    margin: 100px !important;
  }

  .mt-lg-100 {
    margin-top: 100px !important;
  }

  .mr-lg-100 {
    margin-right: 100px !important;
  }

  .mb-lg-100 {
    margin-bottom: 100px !important;
  }

  .ml-lg-100 {
    margin-left: 100px !important;
  }

  .p-lg-95 {
    padding: 95px !important;
  }

  .pt-lg-95 {
    padding-top: 95px !important;
  }

  .pr-lg-95 {
    padding-right: 95px !important;
  }

  .pb-lg-95 {
    padding-bottom: 95px !important;
  }

  .pl-lg-95 {
    padding-left: 95px !important;
  }

  .m-lg-95 {
    margin: 95px !important;
  }

  .mt-lg-95 {
    margin-top: 95px !important;
  }

  .mr-lg-95 {
    margin-right: 95px !important;
  }

  .mb-lg-95 {
    margin-bottom: 95px !important;
  }

  .ml-lg-95 {
    margin-left: 95px !important;
  }

  .p-lg-90 {
    padding: 90px !important;
  }

  .pt-lg-90 {
    padding-top: 90px !important;
  }

  .pr-lg-90 {
    padding-right: 90px !important;
  }

  .pb-lg-90 {
    padding-bottom: 90px !important;
  }

  .pl-lg-90 {
    padding-left: 90px !important;
  }

  .m-lg-90 {
    margin: 90px !important;
  }

  .mt-lg-90 {
    margin-top: 90px !important;
  }

  .mr-lg-90 {
    margin-right: 90px !important;
  }

  .mb-lg-90 {
    margin-bottom: 90px !important;
  }

  .ml-lg-90 {
    margin-left: 90px !important;
  }

  .p-lg-85 {
    padding: 85px !important;
  }

  .pt-lg-85 {
    padding-top: 85px !important;
  }

  .pr-lg-85 {
    padding-right: 85px !important;
  }

  .pb-lg-85 {
    padding-bottom: 85px !important;
  }

  .pl-lg-85 {
    padding-left: 85px !important;
  }

  .m-lg-85 {
    margin: 85px !important;
  }

  .mt-lg-85 {
    margin-top: 85px !important;
  }

  .mr-lg-85 {
    margin-right: 85px !important;
  }

  .mb-lg-85 {
    margin-bottom: 85px !important;
  }

  .ml-lg-85 {
    margin-left: 85px !important;
  }

  .p-lg-80 {
    padding: 80px !important;
  }

  .pt-lg-80 {
    padding-top: 80px !important;
  }

  .pr-lg-80 {
    padding-right: 80px !important;
  }

  .pb-lg-80 {
    padding-bottom: 80px !important;
  }

  .pl-lg-80 {
    padding-left: 80px !important;
  }

  .m-lg-80 {
    margin: 80px !important;
  }

  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .mr-lg-80 {
    margin-right: 80px !important;
  }

  .mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .ml-lg-80 {
    margin-left: 80px !important;
  }

  .p-lg-75 {
    padding: 75px !important;
  }

  .pt-lg-75 {
    padding-top: 75px !important;
  }

  .pr-lg-75 {
    padding-right: 75px !important;
  }

  .pb-lg-75 {
    padding-bottom: 75px !important;
  }

  .pl-lg-75 {
    padding-left: 75px !important;
  }

  .m-lg-75 {
    margin: 75px !important;
  }

  .mt-lg-75 {
    margin-top: 75px !important;
  }

  .mr-lg-75 {
    margin-right: 75px !important;
  }

  .mb-lg-75 {
    margin-bottom: 75px !important;
  }

  .ml-lg-75 {
    margin-left: 75px !important;
  }

  .p-lg-70 {
    padding: 70px !important;
  }

  .pt-lg-70 {
    padding-top: 70px !important;
  }

  .pr-lg-70 {
    padding-right: 70px !important;
  }

  .pb-lg-70 {
    padding-bottom: 70px !important;
  }

  .pl-lg-70 {
    padding-left: 70px !important;
  }

  .m-lg-70 {
    margin: 70px !important;
  }

  .mt-lg-70 {
    margin-top: 70px !important;
  }

  .mr-lg-70 {
    margin-right: 70px !important;
  }

  .mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .ml-lg-70 {
    margin-left: 70px !important;
  }

  .p-lg-65 {
    padding: 65px !important;
  }

  .pt-lg-65 {
    padding-top: 65px !important;
  }

  .pr-lg-65 {
    padding-right: 65px !important;
  }

  .pb-lg-65 {
    padding-bottom: 65px !important;
  }

  .pl-lg-65 {
    padding-left: 65px !important;
  }

  .m-lg-65 {
    margin: 65px !important;
  }

  .mt-lg-65 {
    margin-top: 65px !important;
  }

  .mr-lg-65 {
    margin-right: 65px !important;
  }

  .mb-lg-65 {
    margin-bottom: 65px !important;
  }

  .ml-lg-65 {
    margin-left: 65px !important;
  }

  .p-lg-60 {
    padding: 60px !important;
  }

  .pt-lg-60 {
    padding-top: 60px !important;
  }

  .pr-lg-60 {
    padding-right: 60px !important;
  }

  .pb-lg-60 {
    padding-bottom: 60px !important;
  }

  .pl-lg-60 {
    padding-left: 60px !important;
  }

  .m-lg-60 {
    margin: 60px !important;
  }

  .mt-lg-60 {
    margin-top: 60px !important;
  }

  .mr-lg-60 {
    margin-right: 60px !important;
  }

  .mb-lg-60 {
    margin-bottom: 60px !important;
  }

  .ml-lg-60 {
    margin-left: 60px !important;
  }

  .p-lg-55 {
    padding: 55px !important;
  }

  .pt-lg-55 {
    padding-top: 55px !important;
  }

  .pr-lg-55 {
    padding-right: 55px !important;
  }

  .pb-lg-55 {
    padding-bottom: 55px !important;
  }

  .pl-lg-55 {
    padding-left: 55px !important;
  }

  .m-lg-55 {
    margin: 55px !important;
  }

  .mt-lg-55 {
    margin-top: 55px !important;
  }

  .mr-lg-55 {
    margin-right: 55px !important;
  }

  .mb-lg-55 {
    margin-bottom: 55px !important;
  }

  .ml-lg-55 {
    margin-left: 55px !important;
  }

  .p-lg-50 {
    padding: 50px !important;
  }

  .pt-lg-50 {
    padding-top: 50px !important;
  }

  .pr-lg-50 {
    padding-right: 50px !important;
  }

  .pb-lg-50 {
    padding-bottom: 50px !important;
  }

  .pl-lg-50 {
    padding-left: 50px !important;
  }

  .m-lg-50 {
    margin: 50px !important;
  }

  .mt-lg-50 {
    margin-top: 50px !important;
  }

  .mr-lg-50 {
    margin-right: 50px !important;
  }

  .mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .ml-lg-50 {
    margin-left: 50px !important;
  }

  .p-lg-45 {
    padding: 45px !important;
  }

  .pt-lg-45 {
    padding-top: 45px !important;
  }

  .pr-lg-45 {
    padding-right: 45px !important;
  }

  .pb-lg-45 {
    padding-bottom: 45px !important;
  }

  .pl-lg-45 {
    padding-left: 45px !important;
  }

  .m-lg-45 {
    margin: 45px !important;
  }

  .mt-lg-45 {
    margin-top: 45px !important;
  }

  .mr-lg-45 {
    margin-right: 45px !important;
  }

  .mb-lg-45 {
    margin-bottom: 45px !important;
  }

  .ml-lg-45 {
    margin-left: 45px !important;
  }

  .p-lg-40 {
    padding: 40px !important;
  }

  .pt-lg-40 {
    padding-top: 40px !important;
  }

  .pr-lg-40 {
    padding-right: 40px !important;
  }

  .pb-lg-40 {
    padding-bottom: 40px !important;
  }

  .pl-lg-40 {
    padding-left: 40px !important;
  }

  .m-lg-40 {
    margin: 40px !important;
  }

  .mt-lg-40 {
    margin-top: 40px !important;
  }

  .mr-lg-40 {
    margin-right: 40px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .ml-lg-40 {
    margin-left: 40px !important;
  }

  .p-lg-35 {
    padding: 35px !important;
  }

  .pt-lg-35 {
    padding-top: 35px !important;
  }

  .pr-lg-35 {
    padding-right: 35px !important;
  }

  .pb-lg-35 {
    padding-bottom: 35px !important;
  }

  .pl-lg-35 {
    padding-left: 35px !important;
  }

  .m-lg-35 {
    margin: 35px !important;
  }

  .mt-lg-35 {
    margin-top: 35px !important;
  }

  .mr-lg-35 {
    margin-right: 35px !important;
  }

  .mb-lg-35 {
    margin-bottom: 35px !important;
  }

  .ml-lg-35 {
    margin-left: 35px !important;
  }

  .p-lg-30 {
    padding: 30px !important;
  }

  .pt-lg-30 {
    padding-top: 30px !important;
  }

  .pr-lg-30 {
    padding-right: 30px !important;
  }

  .pb-lg-30 {
    padding-bottom: 30px !important;
  }

  .pl-lg-30 {
    padding-left: 30px !important;
  }

  .m-lg-30 {
    margin: 30px !important;
  }

  .mt-lg-30 {
    margin-top: 30px !important;
  }

  .mr-lg-30 {
    margin-right: 30px !important;
  }

  .mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .ml-lg-30 {
    margin-left: 30px !important;
  }

  .p-lg-25 {
    padding: 25px !important;
  }

  .pt-lg-25 {
    padding-top: 25px !important;
  }

  .pr-lg-25 {
    padding-right: 25px !important;
  }

  .pb-lg-25 {
    padding-bottom: 25px !important;
  }

  .pl-lg-25 {
    padding-left: 25px !important;
  }

  .m-lg-25 {
    margin: 25px !important;
  }

  .mt-lg-25 {
    margin-top: 25px !important;
  }

  .mr-lg-25 {
    margin-right: 25px !important;
  }

  .mb-lg-25 {
    margin-bottom: 25px !important;
  }

  .ml-lg-25 {
    margin-left: 25px !important;
  }

  .p-lg-20 {
    padding: 20px !important;
  }

  .pt-lg-20 {
    padding-top: 20px !important;
  }

  .pr-lg-20 {
    padding-right: 20px !important;
  }

  .pb-lg-20 {
    padding-bottom: 20px !important;
  }

  .pl-lg-20 {
    padding-left: 20px !important;
  }

  .m-lg-20 {
    margin: 20px !important;
  }

  .mt-lg-20 {
    margin-top: 20px !important;
  }

  .mr-lg-20 {
    margin-right: 20px !important;
  }

  .mb-lg-20 {
    margin-bottom: 20px !important;
  }

  .ml-lg-20 {
    margin-left: 20px !important;
  }

  .p-lg-15 {
    padding: 15px !important;
  }

  .pt-lg-15 {
    padding-top: 15px !important;
  }

  .pr-lg-15 {
    padding-right: 15px !important;
  }

  .pb-lg-15 {
    padding-bottom: 15px !important;
  }

  .pl-lg-15 {
    padding-left: 15px !important;
  }

  .m-lg-15 {
    margin: 15px !important;
  }

  .mt-lg-15 {
    margin-top: 15px !important;
  }

  .mr-lg-15 {
    margin-right: 15px !important;
  }

  .mb-lg-15 {
    margin-bottom: 15px !important;
  }

  .ml-lg-15 {
    margin-left: 15px !important;
  }

  .p-lg-10 {
    padding: 10px !important;
  }

  .pt-lg-10 {
    padding-top: 10px !important;
  }

  .pr-lg-10 {
    padding-right: 10px !important;
  }

  .pb-lg-10 {
    padding-bottom: 10px !important;
  }

  .pl-lg-10 {
    padding-left: 10px !important;
  }

  .m-lg-10 {
    margin: 10px !important;
  }

  .mt-lg-10 {
    margin-top: 10px !important;
  }

  .mr-lg-10 {
    margin-right: 10px !important;
  }

  .mb-lg-10 {
    margin-bottom: 10px !important;
  }

  .ml-lg-10 {
    margin-left: 10px !important;
  }

  .p-lg-5 {
    padding: 5px !important;
  }

  .pt-lg-5 {
    padding-top: 5px !important;
  }

  .pr-lg-5 {
    padding-right: 5px !important;
  }

  .pb-lg-5 {
    padding-bottom: 5px !important;
  }

  .pl-lg-5 {
    padding-left: 5px !important;
  }

  .m-lg-5 {
    margin: 5px !important;
  }

  .mt-lg-5 {
    margin-top: 5px !important;
  }

  .mr-lg-5 {
    margin-right: 5px !important;
  }

  .mb-lg-5 {
    margin-bottom: 5px !important;
  }

  .ml-lg-5 {
    margin-left: 5px !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-100 {
    padding: 100px !important;
  }

  .pt-xl-100 {
    padding-top: 100px !important;
  }

  .pr-xl-100 {
    padding-right: 100px !important;
  }

  .pb-xl-100 {
    padding-bottom: 100px !important;
  }

  .pl-xl-100 {
    padding-left: 100px !important;
  }

  .m-xl-100 {
    margin: 100px !important;
  }

  .mt-xl-100 {
    margin-top: 100px !important;
  }

  .mr-xl-100 {
    margin-right: 100px !important;
  }

  .mb-xl-100 {
    margin-bottom: 100px !important;
  }

  .ml-xl-100 {
    margin-left: 100px !important;
  }

  .p-xl-95 {
    padding: 95px !important;
  }

  .pt-xl-95 {
    padding-top: 95px !important;
  }

  .pr-xl-95 {
    padding-right: 95px !important;
  }

  .pb-xl-95 {
    padding-bottom: 95px !important;
  }

  .pl-xl-95 {
    padding-left: 95px !important;
  }

  .m-xl-95 {
    margin: 95px !important;
  }

  .mt-xl-95 {
    margin-top: 95px !important;
  }

  .mr-xl-95 {
    margin-right: 95px !important;
  }

  .mb-xl-95 {
    margin-bottom: 95px !important;
  }

  .ml-xl-95 {
    margin-left: 95px !important;
  }

  .p-xl-90 {
    padding: 90px !important;
  }

  .pt-xl-90 {
    padding-top: 90px !important;
  }

  .pr-xl-90 {
    padding-right: 90px !important;
  }

  .pb-xl-90 {
    padding-bottom: 90px !important;
  }

  .pl-xl-90 {
    padding-left: 90px !important;
  }

  .m-xl-90 {
    margin: 90px !important;
  }

  .mt-xl-90 {
    margin-top: 90px !important;
  }

  .mr-xl-90 {
    margin-right: 90px !important;
  }

  .mb-xl-90 {
    margin-bottom: 90px !important;
  }

  .ml-xl-90 {
    margin-left: 90px !important;
  }

  .p-xl-85 {
    padding: 85px !important;
  }

  .pt-xl-85 {
    padding-top: 85px !important;
  }

  .pr-xl-85 {
    padding-right: 85px !important;
  }

  .pb-xl-85 {
    padding-bottom: 85px !important;
  }

  .pl-xl-85 {
    padding-left: 85px !important;
  }

  .m-xl-85 {
    margin: 85px !important;
  }

  .mt-xl-85 {
    margin-top: 85px !important;
  }

  .mr-xl-85 {
    margin-right: 85px !important;
  }

  .mb-xl-85 {
    margin-bottom: 85px !important;
  }

  .ml-xl-85 {
    margin-left: 85px !important;
  }

  .p-xl-80 {
    padding: 80px !important;
  }

  .pt-xl-80 {
    padding-top: 80px !important;
  }

  .pr-xl-80 {
    padding-right: 80px !important;
  }

  .pb-xl-80 {
    padding-bottom: 80px !important;
  }

  .pl-xl-80 {
    padding-left: 80px !important;
  }

  .m-xl-80 {
    margin: 80px !important;
  }

  .mt-xl-80 {
    margin-top: 80px !important;
  }

  .mr-xl-80 {
    margin-right: 80px !important;
  }

  .mb-xl-80 {
    margin-bottom: 80px !important;
  }

  .ml-xl-80 {
    margin-left: 80px !important;
  }

  .p-xl-75 {
    padding: 75px !important;
  }

  .pt-xl-75 {
    padding-top: 75px !important;
  }

  .pr-xl-75 {
    padding-right: 75px !important;
  }

  .pb-xl-75 {
    padding-bottom: 75px !important;
  }

  .pl-xl-75 {
    padding-left: 75px !important;
  }

  .m-xl-75 {
    margin: 75px !important;
  }

  .mt-xl-75 {
    margin-top: 75px !important;
  }

  .mr-xl-75 {
    margin-right: 75px !important;
  }

  .mb-xl-75 {
    margin-bottom: 75px !important;
  }

  .ml-xl-75 {
    margin-left: 75px !important;
  }

  .p-xl-70 {
    padding: 70px !important;
  }

  .pt-xl-70 {
    padding-top: 70px !important;
  }

  .pr-xl-70 {
    padding-right: 70px !important;
  }

  .pb-xl-70 {
    padding-bottom: 70px !important;
  }

  .pl-xl-70 {
    padding-left: 70px !important;
  }

  .m-xl-70 {
    margin: 70px !important;
  }

  .mt-xl-70 {
    margin-top: 70px !important;
  }

  .mr-xl-70 {
    margin-right: 70px !important;
  }

  .mb-xl-70 {
    margin-bottom: 70px !important;
  }

  .ml-xl-70 {
    margin-left: 70px !important;
  }

  .p-xl-65 {
    padding: 65px !important;
  }

  .pt-xl-65 {
    padding-top: 65px !important;
  }

  .pr-xl-65 {
    padding-right: 65px !important;
  }

  .pb-xl-65 {
    padding-bottom: 65px !important;
  }

  .pl-xl-65 {
    padding-left: 65px !important;
  }

  .m-xl-65 {
    margin: 65px !important;
  }

  .mt-xl-65 {
    margin-top: 65px !important;
  }

  .mr-xl-65 {
    margin-right: 65px !important;
  }

  .mb-xl-65 {
    margin-bottom: 65px !important;
  }

  .ml-xl-65 {
    margin-left: 65px !important;
  }

  .p-xl-60 {
    padding: 60px !important;
  }

  .pt-xl-60 {
    padding-top: 60px !important;
  }

  .pr-xl-60 {
    padding-right: 60px !important;
  }

  .pb-xl-60 {
    padding-bottom: 60px !important;
  }

  .pl-xl-60 {
    padding-left: 60px !important;
  }

  .m-xl-60 {
    margin: 60px !important;
  }

  .mt-xl-60 {
    margin-top: 60px !important;
  }

  .mr-xl-60 {
    margin-right: 60px !important;
  }

  .mb-xl-60 {
    margin-bottom: 60px !important;
  }

  .ml-xl-60 {
    margin-left: 60px !important;
  }

  .p-xl-55 {
    padding: 55px !important;
  }

  .pt-xl-55 {
    padding-top: 55px !important;
  }

  .pr-xl-55 {
    padding-right: 55px !important;
  }

  .pb-xl-55 {
    padding-bottom: 55px !important;
  }

  .pl-xl-55 {
    padding-left: 55px !important;
  }

  .m-xl-55 {
    margin: 55px !important;
  }

  .mt-xl-55 {
    margin-top: 55px !important;
  }

  .mr-xl-55 {
    margin-right: 55px !important;
  }

  .mb-xl-55 {
    margin-bottom: 55px !important;
  }

  .ml-xl-55 {
    margin-left: 55px !important;
  }

  .p-xl-50 {
    padding: 50px !important;
  }

  .pt-xl-50 {
    padding-top: 50px !important;
  }

  .pr-xl-50 {
    padding-right: 50px !important;
  }

  .pb-xl-50 {
    padding-bottom: 50px !important;
  }

  .pl-xl-50 {
    padding-left: 50px !important;
  }

  .m-xl-50 {
    margin: 50px !important;
  }

  .mt-xl-50 {
    margin-top: 50px !important;
  }

  .mr-xl-50 {
    margin-right: 50px !important;
  }

  .mb-xl-50 {
    margin-bottom: 50px !important;
  }

  .ml-xl-50 {
    margin-left: 50px !important;
  }

  .p-xl-45 {
    padding: 45px !important;
  }

  .pt-xl-45 {
    padding-top: 45px !important;
  }

  .pr-xl-45 {
    padding-right: 45px !important;
  }

  .pb-xl-45 {
    padding-bottom: 45px !important;
  }

  .pl-xl-45 {
    padding-left: 45px !important;
  }

  .m-xl-45 {
    margin: 45px !important;
  }

  .mt-xl-45 {
    margin-top: 45px !important;
  }

  .mr-xl-45 {
    margin-right: 45px !important;
  }

  .mb-xl-45 {
    margin-bottom: 45px !important;
  }

  .ml-xl-45 {
    margin-left: 45px !important;
  }

  .p-xl-40 {
    padding: 40px !important;
  }

  .pt-xl-40 {
    padding-top: 40px !important;
  }

  .pr-xl-40 {
    padding-right: 40px !important;
  }

  .pb-xl-40 {
    padding-bottom: 40px !important;
  }

  .pl-xl-40 {
    padding-left: 40px !important;
  }

  .m-xl-40 {
    margin: 40px !important;
  }

  .mt-xl-40 {
    margin-top: 40px !important;
  }

  .mr-xl-40 {
    margin-right: 40px !important;
  }

  .mb-xl-40 {
    margin-bottom: 40px !important;
  }

  .ml-xl-40 {
    margin-left: 40px !important;
  }

  .p-xl-35 {
    padding: 35px !important;
  }

  .pt-xl-35 {
    padding-top: 35px !important;
  }

  .pr-xl-35 {
    padding-right: 35px !important;
  }

  .pb-xl-35 {
    padding-bottom: 35px !important;
  }

  .pl-xl-35 {
    padding-left: 35px !important;
  }

  .m-xl-35 {
    margin: 35px !important;
  }

  .mt-xl-35 {
    margin-top: 35px !important;
  }

  .mr-xl-35 {
    margin-right: 35px !important;
  }

  .mb-xl-35 {
    margin-bottom: 35px !important;
  }

  .ml-xl-35 {
    margin-left: 35px !important;
  }

  .p-xl-30 {
    padding: 30px !important;
  }

  .pt-xl-30 {
    padding-top: 30px !important;
  }

  .pr-xl-30 {
    padding-right: 30px !important;
  }

  .pb-xl-30 {
    padding-bottom: 30px !important;
  }

  .pl-xl-30 {
    padding-left: 30px !important;
  }

  .m-xl-30 {
    margin: 30px !important;
  }

  .mt-xl-30 {
    margin-top: 30px !important;
  }

  .mr-xl-30 {
    margin-right: 30px !important;
  }

  .mb-xl-30 {
    margin-bottom: 30px !important;
  }

  .ml-xl-30 {
    margin-left: 30px !important;
  }

  .p-xl-25 {
    padding: 25px !important;
  }

  .pt-xl-25 {
    padding-top: 25px !important;
  }

  .pr-xl-25 {
    padding-right: 25px !important;
  }

  .pb-xl-25 {
    padding-bottom: 25px !important;
  }

  .pl-xl-25 {
    padding-left: 25px !important;
  }

  .m-xl-25 {
    margin: 25px !important;
  }

  .mt-xl-25 {
    margin-top: 25px !important;
  }

  .mr-xl-25 {
    margin-right: 25px !important;
  }

  .mb-xl-25 {
    margin-bottom: 25px !important;
  }

  .ml-xl-25 {
    margin-left: 25px !important;
  }

  .p-xl-20 {
    padding: 20px !important;
  }

  .pt-xl-20 {
    padding-top: 20px !important;
  }

  .pr-xl-20 {
    padding-right: 20px !important;
  }

  .pb-xl-20 {
    padding-bottom: 20px !important;
  }

  .pl-xl-20 {
    padding-left: 20px !important;
  }

  .m-xl-20 {
    margin: 20px !important;
  }

  .mt-xl-20 {
    margin-top: 20px !important;
  }

  .mr-xl-20 {
    margin-right: 20px !important;
  }

  .mb-xl-20 {
    margin-bottom: 20px !important;
  }

  .ml-xl-20 {
    margin-left: 20px !important;
  }

  .p-xl-15 {
    padding: 15px !important;
  }

  .pt-xl-15 {
    padding-top: 15px !important;
  }

  .pr-xl-15 {
    padding-right: 15px !important;
  }

  .pb-xl-15 {
    padding-bottom: 15px !important;
  }

  .pl-xl-15 {
    padding-left: 15px !important;
  }

  .m-xl-15 {
    margin: 15px !important;
  }

  .mt-xl-15 {
    margin-top: 15px !important;
  }

  .mr-xl-15 {
    margin-right: 15px !important;
  }

  .mb-xl-15 {
    margin-bottom: 15px !important;
  }

  .ml-xl-15 {
    margin-left: 15px !important;
  }

  .p-xl-10 {
    padding: 10px !important;
  }

  .pt-xl-10 {
    padding-top: 10px !important;
  }

  .pr-xl-10 {
    padding-right: 10px !important;
  }

  .pb-xl-10 {
    padding-bottom: 10px !important;
  }

  .pl-xl-10 {
    padding-left: 10px !important;
  }

  .m-xl-10 {
    margin: 10px !important;
  }

  .mt-xl-10 {
    margin-top: 10px !important;
  }

  .mr-xl-10 {
    margin-right: 10px !important;
  }

  .mb-xl-10 {
    margin-bottom: 10px !important;
  }

  .ml-xl-10 {
    margin-left: 10px !important;
  }

  .p-xl-5 {
    padding: 5px !important;
  }

  .pt-xl-5 {
    padding-top: 5px !important;
  }

  .pr-xl-5 {
    padding-right: 5px !important;
  }

  .pb-xl-5 {
    padding-bottom: 5px !important;
  }

  .pl-xl-5 {
    padding-left: 5px !important;
  }

  .m-xl-5 {
    margin: 5px !important;
  }

  .mt-xl-5 {
    margin-top: 5px !important;
  }

  .mr-xl-5 {
    margin-right: 5px !important;
  }

  .mb-xl-5 {
    margin-bottom: 5px !important;
  }

  .ml-xl-5 {
    margin-left: 5px !important;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
  background: none;
  border-radius: 0;
}

.breadcrumb .breadcrumb-item {
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.breadcrumb .breadcrumb-item a {
  color: #666666;
  text-decoration: underline;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #666666;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
  color: #666666;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #666666;
  content: "-";
}

@media (max-width: 575.98px) {
  /*.breadcrumb {
		display: block;
		white-space: nowrap;
		overflow: auto;
		.breadcrumb-item {
			display: inline-block;
		}
	}*/
}

.pagination {
  margin-bottom: 25px;
}

.pagination .page-item {
  margin-bottom: 5px;
}

.pagination .page-item .page-link {
  position: relative;
  display: block;
  min-width: 40px;
  text-align: center;
  padding: 0.5rem 0.75rem;
  margin-left: 5px;
  line-height: 20px;
  color: #666666;
  font-weight: 400;
  text-decoration: none;
  background-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #222222;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.pagination .page-item .page-link:hover {
  color: #A4C611;
  background-color: #FFFFFF;
  border-color: #A4C611;
}

.pagination .page-item:first-child .page-link {
  margin-left: 0;
}

.pagination .page-item.active .page-link {
  z-index: 1;
  color: #FFFFFF;
  background-color: #A4C611;
  border-color: #A4C611;
}

.cta-box {
  position: relative;
  padding: 100px 100px 70px;
  margin: 36px 0 60px;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.cta-box:after {
  position: absolute;
  content: '';
  top: -36px;
  left: -36px;
  width: 216px;
  height: 216px;
  background-image: url(/bitrix/templates/zmo/css/../img/bg-dots.svg);
  background-repeat: repeat;
  background-position: 0 0;
  z-index: -10;
  opacity: 0.5;
}

.cta-box .cta-box__content {
  margin-bottom: 30px;
}

.cta-box .cta-box__content .title {
  font-family: "Circe", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
  z-index: 10;
}

.cta-box .cta-box__content .text {
  font-size: 18px;
  margin-top: 15px;
}

.cta-box .cta-box__content .link {
  text-align: right;
}

.cta-box.cta-box__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.cta-box.cta-box__image:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.4);
  z-index: 0;
  border-radius: 3px;
}

.cta-box.cta-box__image .cta-box__content .title {
  color: #FFFFFF;
}

.cta-box.cta-box__image .cta-box__content .text {
  color: #FFFFFF;
}

.cta-box.cta-box__white {
  background: #FFFFFF;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.07);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.07);
}

.cta-box.cta-box__white .cta-box__content .title {
  color: #222222;
}

.cta-box.cta-box__white .cta-box__content .text {
  color: #666666;
}

.cta-box.cta-box__accent {
  background: #A4C611;
}

.cta-box.cta-box__accent .cta-box__content .title {
  color: #FFFFFF;
}

.cta-box.cta-box__accent .cta-box__content .text {
  color: #FFFFFF;
}

@media (max-width: 991.98px) {
  .cta-box .cta-box__content .link {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .cta-box .cta-box__content .title {
    font-size: 27px;
  }

  .cta-box .cta-box__content .text {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .cta-box {
    padding: 50px 40px 20px;
    margin-top: 18px;
    margin-bottom: 60px;
  }

  .cta-box:after {
    top: -18px;
    left: -18px;
  }

  .cta-box .cta-box__content .title {
    font-size: 21px;
  }

  .cta-box .cta-box__content .text {
    font-size: 16px;
  }
}

.icon-box {
  margin-bottom: 60px;
}

.icon-box.icon-box__white {
  margin-bottom: 30px;
  padding: 50px 40px 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.07);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}

.icon-box .icon-box__title {
  margin-bottom: 20px;
}

.icon-box .icon-box__title .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 20px;
}

.icon-box .icon-box__title .icon img {
  height: 60px;
  width: auto;
}

.icon-box .icon-box__title .text {
  font-family: "Circe", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.25;
  color: #222222;
}

.icon-box .icon-box__title .text-2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  color: #222222;
}

.icon-box .icon-box__text {
  margin-bottom: 20px;
}

.icon-box .icon-box__link {
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .icon-box.icon-box__white {
    padding: 40px 30px 20px;
  }

  .icon-box .icon-box__title .icon img {
    height: 50px;
  }

  .icon-box .icon-box__title .text {
    font-size: 18px;
  }
}

.step-box {
  padding: 40px 40px 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.07);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}

.step-box .step-box__number {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #A4C611;
  line-height: 1;
  font-family: "Circe", sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.step-box .step-box__text {
  font-size: 16px;
  margin-bottom: 20px;
}

.step-box.step-box__border {
  border-left: 3px solid #A4C611;
}

.step-box.step-box__border .step-box__text {
  font-weight: 700;
  color: #222222;
}

@media (max-width: 575.98px) {
  .step-box {
    padding: 30px 30px 10px;
  }

  .step-box .step-box__number {
    margin-right: 0px;
    font-size: 36px;
  }

  .step-box .step-box__text {
    font-size: 16px;
  }
}

.number-box {
  margin-bottom: 30px;
  text-align: center;
}

.number-box .number {
  font-family: "Circe", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  color: #A4C611;
  margin-bottom: 10px;
}

.number-box .number span {
  font-size: 16px;
}

.number-box .text {
  line-height: 1.25;
}

.number-box-2 {
  margin-bottom: 30px;
  text-align: center;
}

.number-box-2 .number {
  font-family: "Circe", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  color: #A4C611;
  margin-bottom: 10px;
}

.number-box-2 .number span {
  font-size: 16px;
}

.number-box-2 .text {
  line-height: 1.25;
}

@media (max-width: 575.98px) {
  .number-box {
    text-align: left;
  }

  .number-box .number {
    font-size: 36px;
  }

  .number-box-2 {
    text-align: left;
  }

  .number-box-2 .number {
    font-size: 27px;
  }
}

.swiper-complete {
  padding-bottom: 30px;
}

.swiper-complete .complete-box {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.complete-box {
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.complete-box a {
  display: block;
  position: relative;
  outline: none;
}

.complete-box .complete-box__image {
  border-radius: 3px;
  overflow: hidden;
}

.complete-box .complete-box__image:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.complete-box .complete-box__container {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px;
  border-radius: 3px;
  overflow: hidden;
}

.complete-box .complete-box__container:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #A4C611;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.complete-box .complete-box__container .complete-box__content {
  position: absolute;
  bottom: 40px;
  -webkit-transform: translateY(104px);
  -ms-transform: translateY(104px);
  transform: translateY(104px);
  z-index: 10;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.complete-box .complete-box__container .complete-box__content .subtitle {
  font-family: "Circe", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.complete-box .complete-box__container .complete-box__content .title {
  font-family: "Circe", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.complete-box .complete-box__container .complete-box__content .description {
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.complete-box .complete-box__container .complete-box__content .description .item {
  font-size: 16px;
  color: #FFFFFF;
}

.complete-box:hover .complete-box__container:after {
  opacity: 0.95;
}

.complete-box:hover .complete-box__content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.complete-box:hover .complete-box__content .description {
  height: auto;
  opacity: 1;
}

@media (max-width: 575.98px) {
  .complete-box .complete-box__container {
    padding: 30px;
  }

  .complete-box .complete-box__container .complete-box__content {
    bottom: 30px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  .complete-box .complete-box__container .complete-box__content .subtitle {
    font-size: 13px;
  }

  .complete-box .complete-box__container .complete-box__content .title {
    font-size: 21px;
  }

  .complete-box .complete-box__container .complete-box__content .description {
    opacity: 1;
  }

  .complete-box .complete-box__container .complete-box__content .description .item {
    font-size: 16px;
  }
}

.action-box {
  display: block;
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.action-box a {
  position: relative;
  display: block;
  outline: none;
}

.action-box .action-box__logo {
  position: absolute;
  top: 10px;
  right: 10px;
  max-height: 80px;
  max-width: 140px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  z-index: 15;
}

.action-box .action-box__logo img {
  width: auto;
  height: auto;
  max-height: 60px;
  max-width: 120px;
}

.action-box .action-box__image {
  border-radius: 3px;
  overflow: hidden;
}

.action-box .action-box__image:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.action-box .action-box__container {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px;
  border-radius: 3px;
  overflow: hidden;
}

.action-box .action-box__container:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #A4C611;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}

.action-box .action-box__content {
  position: absolute;
  right: 40px;
  left: 40px;
  bottom: 40px;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  z-index: 10;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.action-box .action-box__content .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.action-box .action-box__content .price {
  font-family: "Circe", sans-serif;
  color: #FFFFFF !important;
  margin-bottom: 20px;
}

.action-box .action-box__content .price span {
  display: inline-block;
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF !important;
}

.action-box .action-box__content .link {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.action-box:hover .action-box__container:after {
  opacity: 0.95;
}

.action-box:hover .action-box__content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.action-box:hover .action-box__content .link {
  opacity: 1;
}

@media (max-width: 575.98px) {
  .action-box .action-box__container {
    padding: 30px;
  }

  .action-box .action-box__content {
    right: 30px;
    left: 30px;
    bottom: 30px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  .action-box .action-box__content .title {
    font-size: 18px;
  }

  .action-box .action-box__content .link {
    opacity: 1;
  }

  .action-box:hover .action-box__container:after {
    opacity: 0.95;
  }

  .action-box:hover .action-box__content {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.developer-box {
  margin-bottom: 30px;
}

.developer-box:nth-child(odd) .developer-box__content,
.developer-box.right .developer-box__content {
  padding-right: 40px;
}

.developer-box:nth-child(even) .developer-box__content,
.developer-box.left .developer-box__content {
  padding-left: 40px;
}

.developer-box .developer-box__content .subtitle {
  line-height: 1.25;
  margin-bottom: 10px;
}

.developer-box .developer-box__content .title {
  line-height: 1.25;
  font-family: "Circe", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 10px;
}

.developer-box .developer-box__content .contact {
  margin-bottom: 30px;
}

.developer-box .developer-box__content .contact a {
  position: relative;
  text-decoration: none;
  color: #666666;
  display: block;
  padding-left: 30px;
}

.developer-box .developer-box__content .contact a:hover {
  color: #A4C611;
}

.developer-box .developer-box__content .contact a:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background: #A4C611;
  left: 0px;
  top: 50%;
}

.developer-box .developer-box__content .link {
  margin-bottom: 30px;
}

.developer-box .developer-box__image {
  height: 380px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.developer-box .developer-box__image:before {
  position: absolute;
  content: '';
  top: 50px;
  right: 0;
  bottom: 50px;
  left: 0;
  background-image: url(/bitrix/templates/zmo/css/../img/bg-dots.svg);
  opacity: 0.5;
}

.developer-box .developer-box__image .image__bg {
  position: absolute;
  left: 40px;
  top: 0;
  width: 280px;
  height: 280px;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  overflow: hidden;
}

.developer-box .developer-box__image .image__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.developer-box .developer-box__image .image__logo {
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 280px;
  height: 280px;
  padding: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.07);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  overflow: hidden;
}

.developer-box .developer-box__image .image__logo img {

  /* height: auto; */
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {

  .developer-box:nth-child(odd) .developer-box__content,
  .developer-box.right .developer-box__content {
    padding-right: 0px;
  }

  .developer-box:nth-child(even) .developer-box__content,
  .developer-box.left .developer-box__content {
    padding-left: 0px;
  }
}

@media (max-width: 575.98px) {
  .developer-box .developer-box__content .title {
    font-size: 21px;
  }

  .developer-box .developer-box__image {
    height: auto;
  }

  .developer-box .developer-box__image:before {
    display: none;
  }

  .developer-box .developer-box__image .image__bg {
    position: relative;
    left: auto;
    top: auto;
    max-width: 100%;
    width: auto;
    height: 240px;
    margin-left: 60px;
  }

  .developer-box .developer-box__image .image__logo {
    position: absolute;
    bottom: auto;
    right: auto;
    left: 0px;
    width: 160px;
    height: 160px;
    padding: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.sale-box {
  margin-top: 36px;
  margin-bottom: 30px;
}

.sale-box+.sale-box {
  margin-top: 60px;
}

.sale-box.right .sale-box__content {
  padding-right: 60px;
}

.sale-box.left .sale-box__content {
  padding-left: 60px;
}

.sale-box .logo {
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
}

.sale-box .logo img {
  width: auto;
  height: auto;
  max-height: 120px;
  max-width: 220px;
}

.sale-box .icon .item {
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-right: 40px;
}

.sale-box .icon .item+.item:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: #A4C611;
  opacity: 0.15;
  left: -20px;
  top: 0;
}

.sale-box .icon .item .item__icon {
  text-align: center;
}

.sale-box .icon .item .item__icon img {
  height: 30px;
  width: 30px;
}

.sale-box .icon .item .item__text {
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
  color: #222222;
  /*
				position: absolute;
				padding: 5px 8px;
				@include border-radius(3px);
				bottom: -10px;
				left: 50%;
				transform: translate(-50%,100%);
				font-size: 14px;
				line-height: 1;
				opacity: 0;
				background: $accent;
				color: $white;
				font-weight: 400;
				@include transition();
				*/
}

.sale-box .icon .item:hover {
  /*
				cursor: pointer;
				.item__text {
					display: block;
					opacity: 1;
				}
				*/
}

.sale-box .text {
  margin-bottom: 30px;
}

.sale-box .link {
  margin-bottom: 30px;
}

.sale-box .slider {
  position: relative;
  margin-bottom: 30px;
}

.sale-box .slider:after {
  position: absolute;
  content: '';
  top: -36px;
  width: 216px;
  height: 216px;
  background-image: url(/bitrix/templates/zmo/css/../img/bg-dots.svg);
  background-repeat: repeat;
  background-position: 0 0;
  z-index: -10;
  opacity: 0.5;
}

.sale-box.right .slider:after {
  right: -49px;
}

.sale-box.left .slider:after {
  left: -36px;
}

.detail-page .sale-box {
  margin-bottom: 120px;
}

.swiper-sale-horizontal {
  overflow: hidden;
  margin-top: 10px;
  height: 110px;
}

.swiper-sale-horizontal img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-sale {
  width: 100%;
  height: 100%;
}

.swiper-sale .swiper-pagination {
  position: relative;
  width: auto;
  position: absolute;
  bottom: 15px;
  right: 30px;
  z-index: 10;
  left: auto;
}

.swiper-sale .swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  border-radius: 0px;
  cursor: pointer;
  opacity: 1 !important;
}

.swiper-sale .swiper-pagination .swiper-pagination-bullet-active {
  background: #A4C611;
}

.swiper-sale .swiper-pagination-fraction {
  color: #FFFFFF;
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
}

.swiper-sale .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #E5E5E5;
  border-radius: 3px;
  overflow: hidden;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-sale .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-sale .swiper-button-next,
.swiper-sale .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 3px;
  left: 3px;
  width: 60px;
  height: 60px;
  margin-top: auto;
  color: #A4C611;
  background: #FFFFFF;
  opacity: 1 !important;
  outline: none !important;
  border-radius: 3px;
}

.swiper-sale .swiper-button-next:after,
.swiper-sale .swiper-button-prev:after {
  content: '';
}

.swiper-sale .swiper-button-next i,
.swiper-sale .swiper-button-prev i {
  font-size: 21px;
}

.sale-box .btn__video {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  z-index: 10;
}

.sale-box.right .btn__video {
  left: 15px;
  margin-left: -40px;
}

.sale-box.right .swiper-sale .swiper-pagination {
  text-align: right;
  right: 30px;
  left: auto;
}

.sale-box.right .swiper-sale .swiper-button-prev {
  left: 3px;
  right: auto;
}

.sale-box.right .swiper-sale .swiper-button-next {
  left: 66px;
  right: auto;
}

.sale-box.left .btn__video {
  right: 15px;
  margin-right: -40px;
}

.sale-box.left .swiper-sale .swiper-pagination {
  text-align: left;
  left: 30px;
  right: auto;
}

.sale-box.left .swiper-sale .swiper-button-prev {
  right: 66px;
  left: auto;
}

.sale-box.left .swiper-sale .swiper-button-next {
  right: 3px;
  left: auto;
}

.btn__video a {
  position: relative;
  display: block;
  text-decoration: none;
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  font-size: 30px;
  line-height: 80px;
}

.btn__video a .icon {
  width: 80px;
  height: 80px;
  font-size: 30px;
  text-align: center;
  color: #FFFFFF;
  background: #A4C611;
  border-radius: 40px;
}

.btn__video a span {
  display: block;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.25;
}

.btn__video.position__50 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn__video .circle_1,
.btn__video .circle_2 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #A4C611;
  z-index: -1;
  -webkit-animation: circle-fade-before 2s infinite ease-in-out;
  animation: circle-fade-before 2s infinite ease-in-out;
  border-radius: 50%;
}

.btn__video .circle_2 {
  -webkit-animation: circle-fade-after 2s infinite ease-in-out;
  animation: circle-fade-after 2s infinite ease-in-out;
}

@-webkit-keyframes circle-fade-before {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes circle-fade-before {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes circle-fade-after {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes circle-fade-after {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

/*
.btn__video .circle_1,
.btn__video .circle_2,
.btn__video .circle_3 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid $accent;
  opacity: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.btn__video .circle_1,
.btn__video .circle_2,
.btn__video .circle_3 {
  -webkit-animation: pulse-circle 3.9s linear 0s infinite;
  animation: pulse-circle 3.9s linear 0s infinite;
}

.btn__video .circle_2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.btn__video .circle_3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

@-webkit-keyframes pulse-circle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse-circle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
*/
@media (max-width: 991.98px) {
  .sale-box.right .sale-box__content {
    padding-right: 0px;
  }

  .sale-box.left .sale-box__content {
    padding-left: 0px;
  }
}

@media (max-width: 575.98px) {
  .sale-box {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .sale-box+.sale-box {
    margin-top: 30px;
  }

  .sale-box.right .sale-box__content {
    padding-right: 0px;
  }

  .sale-box.left .sale-box__content {
    padding-left: 0px;
  }

  .sale-box .btn__video {
    display: none;
  }

  .sale-box .icon .item+.item:after {
    display: none;
  }

  .sale-box.right .slider:after {
    top: -18px;
    right: -31px;
  }

  .sale-box.left .slider:after {
    top: -18px;
    left: -18px;
  }
}

.blog-box {
  margin-bottom: 30px;
}

.blog-box .blog-box__image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 320px;
  height: auto;
  margin-right: 60px;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.blog-box .blog-box__image img {
  border-radius: 3px;
}

.blog-box .blog-box__content h2.title {
  line-height: 1;
}

.blog-box .blog-box__content .title {
  margin-bottom: 15px;
}

.blog-box .blog-box__content .title a {
  text-decoration: none;
  font-family: "Circe", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  color: #222222;
}

.blog-box .blog-box__content .title a:hover {
  color: #A4C611;
}

.blog-box .blog-box__content .source {
  margin-bottom: 10px;
}

.blog-box .blog-box__content .text {
  margin-bottom: 30px;
}

.blog-box .text__link {
  margin-top: 20px;
  margin-bottom: 30px;
}

.blog-box .text__date {
  font-size: 0.95em;
  margin-block: 0.5rem -0.25rem;
}

@media (max-width: 575.98px) {
  .blog-box+.blog-box {
    margin-top: 60px;
  }

  .blog-box .blog-box__image {
    max-width: 100%;
    margin-right: 0px;
  }

  .blog-box .blog-box__content .title a {
    font-size: 21px;
  }
}

[data-ratio] {
  display: block;
  max-width: 100%;
  position: relative;
}

[data-ratio]:before {
  content: '';
  display: block;
}

[data-ratio]>* {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

[data-ratio="3:1"]:before {
  padding-top: 33.33%;
}

[data-ratio="2:1"]:before {
  padding-top: 50%;
}

[data-ratio="24:1"]:before {
  padding-top: 47.2%;
}

[data-ratio="1:24"]:before {
  padding-top: 211.76%;
}

[data-ratio="16:9"]:before {
  padding-top: 56.25%;
}

[data-ratio="3:2"]:before {
  padding-top: 66.66%;
}

[data-ratio="4:3"]:before {
  padding-top: 75%;
}

[data-ratio="1:1"]:before {
  padding-top: 100%;
}

[data-ratio="3:4"]:before {
  padding-top: 133.33%;
}

[data-ratio="2:3"]:before {
  padding-top: 150%;
}

[data-ratio="9:16"]:before {
  padding-top: 177.77%;
}

[data-ratio="1:2"]:before {
  padding-top: 200%;
}

[data-ratio="1:3"]:before {
  padding-top: 300%;
}

.stretch-box {
  height: 100%;
  padding-bottom: 30px;
}

.stretch-box>div {
  height: 100%;
  margin: 0 !important;
}

.logo-box a img {
  height: 40px;
  width: auto;
}

.nav-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-box ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.nav-box ul li+li {
  margin-left: 15px;
}

.nav-box ul li a {
  display: block;
  padding: 25px 0px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}

.nav-box ul li a:hover {
  color: #A4C611;
}

.nav-box ul li a i {
  position: relative;
  line-height: 0;
  margin-left: 5px;
}

.nav-box ul li.active a {
  color: #A4C611;
}

.nav-box ul li:hover ul.sub {
  -webkit-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  opacity: 1;
  visibility: visible;
}

.nav-box ul.sub {
  position: absolute;
  display: block;
  width: 200px;
  z-index: 10;
  top: 100%;
  left: -20px;
  background: #FFFFFF;
  margin: 0;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}

.nav-box ul.sub li {
  display: block;
  margin: 0;
  padding: 0;
}

.nav-box ul.sub li a {
  display: block;
  margin: 0;
  line-height: 1.25;
  padding: 8px 20px;
  color: #222222;
}

.nav-box ul.sub li a:hover {
  color: #A4C611;
}

a {
  outline: none !important;
}

.nav-box__mobile ul {
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}

.nav-box__mobile ul li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.nav-box__mobile ul li a {
  display: block;
  text-align: center;
  padding: 12px 0px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}

.nav-box__mobile ul li a:hover {
  color: #A4C611;
}

.nav-box__mobile ul li a i {
  position: relative;
  line-height: 0;
  margin-left: 5px;
}

.nav-box__mobile ul.sub {
  display: none;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 18px;
}

.nav-box__mobile ul.sub li a {
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
}

.toggle-box .nav-btn__mobile {
  position: relative;
  height: 40px;
  width: 40px;
  cursor: pointer;
  outline: none;
}

.toggle-box .nav-btn__mobile span.line {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  display: block;
  left: 50%;
  margin-left: -15px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.toggle-box .nav-btn__mobile span:first-child {
  top: 10px;
}

.toggle-box .nav-btn__mobile span:nth-child(2) {
  top: 20px;
}

.toggle-box .nav-btn__mobile span:nth-child(3) {
  top: 30px;
}

.toggle-box.open .nav-btn__mobile span.line {
  background-color: #FFFFFF;
}

.toggle-box.open .nav-btn__mobile span:first-child {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.toggle-box.open .nav-btn__mobile span:nth-child(2) {
  opacity: 0;
}

.toggle-box.open .nav-btn__mobile span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.phone-box .number a {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  text-decoration: none;
  color: #FFFFFF;
}

.phone-box .call {
  line-height: 1;
  text-align: right;
}

.phone-box .call span {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #A4C611;
  line-height: 1;
  cursor: pointer;
  border-bottom: 1px solid #A4C611;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.phone-box .call span:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.phone-box__mobile {
  text-align: center;
  margin-bottom: 40px;
}

.phone-box__mobile .number a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
}

.offer-box {
  padding-top: 80px;
}

.offer-box .title {
  color: #FFFFFF;
}

.offer-box .title * {
  color: #FFFFFF;
}

.offer-box .text {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.offer-box .text .text__number {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 30px;
  line-height: 1;
  text-align: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid #FFFFFF;
}

.offer-box .text .text__number span {
  display: inline-block;
  font-size: 45px;
  font-weight: bold;
}

.offer-box .text .text__content {
  font-size: 21px;
  line-height: 1.5;
}

.offer-box__2 {
  display: inline-block;
  padding: 40px;
  background: rgba(255, 255, 255, 0.25);
  text-align: center;
  margin-bottom: 30px;
  color: #FFFFFF;
  text-align: left;
}

.offer-box__2 .item {
  position: relative;
  line-height: 1.25;
}

.offer-box__2 .item+.item {
  margin-top: 40px;
}

.offer-box__2 .item+.item:before {
  position: absolute;
  content: '';
  top: -20px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.offer-box__2 .item span {
  display: block;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}

.offer-box__2 .item span small {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.subtitle-box {
  color: #A4C611;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.image-box {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.image-box>* {
  border-radius: 3px;
}

.image-box.image-box__100 {
  height: 100%;
  width: 100%;
  min-height: 320px;
}

.image-box__100 {
  width: 100%;
  height: 100%;
  min-width: 320px;
  min-height: 320px;
  padding-bottom: 30px;
}

.image-box__100>div,
.image-box__100>span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
}

.link-box {
  text-align: center;
}

.btn-more {
  position: relative;
  color: #FFFFFF !important;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-more i {
  margin: 0 5px;
}

.btn-more.accent {
  color: #A4C611 !important;
}

ul.crumb-box {
  line-height: 1.25;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  list-style: none;
}

ul.crumb-box li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 40px;
}

ul.crumb-box li:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background: #A4C611;
  top: 40%;
  right: -30px;
}

ul.crumb-box li:last-child {
  margin-right: 0;
}

ul.crumb-box li:last-child:after {
  display: none;
}

ul.crumb-box li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

ul.crumb-box li a * {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

ul.crumb-box li a:hover * {
  color: #A4C611 !important;
}

ul.crumb-box li span {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}

@media (max-width: 576px) {
  ul.crumb-box {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  ul.crumb-box li {
    white-space: nowrap;
  }
}

.gallery-box {
  position: relative;
  margin-bottom: 30px;
}

.gallery-box .gallery-box__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.gallery-box .gallery-box__image .item {
  opacity: 0 !important;
  z-index: 0 !important;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.gallery-box .gallery-box__image .item.active {
  opacity: 1 !important;
  z-index: 1 !important;
}

.gallery-box .gallery-box__thumb {
  margin-right: -5px;
  margin-left: -5px;
}

.gallery-box .gallery-box__thumb div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.gallery-box .gallery-box__thumb .thumb {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  opacity: 0.65;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.gallery-box .gallery-box__thumb .thumb.active,
.gallery-box .gallery-box__thumb .thumb:hover {
  opacity: 1;
}

.gallery-box .gallery-box__thumb .thumb.last {
  opacity: 1 !important;
  overflow: hidden;
}

.gallery-box .gallery-box__thumb .thumb.last span {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: 0.5;
}

.gallery-box .gallery-box__thumb .thumb.last:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: attr(data-content);
  z-index: 10;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #222222;
  font-weight: bold;
}

.property-box {
  margin-bottom: 15px;
}

.property-box .name {
  line-height: 1.25;
}

.property-box .value {
  position: relative;
  margin-left: 40px;
  line-height: 1.25;
  font-weight: bold;
  color: #222222;
}

.property-box .value:before {
  position: absolute;
  display: block;
  top: 8px;
  content: '';
  width: 20px;
  height: 1px;
  background: #A4C611;
  left: -30px;
}

.property-box-2 {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
}

.property-box-2 span.name {
  font-weight: bold;
  color: #222222;
}

.progress-box {
  margin-bottom: 30px;
}

.progress-box .progress-box__content .title {
  color: #666666;
}

.progress-box .progress-box__content .text {
  font-weight: bold;
  color: #A4C611;
}

.progress-box .progress-box__bar {
  height: 4px;
  background: #E5E5E5;
  overflow: hidden;
  border-radius: 3px;
}

.progress-box .progress-box__bar .progress {
  height: 4px;
  background: #A4C611;
}

.price-box {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1;
}

.price-box span {
  font-size: 36px;
  font-weight: bold;
  color: #222222;
}

.white-box {
  background: #FFFFFF;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  padding: 60px 40px 40px;
}

#map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.map-box {
  position: relative;
}

.map-box__inner {
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  top: -10px;
}

.map-box__image {
  position: relative;
  width: 180px;
  height: 120px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #FBFAFA;
}

.map-box__content {
  position: relative;
  width: 180px;
  padding: 20px 15px;
  background: #FFFFFF;
  text-align: center;
}

.map-box__content:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-top: 10px solid #FFFFFF;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}

.map-box__content .title {
  font-weight: bold;
  line-height: 1.2;
}

.map-box__content .text {
  color: #666666;
}

.pin-box {
  margin-bottom: 30px;
  margin-right: 30px;
}

.pin-box .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 5px;
}

.pin-box .image img {
  height: 60px;
  width: auto;
}

/*
ymaps[class$="-balloon__content"] {
  padding: 0 !important;
  margin-right: 0 !important;
}

ymaps[class$="-balloon__close-button"] {
  //background-color: $white!important;
  opacity: 1 !important;
}
*/
.contact-box {
  margin-bottom: 30px;
}

.contact-box .title {
  font-weight: bold;
  color: #222222;
}

.contact-box .item {
  margin-top: 10px;
  line-height: 1.25;
}

.footer-contact-box {
  margin-bottom: 30px;
}

.footer-contact-box .title {
  font-weight: bold;
  color: #d7d7d6;
}

.footer-contact-box .item {
  margin-top: 10px;
  line-height: 1.15;
  color: #d7d7d6;
}

.social-box {
  margin-bottom: 20px;
}

.social-box a {
  display: inline-block;
  background: #d7d7d6;
  border-radius: 3px;
  color: #222222;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.social-box a:hover {
  background: #A4C611;
  color: #222222;
}

.copyright-box {
  color: #D7D7D6;
  margin-bottom: 10px;
}

.policy-box {
  color: #D7D7D6;
  margin-bottom: 30px;
}

.policy-box a {
  display: inline-block;
  line-height: 1.25;
  border-bottom: 1px dashed #D7D7D6;
  text-decoration: none;
  color: #D7D7D6;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.policy-box a:hover {
  color: #A4C611;
  border-color: #A4C611;
}

.swiper-button-box div+div {
  margin-left: 3px;
}

.swiper-button-box .swiper-button-next,
.swiper-button-box .swiper-button-prev {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: auto;
  color: #FFFFFF;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  background: #A4C611;
  opacity: 1 !important;
  outline: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.swiper-button-box .swiper-button-next:hover,
.swiper-button-box .swiper-button-prev:hover {
  background: #b2ce34;
}

.swiper-button-box .swiper-button-next:after,
.swiper-button-box .swiper-button-prev:after {
  content: '';
}

.swiper-button-box .swiper-button-next i,
.swiper-button-box .swiper-button-prev i {
  font-size: 21px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #A4C611;
  opacity: 1;
  cursor: pointer;
  margin: 0 5px !important;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #666666;
}

.mixitup-controls {
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}

.mixitup-controls button {
  position: relative;
  cursor: pointer;
  margin-top: 10px;
  padding: 10px 0px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  outline: none;
  border: none !important;
  background: transparent;
  border-radius: 3px;
  margin-right: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mixitup-controls button:after {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mixitup-controls button:last-child {
  margin-right: 0;
}

.mixitup-controls button .image {
  margin-bottom: 15px;
}

.mixitup-controls button .image img {
  max-height: 60px;
  max-width: 120px;
}

.mixitup-controls button.mixitup-control-active {
  color: #A4C611;
}

.mixitup-controls button.mixitup-control-active:after {
  bottom: -2px;
  left: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background: #A4C611;
}

.wow {
  visibility: hidden;
}

#chart {
  position: relative;
  height: 400px;
}

.ct-series-a .ct-slice-pie,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-area {
  fill: #b2ce34;
}

.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: #A4C611;
}

.ct-label {
  font-size: 14px;
  color: #222222;
}

.ct-label.ct-vertical {
  position: relative;
}

.ct-label.ct-vertical:after {
  position: absolute;
  top: 100%;
  right: 0;
  color: #666666;
  font-size: 12px;
}

.dot-top div[class^="col-"]:nth-child(3)>div {
  position: relative;
}

.dot-top div[class^="col-"]:nth-child(3)>div:after {
  position: absolute;
  content: '';
  top: -36px;
  right: -49px;
  width: 216px;
  height: 216px;
  background-image: url(/bitrix/templates/zmo/css/../img/bg-dots.svg);
  background-repeat: repeat;
  background-position: 0 0;
  z-index: -10;
  opacity: 0.5;
}

@media (max-width: 1400px) {
  .phone-box {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .logo-box {
    margin: 10px 0;
  }

  .phone-box {
    display: block;
    margin-right: 30px;
  }

  .me-auto {
    margin-right: auto !important;
  }
}

@media (max-width: 991.98px) {
  .offer-box {
    text-align: center;
  }

  .offer-box__2__wrap {
    text-align: center;
  }

  .link-box {
    text-align: left;
    margin-top: 0;
  }

  .copyright-box {
    margin-bottom: 0px;
  }

  .social-box {
    margin-top: 20px;
  }

  .dot-top div[class^="col-"]:nth-child(3)>div:after {
    display: none;
  }

  .dot-top div[class^="col-"]:nth-child(2)>div {
    position: relative;
  }

  .dot-top div[class^="col-"]:nth-child(2)>div:after {
    position: absolute;
    content: '';
    top: -36px;
    right: -49px;
    width: 216px;
    height: 216px;
    background-image: url(/bitrix/templates/zmo/css/../img/bg-dots.svg);
    background-repeat: repeat;
    background-position: 0 0;
    z-index: -10;
    opacity: 0.5;
  }
}

@media (max-width: 767.98px) {
  .mixitup-controls button {
    padding: 5px 0;
  }

  .dot-top div[class^="col-"]:nth-child(3)>div:after {
    display: none;
  }

  .dot-top div[class^="col-"]:nth-child(2)>div:after {
    display: none;
  }

  .dot-top div[class^="col-"]:nth-child(1)>div {
    position: relative;
  }

  .dot-top div[class^="col-"]:nth-child(1)>div:after {
    position: absolute;
    content: '';
    top: -36px;
    right: -49px;
    width: 216px;
    height: 216px;
    background-image: url(/bitrix/templates/zmo/css/../img/bg-dots.svg);
    background-repeat: repeat;
    background-position: 0 0;
    z-index: -10;
    opacity: 0.5;
  }

  .offer-box .text .text__number {
    margin-bottom: 30px;
  }

  #map {
    position: relative;
    height: 400px;
  }

  .wrap-map .white-box {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 575.98px) {
  .phone-box {
    display: none;
  }

  .ct-label.ct-horizontal {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }

  .map-box__wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .dot-top div[class^="col-"]:nth-child(1)>div:after {
    top: -18px;
    right: -31px;
  }
}

@media (min-width: 576px) {
  .ct-bar {
    stroke-width: 20px;
  }
}

@media (min-width: 768px) {
  .ct-bar {
    stroke-width: 30px;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}


@media (min-width: 991.98px) {
  .modal-lg {
    width: 100%;
    max-width: 960px;
  }
}


.shelkovo-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px;
}

.shelkovo-box:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.shelkovo-box img {
  position: relative;
  z-index: 10;
  max-width: 240px;
}

.fw-bold {
  font-weight: bold;
  color: #1D2321;
}

.fs-lg {
  font-size: 1
}

ul.list {
  padding: 0;
}

ul.list li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}

ul.list li:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background: #A4C611;
  left: 0px;
  top: 10px;
}

.svg-box {
  position: relative;
  text-align: center;
}

.svg-box img {
  height: 100%;
  max-height: 580px;
  width: auto;
  margin: 0 auto;
}

.mixitup-controls button {
  color: #000;
}

.icon-xs img {
  width: auto !important;
  height: 40px !important;
}

.icon-xxs img {
  width: auto !important;
  height: 30px !important;
}

.lh-1 {
  line-height: 1 !important;
}

.offer-box__2 .text__content {
  font-size: 21px;
  line-height: 1.5;
}

#form-filter-reset {
  display: inline-block;
  cursor: pointer;

}

#form-filter-reset:hover {
  color: #e84118;
}

.btn__close {
  position: relative;
  width: 16px;
  height: 16px;
}

.btn__close:before,
.btn__close:after {
  height: 2px;
  width: 16px;
  top: 50%;
  margin-top: -2px;
  background: #e84118;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-filter-check {
  display: inline-block;
}

.form-filter-check input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.form-filter-check label {
  height: 38px;
  line-height: 38px;
  position: relative;
  border-radius: 3px;
  padding: 0 0.75rem;
  cursor: pointer;
  border: 1px solid #E5E5E5;
}

.form-filter-check input:checked+label {
  background: #A4C611;
  border-color: #A4C611;
  color: #ffffff;
}

#form-filter {
  background: #FFFFFF;
  -webkit-box-shadow: 0 25px 50px rgb(0 0 0 / 7%);
  box-shadow: 0 25px 50px rgb(0 0 0 / 7%);
  padding: 40px 40px 30px;
}

#form-filter .row {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

#form-filter .row .col-12 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

@media (max-width: 576px) {
  #form-filter {
    padding: 24px 24px;
  }
}

.form-select {
  cursor: pointer;
}

.filter-main {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent !important;
  padding: 0 !important;

  margin-top: 64px !important;
  padding-top: 64px !important;
}

/*
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
*/
.cta-box .cta-box__content .title.title_light {
  font-weight: 300;
}

.bottom-line {
  position: relative;
  z-index: 10;
}

.bottom-line:before {
  position: absolute;
  content: '';
  height: 8px;
  width: 100%;
  bottom: 2px;
  background: #A4C611;
  z-index: -10;
}

.cta-box_masl {
  padding-top: 80px;
  padding-bottom: 50px;
}

.lh-xs {
  line-height: 1.25 !important;
}

.icon-box_masl {
  text-align: center !important;
}

.icon-box_masl .icon {
  margin-right: 0 !important;
  margin-bottom: 15px !important;
}

.icon-box_masl .text {
  text-transform: uppercase !important;
  font-size: 14px !important;
  line-height: 1.25 !important
}

.masl-box {
  display: flex;
  align-items: center !important;
  background: rgba(255, 255, 255, 0.75);
  padding: 30px;
  line-height: 1.25 !important;
}

.masl-box svg path {
  fill: #c4371d;
}

@media (min-width: 992px) {
  .row-cols-lg-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (max-width: 575.98px) {
  .masl-box {
    display: block;
  }

  .cta-box_masl {
    padding: 30px 20px !important;
    /*background-image: url(/bitrix/templates/zmo/css/../img/masl/bg-m-mobile.jpg) !important;*/
    background-position: center center !important;
  }

}

.ml-md-20 {
  margin-left: 20px;
}

@media (min-width: 768px) {
  .ml-md-20 {
    margin-left: 0px;
  }
}


.offer-box__3 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #FFFFFF;
  text-align: left;
}

.offer-box__3 .item {
  position: relative;
  line-height: 1.25;
}

.offer-box__3 .item+.item {
  margin-left: 40px;
}

.offer-box__3 .item span {
  display: block;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}

.offer-box__3 .item span small {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.count-box {
  position: relative;
  background: #FFFFFF;
  padding: 40px;
  margin: 36px 0 60px;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.count-box:after {
  position: absolute;
  content: '';
  top: -36px;
  right: -49px;
  width: 216px;
  height: 216px;
  background-image: url(/bitrix/templates/zmo/css/../img/bg-dots.svg);
  background-repeat: repeat;
  background-position: 0 0;
  z-index: -10;
  opacity: 0.5;
}

@media (max-width: 575.98px) {
  .count-box {
    padding: 30px;
  }
}

.count__item {
  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;
  padding: 0.5rem 0;
}

.count__item+.count__item {
  border-top: 1px dashed #E5E5E5;
}

.count__item-value {
  font-weight: 700;
  color: #222222;
}

.image-box a {
  display: block;
  text-decoration: none;
  outline: none;
}

.swiper-gallery {
  padding-bottom: 30px;
}

.swiper-gallery .image-box {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.equipment_item {
  padding: 12px 0;
  line-height: 1.25;
}

.equipment_item+.equipment_item {
  border-top: 1px dashed #e5e5e5;
}

.svg-box__check,
.svg-box__close {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  margin: 0 auto;
}

.svg-box__check svg,
.svg-box__close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.svg-box__check svg {
  height: 32px;
  width: 32px;
}

.svg-box__close svg {
  height: 40px;
  width: 40px;
}

.svg-box__check svg path {
  fill: #A4C611;
}

.svg-box__close svg path {
  fill: #e5e5e5;
}

@media (min-width: 992px) {
  .text_left {
    padding-right: 32px;
  }

  .text_right {
    padding-left: 32px;
  }
}

.cta-box_white {
  background: #fff;
}

.sd-line {
  display: flex;
  margin-left: 7%;
  margin-right: 7%;
}

.sd-line_bottom {
  margin-left: 14%;
  margin-right: 0;
}

@media (max-width: 992px) {
  .sd-line {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.sd {
  position: relative;
  width: 30%;
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.sd_top {
  margin-bottom: 40px;
}

.sd_top:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 50%;
  bottom: 0;
  left: 36px;
  background: #A4C611;
  z-index: 0;
}

.sd_top:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 40px;
  bottom: -40px;
  left: 36px;
  background: #A4C611;
}

.sd_bottom:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 50%;
  top: 0;
  left: 36px;
  background: #A4C611;
  z-index: 0;
}

.sd_bottom:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 40px;
  top: -40px;
  left: 36px;
  background: #A4C611;
}

.sd_bottom {
  margin-top: 40px;
}

.sd-icon {
  position: relative;
  margin-right: 20px;
  background: #fff;
  padding: 8px;
  border: 2px solid #A4C611;
  z-index: 1;
}

.sd-icon img {
  height: 48px;
  width: 48px;
}

.sd-number {
  font-weight: bold;
  color: #A4C611;
}

.sd-number span {
  font-size: 32px;
}

.sd-text {
  line-height: 1.15;
}

.sd-year {
  display: none;
  position: relative;
  width: 68px;
  height: 40px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 27px;
  line-height: 0;
  color: #A4C611;
  font-weight: bold;
  z-index: 1;
  border-bottom: 2px solid #A4C611;
}

.sd-year:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 30px;
  bottom: -32px;
  left: 36px;
  background: #A4C611;
}

.sd-year_bottom {
  border-top: 2px solid #A4C611;
  border-bottom: none;
}

.sd-year_bottom:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 30px;
  top: -32px;
  bottom: auto;
  left: 36px;
  background: #A4C611;
}

.text-primary {
  color: #A4C611 !important;
}

.timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #A4C611;
  padding: 8px 0 6px;
}


.timeline div {
  position: relative;
  z-index: 1;
  background: #A4C611;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}

@media (max-width: 768px) {
  .sd-year {
    display: flex;
  }

  .sd-line {
    display: block;
  }

  .sd {
    width: 100% !important;
    margin-top: 0px !important;
    margin-bottom: 30px !important;
  }

  .timeline {
    display: none;
  }

  .sd_top:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    bottom: 0;
    left: 36px;
    background: #A4C611;
    z-index: 0;
  }

  .sd-number span {
    font-size: 27px;
  }

  .sd_bottom:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 30px !important;
    top: -30px !important;
    bottom: auto !important;
    left: 36px;
    background: #A4C611;
  }
}

.text-white b {
  color: #ffffff;
}

.icon-box_action {
  display: flex;
  flex-direction: column;

}

.icon-box_action .icon-box__icon {
  margin-bottom: 16px;
}

.icon-box_action .icon-box__icon img {
  height: 56px;
  width: auto;
}

@media (max-width: 576px) {
  .btn_xs-100 {
    width: 100%;
  }
}

.btn__video_relative {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 100;
}

.btn__video_text {
  line-height: 1.15;
  font-weight: 500;
  margin-left: 1.5rem;
}

@media (min-width: 768px) {
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
}

.z10 {
  z-index: 10;
}

.bank {
  position: relative;
  background: #ffffff;
  padding: 0.5rem 0;
  height: 3.5rem;
  margin-bottom: 30px;
}

.bank__image {
  position: relative;
  width: 100%;
  height: 100%;
}

.bank__image img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.bb {
  position: relative;
  display: inline-block;
  padding: 1rem;
  border: 2px solid #ffffff;
  overflow: hidden;
}

.bb__ink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -50%;
  z-index: 0;
}

.bb__ink:before {
  content: "";
  position: absolute;
  width: 130%;
  height: 100%;
  background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0)) no-repeat 1em 0;
  background-size: 5em 100%;
  -moz-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -khtml-transform: skewX(-30deg);
  left: 0;
  top: 0;
  animation-timing-function: ease-in-out;
  transition: all .1s;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  -khtml-transition: all .1s;
  -ms-transition: all .1s;
  animation-name: slideme;
  animation-duration: 3s;
  animation-iteration-count: infinite
}

@keyframes slideme {
  0% {
    left: -110%;
  }

  to {
    left: 110%;
  }
}

.fw-light {
  font-weight: 300 !important;
}


.count-2__number span {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.map_village {
  padding: 20px 0;
  min-height: 800px;
}

#map_village {
  height: 800px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.map__list--wrap {
  background: #FFFFFF;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  position: relative;
  width: 255px;
  float: right;
}

.map__list--inner {
  overflow-y: auto;
  overflow-x: hidden;
  position: static;
  max-height: 760px;
}

.map__list--point {
  display: flex;
  align-items: center;
  padding: 5px 9px 5px 10px;
  cursor: pointer;
}

.map__list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.point__icon {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.point__icon img {
  width: 60px;
  height: 60px;
}

.point__text {
  line-height: 16px;
}

@media (max-width: 768px) {
  .map_village {
    min-height: 450px;
  }

  #map_village {
    position: relative;
    height: 450px;
  }

  .map__list--wrap {
    width: 100%;
    float: none;
    margin-top: -30px;
  }

  .map__list--inner {
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: 100%;
  }

  .map__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .map__list--point {
    padding: 5px 5px 5px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 14px;
  }

  .point__icon {
    width: 50px;
    height: 50px;
    margin-right: 0px;
  }

  .point__icon img {
    width: 50px;
    height: 50px;
  }
}

.masl__time {
  display: flex;
}

.masl__time span {
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.95);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 0.5rem;
}

.masl__icon {
  height: 3.5rem !important;
  width: 3.5rem !important;
}

.masl__icon img {
  height: 3.5rem !important;
  width: auto;
}

.masl__banner {
  position: relative;
}

.masl__banner_img img {
  width: 100%;
  height: auto;
}

.masl__banner_title {
  display: flex;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  line-height: 1;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.9);
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25;
}

.masl__banner_title div:first-child {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 2px dotted #A4C611;
}

.masl__banner_title span {
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .masl__time span {
    font-size: 0.75rem;
  }

  .masl__banner_title {
    font-size: 0.875rem;
  }
}

.header-socials {
  display: flex;
  gap: 8px;
}

.header-socials a {
  display: flex;
  width: 24px;
  height: 24px;
}

.header-socials__link {
  align-items: center;
  border-radius: 3px;
  display: flex;
  height: 24px;
  justify-content: center;
  transition: all .2s ease-in-out;
  width: 24px;
}

.header-socials__link--telegram {
  background: url("/bitrix/templates/zmo/img/header/telegram.png") no-repeat center rgba(255, 255, 255, 0.3);
}

.header-socials__link--telegram:hover {
  background: url("/bitrix/templates/zmo/img/header/telegram.png") no-repeat center rgba(164, 198, 17, 0.3);
}

.header-socials__link--vk {
  background: url("/bitrix/templates/zmo/img/header/vk.png") no-repeat center rgba(255, 255, 255, 0.3);
}

.header-socials__link--vk:hover {
  background: url("/bitrix/templates/zmo/img/header/vk.png") no-repeat center rgba(164, 198, 17, 0.3);
}

.header-socials__link--facebook {
  background: url("/bitrix/templates/zmo/img/header/facebook.png") no-repeat center rgba(255, 255, 255, 0.3);
}

.header-socials__link--facebook:hover {
  background: url("/bitrix/templates/zmo/img/header/facebook.png") no-repeat center rgba(164, 198, 17, 0.3);
}

.header-socials__link--instagram {
  background: url("/bitrix/templates/zmo/img/header/instagram.png") no-repeat center rgba(255, 255, 255, 0.3);
}

.header-socials__link--instagram:hover {
  background: url("/bitrix/templates/zmo/img/header/instagram.png") no-repeat center rgba(164, 198, 17, 0.3);
}

.header-socials__link--youtube {
  background: url("/bitrix/templates/zmo/img/header/youtube.png") no-repeat center rgba(255, 255, 255, 0.3);
}

.header-socials__link--youtube:hover {
  background: url("/bitrix/templates/zmo/img/header/youtube.png") no-repeat center rgba(164, 198, 17, 0.3);
}

@media (max-width: 1400px) {
  .header-socials {
    display: none;
  }
}

.cw-video-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0;
}

.cw-video {
  width: 49%;
}

.cw-video iframe {
  height: 315px;
  margin-bottom: 10px;
  width: 100%;
}

@media (max-width: 767px) {
  .cw-video {
    width: 100%;
  }
}

.phone-box__mail {}

.phone-box__mail-link {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.phone-box__mail-mobile {
  margin-bottom: 40px;
  text-align: center;
}

.phone-box__mail-link-mobile {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.phone-box__mobile {
  margin-bottom: 15px;
}

.cw-pre-footer-gallery {
  margin: 30px 0;
}

.cw-pre-footer-gallery__slider {}

.cw-pre-footer-gallery__slide {
  cursor: pointer;
  max-height: 500px;
  object-fit: cover;
}

a.cw-pre-footer-gallery__slide {
  height: auto;
}

a.cw-pre-footer-gallery__slide>img {
  object-fit: cover;
  max-height: 500px;
  height: 100%;
  display: block;
}

.cw-pre-footer-gallery__pagination {
  bottom: -10px !important;
  position: relative;
}

@media (max-width: 1200px) {
  .cw-pre-footer-gallery__pagination {
    display: none;
  }
}

.cw-genplan {
  padding: 0 0 30px 0;
}

.cw-genplan__heading {}

.cw-genplan__wrapper {
  overflow: hidden;
}

.cw-genplan__frame {
  height: 670px;
  width: 100%;
}

.req-table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-collapse: collapse;
  margin-top: 20px;
}

.req-table td {
  border: 1px solid #dddddd;
  padding: 5px 10px;
}

.req-table td:first-child {
  font-weight: bold;
}

.cw-genplan-video {
  padding: 30px 0 0;
}

.cw-genplan-video__heading {}

.cw-genplan-video__wrapper {
  overflow: hidden;
}

.cw-genplan-video__frame {
  height: 600px;
  width: 100%;
}

@media (max-width: 1199px) {
  .cw-genplan-video__frame {
    height: 515px;
  }
}

@media (max-width: 991px) {
  .cw-genplan-video__frame {
    height: 390px;
  }
}

@media (max-width: 767px) {
  .cw-genplan-video__frame {
    height: 315px;
  }
}

.cw-advantages {
  margin-top: 30px;
  overflow: visible;
  padding: 0;
}

.cw-sc-intro {
  display: flex;
  flex-wrap: nowrap;
  gap: 75px;
  margin-bottom: 40px;
  padding: 0;
}

.cw-sc-intro__item {
  flex: 0 0 calc(50% - 37.5px);
}

.cw-sc-intro__image-wrapper {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.07) !important;
  height: 100%;
  min-height: 540px;
  overflow: hidden;
  position: relative;
}

.cw-sc-intro__image {
  bottom: 0;
  height: 100% !important;
  left: 0;
  max-width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 100%;
  z-index: 0;
}

.cw-sc-intro__text-wrapper {
  padding-top: 3rem;
}

.cw-sc-intro__heading {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.5rem;
}

.cw-sc-intro__text {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.cw-sc-intro__text-item {
  margin-bottom: 0;
}

.cw-sc-intro__btn {}

@media (max-width: 991px) {
  .cw-sc-intro {
    flex-direction: column;
    gap: 2rem;
  }

  .cw-sc-intro__item {
    flex: 1;
  }

  .cw-sc-intro__image-wrapper {
    min-height: 320px;
  }

  .cw-sc-intro__text-wrapper {
    padding: 0;
  }
}

.cw-faq {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 0;
}

.cw-faq__item {}

.cw-faq__header {
  align-items: center;
  border-bottom: 1px solid #00000022;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  padding: 2rem 7.5rem 2rem 5rem;
  position: relative;
}

.cw-faq__item:last-child .cw-faq__header {
  border-bottom: none;
}

.cw-faq__header::before,
.cw-faq__header::after {
  background: #78B843;
  content: "";
  height: 2px;
  opacity: 1;
  position: absolute;
  right: 5rem;
  top: 50%;
  transition: all 0.35s ease-in-out;
  width: 20px;
}

.cw-faq__header::after {
  transform: rotate(-90deg);
}

.cw-faq__header.opened::after {
  opacity: 0;
}

.cw-faq__icon {
  margin-right: 1rem;
  width: 40px !important;
}

.cw-faq__name {
  color: #000000;
  font-size: 20px;
  line-height: 1.25;
}

.cw-faq__wrapper {
  background-color: #A4C611;
  display: none;
  transition: all 0.35s ease;
}

.cw-faq__wrapper--white {
  background-color: #fff;
}

.cw-faq__content {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 1.5%;
  padding: 2rem;
}

.cw-faq__text {
  color: rgb(56, 53, 48);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  padding: 2rem;
}

.cw-faq__text p {}

.cw-faq__text ul {
  margin-bottom: 16px;
}

.cw-faq__text li {
  margin-bottom: 0;
}

.cw-faq__subheading {
  color: #000;
  font-size: 19px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.cw-faq__subitem {
  cursor: pointer;
  display: flex;
  flex: 0 0 23.875%;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.cw-faq__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cw-faq__subcontent {
  background-color: #ffffff;
  flex: 1;
  padding: 1.5rem;
}

.cw-faq__subname {
  color: rgb(56, 53, 48);
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 1rem;
  min-height: 5em;
}

.cw-faq__bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.cw-faq__cost {
  color: #000;
  flex: 1;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.cw-faq__cost--none {
  font-size: 16px;
}

.cw-faq__price {
  font-size: 18px;
  line-height: 1.25;
}

.cw-faq__arrow {
  align-items: center;
  backface-visibility: hidden;
  background-color: #A4C61122;
  color: #A4C611;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: bold;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  transition: all 0.35s ease-in-out;
  width: 2.5rem;
}

.cw-faq__subitem:hover .cw-faq__arrow {
  background-color: #A4C611;
  color: #fff;
}

.cw-faq__arrow i {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  text-rendering: auto;
}

.cw-faq__arrow>i::before {
  content: "\f105";
}

@media (max-width: 1199px) {
  .cw-faq__content {
    gap: 14px 1.5%;
  }

  .cw-faq__subitem {
    flex: 0 0 32.33333%;
  }
}

@media (max-width: 991px) {
  .cw-faq__content {
    gap: 12px 1.5%;
  }

  .cw-faq__subitem {
    flex: 0 0 49.25%;
  }
}

@media (max-width: 991px) {
  .cw-faq__content {
    gap: 10px;
  }

  .cw-faq__subitem {
    flex: 0 0 100%;
  }

  .cw-faq__subname {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .cw-faq__header {
    padding: 2rem 4rem 2rem 2rem;
  }

  .cw-faq__header::before,
  .cw-faq__header::after {
    right: 2rem;
  }
}

@media (max-width: 450px) {
  .cw-faq__header {
    padding: 2rem 2rem 2rem 0rem;
  }

  .cw-faq__header::before,
  .cw-faq__header::after {
    right: 0;
  }
}

@media (max-width: 380px) {
  .cw-faq__content {
    padding: 1rem;
  }

  .cw-faq__subcontent {
    padding: 0.75rem;
  }

  .cw-faq__price {
    font-size: 20px;
  }
}






.cw-legal-info {}

.cw-legal-info h2 {}

.cw-legal-info__wrapper {
  margin-bottom: 30px;
  overflow: auto;
}

.cw-legal-info__wrapper:last-child {
  margin-bottom: 0;
}

.cw-legal-info table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
}

.cw-legal-info tr {}

.cw-legal-info td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}

.cw-legal-info td:first-child {
  font-weight: bold;
  width: 300px;
}

@media (max-width: 991px) {
  .cw-legal-info td:first-child {
    width: auto;
  }
}

.cta-box.cta-box__image .cta-box__content .link-left {
  margin-top: 15px;
}

.block-open-form {
  background: rgb(217, 217, 217, 0.85);
  padding: 30px;
  border-radius: 3px;
}

.event__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.event__video video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.event__video:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
}

.event__line {
  display: inline-block;
  border-bottom: 4px solid #A4C611;
}

.event__close {
  display: inline-block;
  position: relative;
  padding: 0 1rem;
}

.event__close:before {
  position: absolute;
  content: '';
  height: 4px;
  top: 50%;
  left: 50%;
  width: 100%;
  background: #A4C611;
  transform: translate(-50%, 0) rotate(-45deg);
  opacity: 0.85;
}

.event__close:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  height: 4px;
  width: 100%;
  background: #A4C611;
  transform: translate(-50%, 0) rotate(45deg);
  opacity: 0.85;
}

.title__greenhouse-title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 30px;
}

.title__greenhouse-title h1 {
  line-height: 1;
  margin: 0;
}

.title__greenhouse {
  display: inline-block;
  max-width: 309px;
}

.title__greenhouse img {
  width: 100%;
}

@media (max-width: 991px) {
  .title__greenhouse {
    max-width: 212px;
  }
}

@media (max-width: 575px) {
  .title__greenhouse {
    max-width: 148px;
  }
}

.cw-buy-conditions__heading {
  margin-bottom: 30px !important;
}

.cw-buy-conditions__link {
  display: block;
  margin-top: 10px;
}

.footer__menu-link,
.footer__offices-title {
  color: #fff;
}

.footer__submenu-link,
.footer__offices-address {
  color: #D7D7D6;
}

.footer__offices-email,
.footer__offices-phone {
  color: #A4C611;
  text-decoration: underline;
}

.footer__wrapper,
.footer__top,
.footer__info,
.footer__offices,
.footer__offices-place,
.footer__socials,
.footer__socials>.fa {
  display: flex;
}

.footer__wrapper,
.footer__info,
.footer__offices,
.footer__offices-place {
  flex-direction: column;
}

.footer__menu-link,
.footer__submenu-link,
.footer__offices-title,
.footer__offices-address,
.footer__offices-phone,
.footer__offices-email {
  font-size: 16px;
}

.footer__menu-link,
.footer__offices-title {
  font-weight: bold;
}

.footer__wrapper,
.footer__top,
.footer__info,
.footer__offices {
  gap: 30px;
}

.footer__menu-link,
.footer__submenu-link,
.footer__offices-title,
.footer__offices-address,
.footer__offices-email,
.footer__offices-phone,
.footer__bottom {
  line-height: 1.3;
}

.footer__menu,
.footer__submenu {
  list-style: none;
  padding-inline-start: 0;
}

.footer__menu,
.footer__menu-item:last-child,
.footer__submenu-item:last-child {
  margin: 0;
}

.footer__menu,
.footer__menu-item,
.footer__submenu,
.footer__submenu-item {
  padding: 0;
}

.footer__menu-link,
.footer__submenu-link,
.footer__socials>.fa {
  text-decoration: none;
}

.footer {
  background-color: #222;
}

.footer__wrapper {
  padding: 40px 0;
}

.footer__top {
  align-items: flex-start;
}

.footer__menu-link {
  text-transform: uppercase;
}

.footer__menu-link>i {
  display: none;
}

.footer__submenu {
  margin: 10px 0 0 0;
}

.footer__submenu-item {
  margin: 0 0 10px 0;
}

.footer__submenu-item--additional {
  display: none;
}

.footer__offices-place {
  gap: 10px;
}

.footer__socials {
  gap: 4px;
}

.footer__menu {
  columns: 3;
  column-gap: 30px;
  flex: 1;
}

.footer__menu-item {
  break-inside: avoid;
  margin: 0 0 30px 0;
  page-break-inside: avoid;
}

.footer__info {
  background: #FFFFFF1A;
  max-width: 25%;
  padding: 20px;
}

.footer__socials>.fa {
  align-items: center;
  background: #D7D7D6;
  border-radius: 3px;
  color: #222;
  height: 24px;
  justify-content: center;
  padding: 3px;
  width: 24px;
}

.footer__bottom {
  color: #D7D7D699;
  font-size: 14px;
}

@media (max-width: 991px) {

  .footer>.container,
  .footer__menu-item {
    margin: 0;
  }

  .footer__wrapper {
    padding: 40px;
  }

  .footer__menu {
    columns: unset;
  }

  .footer__menu-item:first-child {
    padding-top: 0;
  }

  .footer__menu-link>span {
    flex: 1;
  }

  .footer__menu-link>i {
    display: inline-block;
  }

  .footer__submenu {
    display: none;
  }

  .footer__submenu-item--additional {
    display: block;
  }

  .footer__info {
    max-width: unset;
  }

  .footer__offices {
    flex-direction: row;
  }

  .footer__offices-place {
    flex: 0 0 calc((100% - 30px) / 2);
  }

  .footer>.container {
    max-width: unset;
    padding: 0;
  }

  .footer__top {
    align-items: stretch;
    flex-direction: column;
  }

  .footer__menu-item {
    border-bottom: 1px solid #FFFFFF1A;
    padding: 15px 0;
  }

  .footer__menu-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .footer__menu-link {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
}

@media (max-width: 550px) {
  .footer__wrapper {
    padding: 40px 30px;
  }

  .footer__offices {
    flex-direction: column;
  }

  .footer__offices-place {
    flex: 1;
  }
}

.form-cw-select {
  cursor: pointer;
  height: 60px !important;
}

.form-cw-option {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding-block-end: 0;
  padding-inline: 0;
  white-space: wrap;
}

.form-cw-option:first-child {
  color: #495057;
}



.cw-infrastructure {
  display: flex;
  height: 480px;
  margin-bottom: 30px;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.cw-infrastructure__item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 100%;
  min-width: 7%;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  z-index: 0;
}

.cw-infrastructure__item+.cw-infrastructure__item {
  border-left: 1px solid #f9f9f9;
}

.cw-infrastructure__item.active {
  min-width: 51%;
}

.cw-infrastructure__item::after {
  background: linear-gradient(90deg, rgba(35, 76, 65, 0.5) 0%, rgba(24, 117, 101, 0.5) 100%);
  bottom: 0;
  content: '';
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 1s ease;
  z-index: 0;
}

.cw-infrastructure__image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .35s ease-in-out;
}

.cw-infrastructure__image-img {
  bottom: 0;
  height: 100% !important;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .35s ease-in-out;
  z-index: 0;
}

.cw-infrastructure__heading {
  height: 100%;
  position: absolute;
  transform: translateY(0);
  transition: all 0.2s ease;
  width: 100%;
  z-index: 5;
}

.cw-infrastructure__item.active .cw-infrastructure__heading {
  opacity: 0;
}

.cw-infrastructure__heading-text {
  bottom: 0;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  left: 50%;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 0px;
  position: absolute;
  text-transform: none;
  transform: translateX(-15px) rotate(-90deg);
  transform-origin: 0px 0px;
  white-space: nowrap;
  z-index: 1;
}

.cw-infrastructure__text {
  bottom: 0;
  color: #FFFFFF;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  transition: all 1s ease;
  width: 320px;
  z-index: 1;
}

.cw-infrastructure__item.active .cw-infrastructure__text {
  opacity: 1;
}

.cw-infrastructure__name {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 15px;
  margin-top: 0px;
  text-transform: none;
}

.cw-infrastructure__paragraph {
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {

  .cw-infrastructure__heading-text,
  .cw-infrastructure__name {
    font-size: 21px;
  }
}

@media (max-width: 991.98px) {
  .cw-infrastructure {
    height: auto !important;
    flex-direction: column;
    width: 100%;
  }

  .cw-infrastructure__item {
    border-top: 1px solid #f9f9f9;
    min-height: 60px !important;
    position: relative;
    width: auto !important;
  }

  .cw-infrastructure__item.active {
    min-height: 320px !important;
  }

  .cw-infrastructure__heading-text {
    bottom: auto;
    font-size: 18px;
    left: 30px;
    top: 50%;
    transform: translate(0px, -50%) rotate(0deg);
  }

  .cw-infrastructure__text {
    width: 100%;
  }

  .cw-infrastructure__name {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .cw-infrastructure__item {
    border-top: 1px solid #f9f9f9;
    position: relative;
    width: auto !important;
  }

  .cw-infrastructure__item.active {
    min-height: 320px !important;
  }
}

@media (max-width: 575.98px) {

  .cw-infrastructure__heading-text,
  .cw-infrastructure__name {
    margin-bottom: 40px;
  }
}

.cw-infrastructure-1 {
  min-height: 100vh;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.cw-infrastructure-1__svg {
  left: 0;
  position: absolute;
  right: 0;
  vertical-align: middle;
}

.cw-infrastructure-1__svg--top {
  top: -1px;
  transform: rotate(180deg);
  z-index: 10;
}

.cw-infrastructure-1__svg--bottom {
  bottom: -1px;
  z-index: 11;
}

.cw-infrastructure-1 .swiper-slide {
  height: auto !important;
  min-height: 100vh;
  padding: 11rem 0;
}

.cw-infrastructure-1__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.cw-infrastructure-1__image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cw-infrastructure-1__image::before {
  background: #5587A0;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.cw-infrastructure-1__image::after {
  background: #001D11;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.cw-infrastructure-1__img {
  bottom: 0;
  height: 100% !important;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
  width: 100%;
  z-index: 0;
}

.cw-infrastructure-1__content {
  box-sizing: border-box;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: 0;
  max-width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
  width: 100%;
  z-index: 10;
}

.cw-infrastructure-1__subtitle {
  color: #ffffff;
  font-family: 'Cera Pro', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 3rem;
  position: relative;
  text-transform: uppercase;
}

.cw-infrastructure-1__subtitle::before {
  background: #ffffff;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 2rem;
}

.cw-infrastructure-1__title {
  color: #ffffff;
  font-size: calc(1.5rem + 0.9vw);
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 2rem;
}

.cw-infrastructure-1__text {
  color: #ffffff;
  margin-bottom: 0;
}

.cw-infrastructure-1__settings {
  align-items: center !important;
  bottom: 6rem;
  box-sizing: border-box;
  display: flex !important;
  justify-content: space-between !important;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: absolute !important;
  transform: translateX(-50%);
  width: 100%;
  z-index: 5;
}

.cw-infrastructure-1 .swiper-pagination {
  bottom: auto !important;
  left: auto !important;
  padding: 0 !important;
  position: relative;
  right: auto !important;
  text-align: left;
}

.cw-infrastructure-1 .swiper-pagination-bullet {
  background: #ffffff;
  border-radius: 0;
  height: 0.375rem;
  margin: 0 4px !important;
  opacity: 0.25 !important;
  transition: all 0.3s ease-in-out;
  width: 0.75rem;
}

.cw-infrastructure-1 .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.cw-infrastructure-1__arrows {
  align-items: center !important;
  display: flex !important;
  margin-bottom: 0;
}

.cw-infrastructure-1__arrow {
  align-items: center;
  border: 2px solid #ffffff;
  bottom: auto;
  cursor: pointer;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  left: auto;
  margin-top: 0;
  outline: none !important;
  position: relative;
  right: auto;
  top: auto;
  transition: all 0.3s ease-in-out;
  width: 2.5rem;
}

.cw-infrastructure-1__arrow.swiper-button-disabled {
  opacity: 0.35;
}

.cw-infrastructure-1__arrow--prev {
  right: 4px;
}

.cw-infrastructure-1__arrow--next {}

@media (max-width: 576px) {
  .cw-infrastructure-1__content {
    padding: 0 1.5rem;
  }

  .cw-infrastructure-1__settings {
    padding: 0 1.5rem;
  }
}

.cw-infrastructure-2 {
  min-height: 100vh;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.cw-infrastructure-2__item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 0 55px;
  position: relative;
  z-index: 0;
}

.cw-infrastructure-2__item::before {
  background-color: rgba(30, 33, 40, 0.8);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-top: 0;
  max-width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -10;
}

.cw-infrastructure-2__name {
  color: #ffffff;
  font-family: "Akrobat", 'Circe', sans-serif;
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.5rem;
  margin-top: 0;
}

.cw-infrastructure-2__paragraph {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 0;
}

.cw-infrastructure-2__navigation {
  bottom: 4rem;
  left: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  right: 0;
  position: absolute;
  width: 100%;
}

.cw-infrastructure-2__pagination {
  align-items: center;
  display: flex;
  margin-bottom: 0;
  position: relative;
}

.cw-infrastructure-2__pagination .swiper-pagination-bullet {
  background: transparent;
  cursor: pointer;
  display: inline-block;
  height: 1.5rem;
  opacity: 1;
  position: relative;
  transition: background 0.2s ease;
  width: 1.5rem;
  z-index: 10;
}

.cw-infrastructure-2__pagination .swiper-pagination-bullet-active {
  background: #EFEFEF;
}

.cw-infrastructure-2__pagination .swiper-pagination-bullet::before {
  background: #6F6D6A;
  border-radius: 50%;
  content: "";
  height: 0.375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.375rem;
  z-index: 10;
}

@media (max-width: 500px) {
  .cw-infrastructure-2__item {
    padding: 0 10px;
  }
}

.cw-infrastructure-3 {
  overflow: visible;
  padding: 0;
  width: 100%;
}

.cw-infrastructure-3__content {
  display: flex;
  gap: 24px;
}

.cw-infrastructure-3__column {
  display: flex;
  flex: 0 0 calc((100% - 48px) / 3);
  flex-direction: column;
  gap: 24px;
}

.cw-infrastructure-3__column--whole {}

.cw-infrastructure-3__column--whole .cw-infrastructure-3__item::before {
  padding-top: calc(1.5 * 100% + 1.5rem);
}

.cw-infrastructure-3__item {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.cw-infrastructure-3__item::before {
  content: '';
  display: block;
  padding-top: 75%;
}

.cw-infrastructure-3__image {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
}

.cw-infrastructure-3__image::before,
.cw-infrastructure-3__image::after {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.cw-infrastructure-3__image::before {
  background: #48983F;
  opacity: 0.2;
}

.cw-infrastructure-3__image::after {
  background: #1E201D;
  opacity: 0.6;
}

.cw-infrastructure-3__image-img {
  bottom: 0;
  height: 100% !important;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .35s ease-in-out;
  vertical-align: middle;
  width: 100%;
  z-index: 0;
}

.cw-infrastructure-3__item:hover .cw-infrastructure-3__image-img {
  transform: scale(1.05);
}

.cw-infrastructure-3__info {
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: 2rem;
  position: absolute;
  right: 0;
  z-index: 100;
}

.cw-infrastructure-3__name {
  font-size: 1.5rem;
  line-height: 1.15;
  margin-bottom: 0.5rem;
}

.cw-infrastructure-3__text {}

@media (max-width: 1199px) {
  .cw-infrastructure-3__content {
    flex-direction: column;
  }

  .cw-infrastructure-3__column {
    flex: 1;
    flex-direction: row;
  }

  .cw-infrastructure-3__item {
    flex: 0 0 calc((100% - 24px) / 2);
  }

  .cw-infrastructure-3__column--whole .cw-infrastructure-3__item {
    flex: 1;
    max-height: 526px;
  }
}

@media (max-width: 991px) {
  .cw-infrastructure-3__column--whole .cw-infrastructure-3__item {
    max-height: 391px;
  }
}

@media (max-width: 767px) {
  .cw-infrastructure-3__column {
    flex-direction: column;
  }

  .cw-infrastructure-3__item {
    max-height: 387px !important;
  }
}

@media (max-width: 450px) {
  .cw-infrastructure-3__item {
    height: 330px !important;
    max-height: 330px !important;
    min-height: 330px !important;
  }
}







































.cw-presentation.cw-presentation--closed {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 40px 0;
  overflow: visible;
  padding: 3rem;
  position: relative;
  z-index: 1;
}

.cw-presentation.cw-presentation--beketovopark {
  background-image: url("/upload/images/presentation/beketovo/background.jpg");
}

.cw-presentation.cw-presentation--greenpark {
  background-image: url("/upload/images/presentation/greenpark/background.jpg");
}

.cw-presentation.cw-presentation--kpgreenwood {
  background-image: url("/upload/images/presentation/kpgreenwood/background.jpg");
}

.cw-presentation.cw-presentation--whitepark {
  background-image: url("/upload/images/presentation/whitepark/background.svg");
  background-color: #48983f;
  background-position: left center;
  background-size: contain;
}

.cw-presentation.cw-presentation--closed::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -10;
}

.cw-presentation.cw-presentation--beketovopark::before,
.cw-presentation.cw-presentation--kpgreenwood::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.cw-presentation.cw-presentation--greenpark::before {
  background-color: #fff;
  opacity: 0.75;
}

.cw-presentation.cw-presentation--whitepark::before {
  display: none;
}

.cw-presentation--closed .cw-presentation__content {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.cw-presentation--closed .cw-presentation__image {
  flex: 0 0 calc(40% - 15px);
}

.cw-presentation--closed .cw-presentation__img {}

.cw-presentation--closed .cw-presentation__text {
  display: flex;
  flex: 0 0 calc(60% - 15px);
  flex-direction: column;
  gap: 1.5rem;
}

.cw-presentation--closed .cw-presentation__name {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  text-transform: uppercase;
}

.cw-presentation--beketovopark .cw-presentation__name,
.cw-presentation--kpgreenwood .cw-presentation__name,
.cw-presentation--whitepark .cw-presentation__name {
  color: #fff;
}

.cw-presentation--greenpark .cw-presentation__name {
  color: #7c566b;
}

.cw-presentation--beketovopark .cw-presentation__description,
.cw-presentation--kpgreenwood .cw-presentation__description {
  color: #fff;
}

.cw-presentation--greenpark .cw-presentation__description {
  color: #7c566b;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25;
}

.cw-presentation--closed .cw-presentation__button {
  background-color: #a4c611;
  color: #fff;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5rem;
  outline: none;
  padding: 0.875rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  user-select: none;
  vertical-align: middle;
  width: max-content;
}

.cw-presentation--whitepark .cw-presentation__button {
  background-color: transparent;
  border: 2px solid #fff;
}

.cw-presentation--closed .cw-presentation__button:hover {
  background-color: #b2ce34;
}

.cw-presentation--whitepark .cw-presentation__button:hover {
  background-color: #fff;
  color: #48983f;
}

@media (max-width: 991px) {
  .cw-presentation--closed .cw-presentation__content {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .cw-presentation--closed .cw-presentation__name {
    font-size: 27px;
  }
}

@media (max-width: 575px) {
  .cw-presentation.cw-presentation--closed {
    padding: 3rem 1rem;
  }

  .cw-presentation--closed .cw-presentation__button {
    width: 100%;
  }
}



.cw-presentation.cw-presentation--kpgreenforest {
  background: url("/upload/images/presentation/kpgreenforest/background.jpg") #f9f9f9;
}

.cw-presentation.cw-presentation--kppanoramariver {
  background: url("/upload/images/presentation/kppanoramariver/background.png");
}

.cw-presentation.cw-presentation--opened {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 40px 0;
  overflow: visible;
  padding: 3rem;
}

.cw-presentation.cw-presentation--kppanoramariver {
  background-position: left center;
  background-size: contain;
}

.cw-presentation--opened .cw-presentation__content {
  align-items: flex-start;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.cw-presentation--opened .cw-presentation__header {
  display: flex;
  flex: 0 0 calc(50% - 15px);
  flex-direction: column;
  gap: 0.5rem;
}

.cw-presentation--opened .cw-presentation__upper {
  color: #a4c611;
  font-size: 12px;
  line-height: 1.65;
  padding-left: 40px;
  position: relative;
  text-transform: uppercase;
}

.cw-presentation--opened .cw-presentation__upper::before {
  background: #a4c611;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.cw-presentation--opened .cw-presentation__name {
  color: #1d2321;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

.cw-presentation--opened .cw-presentation__name-green {
  color: #a4c611;
}

.cw-presentation--opened .cw-presentation__form {
  background: #fff;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.05);
  display: flex;
  flex: 0 0 calc(50% - 15px);
  flex-direction: column;
  gap: 15px;
  margin: 0;
  max-width: 420px;
  padding: 60px;
}

.cw-presentation--kppanoramariver .cw-presentation__form {
  background: url("/upload/images/presentation/kppanoramariver/image.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cw-presentation--kppanoramariver .cw-presentation__form::before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 1) 100%);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.cw-presentation--kppanoramariver .cw-presentation__form>* {
  z-index: 3;
}

.cw-presentation--opened .cw-presentation__subname {
  color: #1d2321;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
}

.cw-presentation--opened .cw-presentation__description {
  text-align: center;
}

.cw-presentation--opened .cw-presentation__form-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.cw-presentation--opened .cw-presentation__form-name,
.cw-presentation--opened .cw-presentation__form-phone,
.cw-presentation--opened .cw-presentation__form-email {
  background-clip: padding-box;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d7d7d6;
  border-radius: 0;
  color: #1d2321;
  display: block;
  font-family: inherit;
  font-size: 14px;
  height: 50px;
  line-height: 30px;
  margin: 0;
  outline: none;
  padding: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

.cw-presentation--opened .cw-presentation__form-name {}

.cw-presentation--opened .cw-presentation__form-phone {}

.cw-presentation--opened .cw-presentation__form-email {}

.cw-presentation--opened .cw-presentation__form-data-row {
  display: block;
  margin: 0;
  padding-left: 30px;
  position: relative;
}

.cw-presentation--opened .cw-presentation__form-data-input {
  display: none;
  margin-left: -1.25rem;
  margin-top: 0.3rem;
  opacity: 0;
  padding: 0;
  position: absolute;
}

.cw-presentation--opened .cw-presentation__form-data-text {
  cursor: pointer;
  display: block;
  font-size: 80%;
  line-height: 18px;
  padding: 2px 0;
  position: relative;
}

.cw-presentation--opened .cw-presentation__form-data-text::before {
  background: transparent;
  border: 1px solid #d7d7d6;
  content: '';
  height: 22px;
  left: -30px;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  width: 22px;
}

.cw-presentation--opened .cw-presentation__form-data-text::after {
  background: transparent;
  color: #a4c611;
  content: '\e64c';
  font-family: 'Themify', Arial;
  font-size: 14px;
  height: 16px;
  left: -27px;
  line-height: 16px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 3px;
  transition: all 0.2s ease-in-out;
  width: 16px;
}

.cw-presentation--opened .cw-presentation__form-data-input:checked+.cw-presentation__form-data-text::after {
  opacity: 1;
}

.cw-presentation--kppanoramariver .cw-presentation__form-data-text::after {
  background: #fff;
  color: #fff;
}

.cw-presentation--kppanoramariver .cw-presentation__form-data-input:checked+.cw-presentation__form-data-text::after {
  background: #a4c611;
}

.cw-presentation--opened .cw-presentation__button {
  background-color: #a4c611;
  border: 1px solid #a4c611;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5rem;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0.875rem 1.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}

.cw-presentation--opened .cw-presentation__button:hover {
  background-color: #b2ce34;
}

.cw-presentation--opened .cw-presentation__send {}

.cw-presentation--opened .cw-presentation__send--hidden {
  display: none;
}

.cw-presentation--opened .cw-presentation__thanks {
  color: rgb(30, 33, 40);
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.cw-presentation--opened .cw-presentation__we-will {
  color: rgb(111, 109, 106);
  font-size: 15px;
  line-height: 27px;
}

.cw-presentation.cw-presentation--kpshelkovo-forest,
.cw-presentation.cw-presentation--kpshelkovo-park,
.cw-presentation.cw-presentation--kpshelkovo-river,
.cw-presentation.cw-presentation--kpshelkovo-village {
  background: none;
}

.cw-presentation--kpshelkovo-forest .cw-presentation__content,
.cw-presentation--kpshelkovo-park .cw-presentation__content,
.cw-presentation--kpshelkovo-river .cw-presentation__content,
.cw-presentation--kpshelkovo-village .cw-presentation__content {
  align-items: center;
  gap: 100px;
}

.cw-presentation--opened .cw-presentation__image {
  flex: 0 0 calc(50% - 50px);
  padding-left: 100px;
}

.cw-presentation--opened .cw-presentation__image-box {
  padding-bottom: 100px;
  position: relative;
  z-index: 5;
}

.cw-presentation--opened .cw-presentation__image-pattern {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.cw-presentation--opened .cw-presentation__image-pattern::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.cw-presentation--opened .cw-presentation__image-pattern-inner {
  background-color: #edf7ef;
  background-image: url("/upload/images/presentation/kpshelkovo-forest/pattern.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: -50px;
  position: absolute;
  top: -50px;
  width: 100%;
}

.cw-presentation--kpshelkovo-river .cw-presentation__image-pattern-inner {
  background-color: #e5f6fa;
}

.cw-presentation--opened .cw-presentation__img {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 5;
}

.cw-presentation--kpshelkovo-forest .cw-presentation__form,
.cw-presentation--kpshelkovo-park .cw-presentation__form,
.cw-presentation--kpshelkovo-river .cw-presentation__form,
.cw-presentation--kpshelkovo-village .cw-presentation__form {
  background: transparent;
  box-shadow: none;
  flex: 0 0 calc(50% - 50px);
  gap: 30px;
  max-width: unset;
  padding: 0;
}

.cw-presentation--kpshelkovo-forest .cw-presentation__subname,
.cw-presentation--kpshelkovo-park .cw-presentation__subname,
.cw-presentation--kpshelkovo-river .cw-presentation__subname,
.cw-presentation--kpshelkovo-village .cw-presentation__subname {
  color: #1e2128;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

.cw-presentation--kpshelkovo-forest .cw-presentation__description,
.cw-presentation--kpshelkovo-park .cw-presentation__description,
.cw-presentation--kpshelkovo-river .cw-presentation__description,
.cw-presentation--kpshelkovo-village .cw-presentation__description {
  text-align: left;
}

.cw-presentation--kpshelkovo-forest .cw-presentation__form-box {}

.cw-presentation--kpshelkovo-park .cw-presentation__form-box {}

.cw-presentation--kpshelkovo-river .cw-presentation__form-box {}

.cw-presentation--kpshelkovo-village .cw-presentation__form-box {}

.cw-presentation--kpshelkovo-forest .cw-presentation__form-name,
.cw-presentation--kpshelkovo-park .cw-presentation__form-name,
.cw-presentation--kpshelkovo-river .cw-presentation__form-name,
.cw-presentation--kpshelkovo-village .cw-presentation__form-name,
.cw-presentation--kpshelkovo-forest .cw-presentation__form-phone,
.cw-presentation--kpshelkovo-park .cw-presentation__form-phone,
.cw-presentation--kpshelkovo-river .cw-presentation__form-phone,
.cw-presentation--kpshelkovo-village .cw-presentation__form-phone,
.cw-presentation--kpshelkovo-forest .cw-presentation__form-email,
.cw-presentation--kpshelkovo-park .cw-presentation__form-email,
.cw-presentation--kpshelkovo-river .cw-presentation__form-email,
.cw-presentation--kpshelkovo-village .cw-presentation__form-email {
  appearance: none;
  background-color: #f7f7f7;
  border: 2px solid #f7f7f7 !important;
  border-radius: 1px;
  color: #1e2128;
  font-size: 16px;
  height: auto;
  padding: 1.25rem 2rem;
}

.cw-presentation--kpshelkovo-forest .cw-presentation__form-data-text::after,
.cw-presentation--kpshelkovo-park .cw-presentation__form-data-text::after,
.cw-presentation--kpshelkovo-river .cw-presentation__form-data-text::after,
.cw-presentation--kpshelkovo-village .cw-presentation__form-data-text::after {
  background: #fff;
  color: #fff;
}

.cw-presentation--kpshelkovo-forest .cw-presentation__form-data-input:checked+.cw-presentation__form-data-text::after,
.cw-presentation--kpshelkovo-park .cw-presentation__form-data-input:checked+.cw-presentation__form-data-text::after,
.cw-presentation--kpshelkovo-river .cw-presentation__form-data-input:checked+.cw-presentation__form-data-text::after,
.cw-presentation--kpshelkovo-village .cw-presentation__form-data-input:checked+.cw-presentation__form-data-text::after {
  background: #a4c611;
}

@media (max-width: 1199px) {
  .cw-presentation--opened .cw-presentation__name {
    font-size: 30px;
  }

  .cw-presentation--opened .cw-presentation__subname {
    font-size: 18px;
  }

  .cw-presentation--kpshelkovo-forest .cw-presentation__subname,
  .cw-presentation--kpshelkovo-park .cw-presentation__subname,
  .cw-presentation--kpshelkovo-river .cw-presentation__subname,
  .cw-presentation--kpshelkovo-village .cw-presentation__subname {
    font-size: 28px;
  }
}

@media (max-width: 991px) {

  .cw-presentation--kpshelkovo-forest .cw-presentation__form,
  .cw-presentation--kpshelkovo-park .cw-presentation__form,
  .cw-presentation--kpshelkovo-river .cw-presentation__form,
  .cw-presentation--kpshelkovo-village .cw-presentation__form {
    padding-bottom: 0 !important;
  }

  .cw-presentation--opened .cw-presentation__content {
    flex-direction: column;
  }

  .cw-presentation--kpshelkovo-forest .cw-presentation__image,
  .cw-presentation--kpshelkovo-park .cw-presentation__image,
  .cw-presentation--kpshelkovo-river .cw-presentation__image,
  .cw-presentation--kpshelkovo-village .cw-presentation__image {
    display: none;
  }

  .cw-presentation--opened .cw-presentation__form {
    align-self: center;
    padding: 60px 30px;
  }
}

@media (max-width: 767px) {
  .cw-presentation--opened .cw-presentation__name {
    font-size: 27px;
  }
}

@media (max-width: 575px) {

  .cw-presentation--kpshelkovo-forest .cw-presentation__image,
  .cw-presentation--kpshelkovo-park .cw-presentation__image,
  .cw-presentation--kpshelkovo-river .cw-presentation__image,
  .cw-presentation--kpshelkovo-village .cw-presentation__image {
    display: block;
  }

  .cw-presentation--opened .cw-presentation__content {
    gap: 40px;
  }

  .cw-presentation.cw-presentation--closed {
    padding: 3rem 1rem;
  }

  .cw-presentation.cw-presentation--kpshelkovo-forest,
  .cw-presentation.cw-presentation--kpshelkovo-park,
  .cw-presentation.cw-presentation--kpshelkovo-river,
  .cw-presentation.cw-presentation--kpshelkovo-village {
    padding: 0;
  }

  .cw-presentation--kpshelkovo-forest .cw-presentation__content,
  .cw-presentation--kpshelkovo-park .cw-presentation__content,
  .cw-presentation--kpshelkovo-river .cw-presentation__content,
  .cw-presentation--kpshelkovo-village .cw-presentation__content {
    gap: 0;
  }

  .cw-presentation--kpshelkovo-forest .cw-presentation__form,
  .cw-presentation--kpshelkovo-park .cw-presentation__form,
  .cw-presentation--kpshelkovo-river .cw-presentation__form,
  .cw-presentation--kpshelkovo-village .cw-presentation__form {
    padding-top: 0;
  }
}

/* event250301 */

.event250301__wrap {
  position: relative;
  background: #3fe20a;
  font-family: 'Unbounded', sans-serif;
  overflow: hidden;
  padding: 3rem;
}

@media (max-width: 576px) {
  .event250301__wrap {
    padding: 1rem;
  }
}

.event250301__image-1 {
  position: absolute;
  width: 150%;
  top: 0;
  left: 0;
  transform: translate(-45%, -59%);
  z-index: -1;
}

.event250301__image-1 img {
  width: 100%;
  height: auto;
}

.event250301__image-2 {
  position: absolute;
  width: 40%;
  z-index: -1;
  right: 0;
  top: 50%;
  transform: translate(0, -40%) rotate(45deg);
}

.event250301__image-2 img {
  width: 100%;
  height: auto;
}

.event250301__title {
  position: relative;
  color: #000000;
  font-size: calc(1rem + 2.1vw);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  z-index: 0;
}

@media (min-width: 1200px) {
  .event250301__title {
    font-size: 2rem;
  }
}

@media (max-width: 992px) {
  .event250301__title {
    margin-bottom: 1.5rem !important;
  }
}

.event250301__title-2 {
  position: relative;
  color: #000000;
  font-size: calc(1.75rem + 2.1vw);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: right;
  z-index: 10;
}

@media (min-width: 1200px) {
  .event250301__title-2 {
    font-size: 5rem;
  }
}

@media (max-width: 992px) {
  .event250301__title-2 {
    text-align-last: left;
    margin-bottom: 1.5rem !important;
  }
}

.event250301__content {
  position: relative;
  z-index: 10;
}

.event250301__subtitle {
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  color: #000;
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .event250301__subtitle {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.event250301__text {
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
}

.event250301__gift {
  display: flex;
  align-items: center;
  padding: 2rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.75);
  color: #000000;
}

.event250301__gift-icon {
  margin-right: 1.5rem;
}

.event250301__gift-icon svg {
  width: 4rem;
  height: 4rem;
}

.event250301__gift-icon svg path {
  fill: #c4371d;
}

@media (max-width: 576px) {
  .event250301__gift {
    flex-direction: column;
    align-items: start;
  }

  .event250301__gift-icon {
    margin-bottom: 0.5rem;
  }
}

.event250301__action {
  display: flex;
  align-items: center;
}

@media (max-width: 576px) {
  .event250301__action {
    flex-direction: column;
    align-items: start;
  }
}

.event250301__btn {
  margin-right: 2rem;

}

.btn-event250301 {
  background: #000000 !important;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 1) 0%, rgba(51, 51, 51, 1) 65%, rgba(0, 0, 0, 1) 100%) !important;
  color: #3fe20a !important;
  font-family: 'Unbounded', sans-serif;
  border-color: #000000 !important;
  white-space: wrap;
}

@media (max-width: 576px) {
  .event250301__btn {
    margin-right: 0;

  }

  .btn-event250301 {
    font-size: 0.75rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

.modal-social {
  /*padding: 2.5rem 2rem;*/
  text-align: center;
}

.modal-social__link {
  display: flex;
  justify-content: center;
}

.modal-social__link a+a {
  margin-left: 0.5rem;
}

.modal-social__link a {
  width: 2rem;
  height: 2rem;
}

.modal-social__link a img {
  width: 100%;
  height: 100%;
}

@media (max-width: 576px) {
  .modal-social {
    /*padding: 2rem 1.5rem;*/
  }
}

.modal-text_action {
  line-height: 1.5;
}

.modal-text_action p,
.modal-text_action ul,
.modal-text_action ol {
  margin-bottom: 15px;
}

.action__line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #A4C611;
  color: #000 !important;
  padding: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25;
  text-decoration: none !important;
}

@media (max-width: 576px) {
  .action__line {
    font-size: 1rem;
  }
}

.action__line img {
  height: 48px;
  width: auto;
}

blockquote {
  overflow: hidden;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
  padding-right: 1.5em;
  padding-left: 1.5em;
  font-style: italic;
  border-left: 5px solid rgba(0, 0, 0, .08);
}

blockquote>*:last-child {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .logo-box {
    margin: 10px 0;
  }

  .logo-box a img {
    height: 35px;
  }

  .offer-box {
    padding-top: 15px;
  }

  h1,
  .h1 {
    font-size: 27px;
    line-height: 1.15;
  }

  .pt-wrap {
    padding-top: 40px;
  }
}

/* event250614 */

.event250614__wrap {
  position: relative;
  background: #F8F8F8;
  background-image: url(/bitrix/templates/zmo/css/../img/25.06.14/img-4.jpg);
  background-repeat: repeat;
  padding: 3rem;
}

@media (max-width: 576px) {
  .event250614__wrap {
    padding: 1rem;
  }
}

.event250614__image-1 {
  position: absolute;
  height: 100%;
  width: auto;
  top: 90%;
  right: 2rem;
  z-index: -1;
}

.event250614__image-1 img {
  width: auto;
  height: 100%;
}

.event250614__image-2 img {
  width: 100%;
  height: auto;
}

.event250614__title {
  position: relative;
  color: #000000;
  font-size: calc(1.75rem + 2.1vw);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  z-index: 0;
  text-align: right;
}

@media (min-width: 1200px) {
  .event250614__title {
    font-size: 5rem;
  }
}

@media (max-width: 992px) {
  .event250614__title {
    text-align: center;
    margin-bottom: 1.5rem !important;
  }

  .event250614__image-1 {
    top: 75%;
    right: 0;
    transform: translateY(-50%);
  }
}

.event250614__title-2 {
  position: relative;
  color: #000000;
  font-size: calc(3rem + 2.1vw);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: right;
  z-index: 10;
}

@media (min-width: 1200px) {
  .event250614__title-2 {
    font-size: 8rem;
  }
}

@media (max-width: 992px) {
  .event250614__title-2 {
    text-align-last: left;
    margin-bottom: 1.5rem !important;
  }
}

.event250614__content {
  position: relative;
  z-index: 10;
}

.event250614__subtitle {
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  color: #000;
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .event250614__subtitle {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.event250614__text {
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
}

.event250614__column {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
}

@media (max-width: 992px) {
  .event250614__column {
    padding-left: 0;
  }
}

.event250614__gift {
  display: flex;
  align-items: center;
  padding: 2rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.75);
  color: #000000;
  margin-bottom: 2rem;
  border-radius: 2rem;
}

.event250614__gift-icon {
  margin-right: 1.5rem;
}

.event250614__gift-icon svg {
  width: 4rem;
  height: 4rem;
}

.event250614__gift-icon svg path {
  fill: #c8d400;
}

@media (max-width: 576px) {
  .event250614__gift {
    flex-direction: column;
    align-items: start;
  }

  .event250614__gift-icon {
    margin-bottom: 0.5rem;
  }
}

.event250614__action {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .event250614__action {
    justify-content: center;
  }
}

.btn-event250614 {
  background: #2304a5 !important;
  color: #c8d400 !important;
  border-radius: 5rem;
  line-height: 1.25;
}

.event250614__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 576px) {
  .event250614__btn {
    width: 100%;
  }

  .btn-event250614 {
    width: 100%;
  }
}

/* project ghs */
.pghs {
  display: block;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
  height: 100%;
  margin-bottom: 2rem;
}

.pghs__image {
  display: block;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
}

.pghs__image img {
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.pghs:hover .pghs__image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.pghs__content {
  margin-top: 1.25rem;
  padding: 0 1rem;
}

.pghs__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
  color: #000;
}

.pghs__description {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.15;
  margin-top: 0rem;
}

.pghs__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}

.pghs__options-item {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.15;
  margin-right: 1.5rem;
}


.pghs__options-item:before {
  position: absolute;
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  background: #6DB925;
  border-radius: 0.25rem;
  right: -0.75rem;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.pghs__options-item:last-child:before {
  display: none;
}

.pghs__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.75rem;
}

.pghs__price {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.15;
  margin-right: 1rem;
}

.pghs__price span,
.pghs__price span a {
  font-size: 1.25rem;
  text-decoration: none !important;
  color: #000 !important;
}

/* event250913 */

.event250913__wrap {
  position: relative;
  background: #470815;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
}

.event250913__image-1 {
  margin-top: 2rem;
  height: auto;
  display: flex;
  justify-content: end;
}

.event250913__image-1 img {
  position: relative;
  right: -3rem;
  width: 180px;
  height: auto;
}

.event250913__image-2 img {
  position: absolute;
  top: -1rem;
  right: 0;
  width: 260px;
  height: auto;
  z-index: -1;
}


@media (max-width: 992px) {
  .event250913__image-1 img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: auto;
  }

  .event250913__image-2 img {
    position: absolute;
    top: -1rem;
    right: 50%;
    width: 120px;
    height: auto;
    z-index: -1;
  }
}

.event250913__title {
  position: relative;
  color: #79C7A1;
  font-size: calc(1.125rem + 2.1vw);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  z-index: 0;
}

@media (min-width: 1200px) {
  .event250913__title {
    font-size: 2rem;
  }
}

@media (max-width: 992px) {
  .event250913__title {
    margin-bottom: 1.5rem !important;
    text-align: left;
  }
}

.event250913__title-2 {
  position: relative;
  color: #ffffff;
  font-size: calc(2.5rem + 2.1vw);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: right;
  z-index: 10;
}

@media (min-width: 1200px) {
  .event250913__title-2 {
    font-size: 5rem;
  }
}

@media (max-width: 992px) {
  .event250913__title-2 {
    text-align-last: left;
    margin-bottom: 1.5rem !important;
  }
}

.event250913__content {
  position: relative;
  z-index: 10;
}

.event250913__subtitle {
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.875rem;
  margin-top: 0rem;
}

@media (min-width: 1200px) {
  .event250913__subtitle {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 3rem;
  }
}

.event250913__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}


.event250913__gift {
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #79C7A1;
  font-weight: 400;
  margin-bottom: 2rem;
  border-radius: 0.75rem;
  border: 2px solid #79C7A1;
}

.event250913__action {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .event250913__action {
    justify-content: center;
  }
}

.btn-event250913 {
  background: #79C7A1;
  color: #fff;
  border-radius: 5rem;
  line-height: 1.25;
  font-family: 'Unbounded', sans-serif;
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  jusitfy-content: center;
  min-height: 60px;
}

.btn-event250913:hover {
  color: #044725;
}


.event250913__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 576px) {
  .event250913__btn {
    width: 100%;
  }

  .btn-event250913 {
    width: 100%;
  }
}

.event250913__wrap {
  position: relative;
  background-repeat: repeat;
  padding: 3rem;
}

@media (max-width: 576px) {
  .event250913__wrap {
    padding: 1rem;
  }
}

/* security */

.ks__logo-link {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  text-decoration: none;
}

@media (max-width: 576px) {
  .ks__logo-link {
    flex-direction: column;
    text-align: center;
  }
}

.ks__logo img {
  height: 6rem;
  width: auto;
}

.ks__phone {
  padding: 1rem 0 1rem 3rem;
  margin-left: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.125)
}

.ks__phone a {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  color: #000000;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media (max-width: 992px) {
  .ks__phone {
    padding: 0;
    margin-left: 0;
    margin-top: 1rem;
    border-left: none;
    text-align: center;
  }
}


.bf3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 0 1.5rem;
  gap: 1.5rem;
  position: relative;
  z-index: 0;
  background: #000;
  border: 3px solid #ffffff;
  margin: 2rem 0;
}

.bf3__title {
  position: relative;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  color: var(--white);
  margin-top: -1.75rem;
}

.bf3__title span {
  line-height: 1;
  padding: 0.25rem 1rem;
  font-weight: 900;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
}

.bf3__text {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

.bf3__text span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.bf3__discount {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}

.bf3__sale {
  position: relative;
  font-size: 3.5rem;
  line-height: 1;
  padding: 0.25rem 1rem;
  font-weight: 900;
  background: #F31B01;
  color: #000000;
  margin-bottom: -1.75rem;
}

/* event251122 */

.event251122__wrap {
  position: relative;
  background: #5C0000;
  z-index: 0;
  padding: 1.5rem;
}

.event251122 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.event251122__wrap:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/bitrix/templates/zmo/css/../img/bg-251122.jpg);
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.3;
  z-index: -1;
}

.event251122__title {
  position: relative;
  padding: 1.5rem;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  background: #720000;
  border-radius: 1rem;
}

.event251122__title-left img,
.event251122__title-right img {
  height: 5.5rem;
  width: auto;
}

.event251122__title-2 {
  position: relative;
  padding: 1.5rem;
  display: flex;
  background: #000000;
  border-radius: 1rem;
}

.event251122__title-2 img {
  height: 4rem;
  width: auto;
}

.event251122__image {
  position: absolute;
  bottom: -1.5rem;
}

.event251122__image img {
  width: 100%;
  max-width: 330px;
}

@media (max-width: 992px) {
  .event251122__title {
    padding: 2rem 1.5rem;
    flex-direction: column;
    align-items: start;
    gap: 2rem;
  }

  .event251122__title-2 img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .event251122__title-left img {
    width: 100%;
    height: auto;
  }

  .event251122__title-right {
    display: flex;
    gap: 0.5rem;
  }

  .event251122__title-right img {
    width: auto;
    height: 3rem;
  }

  .event251122__title-2 img {
    width: 100%;
    height: auto;
  }

  .event251122__image {
    position: relative;
    text-align: center;
    bottom: -1.5rem;
  }

  .event251122__image img {
    width: 75%;
  }
}

.event251122__subtitle {
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  color: #fff;
}

.event251122__text {
  font-size: 1.125rem;
  line-height: 1.125;
  color: #fff;
}

@media (max-width: 768px) {
  .event251122__text {
    font-size: 1.125rem;
  }
}

.btn-event251122 {
  background: #000;
  border-color: #000 !important;
  color: #fff !important;
  font-size: 0.9375rem !important;
  transition: all 0.3s ease !important;
  border-radius: 1rem;
  white-space: wrap !important;
}

.btn-event251122:hover {
  background: #720000;
  border-color: #720000 !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .btn-event251122 {
    width: 100%;
    max-width: 420px;
  }
}

body.open .nav-main {
  opacity: 1;
  visibility: visible;
}

.nav-contact {
  display: none;
}

.nav-sub {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-sub i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}

.nav-main li {
  cursor: pointer;
}

.nav-main li:hover i,
.nav-main li:hover a {
  color: #A4C611;
}

.nav-main ul li a {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  line-height: 1.15;
  font-size: 0.875rem;
}

.nav-sub .nav-toggle {
  display: none;
}

@media (max-width: 1200px) {

  .nav-main {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    background: #222222;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 3rem 2rem 2rem;
  }

  .nav-main ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0;
  }

  .nav-main ul li {
    margin: 0;
    padding: 0;
  }

  .nav-main ul li+li {
    margin-left: 0;
  }

  .nav-sub a i {
    display: none;
  }

  .nav-sub {
    display: flex;
    align-items: stretch;
    gap: 0.25rem;
  }

  .nav-sub .nav-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
  }

  .nav-box ul.sub {
    position: relative;
    display: none;
    width: 100%;
    z-index: 10;
    top: auto;
    left: auto;
    background: inherit;
    margin: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: none;
    -ms-transform-origin: none;
    transform-origin: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .nav-box ul.sub li a {
    color: #fff;
  }

  .nav-contact {
    display: block;
  }

  .nav-contact__phone a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    color: #FFFFFF;
  }

  .nav-contact a {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
  }
}

.modal-btn__close.modal-close_over-image span::before,
.modal-btn__close.modal-close_over-image span::after {
  pointer-events: none;
  cursor: pointer;
}

.linkable {
  all: unset;
  cursor: pointer;
  display: inline-block;
}

.linkable:hover,
.linkable:focus,
.linkable:active {
  all: unset;
  cursor: pointer;
  display: inline-block;
}
/* End */


/* Start:/bitrix/templates/zmo/libs/countdown/jquery.countdown.css?17893980191599*/
/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	display: flex;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #fff;
}
.countdown-row {
	display: flex;
}

/*
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
*/
.countdown-section {
	display: flex!important;
	flex-direction: column!important;
	justify-content: center!important;
	align-items: center!important;
	padding: 0;
	width: 56px;
	height: 56px;
	border: 2px solid #fff;
	/*
	background-image: url(/bitrix/templates/zmo/libs/countdown/ball-green.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	*/
	background: transparent;
	color: #fff ;
}
.countdown-amount {
	width: 100%;
	text-align: center;
  font-size: 21px;
	line-height: 1.5;
	font-weight: bold;
}
.countdown-period {
	width: 100%;
	text-align: center;
  font-size: 10px;
	line-height: 1;
}
.countdown-row .countdown-section:last-child {
	color: #fff ;
}
.countdown-row .countdown-section {
	position: relative;
}
.countdown-row .countdown-section + .countdown-section {
	margin-left: 8px;
}
/*
.countdown-row .countdown-section:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background: #eee;
	right: -4px;
	
}
*/
.countdown-row .countdown-section:last-child:after {
	display: none;
}
/* End */


/* Start:/bitrix/templates/zmo/css/calc.css?178939801910322*/
.ui-slider-horizontal {
	position: relative;
  height: 4px;
  border-radius: 2px;
  border: none !important;
  background: #E5E5E5;
}

.ui-slider-range {
  background: #A4C611;
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
	top: 0;
	height: 100%;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider-handle {
  width: 24px !important;
  height: 24px !important;
  background: #FFFFFF !important;
  border: 4px solid #A4C611 !important;
  border-radius: 12px !important;
  outline: none !important;
  cursor: pointer !important;
  top: -10px !important;
  margin-left: -12px !important;
}

.switcher-box .switcher-box__name {
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.switcher-box .switcher-box__name.active {
  color: #A4C611;
}

.switcher-box .switcher-box__btn {
  position: relative;
  top: -3px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50px;
  height: 24px;
  margin: 0 15px;
  cursor: pointer;
}

.switcher-box .switcher-box__btn:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 4px;
  background: #A4C611;
  top: 50%;
  left: 0;
  margin-top: -2px;
  border-radius: 2px;
}

.switcher-box .switcher-box__btn:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #FFFFFF;
  border: 4px solid #A4C611;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.switcher-box .switcher-box__name:nth-child(1).active ~ .switcher-box__btn:after {
  left: 0;
}

.switcher-box .switcher-box__name:nth-child(2).active ~ .switcher-box__btn:after {
  left: 26px;
}

.radio-switcher-container input[type="radio"] {
  display: none;
}

.radio-switcher-container .switcher-container {
  position: relative;
}

.radio-switcher-container .switcher-container > label {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #222222;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.radio-switcher-container .switcher-container .switcher {
  position: relative;
  top: -3px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50px;
  height: 24px;
  margin: 0 15px;
  cursor: pointer;
}

.radio-switcher-container .switcher-container .switcher:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 4px;
  background: #A4C611;
  top: 50%;
  left: 0;
  margin-top: -2px;
  border-radius: 2px;
}

.radio-switcher-container .switcher-container .switcher:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #FFFFFF;
  border: 4px solid #A4C611;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.radio-switcher-container input#typeLeft:checked ~ .switcher-container label[for=typeLeft] {
  color: #A4C611;
}

.radio-switcher-container input#typeLeft:checked ~ .switcher-container .switcher:after {
  left: 0;
}

.radio-switcher-container input#typeRight:checked ~ .switcher-container label[for=typeRight] {
  color: #A4C611;
}

.radio-switcher-container input#typeRight:checked ~ .switcher-container .switcher:after {
  left: 26px;
}

.radio-switcher-container input#yearLeft:checked ~ .switcher-container label[for=yearLeft] {
  color: #A4C611;
}

.radio-switcher-container input#yearLeft:checked ~ .switcher-container .switcher:after {
  left: 0;
}

.radio-switcher-container input#yearRight:checked ~ .switcher-container label[for=yearRight] {
  color: #A4C611;
}

.radio-switcher-container input#yearRight:checked ~ .switcher-container .switcher:after {
  left: 26px;
}

.calc-box {
  position: relative;
  background: #FFFFFF;
  padding: 80px 100px 30px;
  margin: 36px 0 60px;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.calc-box:after {
  position: absolute;
  content: '';
  top: -36px;
  right: -49px;
  width: 216px;
  height: 216px;
  background-image: url(/bitrix/templates/zmo/css/../img/bg-dots.svg);
  background-repeat: repeat;
  background-position: 0 0;
  z-index: -10;
  opacity: 0.5;
}

.calc-box__left {
  padding-right: 60px;
}

.calc-box__content {
  margin-top: 60px;
}

.calc-box__item {
  margin-bottom: 40px;
}

.calc-box__item-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #222222;
  margin-bottom: 10px;
}

.calc-box__slider .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #222222;
  margin-bottom: 10px;
}

.calc-box__slider .content {
  line-height: 1;
  font-size: 21px;
  font-weight: bold;
  color: #A4C611;
}

.calc-box__slider .content .number {
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
  color: #A4C611;
  margin-bottom: 10px;
}

.calc-box__slider .content .percent span {
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
  color: #A4C611;
  margin-bottom: 10px;
}

.calc-box__slider .text {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
}

.calc-box__result .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #222222;
  margin-bottom: 10px;
}

.calc-box__result .content {
  color: #A4C611;
  line-height: 1;
  font-size: 21px;
  font-weight: bold;
}

.calc-box__result .content .number span {
  font-size: 36px;
}

.calc-box .w-100 {
  max-width: 280px !important;
}

.calc-box p {
  line-height: 1.5 !important;
  font-size: 12px;
  font-weight: 400;
}



@media (max-width: 991.98px) {
  .calc-box__left {
    padding-right: 0px;
  }
}

@media (max-width: 767.98px) {
  .calc-box {
    padding-left: 60px;
    padding-right: 60px;
  }
  .switcher-box .switcher-box__name {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .calc-box {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .calc-box:after {
    top: -18px;
    right: -31px;
  }
  .calc-box__content {
    margin-top: 40px;
  }
  .switcher-box .switcher-box__name {
    position: relative;
    font-size: 18px;
    padding-left: 34px;
    margin-bottom: 10px;
  }
  .switcher-box .switcher-box__name:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #FFFFFF;
    border: 4px solid #A4C611;
    top: 50%;
    margin-top: -14px;
    left: 0;
  }
  .switcher-box .switcher-box__name:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #A4C611;
    border-radius: 50%;
    left: 7px;
    top: 50%;
    margin-top: -7px;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .switcher-box .switcher-box__name.active:after {
    opacity: 1;
  }
  .switcher-box .switcher-box__btn {
    display: none;
  }
  .radio-switcher-container .switcher-container {
    position: relative;
  }
  .radio-switcher-container .switcher-container > label {
    position: relative;
    display: block;
    padding-left: 34px;
    margin-bottom: 10px;
  }
  .radio-switcher-container .switcher-container > label:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #FFFFFF;
    border: 4px solid #A4C611;
    top: 50%;
    margin-top: -14px;
    left: 0;
  }
  .radio-switcher-container .switcher-container > label:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #A4C611;
    border-radius: 50%;
    left: 7px;
    top: 50%;
    margin-top: -7px;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .radio-switcher-container .switcher-container .switcher {
    display: none;
  }
  .radio-switcher-container input#typeLeft:checked ~ .switcher-container label[for=typeLeft]:after {
    opacity: 1;
  }
  .radio-switcher-container input#typeRight:checked ~ .switcher-container label[for=typeRight]:after {
    opacity: 1;
  }
  .radio-switcher-container input#yearLeft:checked ~ .switcher-container label[for=yearLeft]:after {
    opacity: 1;
  }
  .radio-switcher-container input#yearRight:checked ~ .switcher-container label[for=yearRight]:after {
    opacity: 1;
  }
  .calc-box__slider .name {
    font-size: 16px;
  }
  .calc-box__slider .content {
    font-size: 16px;
  }
  .calc-box__slider .content .number {
    font-size: 24px;
  }
  .calc-box__slider .content .percent span {
    font-size: 24px;
  }
  .calc-box__result .name {
    font-size: 16px;
  }
  .calc-box__result .content {
    font-size: 16px;
  }
  .calc-box__result .content .number span {
    font-size: 24px;
  }
  .calc-box__item-name {
    font-size: 16px;
  }
}

.village-radio__wrap {
	margin-bottom: 40px;
  /*border-bottom: 1px solid #E5E5E5;*/
}

label.village-radio > input {
  visibility: hidden;
  position: absolute;
}
label.village-radio  > input + img {
  cursor:pointer;
}
label.village-radio  img {
	max-height: 60px;
	max-width: 120px;
}
label.village-radio  > input:checked + .village-radio__content .text {
	color: #A4C611;
	border-bottom: 2px solid #A4C611;
}   
.village-radio__wrap .village-radio {
	margin-right: 15px;
}
.village-radio__wrap .village-radio:last-child {
	margin-right: 0;
}
.village-radio__content {
	cursor:pointer;
}
.village-radio__content .image {
	margin-bottom: 15px;
}

.village-radio__content .image img {
	max-width: 100px;
}

.village-radio__content .text {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	border-bottom: 2px solid transparent;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/* End */


/* Start:/bitrix/templates/zmo/css/ux.min.css?178939801930377*/
﻿body{min-width:320px}img{max-width:100%;max-height:100%}input[type=text] input[type=tel] input[type=search],textarea{-webkit-appearance:none;appearance:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}input:-webkit-autofill,input:-webkit-autofill:focus{transition:background-color 600000s 0s,color 600000s 0s}input[data-autocompleted]{background-color:rgba(0,0,0,0) !important}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){body:before{content:"Ваш браузер небезопасен. Используйте безопасные браузеры - https://browsehappy.com/";display:block;position:fixed;z-index:5;width:100%;top:0;left:0;padding:15px;text-align:center;font-size:20px;background-color:#f08080;color:#000}}._long-text._inited{position:relative;max-height:200px;overflow:hidden}._long-text._inited:not(._long-text._inited._active)::after{content:"";position:absolute;left:0;bottom:0;display:block;width:100%;height:100px;background-image:linear-gradient(to top, #fff, transparent)}._long-text._active{max-height:100%}._long-text._active~[class$=-toggler] ._expand{display:none}._long-text._active~[class$=-toggler] ._collapse{display:block}._long-text-toggler{color:#000;cursor:pointer;text-decoration:underline;margin:15px 0 0;font-size:16px;font-weight:700;color:#000}._long-text-toggler ._expand{display:block}._long-text-toggler ._collapse{display:none}._long-text-toggler:hover{text-decoration:none}.ubtn{width:100%;height:60px;padding:0 10px;font-size:14px;font-weight:700;border:2px solid rgba(0,0,0,0);background-color:rgba(0,0,0,0);border-radius:15px;text-transform:uppercase;transition:background-color .3s ease;text-decoration:none !important;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}.ubtn.loading{font-size:0;background-size:30%;background-position:center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='104px' height='13px' viewBox='0 0 128 16' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M6.4,4.8A3.2,3.2,0,1,1,3.2,8,3.2,3.2,0,0,1,6.4,4.8Zm12.8,0A3.2,3.2,0,1,1,16,8,3.2,3.2,0,0,1,19.2,4.8ZM32,4.8A3.2,3.2,0,1,1,28.8,8,3.2,3.2,0,0,1,32,4.8Zm12.8,0A3.2,3.2,0,1,1,41.6,8,3.2,3.2,0,0,1,44.8,4.8Zm12.8,0A3.2,3.2,0,1,1,54.4,8,3.2,3.2,0,0,1,57.6,4.8Zm12.8,0A3.2,3.2,0,1,1,67.2,8,3.2,3.2,0,0,1,70.4,4.8Zm12.8,0A3.2,3.2,0,1,1,80,8,3.2,3.2,0,0,1,83.2,4.8ZM96,4.8A3.2,3.2,0,1,1,92.8,8,3.2,3.2,0,0,1,96,4.8Zm12.8,0A3.2,3.2,0,1,1,105.6,8,3.2,3.2,0,0,1,108.8,4.8Zm12.8,0A3.2,3.2,0,1,1,118.4,8,3.2,3.2,0,0,1,121.6,4.8Z'/%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M-42.7,3.84A4.16,4.16,0,0,1-38.54,8a4.16,4.16,0,0,1-4.16,4.16A4.16,4.16,0,0,1-46.86,8,4.16,4.16,0,0,1-42.7,3.84Zm12.8-.64A4.8,4.8,0,0,1-25.1,8a4.8,4.8,0,0,1-4.8,4.8A4.8,4.8,0,0,1-34.7,8,4.8,4.8,0,0,1-29.9,3.2Zm12.8-.64A5.44,5.44,0,0,1-11.66,8a5.44,5.44,0,0,1-5.44,5.44A5.44,5.44,0,0,1-22.54,8,5.44,5.44,0,0,1-17.1,2.56Z'/%3E%3CanimateTransform attributeName='transform' type='translate' values='23 0;36 0;49 0;62 0;74.5 0;87.5 0;100 0;113 0;125.5 0;138.5 0;151.5 0;164.5 0;178 0' calcMode='discrete' dur='780ms' repeatCount='indefinite'/%3E%3C/g%3E%3C/svg%3E%0A")}.ubtn[disabled]{opacity:.6;cursor:not-allowed}.uicon{display:inline-block;background-size:contain;background-position:center;background-repeat:no-repeat}.uicon_minus{width:15px;height:15px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H15' stroke='%23505050' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.uicon_plus{width:15px;height:15px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1V15' stroke='%23505050' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 8H15' stroke='%23505050' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.price-block__value{font-size:20px;font-weight:700;color:#000}.house-props{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:normal;margin:0 0 50px;padding-top:70px;gap:20px}.house-props ._col{width:calc((100% - 20px)/2)}@media(max-width: 767px){.house-props ._col{width:calc((100% - 0px)/1)}}@media(max-width: 991px){.house-props{padding-top:30px}}@media(max-width: 767px){.house-props{display:flex;flex-direction:column-reverse;flex-wrap:wrap;justify-content:flex-start;align-items:stretch}}.house-scheme{position:relative}.house-scheme .swiper-arrows{position:absolute;top:50%;transform:translateY(-50%);z-index:15;width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;height:0}.house-scheme .swiper-arrows ._arrow{border:none;padding:0;width:30px;height:30px;border-radius:50%;background-color:#938f8f;transform:translateY(-50%);display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;outline:none;cursor:pointer;opacity:.5}.house-scheme .swiper-arrows ._arrow:hover{background-color:#aca9a9}.house-scheme:hover ._arrow{opacity:1}.house-scheme .fullwidth-icon{position:absolute;width:30px;height:30px;right:5px;bottom:5px;z-index:10;pointer-events:none}.house-options ._list{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;list-style:none;padding:0;margin:0;gap:15px}.house-options ._list ._item{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;border-bottom:1px solid #d5d5d5;margin:0;font-size:14px;font-weight:400;color:#000;gap:10px}.house-features{margin:30px 0 0}.house-features ._list{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;list-style:none;padding:0;margin:0;gap:15px}.house-features ._list ._item{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;margin:0;font-size:14px;font-weight:400;color:#000;gap:15px}.house-features ._list ._item:before{content:"";display:block;width:12px;height:12px;border-radius:50%;background-color:#566b28}.finishing-block{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:normal;gap:20px}.finishing-block ._item{width:calc((100% - 40px)/3);background-color:#fff;padding:30px 20px;box-shadow:0px 25px 50px 0px rgba(0,0,0,.07);display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:normal;gap:10px;border-radius:3px}.finishing-block ._item ._image{width:135px;flex-shrink:0}@media(max-width: 1199px){.finishing-block ._item ._image{width:100px}}.finishing-block ._item ._text{font-size:14px;font-weight:400;line-height:1.2;color:#000}.finishing-block ._item ._text strong{display:block;font-size:20px;font-weight:400;margin:0 0 10px;color:currentColor}@media(max-width: 991px){.finishing-block ._item{width:calc((100% - 0px)/1)}}@media(max-width: 767px){.finishing-block ._item{padding:20px 15px}}section.finishing,section.advantages{overflow:visible}section.advantages{padding:0 0 50px}.advantages-block{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:normal;gap:20px;margin:0 0 40px}.advantages-block ._item{width:calc((100% - 60px)/4);box-shadow:0px 25px 50px 0px rgba(0,0,0,.07);background-color:#fff;padding:40px 20px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;line-height:1.2;border-radius:3px;gap:15px}.advantages-block ._item ._image{width:60px;height:60px;flex-shrink:0}.advantages-block ._item ._content{font-size:18px;font-weight:700;color:#000}@media(max-width: 1199px){.advantages-block ._item{width:calc((100% - 40px)/3)}}@media(max-width: 991px){.advantages-block ._item{width:calc((100% - 20px)/2)}}@media(max-width: 767px){.advantages-block ._item{width:calc((100% - 0px)/1)}}.float-callback{position:fixed;right:80px;bottom:100px;z-index:100}.float-callback ._list{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;gap:20px}.float-callback ._item{width:65px;height:65px;border-radius:50%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;color:#fff;box-shadow:7px 7px 10px rgba(0,0,0,.5);cursor:pointer;transition:all .3s ease}.float-callback ._item:hover{transform:scale(1.1)}.float-callback ._item._social{background-color:#2e2e2e}.float-callback ._item._callback{background-color:#a4c611}@media(max-width: 1199px){.float-callback{right:20px}}.modal-dialog-custom{margin:0 100px 0 auto;height:100vh;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-end}.modal-dialog-custom .modal-content{margin-bottom:300px;padding:60px}@media(max-width: 767px){.modal-dialog-custom .modal-content{padding:50px 30px 30px}}@media(max-width: 767px){.modal-dialog-custom{margin:0 auto}}.usocial-block ._title{font-size:24px;font-weight:400;margin:0 0 40px;text-align:center;color:#000}@media(max-width: 767px){.usocial-block ._title{font-size:20px;margin:0 0 20px}}.usocial-block ._list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px}.usocial-block ._item{width:85px;height:85px;transition:all .3s ease}@media(max-width: 767px){.usocial-block ._item{width:50px;height:50px}.usocial-block ._item svg{width:100%;height:100%}}.usocial-block ._item:hover{transform:scale(1.1)}@media(max-width: 991px){.desktop-product-props{display:none}}@media(min-width: 992px){.mobile-product-props{display:none}}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIl92YXJzLnNjc3MiLCJ1eC5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJDQXdGQSxLQUNFLGdCQUdGLElBQ0UsZUFDQSxnQkFHRiw2REFFRSx3QkFDQSxnQkFHRiw0RkFFRSx3QkFHRixtQkFDRSwwQkFHRixvREFFRSx3REFFRiwwQkFDRSwwQ0FHRix3RUFHSSxZQUNFLDhGQUNBLGNBQ0EsZUFDQSxVQUNBLFdBQ0EsTUFDQSxPQUNBLGFBQ0Esa0JBQ0EsZUFDQSx5QkFDQSxNQXJJUSxNQTJJWixvQkFDRSxrQkFDQSxpQkFDQSxnQkFFRSw0REFDRSxXQUNBLGtCQUNBLE9BQ0EsU0FDQSxjQUNBLFdBQ0EsYUFDQSw0REFJTixvQkFDRSxnQkFFRSwrQ0FDRSxhQUVGLGlEQUNFLGNBSU4sb0JBQ0UsTUF4S1UsS0F5S1YsZUFDQSwwQkFDQSxnQkFDQSxlQUNBLGdCQUNBLE1BOUtVLEtBK0tWLDZCQUNFLGNBRUYsK0JBQ0UsYUFFRiwwQkFDRSxxQkFLTixNQUNFLFdBQ0EsWUFDQSxlQUNBLGVBQ0EsZ0JBQ0EsK0JBQ0EsK0JBQ0EsbUJBQ0EseUJBQ0EscUNBQ0EsZ0NBL0tBLGFBQ0EsZUFIaUIsSUFJakIsVUE4S2MsS0E3S2QsZ0JBUGtCLE9BUWxCLFlBUGMsT0FvTGQsY0FDRSxZQTdMRixnQkE4THNCLElBN0x0QixvQkFKc0IsT0FLdEIsa0JBSm9CLFVBaU1sQixvN0NBRUYsZ0JBQ0UsV0FDQSxtQkFJSixPQUNFLHFCQXhNQSxnQkFKa0IsUUFLbEIsb0JBSnNCLE9BS3RCLGtCQUpvQixVQTRNcEIsYUFDRSxXQUNBLFlBQ0Esb1FBRUYsWUFDRSxXQUNBLFlBQ0EsZ1hDNU5GLG9CQUNFLGVBQ0EsZ0JBQ0EsTURMVSxLQ1NkLGFEY0UsYUFDQSxlQUhpQixJQUlqQixVQ2ZBLEtEZ0JBLGdCQ2hCQSxXRGlCQSxZQ2pCQSxPQUNBLGdCQUNBLGlCQUNBLFNBQ0EsbUJEK0NBLDRCQW9CQSx5QkNuRUEsbUJEK0NBLDRCQVVBLHlCQzlERixhQVlJLGtCRDRERix5QkN4RUYsYURjRSxhQUNBLDhCQUNBLFVDREUsS0RFRixnQkNGRSxXREdGLFlDSEUsU0FJSixjQUNFLGtCQUNBLDZCQUNFLGtCQUNBLFFBQ0EsMkJBQ0EsV0FDQSxXRFpGLGFBQ0EsZUFIaUIsSUFJakIsVUNXRSxLRFZGLGdCQ1VFLGNEVEYsWUFQYyxPQ2lCWixTQUNBLHFDQUNFLFlBQ0EsVUFDQSxXQUNBLFlBQ0Esa0JBQ0EsaUJEekNPLFFDMENQLDJCRHRCSixhQUNBLGVBSGlCLElBSWpCLFVBUE8sS0FRUCxnQkFQa0IsT0FRbEIsWUFQYyxPQzJCVixhQUNBLGVBQ0EsV0FDQSwyQ0FDRSx5QkFLSiw0QkFDRSxVQUlKLDhCQUNFLGtCQUNBLFdBQ0EsWUFDQSxVQUNBLFdBQ0EsV0FDQSxvQkFLRixzQkRsREEsYUFDQSxlQ2tERSxPRGpERixVQ2lERSxLRGhERixnQkNnREUsV0QvQ0YsWUMrQ0UsUUFDQSxnQkFDQSxVQUNBLFNBQ0EsU0FDQSw2QkR4REYsYUFDQSxlQUhpQixJQUlqQixVQ3VESSxLRHRESixnQkNzREksY0RyREosWUFQYyxPQzZEVixnQ0FDQSxTQUNBLGVBQ0EsZ0JBQ0EsTURyRlEsS0NzRlIsU0FLTixnQkFDRSxnQkFDQSx1QkR0RUEsYUFDQSxlQ3NFRSxPRHJFRixVQ3FFRSxLRHBFRixnQkNvRUUsV0RuRUYsWUNtRUUsUUFDQSxnQkFDQSxVQUNBLFNBQ0EsU0FDQSw4QkQ1RUYsYUFDQSxlQUhpQixJQUlqQixVQzJFSSxLRDFFSixnQkMwRUksV0R6RUosWUFQYyxPQ2lGVixTQUNBLGVBQ0EsZ0JBQ0EsTUR4R1EsS0N5R1IsU0FDQSxxQ0FDRSxXQUNBLGNBQ0EsV0FDQSxZQUNBLGtCQUNBLGlCRDNHTSxRQ2lIZCxpQkQvRkUsYUFDQSxlQUhpQixJQUlqQixVQzhGQSxLRDdGQSxnQkM2RkEsV0Q1RkEsWUM0RkEsT0FDQSxTQUNBLHdCRDVEQSw0QkM4REUsaUJEekhVLEtDMEhWLGtCQUNBLDZDRHRHRixhQUNBLGVBSGlCLElBSWpCLFVDcUdFLE9EcEdGLGdCQ29HRSxXRG5HRixZQ21HRSxPQUNBLFNBQ0Esa0JBQ0EsZ0NBQ0UsWUFDQSxjRGxFSiwwQkNnRUUsZ0NBSUksYUFHSiwrQkFDRSxlQUNBLGdCQUNBLGdCQUNBLE1ENUlRLEtDNklSLHNDQUNFLGNBQ0EsZUFDQSxnQkFDQSxnQkFDQSxtQkQzRU4seUJDa0RBLHdCRDVEQSw0QkFvQkEseUJDd0NBLHdCQWdDSSxtQkFNSixxQ0FFRSxpQkFFRixtQkFDRSxpQkFJSixrQkRqSkUsYUFDQSxlQUhpQixJQUlqQixVQ2dKQSxLRC9JQSxnQkMrSUEsV0Q5SUEsWUM4SUEsT0FDQSxTQUNBLGdCQUNBLHlCRC9HQSw0QkNpSEUsNkNBQ0EsaUJEN0tVLEtDOEtWLGtCRHpKRixhQUNBLGVBSGlCLElBSWpCLFVDd0pFLE9EdkpGLGdCQ3VKRSxXRHRKRixZQVBjLE9DOEpaLGdCQUNBLGtCQUNBLFNBQ0EsaUNBQ0UsV0FDQSxZQUNBLGNBRUYsbUNBQ0UsZUFDQSxnQkFDQSxNRDdMUSxLQWlFWiwwQkMyR0EseUJEL0dBLDZCQVVBLHlCQ3FHQSx5QkQvR0EsNkJBb0JBLHlCQzJGQSx5QkQvR0EsNEJDOElGLGdCQUNFLGVBQ0EsV0FDQSxhQUNBLFlBQ0EsdUJEekxBLGFBQ0EsZUN5TEUsT0R4TEYsVUN3TEUsS0R2TEYsZ0JDdUxFLFdEdExGLFlDc0xFLFFBQ0EsU0FFRix1QkFDRSxXQUNBLFlBQ0Esa0JEaE1GLGFBQ0EsZUFIaUIsSUFJakIsVUFQTyxLQVFQLGdCQVBrQixPQVFsQixZQVBjLE9DcU1aLE1Edk5VLEtDd05WLHVDQUNBLGVBQ0Esd0JBQ0EsNkJBQ0UscUJBRUYsK0JBQ0UsaUJEaE9VLFFDa09aLGlDQUNFLGlCRDlOVSxRQTJEZCwwQkMwSUYsZ0JBNkJJLFlBSUoscUJBQ0Usc0JBQ0EsYUR2TkEsYUFDQSxlQUhpQixJQUlqQixVQ3NOQSxLRHJOQSxnQkNxTkEsV0RwTkEsWUNvTkEsU0FDQSxvQ0FDRSxvQkFDQSxhRGpLRix5QkMrSkEsb0NBSUksd0JEbktKLHlCQzJKRixxQkFZSSxlQUtGLHVCQUNFLGVBQ0EsZ0JBQ0EsZ0JBQ0Esa0JBQ0EsTURsUVUsS0FpRloseUJDNEtBLHVCQU9JLGVBQ0EsaUJBR0osc0JEalBBLGFBQ0EsZUFIaUIsSUFJakIsVUFQTyxLQVFQLGdCQVBrQixPQVFsQixZQVBjLE9Dc1BaLFNBRUYsc0JBQ0UsV0FDQSxZQUNBLHdCRDlMRix5QkMyTEEsc0JBS0ksV0FDQSxZQUNBLDBCQUNFLFdBQ0EsYUFHSiw0QkFDRSxxQkRsTkoseUJDdU5GLHVCQUVJLGNEcE5GLHlCQ3VORixzQkFFSSIsImZpbGUiOiJ1eC5taW4uY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLyogY29sb3JzICovXG5cbiRibGFja19jb2xvcjogIzAwMDtcbiRibGFja19jb2xvcl8yOiAjMmUyZTJlO1xuJHdoaXRlX2NvbG9yOiAjZmZmO1xuJGdyZXlfY29sb3I6ICM5MzhGOEY7XG4kZ3JleV9jb2xvcl8yOiAjRDVENUQ1O1xuJGdyZWVuX2NvbG9yOiAjNTY2QjI4O1xuJGdyZWVuX2NvbG9yXzI6ICNBNEM2MTE7XG5AbWl4aW4gYmctcHJlcGFyZShcbiAgJGJhY2tncm91bmQtc2l6ZTogY29udGFpbixcbiAgJGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlcixcbiAgJGJhY2tncm91bmQtcmVwZWF0OiBuby1yZXBlYXRcbikge1xuICBiYWNrZ3JvdW5kLXNpemU6ICRiYWNrZ3JvdW5kLXNpemU7XG4gIGJhY2tncm91bmQtcG9zaXRpb246ICRiYWNrZ3JvdW5kLXBvc2l0aW9uO1xuICBiYWNrZ3JvdW5kLXJlcGVhdDogJGJhY2tncm91bmQtcmVwZWF0O1xufVxuXG5AbWl4aW4gZmxleChcbiAgJHdyYXA6IHdyYXAsXG4gICRqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcixcbiAgJGFsaWduLWl0ZW1zOiBjZW50ZXIsXG4gICRmbGV4LWRpcmVjdGlvbjogcm93XG4pIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246ICRmbGV4LWRpcmVjdGlvbjtcbiAgZmxleC13cmFwOiAkd3JhcDtcbiAganVzdGlmeS1jb250ZW50OiAkanVzdGlmeS1jb250ZW50O1xuICBhbGlnbi1pdGVtczogJGFsaWduLWl0ZW1zO1xufVxuXG5AbWl4aW4gc2Nyb2xsYmFyIHtcbiAgJjo6LXdlYmtpdC1zY3JvbGxiYXIge1xuICAgIHdpZHRoOiA0cHg7XG4gIH1cbiAgJjo6LXdlYmtpdC1zY3JvbGxiYXItdHJhY2sge1xuICAgIGJhY2tncm91bmQ6ICRibGFja19jb2xvcjtcbiAgICBib3JkZXItcmFkaXVzOiAzcHg7XG4gIH1cbiAgJjo6LXdlYmtpdC1zY3JvbGxiYXItdGh1bWIge1xuICAgIGJhY2tncm91bmQ6IGxpZ2h0ZW4oJGNvbG9yOiAkYmxhY2tfY29sb3IsICRhbW91bnQ6IDIwKTtcbiAgICBib3JkZXItcmFkaXVzOiAzcHg7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICB9XG59XG5cbkBtaXhpbiBmYWRlSW4oJGR1cmF0aW9uOiAwLjNzKSB7XG4gIG9wYWNpdHk6IDE7XG4gIHZpc2liaWxpdHk6IHZpc2libGU7XG4gIHRyYW5zZm9ybTogdHJhbnNsYXRlWSgwKTtcbiAgdHJhbnNpdGlvbjogYWxsICRkdXJhdGlvbiBlYXNlO1xuICB6LWluZGV4OiAxNTtcbn1cbkBtaXhpbiBmYWRlT3V0KCRkdXJhdGlvbjogMC4zcykge1xuICBvcGFjaXR5OiAwO1xuICB2aXNpYmlsaXR5OiBoaWRkZW47XG4gIHRyYW5zZm9ybTogdHJhbnNsYXRlWSgtMTBweCk7XG4gIHRyYW5zaXRpb246IGFsbCAkZHVyYXRpb24gZWFzZTtcbiAgei1pbmRleDogLTE7XG59XG5cbkBtaXhpbiBncmlkLWl0ZW0td2lkdGgoJGdhcDogMjBweCwgJGNvbHVtbnM6IDQpIHtcbiAgd2lkdGg6IGNhbGMoKDEwMCUgLSAkZ2FwICogKCRjb2x1bW5zIC0gMSkpIC8gJGNvbHVtbnMpO1xufVxuXG5AbWl4aW4gXzExOTkge1xuICBAbWVkaWEgKG1heC13aWR0aDogMTE5OXB4KSB7XG4gICAgQGNvbnRlbnQ7XG4gIH1cbn1cblxuQG1peGluIF85OTEge1xuICBAbWVkaWEgKG1heC13aWR0aDogOTkxcHgpIHtcbiAgICBAY29udGVudDtcbiAgfVxufVxuQG1peGluIF9fOTkyIHtcbiAgQG1lZGlhIChtaW4td2lkdGg6IDk5MnB4KSB7XG4gICAgQGNvbnRlbnQ7XG4gIH1cbn1cbkBtaXhpbiBfNzY3IHtcbiAgQG1lZGlhIChtYXgtd2lkdGg6IDc2N3B4KSB7XG4gICAgQGNvbnRlbnQ7XG4gIH1cbn1cblxuYm9keSB7XG4gIG1pbi13aWR0aDogMzIwcHg7XG59XG5cbmltZyB7XG4gIG1heC13aWR0aDogMTAwJTtcbiAgbWF4LWhlaWdodDogMTAwJTtcbn1cblxuaW5wdXRbdHlwZT0ndGV4dCddIGlucHV0W3R5cGU9J3RlbCddIGlucHV0W3R5cGU9J3NlYXJjaCddLFxudGV4dGFyZWEge1xuICAtd2Via2l0LWFwcGVhcmFuY2U6IG5vbmU7XG4gIGFwcGVhcmFuY2U6IG5vbmU7XG59XG5cbmlucHV0W3R5cGU9J251bWJlciddOjotd2Via2l0LW91dGVyLXNwaW4tYnV0dG9uLFxuaW5wdXRbdHlwZT0nbnVtYmVyJ106Oi13ZWJraXQtaW5uZXItc3Bpbi1idXR0b24ge1xuICAtd2Via2l0LWFwcGVhcmFuY2U6IG5vbmU7XG59XG5cbmlucHV0W3R5cGU9J251bWJlciddIHtcbiAgLW1vei1hcHBlYXJhbmNlOiB0ZXh0ZmllbGQ7XG59XG5cbmlucHV0Oi13ZWJraXQtYXV0b2ZpbGwsXG5pbnB1dDotd2Via2l0LWF1dG9maWxsOmZvY3VzIHtcbiAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciA2MDAwMDBzIDBzLCBjb2xvciA2MDAwMDBzIDBzO1xufVxuaW5wdXRbZGF0YS1hdXRvY29tcGxldGVkXSB7XG4gIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50ICFpbXBvcnRhbnQ7XG59XG5cbkBtZWRpYSBzY3JlZW4gYW5kICgtbXMtaGlnaC1jb250cmFzdDogYWN0aXZlKSwgKC1tcy1oaWdoLWNvbnRyYXN0OiBub25lKSB7XG4gIC8qIElFMTAgSUUxMSAqL1xuICBib2R5IHtcbiAgICAmOmJlZm9yZSB7XG4gICAgICBjb250ZW50OiAn0JLQsNGIINCx0YDQsNGD0LfQtdGAINC90LXQsdC10LfQvtC/0LDRgdC10L0uINCY0YHQv9C+0LvRjNC30YPQudGC0LUg0LHQtdC30L7Qv9Cw0YHQvdGL0LUg0LHRgNCw0YPQt9C10YDRiyAtIGh0dHBzOi8vYnJvd3NlaGFwcHkuY29tLyc7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgIHBvc2l0aW9uOiBmaXhlZDtcbiAgICAgIHotaW5kZXg6IDU7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICAgIHRvcDogMDtcbiAgICAgIGxlZnQ6IDA7XG4gICAgICBwYWRkaW5nOiAxNXB4O1xuICAgICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgICAgZm9udC1zaXplOiAyMHB4O1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogbGlnaHRjb3JhbDtcbiAgICAgIGNvbG9yOiAkYmxhY2tfY29sb3I7XG4gICAgfVxuICB9XG59XG5cbi5fbG9uZy10ZXh0IHtcbiAgJi5faW5pdGVkIHtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgbWF4LWhlaWdodDogMjAwcHg7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgICAmOm5vdCgmLl9hY3RpdmUpIHtcbiAgICAgICY6OmFmdGVyIHtcbiAgICAgICAgY29udGVudDogJyc7XG4gICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgbGVmdDogMDtcbiAgICAgICAgYm90dG9tOiAwO1xuICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgIGhlaWdodDogMTAwcHg7XG4gICAgICAgIGJhY2tncm91bmQtaW1hZ2U6IGxpbmVhci1ncmFkaWVudCh0byB0b3AsICR3aGl0ZS1jb2xvciwgdHJhbnNwYXJlbnQpO1xuICAgICAgfVxuICAgIH1cbiAgfVxuICAmLl9hY3RpdmUge1xuICAgIG1heC1oZWlnaHQ6IDEwMCU7XG4gICAgfiBbY2xhc3MkPSctdG9nZ2xlciddIHtcbiAgICAgIC5fZXhwYW5kIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICAgIH1cbiAgICAgIC5fY29sbGFwc2Uge1xuICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgIH1cbiAgICB9XG4gIH1cbiAgJi10b2dnbGVyIHtcbiAgICBjb2xvcjogJGJsYWNrX2NvbG9yO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTtcbiAgICBtYXJnaW46IDE1cHggMCAwO1xuICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICBmb250LXdlaWdodDogNzAwO1xuICAgIGNvbG9yOiAkYmxhY2tfY29sb3I7XG4gICAgLl9leHBhbmQge1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgfVxuICAgIC5fY29sbGFwc2Uge1xuICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG4gICAgJjpob3ZlciB7XG4gICAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gICAgfVxuICB9XG59XG5cbi51YnRuIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogNjBweDtcbiAgcGFkZGluZzogMCAxMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGZvbnQtd2VpZ2h0OiA3MDA7XG4gIGJvcmRlcjogMnB4IHNvbGlkIHRyYW5zcGFyZW50O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgYm9yZGVyLXJhZGl1czogMTVweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAwLjNzIGVhc2U7XG4gIHRleHQtZGVjb3JhdGlvbjogbm9uZSAhaW1wb3J0YW50O1xuICBAaW5jbHVkZSBmbGV4KHdyYXApO1xuICAmLmxvYWRpbmcge1xuICAgIGZvbnQtc2l6ZTogMDtcbiAgICBAaW5jbHVkZSBiZy1wcmVwYXJlKDMwJSk7XG4gICAgYmFja2dyb3VuZC1pbWFnZTogdXJsKFwiZGF0YTppbWFnZS9zdmcreG1sLCUzQyUzRnhtbCB2ZXJzaW9uPScxLjAnIGVuY29kaW5nPSdVVEYtOCcgc3RhbmRhbG9uZT0nbm8nJTNGJTNFJTNDc3ZnIHhtbG5zOnN2Zz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHZlcnNpb249JzEuMCcgd2lkdGg9JzEwNHB4JyBoZWlnaHQ9JzEzcHgnIHZpZXdCb3g9JzAgMCAxMjggMTYnIHhtbDpzcGFjZT0ncHJlc2VydmUnJTNFJTNDcGF0aCBmaWxsPSclMjNmZmZmZmYnIGQ9J002LjQsNC44QTMuMiwzLjIsMCwxLDEsMy4yLDgsMy4yLDMuMiwwLDAsMSw2LjQsNC44Wm0xMi44LDBBMy4yLDMuMiwwLDEsMSwxNiw4LDMuMiwzLjIsMCwwLDEsMTkuMiw0LjhaTTMyLDQuOEEzLjIsMy4yLDAsMSwxLDI4LjgsOCwzLjIsMy4yLDAsMCwxLDMyLDQuOFptMTIuOCwwQTMuMiwzLjIsMCwxLDEsNDEuNiw4LDMuMiwzLjIsMCwwLDEsNDQuOCw0LjhabTEyLjgsMEEzLjIsMy4yLDAsMSwxLDU0LjQsOCwzLjIsMy4yLDAsMCwxLDU3LjYsNC44Wm0xMi44LDBBMy4yLDMuMiwwLDEsMSw2Ny4yLDgsMy4yLDMuMiwwLDAsMSw3MC40LDQuOFptMTIuOCwwQTMuMiwzLjIsMCwxLDEsODAsOCwzLjIsMy4yLDAsMCwxLDgzLjIsNC44Wk05Niw0LjhBMy4yLDMuMiwwLDEsMSw5Mi44LDgsMy4yLDMuMiwwLDAsMSw5Niw0LjhabTEyLjgsMEEzLjIsMy4yLDAsMSwxLDEwNS42LDgsMy4yLDMuMiwwLDAsMSwxMDguOCw0LjhabTEyLjgsMEEzLjIsMy4yLDAsMSwxLDExOC40LDgsMy4yLDMuMiwwLDAsMSwxMjEuNiw0LjhaJy8lM0UlM0NnJTNFJTNDcGF0aCBmaWxsPSclMjNmZmZmZmYnIGQ9J00tNDIuNywzLjg0QTQuMTYsNC4xNiwwLDAsMS0zOC41NCw4YTQuMTYsNC4xNiwwLDAsMS00LjE2LDQuMTZBNC4xNiw0LjE2LDAsMCwxLTQ2Ljg2LDgsNC4xNiw0LjE2LDAsMCwxLTQyLjcsMy44NFptMTIuOC0uNjRBNC44LDQuOCwwLDAsMS0yNS4xLDhhNC44LDQuOCwwLDAsMS00LjgsNC44QTQuOCw0LjgsMCwwLDEtMzQuNyw4LDQuOCw0LjgsMCwwLDEtMjkuOSwzLjJabTEyLjgtLjY0QTUuNDQsNS40NCwwLDAsMS0xMS42Niw4YTUuNDQsNS40NCwwLDAsMS01LjQ0LDUuNDRBNS40NCw1LjQ0LDAsMCwxLTIyLjU0LDgsNS40NCw1LjQ0LDAsMCwxLTE3LjEsMi41NlonLyUzRSUzQ2FuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0ndHJhbnNmb3JtJyB0eXBlPSd0cmFuc2xhdGUnIHZhbHVlcz0nMjMgMDszNiAwOzQ5IDA7NjIgMDs3NC41IDA7ODcuNSAwOzEwMCAwOzExMyAwOzEyNS41IDA7MTM4LjUgMDsxNTEuNSAwOzE2NC41IDA7MTc4IDAnIGNhbGNNb2RlPSdkaXNjcmV0ZScgZHVyPSc3ODBtcycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLyUzRSUzQy9nJTNFJTNDL3N2ZyUzRSUwQVwiKTtcbiAgfVxuICAmW2Rpc2FibGVkXSB7XG4gICAgb3BhY2l0eTogMC42O1xuICAgIGN1cnNvcjogbm90LWFsbG93ZWQ7XG4gIH1cbn1cblxuLnVpY29uIHtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBAaW5jbHVkZSBiZy1wcmVwYXJlO1xuICAmX21pbnVzIHtcbiAgICB3aWR0aDogMTVweDtcbiAgICBoZWlnaHQ6IDE1cHg7XG4gICAgYmFja2dyb3VuZC1pbWFnZTogdXJsKFwiZGF0YTppbWFnZS9zdmcreG1sLCUzQ3N2ZyB3aWR0aD0nMTYnIGhlaWdodD0nMicgdmlld0JveD0nMCAwIDE2IDInIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyclM0UlM0NwYXRoIGQ9J00xIDFIMTUnIHN0cm9rZT0nJTIzNTA1MDUwJyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcvJTNFJTNDL3N2ZyUzRSUwQVwiKTtcbiAgfVxuICAmX3BsdXMge1xuICAgIHdpZHRoOiAxNXB4O1xuICAgIGhlaWdodDogMTVweDtcbiAgICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoXCJkYXRhOmltYWdlL3N2Zyt4bWwsJTNDc3ZnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDE2IDE2JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnJTNFJTNDcGF0aCBkPSdNOCAxVjE1JyBzdHJva2U9JyUyMzUwNTA1MCcgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLyUzRSUzQ3BhdGggZD0nTTEgOEgxNScgc3Ryb2tlPSclMjM1MDUwNTAnIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8lM0UlM0Mvc3ZnJTNFJTBBXCIpO1xuICB9XG59XG4iLCJAaW1wb3J0ICdmb250cyc7XG5AaW1wb3J0ICd2YXJzJztcblxuLnByaWNlLWJsb2NrIHtcbiAgJl9fdmFsdWUge1xuICAgIGZvbnQtc2l6ZTogMjBweDtcbiAgICBmb250LXdlaWdodDogNzAwO1xuICAgIGNvbG9yOiAkYmxhY2tfY29sb3I7XG4gIH1cbn1cblxuLmhvdXNlLXByb3BzIHtcbiAgQGluY2x1ZGUgZmxleCh3cmFwLCBmbGV4LXN0YXJ0LCBub3JtYWwpO1xuICBtYXJnaW46IDAgMCA1MHB4O1xuICBwYWRkaW5nLXRvcDogNzBweDtcbiAgZ2FwOiAyMHB4O1xuICAuX2NvbCB7XG4gICAgQGluY2x1ZGUgZ3JpZC1pdGVtLXdpZHRoKDIwcHgsIDIpO1xuICAgIEBpbmNsdWRlIF83Njcge1xuICAgICAgQGluY2x1ZGUgZ3JpZC1pdGVtLXdpZHRoKDIwcHgsIDEpO1xuICAgIH1cbiAgfVxuICBAaW5jbHVkZSBfOTkxIHtcbiAgICBwYWRkaW5nLXRvcDogMzBweDtcbiAgfVxuICBAaW5jbHVkZSBfNzY3IHtcbiAgICBAaW5jbHVkZSBmbGV4KHdyYXAsIGZsZXgtc3RhcnQsIHN0cmV0Y2gsIGNvbHVtbi1yZXZlcnNlKTtcbiAgfVxufVxuXG4uaG91c2Utc2NoZW1lIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAuc3dpcGVyLWFycm93cyB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogNTAlO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWSgtNTAlKTtcbiAgICB6LWluZGV4OiAxNTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBAaW5jbHVkZSBmbGV4KHdyYXAsIHNwYWNlLWJldHdlZW4pO1xuICAgIGhlaWdodDogMDtcbiAgICAuX2Fycm93IHtcbiAgICAgIGJvcmRlcjogbm9uZTtcbiAgICAgIHBhZGRpbmc6IDA7XG4gICAgICB3aWR0aDogMzBweDtcbiAgICAgIGhlaWdodDogMzBweDtcbiAgICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6ICRncmV5X2NvbG9yO1xuICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xuICAgICAgQGluY2x1ZGUgZmxleDtcbiAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgICBvcGFjaXR5OiAwLjU7XG4gICAgICAmOmhvdmVyIHtcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogbGlnaHRlbigkY29sb3I6ICRncmV5X2NvbG9yLCAkYW1vdW50OiAxMCk7XG4gICAgICB9XG4gICAgfVxuICB9XG4gICY6aG92ZXIge1xuICAgIC5fYXJyb3cge1xuICAgICAgb3BhY2l0eTogMTtcbiAgICB9XG4gIH1cblxuICAuZnVsbHdpZHRoLWljb24ge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB3aWR0aDogMzBweDtcbiAgICBoZWlnaHQ6IDMwcHg7XG4gICAgcmlnaHQ6IDVweDtcbiAgICBib3R0b206IDVweDtcbiAgICB6LWluZGV4OiAxMDtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgfVxufVxuXG4uaG91c2Utb3B0aW9ucyB7XG4gIC5fbGlzdCB7XG4gICAgQGluY2x1ZGUgZmxleCh3cmFwLCBmbGV4LXN0YXJ0LCBzdHJldGNoLCBjb2x1bW4pO1xuICAgIGxpc3Qtc3R5bGU6IG5vbmU7XG4gICAgcGFkZGluZzogMDtcbiAgICBtYXJnaW46IDA7XG4gICAgZ2FwOiAxNXB4O1xuICAgIC5faXRlbSB7XG4gICAgICBAaW5jbHVkZSBmbGV4KHdyYXAsIHNwYWNlLWJldHdlZW4pO1xuICAgICAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICRncmV5X2NvbG9yXzI7XG4gICAgICBtYXJnaW46IDA7XG4gICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgICBmb250LXdlaWdodDogNDAwO1xuICAgICAgY29sb3I6ICRibGFja19jb2xvcjtcbiAgICAgIGdhcDogMTBweDtcbiAgICB9XG4gIH1cbn1cblxuLmhvdXNlLWZlYXR1cmVzIHtcbiAgbWFyZ2luOiAzMHB4IDAgMDtcbiAgLl9saXN0IHtcbiAgICBAaW5jbHVkZSBmbGV4KHdyYXAsIGZsZXgtc3RhcnQsIHN0cmV0Y2gsIGNvbHVtbik7XG4gICAgbGlzdC1zdHlsZTogbm9uZTtcbiAgICBwYWRkaW5nOiAwO1xuICAgIG1hcmdpbjogMDtcbiAgICBnYXA6IDE1cHg7XG4gICAgLl9pdGVtIHtcbiAgICAgIEBpbmNsdWRlIGZsZXgod3JhcCwgZmxleC1zdGFydCk7XG4gICAgICBtYXJnaW46IDA7XG4gICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgICBmb250LXdlaWdodDogNDAwO1xuICAgICAgY29sb3I6ICRibGFja19jb2xvcjtcbiAgICAgIGdhcDogMTVweDtcbiAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgY29udGVudDogJyc7XG4gICAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgICB3aWR0aDogMTJweDtcbiAgICAgICAgaGVpZ2h0OiAxMnB4O1xuICAgICAgICBib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6ICRncmVlbl9jb2xvcjtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLmZpbmlzaGluZy1ibG9jayB7XG4gIEBpbmNsdWRlIGZsZXgod3JhcCwgZmxleC1zdGFydCwgbm9ybWFsKTtcbiAgZ2FwOiAyMHB4O1xuICAuX2l0ZW0ge1xuICAgIEBpbmNsdWRlIGdyaWQtaXRlbS13aWR0aCgyMHB4LCAzKTtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAkd2hpdGVfY29sb3I7XG4gICAgcGFkZGluZzogMzBweCAyMHB4O1xuICAgIGJveC1zaGFkb3c6IDBweCAyNXB4IDUwcHggMHB4IHJnYmEoMCwgMCwgMCwgMC4wNyk7XG4gICAgQGluY2x1ZGUgZmxleChub3dyYXAsIGZsZXgtc3RhcnQsIG5vcm1hbCk7XG4gICAgZ2FwOiAxMHB4O1xuICAgIGJvcmRlci1yYWRpdXM6IDNweDtcbiAgICAuX2ltYWdlIHtcbiAgICAgIHdpZHRoOiAxMzVweDtcbiAgICAgIGZsZXgtc2hyaW5rOiAwO1xuICAgICAgQGluY2x1ZGUgXzExOTkge1xuICAgICAgICB3aWR0aDogMTAwcHg7XG4gICAgICB9XG4gICAgfVxuICAgIC5fdGV4dCB7XG4gICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgICBmb250LXdlaWdodDogNDAwO1xuICAgICAgbGluZS1oZWlnaHQ6IDEuMjtcbiAgICAgIGNvbG9yOiAkYmxhY2tfY29sb3I7XG4gICAgICBzdHJvbmcge1xuICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgZm9udC1zaXplOiAyMHB4O1xuICAgICAgICBmb250LXdlaWdodDogNDAwO1xuICAgICAgICBtYXJnaW46IDAgMCAxMHB4O1xuICAgICAgICBjb2xvcjogY3VycmVudENvbG9yO1xuICAgICAgfVxuICAgIH1cbiAgICBAaW5jbHVkZSBfOTkxIHtcbiAgICAgIEBpbmNsdWRlIGdyaWQtaXRlbS13aWR0aCgyMHB4LCAxKTtcbiAgICB9XG4gICAgQGluY2x1ZGUgXzc2NyB7XG4gICAgICBwYWRkaW5nOiAyMHB4IDE1cHg7XG4gICAgfVxuICB9XG59XG5cbnNlY3Rpb24ge1xuICAmLmZpbmlzaGluZyxcbiAgJi5hZHZhbnRhZ2VzIHtcbiAgICBvdmVyZmxvdzogdmlzaWJsZTtcbiAgfVxuICAmLmFkdmFudGFnZXMge1xuICAgIHBhZGRpbmc6IDAgMCA1MHB4O1xuICB9XG59XG5cbi5hZHZhbnRhZ2VzLWJsb2NrIHtcbiAgQGluY2x1ZGUgZmxleCh3cmFwLCBmbGV4LXN0YXJ0LCBub3JtYWwpO1xuICBnYXA6IDIwcHg7XG4gIG1hcmdpbjogMCAwIDQwcHg7XG4gIC5faXRlbSB7XG4gICAgQGluY2x1ZGUgZ3JpZC1pdGVtLXdpZHRoKDIwcHgsIDQpO1xuICAgIGJveC1zaGFkb3c6IDBweCAyNXB4IDUwcHggMHB4IHJnYmEoMCwgMCwgMCwgMC4wNyk7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogJHdoaXRlX2NvbG9yO1xuICAgIHBhZGRpbmc6IDQwcHggMjBweDtcbiAgICBAaW5jbHVkZSBmbGV4KG5vd3JhcCwgZmxleC1zdGFydCk7XG4gICAgbGluZS1oZWlnaHQ6IDEuMjtcbiAgICBib3JkZXItcmFkaXVzOiAzcHg7XG4gICAgZ2FwOiAxNXB4O1xuICAgIC5faW1hZ2Uge1xuICAgICAgd2lkdGg6IDYwcHg7XG4gICAgICBoZWlnaHQ6IDYwcHg7XG4gICAgICBmbGV4LXNocmluazogMDtcbiAgICB9XG4gICAgLl9jb250ZW50IHtcbiAgICAgIGZvbnQtc2l6ZTogMThweDtcbiAgICAgIGZvbnQtd2VpZ2h0OiA3MDA7XG4gICAgICBjb2xvcjogJGJsYWNrX2NvbG9yO1xuICAgIH1cbiAgICBAaW5jbHVkZSBfMTE5OSB7XG4gICAgICBAaW5jbHVkZSBncmlkLWl0ZW0td2lkdGgoMjBweCwgMyk7XG4gICAgfVxuICAgIEBpbmNsdWRlIF85OTEge1xuICAgICAgQGluY2x1ZGUgZ3JpZC1pdGVtLXdpZHRoKDIwcHgsIDIpO1xuICAgIH1cbiAgICBAaW5jbHVkZSBfNzY3IHtcbiAgICAgIEBpbmNsdWRlIGdyaWQtaXRlbS13aWR0aCgyMHB4LCAxKTtcbiAgICB9XG4gIH1cbn1cblxuLmZsb2F0LWNhbGxiYWNrIHtcbiAgcG9zaXRpb246IGZpeGVkO1xuICByaWdodDogODBweDtcbiAgYm90dG9tOiAxMDBweDtcbiAgei1pbmRleDogMTAwO1xuICAuX2xpc3Qge1xuICAgIEBpbmNsdWRlIGZsZXgod3JhcCwgZmxleC1zdGFydCwgc3RyZXRjaCwgY29sdW1uKTtcbiAgICBnYXA6IDIwcHg7XG4gIH1cbiAgLl9pdGVtIHtcbiAgICB3aWR0aDogNjVweDtcbiAgICBoZWlnaHQ6IDY1cHg7XG4gICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgIEBpbmNsdWRlIGZsZXg7XG4gICAgY29sb3I6ICR3aGl0ZV9jb2xvcjtcbiAgICBib3gtc2hhZG93OiA3cHggN3B4IDEwcHggcmdiYSgkY29sb3I6ICRibGFja19jb2xvciwgJGFscGhhOiAwLjUpO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0cmFuc2l0aW9uOiBhbGwgMC4zcyBlYXNlO1xuICAgICY6aG92ZXIge1xuICAgICAgdHJhbnNmb3JtOiBzY2FsZSgxLjEpO1xuICAgIH1cbiAgICAmLl9zb2NpYWwge1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogJGJsYWNrX2NvbG9yXzI7XG4gICAgfVxuICAgICYuX2NhbGxiYWNrIHtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6ICRncmVlbl9jb2xvcl8yO1xuICAgIH1cbiAgfVxuICBAaW5jbHVkZSBfMTE5OSB7XG4gICAgcmlnaHQ6IDIwcHg7XG4gIH1cbn1cblxuLm1vZGFsLWRpYWxvZy1jdXN0b20ge1xuICBtYXJnaW46IDAgMTAwcHggMCBhdXRvO1xuICBoZWlnaHQ6IDEwMHZoO1xuICBAaW5jbHVkZSBmbGV4KHdyYXAsIGZsZXgtc3RhcnQsIGZsZXgtZW5kKTtcbiAgLm1vZGFsLWNvbnRlbnQge1xuICAgIG1hcmdpbi1ib3R0b206IDMwMHB4O1xuICAgIHBhZGRpbmc6IDYwcHg7XG4gICAgQGluY2x1ZGUgXzc2NyB7XG4gICAgICBwYWRkaW5nOiA1MHB4IDMwcHggMzBweDtcbiAgICB9XG4gIH1cbiAgQGluY2x1ZGUgXzc2NyB7XG4gICAgbWFyZ2luOiAwIGF1dG87XG4gIH1cbn1cblxuLnVzb2NpYWwtYmxvY2sge1xuICAuX3RpdGxlIHtcbiAgICBmb250LXNpemU6IDI0cHg7XG4gICAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgICBtYXJnaW46IDAgMCA0MHB4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBjb2xvcjogJGJsYWNrX2NvbG9yO1xuICAgIEBpbmNsdWRlIF83Njcge1xuICAgICAgZm9udC1zaXplOiAyMHB4O1xuICAgICAgbWFyZ2luOiAwIDAgMjBweDtcbiAgICB9XG4gIH1cbiAgLl9saXN0IHtcbiAgICBAaW5jbHVkZSBmbGV4O1xuICAgIGdhcDogMzBweDtcbiAgfVxuICAuX2l0ZW0ge1xuICAgIHdpZHRoOiA4NXB4O1xuICAgIGhlaWdodDogODVweDtcbiAgICB0cmFuc2l0aW9uOiBhbGwgMC4zcyBlYXNlO1xuICAgIEBpbmNsdWRlIF83Njcge1xuICAgICAgd2lkdGg6IDUwcHg7XG4gICAgICBoZWlnaHQ6IDUwcHg7XG4gICAgICBzdmcge1xuICAgICAgICB3aWR0aDogMTAwJTtcbiAgICAgICAgaGVpZ2h0OiAxMDAlO1xuICAgICAgfVxuICAgIH1cbiAgICAmOmhvdmVyIHtcbiAgICAgIHRyYW5zZm9ybTogc2NhbGUoMS4xKTtcbiAgICB9XG4gIH1cbn1cblxuLmRlc2t0b3AtcHJvZHVjdC1wcm9wcyB7XG4gIEBpbmNsdWRlIF85OTEge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cbi5tb2JpbGUtcHJvZHVjdC1wcm9wcyB7XG4gIEBpbmNsdWRlIF9fOTkyIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG59XG4iXX0= */

/* End */


/* Start:/bitrix/templates/zmo/css/custom.css?17893980199145*/
.blog-box__image {
    max-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.header_detail_page {
    margin-top: -80px;
}

.header_detail_page .main_info {
    padding: 25px 30px;
    background: #fff;
    margin-bottom: 30px;
}

.header_detail_page .done_percent {
    padding: 25px 30px;
    background: #fff;
}

.dark-green .number-box-2 .number {
    color: #4AAF65;
}

.dark-green.btn {
    background: #4AAF65;
    border: none
}

.dark-green .progress-box .progress-box__bar .progress {
    height: 4px;
    background: #4AAF65;
}

.dark-green .progress-box .progress-box__content .text {
    color: #4AAF65;
}

a.dark-green {
    color: #4AAF65;
}


.bright-blue .number-box-2 .number {
    color: #20A5D6;
}

.bright-blue.btn {
    background: #20A5D6;
    border: none
}

.bright-blue .progress-box .progress-box__bar .progress {
    height: 4px;
    background: #20A5D6;
}

.bright-blue .progress-box .progress-box__content .text {
    color: #20A5D6;
}

a.bright-blue {
    color: #20A5D6;
}

.cw-genplan__frame html .bg_img {
    width: 100% !important;
}

.cw-buy-conditions.dark-green svg path {
    fill: #4AAF65;
}

table.dark-green tbody tr:nth-child(odd) {
    background: #e6f1e9;
}

table.dark-green tbody tr:first-child {
    background: #4AAF65;
    color: #fff;
}

table.dark-green tbody td {
    border: 3px solid #fff;
}

table.dark-green tbody tr:last-child td {
    border-bottom: 1px solid #e6f1e9;
}

.dark-green .number-box .number {
    color: #4AAF65;
}

.about_company_numbers.dark-green {
    background: #e6f1e9;
}

.cw-buy-conditions.bright-blue svg path {
    fill: #20A5D6;
}

table.bright-blue tbody tr:nth-child(odd) {
    background: #e7f3f7;
}

table.bright-blue tbody tr:first-child {
    background: #20A5D6;
    color: #fff;
}

table.bright-blue tbody td {
    border: 3px solid #fff;
}

table.bright-blue tbody tr:last-child td {
    border-bottom: 1px solid #e7f3f7;
}

table.bright-blue td a {
    color: #20A5D6;
}

.bright-blue .number-box .number {
    color: #20A5D6;
}

.about_company_numbers.bright-blue {
    background: #e7f3f7;
}

.about_company_numbers {
    padding: 50px 0;
}

.about_company_numbers .number-box {
    margin-bottom: 0;
}

.cw-pre-footer-gallery {
    overflow: hidden;
}

.infrastructure_river {
    padding-bottom: 50px;
}


.infrastructure_river .row_col_three .items {
    display: flex;
    flex-wrap: wrap;
}

.infrastructure_river .row_col_three .item {
    padding: 150px 30px 50px 30px;
    color: #fff;
    width: 33.3333333333%;
}

.infrastructure_river .row_col_three .item .title {
    font-size: 30px;
    line-height: 1.2;
}

.infrastructure_river .row_col_three .item .text {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 30px;
}

.bottom_advantages {
    padding: 50px 0;
}

.bottom_advantages .items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.bottom_advantages .items .item {
    display: flex;
    align-items: start;
    gap: 20px;
    width: calc((100% - 20px * 2) / 3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.bottom_advantages .items .item .icon {
    flex: 0 0 auto;
}

.bottom_advantages .items .item .text {
    color: #666666;
    font-size: 16px;
}

.steps_project {
    padding: 50px 0;
}

.steps_project .items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.steps_project .items .item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: calc((100% - 20px * 2) / 3);
}

.steps_project .items .item .title {
    font-size: 32px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D7D7D6;
    text-align: center;
    font-weight: bold;
}

.steps_project.dark-green .items .item .title {
    color: #4AAF65;
}

.steps_project .items .item .title span {
    font-size: 16px;
}

.steps_project .items .item .steps {
    display: flex;
    gap: 30px;
    flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D7D7D6;
}

.steps_project .items .item .steps .step {
    display: flex;
    gap: 20px;
    align-items: center;
    line-height: 1.5;
}

.steps_project .items .item .price {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.steps_project .items .item .price .label_price {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.steps_project .items .item .price .value_price {
    font-size: 30px;
    text-align: center;
}

.steps_project.dark-green .items .item .price .label_price {
    color: #222222;
}

.steps_project.dark-green .items .item .price .value_price {
    color: #4AAF65;
}

@media screen and (max-width: 1024px) {
    .bottom_advantages .items .item {
        width: calc((100% - 20px) / 2);
    }

    .infrastructure_river .row_col_three .items {
        justify-content: center;
    }

    .infrastructure_river .row_col_three .item {
        width: 50%;
    }

    .steps_project .items .item {
        width: calc((100% - 20px) / 2);
    }
}

@media screen and (max-width: 568px) {
    .bottom_advantages .items .item {
        width: 100%;
    }

    .infrastructure_river .row_col_three .item {
        width: 100%;
    }

    .steps_project .items .item {
        width: 100%;
    }
}

.nav-box ul li div {
    display: block;
    padding: 25px 0px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}

.nav-main ul li div {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    line-height: 1.15;
    font-size: 0.875rem;
}

.footer__menu-link2 {
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.3;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 991px) {
    .footer__menu-link2 {
        align-items: center;
        display: flex;
        gap: 20px;
        justify-content: space-between;
    }
}

.village-count-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    /* margin: 12px 0 32px; */
    padding: 8px 16px;
    border-radius: 999px;
    background: #afca0a;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.sale-box__title {
    margin: 22px 0 16px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #222222;
}

.sale-box .text {
    margin-top: 12px;
}

.sale-box .link.sale-box__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.sale-box .sale-box__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin: 0 !important;
    padding: 12px 20px;
    border: 1px solid #afca0a !important;
    border-radius: 0;
    background: #afca0a !important;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.sale-box .sale-box__btn:hover {
    background: #9db508 !important;
    border-color: #9db508 !important;
    color: #ffffff !important;
    text-decoration: none;
    transform: translateY(-1px);
}

.sale-box .sale-box__btn--more {
    min-width: 110px;
}

.sale-box .sale-box__btn--presentation {
    min-width: 130px;
}

.sale-box .sale-box__btn--trip {
    min-width: 190px;
}

@media (min-width: 992px) {
    .sale-box .link.sale-box__actions {
        flex-wrap: nowrap;
    }

    .sale-box .sale-box__btn {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .village-count-badge {
        /* margin: 10px 0 24px; */
        font-size: 14px;
    }

    .sale-box__title {
        margin: 18px 0 12px;
        font-size: 21px;
    }

    .sale-box .link.sale-box__actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .sale-box .sale-box__btn {
        width: 100%;
        max-width: 320px;
        font-size: 12px;
    }
}

.main-w-gid {
    display: grid;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    margin-block: 2rem 4rem;
}

@media screen and (min-width: 768px) {
    .main-w-gid {
        grid-template-columns: 1fr 280px;
        margin-block: 2rem 3rem;
    }
}

@media screen and (min-width: 991px) {
    .main-w-gid {
        margin-block: 2rem 0;
    }
}

@media (min-width: 1200px) {
    .main-w-gid {
        margin-block: -2rem 2rem;
    }
}

/* @media screen and (min-width: 1400px) {
    .main-w-gid {
        grid-template-columns: 1fr 312px;
    }
} */

.gid {
    display: grid;
    align-content: flex-start;
    gap: 1rem;
}

.gid__caption {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;

    margin-bottom: 0;
}

@media screen and (min-width: 991px) {
    .gid__caption {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .gid .btn {
        max-width: 320px;
    }
}
/* End */


/* Start:/bitrix/templates/zmo/css/footer.css?17893980196068*/
/*Отключали прозрачный серый фон, который появляется сам собой, предположительно для телефона он был*/
.cbk-window-bgr {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.aspro-contact-widget {
    /*Увеличение всего*/
    transform: scale(1.5);
    transform-origin: bottom;

    position: fixed;
    right: 108px;
    bottom: 92px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: inherit;
}

.aspro-contact-widget,
.aspro-contact-widget * {
    box-sizing: border-box;
}

.aspro-contact-widget__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.aspro-contact-widget__item,
.aspro-contact-widget__toggle {
    width: 54px;
    height: 54px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    transition: transform 0.22s ease,
    opacity 0.22s ease,
    visibility 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease;
}

.aspro-contact-widget__item:hover,
.aspro-contact-widget__toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
    color: #ffffff;
    text-decoration: none;
}

.aspro-contact-widget__item:focus,
.aspro-contact-widget__toggle:focus {
    outline: 3px solid rgba(175, 202, 10, 0.35);
    outline-offset: 3px;
}

/* Кнопки в раскрытом списке */
/*    .aspro-contact-widget__item--max {
  background: #5a35ff;
}

.aspro-contact-widget__item--telegram {
  background: #28a9e8;
}

.aspro-contact-widget__item--vk {
  background: #3f7cc7;
}
*/

.aspro-contact-widget__item--phone {
    background: #6D7E03;
}

/* Главная кнопка открытия */
.aspro-contact-widget__toggle {
    position: relative;
    background: #AFCA0A;
    overflow: visible;
}

.aspro-contact-widget__toggle::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    background: rgba(175, 202, 10, 0.28);
    z-index: -1;
    animation: asproContactPulse 1.8s infinite;
}

.aspro-contact-widget__toggle-icon {
    width: 27px;
    height: 27px;
    display: block;
}

.aspro-contact-widget__toggle-close {
    display: none;
}

.aspro-contact-widget__item {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px) scale(0.9);
}

.aspro-contact-widget.is-open .aspro-contact-widget__item {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.aspro-contact-widget.is-open .aspro-contact-widget__toggle {
    background: #d9d9d9;
}

.aspro-contact-widget.is-open .aspro-contact-widget__toggle::before {
    background: rgba(217, 217, 217, 0.45);
    animation: none;
}

.aspro-contact-widget.is-open .aspro-contact-widget__toggle-open {
    display: none;
}

.aspro-contact-widget.is-open .aspro-contact-widget__toggle-close {
    display: block;
}

.aspro-contact-widget.is-open .aspro-contact-widget__item:nth-child(1) {
    transition-delay: 0.02s;
}

.aspro-contact-widget.is-open .aspro-contact-widget__item:nth-child(2) {
    transition-delay: 0.05s;
}

.aspro-contact-widget.is-open .aspro-contact-widget__item:nth-child(3) {
    transition-delay: 0.08s;
}

.aspro-contact-widget.is-open .aspro-contact-widget__item:nth-child(4) {
    transition-delay: 0.11s;
}

/* Тултипы */
.aspro-contact-widget__item::after {
    content: attr(aria-label);
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    padding: 8px 12px;
    background: #222222;
    color: #ffffff;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease;
}

.aspro-contact-widget__item:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

@keyframes asproContactPulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(1.35);
        opacity: 0;
    }

    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .aspro-contact-widget {
        transform: scale(1.2);

        right: 40px;
        bottom: 58px;
    }

    .aspro-contact-widget__item,
    .aspro-contact-widget__toggle {
        width: 50px;
        height: 50px;
        font-size: 12px;
    }

    .aspro-contact-widget__item::after {
        display: none;
    }

    .aspro-contact-widget__toggle-icon {
        width: 25px;
        height: 25px;
    }
}

/* Телефон связаться */

.callbackkiller {
    z-index: 10000 !important;
}

a.callbackkiller.cbk-phone,
a.callbackkiller.cbk-phone.cbk-phone-xs,
a.callbackkiller.cbk-phone.cbk-phone-pulse,
a.callbackkiller.cbk-phone.cbk-phone-text-none {
    position: fixed !important;

    inset: auto auto 110px auto !important;
    top: auto !important;
    left: auto !important;
    right: 210px !important;
    bottom: 103px !important;

    cursor: pointer !important;
}

@media (max-width: 767px) {
    a.callbackkiller.cbk-phone,
    a.callbackkiller.cbk-phone.cbk-phone-xs,
    a.callbackkiller.cbk-phone.cbk-phone-pulse,
    a.callbackkiller.cbk-phone.cbk-phone-text-none {
        inset: auto auto 72px auto !important;
        top: auto !important;
        left: auto !important;
        right: 103px !important;
        bottom: 61px !important;

		transform: scale(0.9) !important;
    	transform-origin: bottom;
    }
}
/* End */


/* Start:/bitrix/templates/zmo/components/bitrix/news.list/guest/style.css?1789398018300*/
.guest {
	position: relative;
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 30px;
}

.guest:before {
	display: block;
	padding-top: calc(16 / 9 * 100%);
	content: "";
}

.guest iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* End */
/* /bitrix/templates/zmo/css/styles.css?1790254729431931 */
/* /bitrix/templates/zmo/libs/countdown/jquery.countdown.css?17893980191599 */
/* /bitrix/templates/zmo/css/calc.css?178939801910322 */
/* /bitrix/templates/zmo/css/ux.min.css?178939801930377 */
/* /bitrix/templates/zmo/css/custom.css?17893980199145 */
/* /bitrix/templates/zmo/css/footer.css?17893980196068 */
/* /bitrix/templates/zmo/components/bitrix/news.list/guest/style.css?1789398018300 */
