@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;900&display=swap);
@charset "UTF-8";
/*!
 * Bootstrap Grid v4.1.3 (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)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

@media (min-width: 576px) {
  .container {
    max-width: 564px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 744px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 984px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1164px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

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

.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: 10px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-flex {
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-md-flex {
    display: flex !important;
  }

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.tab-content > .tab-pane {
  display: none;
}

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

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
@media (max-width: 991px) {
  .lg-hidden {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .md-hidden {
    display: none !important;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 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%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

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

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

  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

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

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

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

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

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

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
/*!
 Chosen, a Select Box Enhancer for jQuery and Prototype
 by Patrick Filler for Harvest, http://getharvest.com

 Version 1.8.2
 Full source at https://github.com/harvesthq/chosen
 Copyright (c) 2011-2017 Harvest http://getharvest.com

 MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
 This file is generated by `grunt build`, do not edit it by hand.
 */
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  /*background: url("/img/chosen-sprite.png") -42px 1px no-repeat;*/
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  /*background: url("/img/chosen-sprite.png") no-repeat 100% -20px;*/
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  /*background: url("/img/chosen-sprite.png") -42px 1px no-repeat;*/
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  /*background: url("/img/chosen-sprite.png") no-repeat -30px -20px;*/
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type=text],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    /*background-image: url("/img/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;*/
  }
}
/* @end */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
  * CSS Styles that are needed by jScrollPane for it to operate correctly.
  *
  * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
  * may not operate correctly without them.
  */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #dde;
  position: relative;
}

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

*:focus {
  outline: none;
}

body {
  color: #333;
  font: 400 16px/24px "Roboto", sans-serif, Arial;
  background-color: #fff;
}

body:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.14);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  display: none;
}

body.opened {
  cursor: pointer;
  overflow: hidden;
}

body.opened:before {
  display: block;
}

@media (min-width: 992px) {
  body.opened {
    cursor: default;
    overflow: visible;
  }

  body:before {
    display: none !important;
  }
}
a {
  color: #333;
  transition: color 0.35s ease, background 0.35s ease, opacity 0.35s ease;
  outline: none;
  text-decoration: none;
}

input {
  outline: none;
}

input.ui {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #eef2f7;
  border-radius: 5px;
  padding: 0 13px;
  color: #0e0e0e;
  font-size: 15px;
  border: 0;
  outline: none;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

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

h2 {
  text-align: center;
  color: #000;
  font: 500 28px/36px "Roboto";
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 50px;
  }

  input.ui {
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 41px;
    line-height: 50px;
  }
}
.section-desc {
  text-align: center;
}

.row.picker-row {
  position: relative;
}

.btn {
  cursor: pointer;
  border: 0;
  outline: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  height: 50px;
  border-radius: 5px;
  background: #d52b1e;
  letter-spacing: 0.6px;
  padding: 0 15px;
  transition: 0.5s;
}

a.btn {
  line-height: 50px;
}

.blue_outline {
  color: #119d79;
  border: 1px solid #119d79;
  background: unset;
}

.blue_outline:hover {
  color: #fff;
  background-color: #119d79;
  box-shadow: 0px 0px 14px 0px rgba(0, 50, 146, 0.4);
}

.btn.blue {
  background: #119d79;
  color: #ffffff;
}

.btn.blue:hover {
  background-color: #0041be;
  box-shadow: 0px 0px 14px 0px rgba(0, 50, 146, 0.4);
}

.btn.dark {
  background: #333333;
  color: #ffffff;
}

.btn.dark:hover {
  background-color: #666666;
  box-shadow: 0px 0px 14px 0px rgba(0, 50, 146, 0.4);
}

.chosen-container {
  font-size: 15px;
}

.chosen-container.chosen-container-single .chosen-single {
  height: 48px;
  line-height: 48px;
  border: 0;
  border-radius: 5px;
  background: #eef2f7;
  box-shadow: none;
  padding: 0 30px 0 13px;
}

.chosen-container.chosen-container-single .chosen-single span {
  padding: 16px 0 0;
  height: 48px;
  line-height: 34px;
}

.chosen-container.chosen-container-single .chosen-single div {
  width: 25px;
}

.chosen-container.chosen-container-single .chosen-single div b {
  width: 13px;
  height: 8px;
  background: url("/img/select-arrow-bg.png") no-repeat 0 0;
  position: absolute;
  left: 2px;
  top: 20px;
  transition: transform 0.2s;
}

@media (min-width: 768px) {
  .chosen-container.chosen-container-single .chosen-single {
    height: 60px;
    line-height: 60px;
    padding: 0 35px 0 15px;
  }

  .chosen-container.chosen-container-single .chosen-single span {
    padding: 20px 0 0;
    height: 60px;
    line-height: 42px;
  }

  .form-estimate .chosen-container.chosen-container-single .chosen-single span {
    line-height: 21px;
  }

  .chosen-container.chosen-container-single .chosen-single div {
    width: 30px;
  }

  .chosen-container.chosen-container-single .chosen-single div b {
    left: 0;
    top: 26px;
  }
}
.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-single div b {
  transform: rotate(180deg);
}

.chosen-container .chosen-drop {
  border-radius: 0 0 5px 5px;
  border: 0;
  background: #eef2f7;
  box-shadow: none;
  margin-top: -2px;
}

.chosen-container .chosen-results {
  color: #333;
  margin: 0;
  padding: 0;
}

.chosen-container .chosen-results li {
  padding: 12px 13px;
  font-size: 15px;
  line-height: 20px;
}

.checkbox {
  margin: 0 0 20px;
  position: relative;
  color: #999;
  font-size: 13px;
  line-height: 16px;
}

.checkbox__label {
  margin: 0;
}

.checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.checkbox span {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 40px;
  position: relative;
}

.checkbox span:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: absolute;
  top: 2px;
  left: 0;
  background: #fff;
}

.checkbox span:after {
  content: "";
  width: 11px;
  height: 12px;
  background: url("/img/checkbox-arrow-bg.png") no-repeat 0 0;
  position: absolute;
  top: 8px;
  left: 7px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.checkbox span a {
  color: #08307f;
}

.checkbox input[type=checkbox]:checked + span:after {
  opacity: 1;
  visibility: visible;
}

.jspVerticalBar {
  width: 3px;
  background: none;
  right: 2px;
}

.jspTrack {
  background: #e6e6e6;
}

.jspDrag {
  width: 6px;
  background: #154095;
  left: -1px;
  border-radius: 25px;
}

.icon-logo {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url("/img/logo-xs-bg-winter.png");
  margin: 1px 0 0;
}

@media (min-width: 768px) {
  .icon-logo {
    width: 30px;
    height: 20px;
    margin: 2px 3px 0 0;
  }
}
@media (min-width: 1200px) {
  .icon-logo {
    width: 47px;
    height: 32px;
  }
}
.icon-instagram {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  background: url("/img/ig-icon-bg.png") no-repeat 0 0;
  margin: 0 7px 0 0;
}

@media (min-width: 768px) {
  .icon-instagram {
    margin: 3px 10px 0 0;
  }
}
.toggle-menu {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 14px;
  left: 5px;
  z-index: 20;
  text-align: center;
}

.toggle-menu__line {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 3px;
  background: #000;
  position: relative;
  margin: 17px 0 0;
}

.toggle-menu__line:before,
.toggle-menu__line:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
}

.toggle-menu__line:before {
  top: -7px;
}

.toggle-menu__line:after {
  bottom: -7px;
}

@media (max-width: 991px) {
  .toggle-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  .toggle-menu {
    top: 22px;
  }
}
.header {
  background: #fcfcfd;
}

.header__outer {
  border-bottom: 1px solid #e6e6e6;
  padding: 6px 0;
  position: relative;
}

.header__inner {
  padding: 9px 0 8px;
}

.header__logo {
  padding: 7px 0 0 40px;
}

.header__contacts {
  padding: 0 0 0 5px;
}

@media (min-width: 768px) {
  .header__outer {
    padding: 20px 0 18px;
  }

  .header__logo {
    padding: 2px 0 0 50px;
  }

  .header__contacts {
    padding: 0 0 0 25px;
  }
}
@media (min-width: 992px) {
  .header__logo {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .header__outer {
    padding: 30px 0 21px;
  }

  .header__user {
    padding: 10px 0 0;
  }
}
.logo__link {
  display: block;
}

.logo__link--header {
  width: 109px;
  height: 38px;
  background: url("/img/logo-xs-bg.png") no-repeat 0 0;
}

.logo__link--footer {
  width: 291px;
  height: 49px;
  background: url("/img/logo-footer-xs-bg.png") no-repeat 0 0;
}

@media (min-width: 768px) {
  .logo__link--header {
    width: 230px;
    height: 39px;
    background: url("/img/logo-xl-bg.png") no-repeat 0 0/contain;
  }
}
@media (min-width: 1200px) {
  .logo__link--header {
    width: 369px;
    height: 62px;
    margin: -9px 0 0;
  }

  .logo__link--footer {
    width: 369px;
    height: 62px;
    background: url("/img/logo-footer-xl-bg.png") no-repeat 0 0;
  }
}
.logo-desc {
  display: none;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.1px;
}

@media (min-width: 768px) {
  .logo-desc {
    display: block;
  }
}
@media (min-width: 1200px) {
  .logo-desc {
    font-size: 14px;
  }
}
.contacts--header {
  color: #000;
}

.contacts--footer {
  color: #fff;
}

.contacts__phone {
  color: #000;
  font-size: 18px;
}

.contacts__phone a {
  color: inherit;
}

.contacts__note {
  font-size: 13px;
  line-height: 14px;
}

@media (min-width: 768px) {
  .contacts__phone {
    font-size: 24px;
    padding: 4px 0 3px;
  }
}
@media (min-width: 992px) {
  .contacts__phone {
    font-size: 26px;
    padding: 0 0 8px;
  }

  .contacts__note {
    font-size: 14px;
  }
}
.callback-sub {
  text-align: center;
  padding: 0 25px;
}

.callback-link {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  background: #d52b1e;
  border-radius: 5px;
  letter-spacing: 0.6px;
}

.callback-link--header {
  padding: 10px 15px;
  width: 100%;
  max-width: 180px;
}

.callback-link--double {
  padding: 7px 25px;
}

@media (min-width: 768px) {
  .callback-link--header {
    max-width: 200px;
  }
}
.user__link {
  display: inline-block;
  vertical-align: top;
  color: #09976c;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 500;
}

.user span {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 22px;
  background: url("/img/user-separator.png") no-repeat 0 0;
  margin: 0 9px;
}

.user--nav {
  display: none;
  padding: 30px 20px;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 991px) {
  .user--nav {
    display: block;
  }
}
@media (max-width: 991px) {
  nav.nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    max-width: 250px;
    min-height: 100%;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    transition: 0.35s;
    transform: translateX(-250px);
  }

  nav.nav.active {
    transform: translateX(0);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }

  nav.nav .container {
    padding: 0;
  }
}
.nav-menu__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.nav-menu__item {
  padding: 23px 0;
}

.nav-menu__link {
  font-size: 16px;
  color: #333;
}

@media (max-width: 991px) {
  .nav-menu__list {
    display: block;
  }

  .nav-menu__item {
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
  }

  .nav-menu__link {
    display: block;
    font-size: 15px;
    padding: 12px 20px 14px;
  }
}
.order {
  padding: 41px 0 80px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("/img/order-lg-bg-bg_2.png");
  background-size: cover;
}

.order__head {
  color: #fff;
  text-align: center;
  font: 500 24px/36px "Roboto";
  padding: 0 20px;
  margin: 0 0 10px;
}

.order__desc {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 0 18px;
}

@media (min-width: 768px) {
  .order {
    padding: 30px 0 80px;
  }

  .order__head {
    font-size: 36px;
    line-height: 48px;
    max-width: 510px;
    margin: 0 auto 20px;
  }

  .order__desc {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 40px;
  }
}
@media (min-width: 992px) {
  .order {
    background-position: center 100%;
  }
}
@media (min-width: 1200px) {
  .order {
    padding: 84px 0 120px;
  }

  .order__head {
    text-align: left;
    font-size: 42px;
    line-height: 60px;
    margin: 0 0 60px;
    padding: 40px 0 0;
  }

  .order__desc {
    text-align: left;
    padding: 0;
    max-width: 490px;
  }
}
.order-form {
  background: #fff;
  padding: 21px 20px 25px;
  border-radius: 5px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  max-width: 562px;
  margin: 0 auto;
}

.order-form__title {
  text-align: center;
  color: #000;
  font: 500 20px/24px "Roboto";
  margin: 0 0 10px;
}

.order-form__input {
  position: relative;
  margin: 0 0 6px;
}

.order-form__label {
  margin: 0;
  font-size: 15px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 13px;
  color: #999;
  transition: 0.2s;
  z-index: 5;
}

.order-form__txt {
  width: 100%;
  height: 48px;
  background: #eef2f7;
  border-radius: 5px;
  padding: 16px 13px 0;
  color: #0e0e0e;
  font-size: 15px;
  border: 0;
  outline: none;
}

.order-form .agreement {
  padding: 4px 0 0;
}

.order-form__btn {
  width: 100%;
}

.order-form__input.changed .order-form__label {
  font-size: 12px;
  top: 0;
}

.order-form .xs-form-row {
  margin: 0 -3px;
}

.order-form .certificate_code a {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  text-decoration: none;
  border-bottom: 1px dashed #666666;
}

.order-form .certificate_code .order-form__input {
  display: none;
}

/*Styling Selectbox*/
.dropdown {
  width: 100%;
  display: inline-block;
  transition: all 0.5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%;
  text-align: left;
}

.dropdown .select {
  cursor: pointer;
  display: block;
  padding: 0px;
  margin-bottom: 10px;
  background: none;
}

.dropdown .select span {
  border-bottom: 1px dashed #666666;
}

.dropdown .select > i {
  margin-top: 8px;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: left;
  content: " ";
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-left' class='svg-inline--fa fa-chevron-left fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'%3E%3C/path%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}

.dropdown.active .select > i {
  transform: rotate(90deg);
}

.dropdown .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  box-shadow: 0 1px 2px #cccccc;
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  overflow-y: auto;
  z-index: 9;
}

.dropdown .dropdown-menu li {
  padding: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.dropdown .dropdown-menu {
  padding: 0;
  list-style: none;
}

.dropdown .dropdown-menu li:hover {
  background-color: #f2f2f2;
}

.dropdown .dropdown-menu li:active {
  background-color: #e2e2e2;
}

@media (min-width: 768px) {
  .order-form {
    padding: 30px 26px;
  }

  .order-form__title {
    font-size: 24px;
    line-height: 28px;
  }

  .order-form__input {
    margin: 0 0 10px;
  }

  .order-form__select {
    margin: 0 0 10px;
  }

  .order-form__label {
    font-size: 16px;
    left: 15px;
    top: 7px;
  }

  .order-form__txt {
    height: 60px;
    padding: 20px 15px 0;
    font-size: 16px;
  }

  .order-form__input.changed .order-form__label {
    font-size: 13px;
    top: 3px;
  }

  .order-form .agreement {
    padding: 10px 0 0;
  }
}
@media (min-width: 992px) {
  .order-form__title {
    margin: 0 0 15px;
  }
}
.advantages {
  padding: 40px 0 20px;
}

.advantages__item {
  margin: 0 0 30px;
}

.advantages__icon {
  float: left;
  width: 64px;
  padding: 4px 0 0;
}

.advantages__info {
  padding: 0 30px 0 85px;
}

.advantages__title {
  color: #26a685;
  font: 500 20px/24px "Roboto";
  margin: 0 0 5px;
}

.advantages__desc {
  color: #333;
  font-weight: 300;
  line-height: 25px;
}

.advantages__note {
  color: #666;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  padding: 8px 0 0;
  margin: 0 0 25px;
}

@media (min-width: 768px) {
  .advantages {
    padding: 60px 0;
  }

  .advantages__item {
    margin: 0;
  }

  .advantages__icon {
    float: none;
    padding: 0;
    margin: 0 0 25px;
  }

  .advantages__info {
    padding: 0;
  }

  .advantages__title {
    margin: 0 0 25px;
  }

  .advantages__desc {
    line-height: 28px;
  }

  .advantages__note {
    padding: 30px 0 0;
    margin: 0 0 35px;
  }
}
@media (min-width: 1200px) {
  .advantages__title {
    max-width: 240px;
    font-size: 22px;
    margin: 0 0 33px;
  }

  .advantages__desc {
    padding: 0 30px 0 0;
  }
}
.causes__point {
  color: #323232;
  margin: 0 0 15px;
  position: relative;
  padding: 0 0 0 20px;
}

.causes__point:before {
  content: "";
  width: 9px;
  height: 13px;
  background: url("/img/causes-point-bg.png") no-repeat 0 0;
  position: absolute;
  top: 5px;
  left: 0;
}

@media (min-width: 768px) {
  .causes {
    max-width: 520px;
    margin: 0 auto;
  }

  .causes__point {
    font-size: 18px;
    margin: 0 0 25px;
  }
}
@media (min-width: 1200px) {
  .causes {
    max-width: 100%;
  }

  .causes__list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.services {
  background: #fafaf9;
  padding: 33px 0 25px;
}

.services h2 {
  margin: 0 0 7px;
}

.services .section-desc {
  margin: 0 0 23px;
}

.services__item {
  margin: 0 0 15px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.services__label {
  position: absolute;
  top: 0;
  right: 0;
  width: 122px;
  height: 81px;
  background: url("/img/service-label-bg.png") no-repeat 0 0;
}

.services__label span {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  top: 23px;
  left: 65px;
  transform: rotate(35deg);
}

.services__icon {
  width: 54px;
  float: left;
  margin: 0 20px 0 0;
}

.services__title {
  color: #26a685;
  font: 500 20px/24px "Roboto";
  padding: 5px 0 0;
}

.services__desc {
  clear: both;
  padding: 10px 0 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  color: #333;
}

.services__item--label .services__title {
  max-width: 260px;
}

@media (min-width: 768px) {
  .services {
    padding: 40px 0 35px;
  }

  .services .section-desc {
    margin: 0 0 45px;
  }

  .services__item {
    padding: 35px 40px;
  }

  .services__icon {
    width: 64px;
    margin: 0;
  }

  .services__info {
    padding: 0 0 0 130px;
  }

  .services__title {
    font-size: 22px;
    padding: 0;
  }

  .services__desc {
    clear: none;
    font-size: 16px;
    line-height: 28px;
    padding: 15px 40px 0 0;
  }

  .services__item--label .services__title {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .services {
    padding: 40px 0 60px;
  }

  .services h2 {
    margin: 0 0 15px;
  }

  .services .section-desc {
    margin: 0 0 60px;
  }

  .services__item {
    height: 100%;
    margin: 0;
  }

  .services__icon {
    float: none;
    margin: 0 0 22px;
  }

  .services__info {
    padding: 0;
  }

  .services__title {
    margin: 0 0 17px;
  }

  .services__desc {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .services__info {
    padding: 0 20px 0 0;
  }
}
.tariff {
  padding: 35px 0 0;
}

.tariff h2 {
  color: #09976c;
  margin: 0 0 15px;
}

.tariff__table {
  margin: 0 0 20px;
}

.tariff__tbl {
  width: 100%;
  border-spacing: 0;
}

.tariff__tbl tr td {
  width: 33.33%;
}

@media (max-width: 767px) {
  .tariff__tbl tr td {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tariff__tbl tr td:last-child {
    display: none;
  }
}
.tariff__tbl thead tr td {
  font-size: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}

.tariff__tbl tbody tr td {
  vertical-align: top;
  padding: 14px 0 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 15px;
}

.tariff__title span {
  display: block;
}

.tariff__price {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px;
}

.tariff__price span {
  font-size: 16px;
}

.tariff__note {
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 21px;
}

@media (min-width: 768px) {
  .tariff {
    padding: 45px 0 0;
  }

  .tariff h2 {
    margin: 0 0 35px;
  }

  .tariff__table {
    margin: 0 0 25px;
  }

  .tariff__tbl tbody tr td {
    font-size: 16px;
    vertical-align: middle;
    padding: 16px 0 10px;
  }

  .tariff__title {
    font-size: 18px;
    padding: 8px 0 17px;
  }

  .tariff__price {
    font-size: 22px;
    padding: 10px 0;
  }

  .tariff__desc {
    line-height: 20px;
    padding: 11px 0;
  }

  .tariff__note {
    display: none;
  }
}
@media (min-width: 992px) {
  .tariff {
    padding: 55px 0 50px;
  }
}
.action {
  position: relative;
  background: #fcfcfc;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  padding: 25px 30px 23px;
  min-height: 310px;
}

.action__label {
  position: absolute;
  top: 0;
  right: 0;
  width: 114px;
  height: 76px;
  background: url("/img/action-label-bg-bg.png") no-repeat 0 0;
}

.action__label span {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  left: 50px;
  transform: rotate(35deg);
}

.action__img {
  position: absolute;
  bottom: 0;
  right: 12px;
}

.action__info {
  padding: 0 140px 0 0;
}

.action__title {
  font: 500 20px/25px "Roboto";
  text-transform: uppercase;
  color: #26a685;
  margin: 0 0 10px;
}

.action__desc {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

@media (min-width: 768px) {
  .action {
    min-height: 240px;
    padding: 40px 30px;
  }

  .action__img {
    right: 135px;
  }

  .action__info {
    padding: 0 290px 0 0;
  }

  .action__title {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 12px;
  }

  .action__desc {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .action {
    padding: 65px 30px 40px;
    height: calc(100% - 55px);
    margin: 30px 0 0;
  }

  .action__info {
    padding: 0;
  }

  .action__title {
    margin: 0 0 20px;
  }

  .action__img {
    right: 14px;
  }

  .action__desc {
    padding: 0 100px 0 0;
  }
}
.scheme {
  padding: 25px 0 0;
}

.scheme-menu {
  margin: 0 0 10px;
}

.prepayment_certificate {
  background: #fafaf9;
  padding: 33px 0 25px;
}

.prepayment_certificate h2 {
  text-align: left;
  margin-bottom: 6px;
}

.prepayment_certificate .subtitle {
  font-size: 20px;
  font-weight: 300;
  color: #119d79;
  margin-bottom: 16px;
}

.prepayment_certificate .subtitle span {
  font-weight: 500;
}

.prepayment_certificate .description {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #081824;
}

.prepayment_certificate #calc {
  margin-top: 30px;
  margin-bottom: 15px;
}

.prepayment_certificate #calc #calc_days {
  margin-top: 0px;
  margin-left: 10px;
  width: 55px;
  padding-right: 0;
}

.prepayment_certificate #calc p {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 0.5rem;
}

.prepayment_certificate #calc p span {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #119d79;
  padding-left: 5px;
}

.prepayment_certificate #certificate_form {
  display: none;
}

.prepayment_certificate h3 {
  font-size: 1.5rem;
}

.prepayment_certificate .certificate_valid {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #119d79;
  margin-bottom: 16px;
}

.prepayment_certificate .agreement {
  font-weight: 300;
  font-size: 13px;
  line-height: 130%;
  color: #666666;
}

a.blue_link {
  color: #09976c;
  text-decoration: underline;
}

a.blue_link:hover {
  color: #119d79;
  text-decoration: none;
}

.prepayment_certificate a.certificate_rules {
  color: #119d79;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px dashed #119d79;
  margin: 16px 0;
  line-height: 16px;
  display: inline-block;
  position: relative;
}

.prepayment_certificate a.certificate_rules:after {
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: -16px;
  content: "";
  background-image: url('data:image/svg+xml,%3Csvg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cpath d="M0.12207 3.21289L0.712891 2.62207L5 6.90918L9.28711 2.62207L9.87793 3.21289L5 8.09082L0.12207 3.21289Z" fill="%23119d79"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0"%3E%3Crect width="10" height="10" fill="white" transform="translate(10) rotate(90)"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
  transition: all 500ms ease-in-out;
}

.prepayment_certificate a.certificate_rules.transform:after {
  transform: rotate(180deg);
}

.prepayment_certificate .certificate_rules_text {
  display: none;
  font-weight: 300;
  font-size: 17px;
  line-height: 130%;
  color: #666666;
}

.transfer {
  padding: 35px 0;
}

.transfer .transfer_advantages h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #333333;
}

.transfer .transfer_advantages p {
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  color: #333333;
}

.transfer h2 {
  text-align: left;
  color: #09976c;
  margin-bottom: 30px;
}

.transfer .link2gis {
  margin-top: 3px;
  font-size: 10px;
  line-height: 12px;
  color: #666666;
}

.transfer .link2gis a {
  color: #119d79;
}

.big_shadow {
  background-color: #ffffff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.transfer .transfer_request h4 {
  color: #09976c;
}

.transfer .transfer_request p {
  font-weight: 300;
  font-size: 15px;
  line-height: 130%;
  color: #4f4f4f;
}

.transfer .transfer_request img {
  max-width: 64px;
}

.transfer .transfer_request_form .status {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 15px;
  line-height: 120%;
  margin: 10px 0;
}

.transfer .transfer_request_form .status img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .transfer {
    padding: 45px 0;
  }

  .transfer .transfer_request_form .btn {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .transfer {
    padding: 55px 0;
  }
}
.scheme-menu__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.scheme-menu__item {
  width: 50%;
}

.scheme-menu__link {
  display: block;
  text-align: center;
  color: #b2b2b2;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 20px;
  position: relative;
}

.scheme-menu__link:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}

.scheme-menu__link.active {
  color: #09976c;
}

.scheme-menu__link.active:after {
  background: #09976c;
}

@media (min-width: 768px) {
  .scheme-menu {
    margin: 0 0 22px;
  }

  .scheme-menu__link {
    font-size: 22px;
    line-height: 24px;
    padding: 27px 20px;
  }
}
.profit {
  padding: 35px 0 0;
}

.profit__title {
  text-align: center;
  color: #09976c;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
}

.profit__desc {
  text-align: center;
  color: #666;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 30px;
}

.profit__desc p {
  margin: 0;
}

.profit__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 32px;
  position: relative;
}

.profit__name {
  color: #000;
  font-size: 18px;
  margin: 0 0 7px;
}

.profit__price {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 0;
  background: #119d79;
  border-radius: 30px;
  overflow: hidden;
}

.profit__price:after {
  content: "";
  height: 30px;
  background: #d52b1e;
  position: absolute;
  top: 0;
  right: 0;
}

.profit__price--russia {
  width: 140px;
}

.profit__price--metro {
  width: 190px;
  padding-right: 50px;
}

.profit__price--metro:after {
  width: 50px;
}

.profit__price--taxi {
  width: 210px;
  padding-right: 70px;
}

.profit__price--taxi:after {
  width: 70px;
}

.profit__price--aero {
  width: 280px;
  padding-right: 155px;
}

.profit__price--aero:after {
  width: 155px;
}

.profit__overpayment {
  text-align: right;
  color: #d52b1e;
  font-size: 13px;
  padding: 2px 0 0;
}

.profit__overpayment span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .profit {
    padding: 40px 0 30px;
  }

  .profit__item {
    margin: 0 0 40px;
  }

  .profit__title {
    font-size: 30px;
    line-height: 32px;
  }

  .profit__desc {
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 33px;
  }

  .profit__overpayment {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
    padding: 0;
    margin: -5px 0 0 3px;
  }

  .profit__overpayment span {
    display: block;
  }
}
@media (min-width: 992px) {
  .profit {
    padding: 95px 0 0;
  }

  .profit__title,
.profit__desc {
    text-align: left;
  }

  .profit__item {
    margin: 0 0 30px;
  }
}
.gallery {
  background: #fafaf9;
  padding: 30px 0 18px;
}

.gallery__title {
  margin: 0 0 7px;
}

.gallery__tag {
  text-align: center;
  font-size: 18px;
  margin: 0 0 30px;
}

.gallery__tag a {
  color: #119d79;
}

.gallery__item {
  margin: 0 0 12px;
}

@media (min-width: 768px) {
  .gallery {
    padding: 45px 0 30px;
  }

  .gallery__title {
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }

  .gallery__tag {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 20px;
    font-size: 26px;
  }

  .gallery__list {
    padding: 40px 0 0;
  }

  .gallery__item {
    margin: 0 0 20px;
  }
}
@media (min-width: 992px) {
  .gallery {
    padding: 45px 0 80px;
  }
}
.reviews {
  padding: 32px 0 40px;
  background: url("/img/reviews-bg-bg.jpg") no-repeat center 0/cover;
}

.reviews h2 {
  color: #fff;
  margin: 0;
}

.reviews .section-desc {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  padding: 0 40px;
  margin: 0 0 20px;
}

.reviews .section-desc p {
  margin: 0;
}

.reviews__list {
  padding: 0 0 64px;
}

.reviews__item {
  position: relative;
  padding: 0 0 8px;
}

.reviews__item:after {
  content: "";
  width: calc(100% - 20px);
  height: 8px;
  background: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.reviews__inner {
  background: #fff;
  padding: 30px 20px 18px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.reviews__txt {
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 25px;
}

.reviews__btm {
  display: flex;
  align-items: center;
}

.reviews__photo {
  margin: 0 12px 0 0;
}

.reviews__photo img {
  border-radius: 50%;
}

.reviews__author {
  color: #000;
  font-size: 20px;
}

.reviews__arrow {
  display: block;
  width: 94px;
  height: 40px;
  background: #fff;
  border-radius: 25px;
  position: absolute;
  bottom: 0;
}

.reviews__arrow:before {
  content: "";
  width: 21px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 14px;
}

.reviews__arrow--prev {
  left: 50%;
  margin-left: -124px;
}

.reviews__arrow--prev:before {
  left: 36px;
  background-image: url("/img/slider-prev-bg.png");
}

.reviews__arrow--next {
  right: 50%;
  margin-right: -124px;
}

.reviews__arrow--next:before {
  left: 37px;
  background-image: url("/img/slider-next-bg.png");
}

@media (min-width: 768px) {
  .reviews {
    padding: 45px 0 50px;
  }

  .reviews h2 {
    margin: 0 0 20px;
  }

  .reviews .section-desc {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 45px;
  }

  .reviews__list {
    padding: 0 0 84px;
  }

  .reviews__item {
    max-width: 520px;
    margin: 0 auto;
  }

  .reviews__inner {
    padding: 40px 40px 20px;
  }

  .reviews__txt {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
  }
}
@media (min-width: 992px) {
  .reviews {
    padding: 50px 0 70px;
  }

  .reviews .section-desc {
    font-size: 20px;
    margin: 0 0 80px;
  }

  .reviews__inner {
    padding: 45px 40px 20px;
  }
}
.question {
  padding: 30px 0 45px;
}

.question h2 {
  color: #26a685;
  margin: 0 0 28px;
}

.question__item {
  margin: 0 0 10px;
  background: #fafafa;
  padding: 0 15px;
}

.question__link {
  display: block;
  color: #000;
  font: 500 15px/22px "Roboto";
  padding: 18px 75px 18px 0;
  position: relative;
}

.question__close {
  display: block;
  width: 30px;
  height: 30px;
  background: #e6e6e6;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  border-radius: 50%;
}

.question__close:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("/img/plus-icon.png") no-repeat 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  transition: transform 0.2s;
}

.question__link:not(.collapsed) .question__close:before {
  transform: rotate(45deg);
}

.question__content {
  color: #081824;
  font-size: 14px;
  font-weight: 300;
}

.question__desc {
  padding: 0 0 20px;
}

.question .buttons {
  text-align: center;
  margin: 16px 0;
}

.question .buttons > * {
  margin: 0 5px;
}

@media (min-width: 768px) {
  .question {
    padding: 45px 0 35px;
  }

  .question h2 {
    margin: 0 0 50px;
  }

  .question__item {
    padding: 0 15px 0 20px;
  }

  .question__link {
    font-size: 17px;
    line-height: 28px;
    padding: 26px 75px 26px 0;
  }

  .question__content {
    font-size: 16px;
  }

  .question__desc {
    padding: 0 75px 35px 0;
  }

  .question__close {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .question__item {
    padding: 0 30px;
  }

  .question__link {
    font-size: 20px;
  }

  .question__content {
    font-size: 18px;
  }
}
.cooperation {
  padding: 22px 0 0;
}

.cooperation h2 {
  color: #26a685;
  margin: 0 0 8px;
}

.cooperation__desc {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 30px;
  padding: 0 30px;
}

.cooperation__item {
  min-height: 170px;
  background: #fff;
  margin: 0 0 20px;
  padding: 15px 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.cooperation__icon {
  max-width: 64px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.cooperation__title {
  color: #26a685;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 0 0;
}

@media (min-width: 768px) {
  .cooperation {
    padding: 55px 0 0;
  }

  .cooperation h2 {
    margin: 0 0 15px;
  }

  .cooperation__desc {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 40px;
  }

  .cooperation__item {
    min-height: 200px;
    padding: 30px 70px;
  }
}
@media (min-width: 992px) {
  .cooperation h2 {
    margin: 0 0 25px;
  }

  .cooperation__desc {
    font-size: 18px;
  }

  .cooperation__item {
    padding: 30px 20px;
  }
}
.picker {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 6px;
}

.picker:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #fff;
  position: absolute;
  top: -10px;
  left: 15px;
  transform: rotate(45deg);
}

.picker__head {
  text-align: center;
  color: #26a685;
  font-size: 20px;
  font-weight: 500;
  padding: 11px 0;
  border-bottom: 1px solid #e6e6e6;
}

.picker__body {
  padding: 0 20px 20px;
}

@media (min-width: 768px) {
  .picker {
    width: 100%;
    max-width: 500px;
    left: 5px;
    top: 60px;
    margin-top: 10px;
    border-radius: 5px;
  }

  .picker__head {
    font-size: 22px;
    padding: 15px 0;
  }

  .picker__body {
    padding: 0 0 0 30px;
    display: flex;
  }
}
.picker-date__header {
  text-align: center;
  padding: 15px 30px;
  position: relative;
  max-width: 220px;
  margin: 0 auto;
}

.picker-date__arrow {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.picker-date__arrow:before {
  content: "";
  width: 5px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 9px;
}

.picker-date__arrow--prev {
  left: 0;
}

.picker-date__arrow--prev:before {
  left: 11px;
  background-image: url("/img/picker-prev-bg.png");
}

.picker-date__arrow--next {
  right: 0;
}

.picker-date__arrow--next:before {
  left: 13px;
  background-image: url("/img/picker-next-bg.png");
}

.picker-date__arrow.disabled {
  cursor: default;
}

.picker-date__arrow.disabled:before {
  opacity: 0.4;
}

.picker-date__table table {
  width: 100%;
  border-spacing: 0;
  font-size: 13px;
}

.picker-date__table table td {
  text-align: center;
}

.picker-date__table table thead td {
  color: #999;
  padding: 0 0 10px;
}

.picker-date__table table tbody td {
  padding: 2px 0;
}

.picker-date__link {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
}

.picker-date__link:hover:not(.disabled),
.picker-date__link.selected {
  color: #fff;
  background: #154095;
}

.picker-date__link.disabled {
  color: #e5e5e5;
  cursor: default;
}

.picker-date__time {
  text-align: center;
  font-size: 13px;
  padding: 5px 0 0;
}

.picker-date__time-link {
  color: #26a685;
}

.picker-date__time-link span {
  border-bottom: 1px dashed #26a685;
}

.picker-date.hidden {
  display: none;
}

@media (min-width: 768px) {
  .picker-date {
    display: block !important;
    width: 310px;
    border-right: 1px solid #e6e6e6;
    padding: 0 30px 0 0;
  }

  .picker-date__header {
    max-width: 100%;
    padding: 30px 30px 24px;
  }

  .picker-date__table table {
    font-size: 16px;
  }

  .picker-date__table table thead td {
    padding: 0 0 17px;
  }

  .picker-date__table table tbody td {
    padding: 4px 0;
  }

  .picker-date__time {
    display: none;
  }
}
.picker-time {
  display: none;
}

.picker-time__title {
  padding: 10px 0;
  color: #26a685;
}

.picker-time__list {
  width: 90px;
  height: 340px;
  overflow: auto;
}

.picker-time__link {
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 25px;
}

.picker-time__link:hover,
.picker-time__link.selected {
  color: #fff;
  background: #154095;
}

.picker-time.visible {
  display: block;
}

@media (min-width: 768px) {
  .picker-time {
    display: block !important;
    width: 150px;
    padding: 25px 30px 40px 35px;
  }

  .picker-time__title {
    display: none;
  }

  .picker-time__list {
    height: 330px;
  }
}
.footer {
  padding: 60px 0 25px;
  background-repeat: no-repeat;
  background-position: 95% 0;
  background-size: cover;
  background-image: url("/img/footer-bg-bg.jpg");
}
@media (max-width: 768px) {
  .footer {
    background-position: 80% 0;
  }
}

.footer__info {
  color: #fff;
  padding: 25px 0 0;
}

.footer__logo {
  margin: 0 0 20px;
}

.footer__logo .logo {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 2px;
}

.footer__logo .logo-desc {
  display: block;
}

.footer__copy,
.footer__desc {
  font-size: 14px;
}

.footer__copy p,
.footer__desc p {
  margin: 0;
}

.footer__phone {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin: 8px 0;
}

.footer__phone a {
  color: inherit;
}

.footer__note {
  font-size: 12px;
  line-height: 16px;
  color: #fdfdfd;
  opacity: 0.8;
  max-width: 450px;
}

@media (min-width: 768px) {
  .footer {
    padding: 75px 0 50px;
  }

  .footer__info {
    padding: 105px 0 0;
  }

  .footer__logo {
    margin: 0 0 30px;
  }
}
@media (min-width: 992px) {
  .footer {
    background-position: center 0;
    padding: 130px 0 100px;
  }
}
.feedback {
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.feedback__title {
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin: 0 0 27px;
}

@media (min-width: 768px) {
  .feedback {
    padding: 0;
    border: 0;
  }

  .feedback__title {
    text-align: left;
    margin: 0 0 32px;
  }
}
.feedback-form__input {
  margin: 0 0 6px;
  position: relative;
}

.feedback-form__label {
  margin: 0;
  color: #999;
  font-size: 16px;
  position: absolute;
  top: 11px;
  left: 15px;
  transition: 0.2s;
}

.feedback-form__txt,
.feedback-form__text {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  padding: 16px 15px 0;
}

.feedback-form__text {
  height: 130px;
  padding: 20px 15px;
  resize: none;
}

.feedback-form__input.changed .feedback-form__label {
  font-size: 12px;
  top: 0;
}

.feedback-form .checkbox {
  color: #426fc6;
}

.feedback-form .checkbox a {
  color: inherit;
  text-decoration: underline;
}

.feedback-form .checkbox a:hover {
  text-decoration: none;
}

.feedback-form__btn {
  width: 100%;
}

/* callback*/
.callback-form__input {
  margin: 0px 5px 10px;
  position: relative;
}

.callback-form__label {
  margin: 0;
  color: #999;
  font-size: 16px;
  position: absolute;
  top: 11px;
  left: 15px;
  transition: 0.2s;
}

.callback-form__txt,
.callback-form__text {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 5px;
  background: #eef2f7;
  padding: 16px 15px 0;
}

.callback-form__text {
  height: 130px;
  padding: 20px 15px;
  resize: none;
}

.callback-form__input.changed .callback-form__label {
  font-size: 12px;
  top: 0;
}

.callback-form .checkbox {
  color: #426fc6;
}

.callback-form .checkbox a {
  color: inherit;
  text-decoration: underline;
}

.callback-form .checkbox a:hover {
  text-decoration: none;
}

.callback-form__btn {
  width: 100%;
}

/**/
@media (min-width: 768px) {
  .feedback-form__row {
    margin: 0 -5px;
  }

  .feedback-form__inner {
    padding: 0 5px;
  }

  .feedback-form__label {
    top: 17px;
  }

  .feedback-form__input {
    margin: 0 0 10px;
  }

  .feedback-form__txt {
    height: 60px;
    padding: 20px 15px 0;
  }

  .feedback-form__text {
    padding: 24px 15px 16px;
  }

  .feedback-form__input.changed .feedback-form__label {
    font-size: 13px;
    top: 3px;
  }
}
/* Личный кабинет */
.main.dark_blue {
  background-color: #09976c;
  margin-bottom: 60px;
}

.profile_page {
  padding: 30px 0 45px;
}

.profile_page a {
  text-decoration: underline;
}

.profile_page h2 {
  text-align: left;
  color: #ffffff;
}

.profile_page h3 {
  margin-bottom: 1rem;
}

.profile_page section {
  background: #ffffff;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 16px;
}

.profile_page .buttons_group > * {
  margin-bottom: 10px;
  margin-right: 10px;
}

.profile_page .buttons_group > *:last-child {
  margin-right: 0px;
}

/* Личный кабинет - профили */
.profile_page .main_profile {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #119d79;
}

.profile_page .profile_item {
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 20px;
}

.profile_item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.profile_item .profile_actions {
  display: flex;
  flex-direction: column;
}

.profile_item .profile_actions > * {
  margin-bottom: 12px;
}

.profile_item .profile_actions a {
  color: #119d79;
  font-size: 13px;
  text-decoration: underline;
}

.profile_page .input_group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile_page {
    padding: 50px 0 70px;
  }

  .profile_item .profile_actions {
    flex-direction: row;
  }

  .profile_item .profile_actions > * {
    margin-right: 16px;
  }

  .profile_page .input_group {
    flex-direction: row;
  }

  .profile_page .input_group > * {
    margin-right: 5px;
    flex-basis: 25%;
  }
}
@media (min-width: 992px) {
  .profile_page .input_group > * {
    flex-basis: 15%;
  }

  .profile_page .input_group > *:last-child {
    margin-right: 0px;
  }
}
/* Личный кабинет - история бронирований */
.profile_page table {
  width: 100%;
  font-size: 14px;
}

.profile_page table thead th {
  font-size: 14px;
  line-height: 100%;
  color: #666666;
  font-weight: normal;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .profile_page tr:nth-child(even) {
    background: #f3f3f3;
  }

  .profile_page td {
    padding: 10px 0;
  }

  .profile_page td:first-child,
.profile_page th:first-child {
    padding-left: 10px;
  }
}
/* Адаптивные таблицы */
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 991.9px) {
  /* Force table to not be like tables anymore */
  .profile_page table,
.profile_page thead,
.profile_page tbody,
.profile_page th,
.profile_page td,
.profile_page tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .profile_page thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .profile_page tr {
    margin: 0;
    padding: 10px;
  }

  .profile_page tr:nth-child(odd) {
    background: #f3f3f3;
  }

  .profile_page td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
  }

  .profile_page td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  /* Заголовки таблицы бронирований */
  .booking_history td:nth-of-type(1):before {
    content: "Дата";
  }

  .booking_history td:nth-of-type(2):before {
    content: "Сумма";
  }

  .booking_history td:nth-of-type(3):before {
    content: "Метод оплаты";
  }

  .booking_history td:nth-of-type(4):before {
    content: "Даты парковки";
  }

  .booking_history td:nth-of-type(5):before {
    content: "Парковка";
  }

  .booking_history td:nth-of-type(6):before {
    content: "ФИО";
  }

  .booking_history td:nth-of-type(7):before {
    content: "Гос.номер";
  }

  /* Заголовки таблицы платежей */
  .payment_history td:nth-of-type(1):before {
    content: "Дата";
  }

  .payment_history td:nth-of-type(2):before {
    content: "Сумма";
  }

  .payment_history td:nth-of-type(3):before {
    content: "Метод оплаты";
  }

  .payment_history td:nth-of-type(4):before {
    content: "Назначение платежа";
  }
}
/* Личный кабинет - сертификаты и купоны */
.profile_page .certificates_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.profile_page .certificates_list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  margin: 10px;
}

.profile_page .certificates_list .item img {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}

/* Результат оплаты */
.payment_callback {
  padding: 30px 0 45px;
}

.payment_callback h2 {
  text-align: left;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .payment_callback {
    padding: 50px 0 70px;
  }
}
/* Проверка сертификата */
.check_certificate {
  padding: 30px 0 45px;
}

.check_certificate h2 {
  text-align: left;
  margin-bottom: 16px;
}

.check_certificate p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #000000;
}

.check_certificate .owner_name,
.check_certificate .certificate_valid,
.check_certificate .days_left {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #119d79;
  margin-left: 10px;
}

.check_certificate span.days_left {
  background-color: #d52b1e;
  border-radius: 16px;
  padding: 4px 14px;
  color: #ffffff;
}

@media (max-width: 991.99px) {
  .check_certificate .order-form {
    margin-top: 30px;
    max-width: 100%;
    padding: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .check_certificate .order-form__title {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .check_certificate {
    padding: 50px 0 70px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

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

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

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

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

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

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

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

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

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

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

/* ADD */
.main-text {
  text-align: left;
  padding: 0px 0px 30px;
}

.main-text .step {
  font-style: italic;
  font-weight: bold;
}

.main-text h2 {
  font: 400 27px/20px "Roboto";
  text-align: left;
  margin: 25px 0 25px;
  line-height: 30px;
}

.main-text li {
  margin-bottom: 5px;
}

/* Alerts */
.alert {
  display: none;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin: 0px 5px 10px;
}

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

.agreement span {
  color: #dfdfdf;
  font-size: 13px;
  line-height: 16px;
}

/* Слайдер диапазона */
.rangeslider,
.rangeslider__fill {
  display: block;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
}

.rangeslider--horizontal {
  height: 10px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
  height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #119d79;
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  border-radius: 50%;
}

.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type=range]:focus + .rangeslider .rangeslider__handle {
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

/* Отступы bootstrap */
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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;
  }
}
/*Замена заголовков h2 на h1*/
.reviews h1,
.tariff h1,
.cooperation h1,
.prepayment_certificate h1,
.services h1,
.question h1 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.reviews h1 {
  color: #fff;
}

.tariff h1,
.cooperation h1 {
  color: #09976c;
}

.prepayment_certificate h1 {
  margin-bottom: 6px;
  color: #000;
  text-align: left;
}

.services h1 {
  margin-bottom: 6px;
  color: #000;
}

.question h1 {
  color: #26a685;
}

@media (min-width: 768px) {
  .reviews h1,
.tariff h1,
.cooperation h1,
.prepayment_certificate h1,
.services h1,
.question h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .reviews h1 {
    margin: 0 0 20px;
  }

  .tariff h1 {
    margin: 0 0 35px;
  }

  .cooperation h1,
.services h1 {
    margin: 0 0 15px;
  }

  .question h1 {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 992px) {
  .reviews h1,
.tariff h1,
.cooperation h1,
.prepayment_certificate h1,
.services h1,
.question h1 {
    font-size: 44px;
    line-height: 50px;
  }

  .cooperation h1 {
    margin: 0 0 25px;
  }
}
/*Замена заголовков h2 на h1. Конец*/
.map-link-wrap {
  text-align: center;
  margin-bottom: 15px;
}

.map-link {
  color: #09976c;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding: 0 0 0 33px;
  cursor: pointer;
}

.map-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 22px;
  height: 22px;
}

.print-link::before {
  background: url("/img/icon-print.png") no-repeat center/contain;
}

.y-map-link {
  margin-right: 10px;
}

.g-map-link,
.y-map-link {
  margin-bottom: 15px;
}

.y-map-link::before {
  background: url("/img/y-maps.png") no-repeat center/contain;
  left: 3px;
}

.g-map-link::before {
  background: url("/img/g-maps.png") no-repeat center/contain;
}

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

.footer__links-link {
  color: #fff;
}

/* Custom */
.instruction-block {
  padding: 65px 0 55px;
}

.instruction-block H2 {
  margin: 0;
  padding: 0;
  text-align: center;
}

.instruction-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.instruction-list .icon {
  width: 48px;
  min-width: 48px;
}

.instruction-list .icon img {
  width: 100%;
}

.instruction-list .text {
  padding-left: 24px;
}

.instruction-list .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}

.instruction-list p {
  margin: 10px 0 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
}

.instruction-list a {
  color: #119d79;
  text-decoration: none;
}

.simple-page {
  padding: 45px 0 35px;
}

.simple-page h1 {
  margin: 0 0 25px;
  color: #26a685;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 44px;
  line-height: 50px;
}

@media (min-width: 768px) {
  .instruction-list {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }

  .instruction-list .item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .instruction-list .item {
    position: relative;
    padding-right: 20px;
    width: 25%;
    display: block;
  }

  .instruction-list .item:not(:last-child):after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='82' height='16' viewBox='0 0 82 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M81.8041 8.34968C82.1323 8.79381 82.0384 9.41997 81.5943 9.74825L74.3567 15.0978C73.9126 15.426 73.2864 15.3321 72.9581 14.888C72.6299 14.4438 72.7238 13.8177 73.1679 13.4894L78.4641 9.57488L78.2065 9.53624L78.5032 7.55837L78.7607 7.59701L74.8462 2.30088C74.5179 1.85674 74.6119 1.23058 75.056 0.902309C75.5001 0.574036 76.1263 0.66796 76.4546 1.11209L81.8041 8.34968ZM43.3448 5.38669C41.7817 5.3576 40.2181 5.3576 38.655 5.38669L38.6178 3.38704C40.2057 3.35748 41.7941 3.35748 43.382 3.38704L43.3448 5.38669ZM33.9685 5.56122C32.4081 5.64843 30.8489 5.7647 29.2917 5.91002L29.1059 3.91868C30.6878 3.77105 32.2717 3.65293 33.8569 3.56433L33.9685 5.56122ZM52.7081 5.91002C51.1509 5.7647 49.5917 5.64843 48.0313 5.56122L48.1429 3.56433C49.7281 3.65293 51.312 3.77105 52.8939 3.91868L52.7081 5.91002ZM24.6312 6.43263C23.8564 6.53415 23.0823 6.6429 22.309 6.75889L19.6639 7.15566L19.3672 5.17778L22.0123 4.78102C22.7979 4.66319 23.5843 4.55271 24.3714 4.44958L24.6312 6.43263ZM59.6908 6.75889C58.9175 6.6429 58.1434 6.53415 57.3686 6.43263L57.6284 4.44958C58.4155 4.55271 59.2019 4.66319 59.9875 4.78102L62.6326 5.17778L62.3359 7.15566L59.6908 6.75889ZM14.3737 7.94918L9.08353 8.74271L8.78685 6.76484L14.077 5.97131L14.3737 7.94918ZM72.9163 8.74271L67.6261 7.94919L67.9228 5.97131L73.213 6.76484L72.9163 8.74271ZM3.79334 9.53624L1.14824 9.93301L0.851562 7.95513L3.49666 7.55837L3.79334 9.53624Z' fill='%23CFCFCF'/%3E%3C/svg%3E");
    width: 82px;
    height: 15px;
    background-size: 100% 100%;
    position: absolute;
    top: 20px;
    right: 36px;
  }

  .instruction-list .icon {
    position: relative;
    background: #fff;
    z-index: 2;
    width: 64px;
    height: 64px;
  }

  .instruction-list .text {
    padding: 24px 0 0;
    max-width: 200px;
  }
}
.auth {
  margin-bottom: 8rem;
  margin-top: 4rem;
}
.auth .card-header {
  text-align: left;
  margin-bottom: 30px;
  font-size: 42px;
  color: #119d79;
  font-weight: bold;
  line-height: 48px;
}
@media (max-width: 768px) {
  .auth .card-header {
    font-size: 28px;
    line-height: 32px;
    padding-right: 5rem;
  }
}

.form-group {
  position: relative;
}
.form-group input[type=email],
.form-group input[type=password],
.form-group input[type=text],
.form-group input[type=date],
.form-group input[type=number],
.form-group input[type=phone] {
  width: 100%;
  height: 48px;
  background: #eef2f7;
  border-radius: 5px;
  padding: 16px 13px 0;
  color: #0e0e0e;
  font-size: 15px;
  border: 0;
  outline: none;
}
@media (min-width: 768px) {
  .form-group input[type=email],
.form-group input[type=password],
.form-group input[type=text],
.form-group input[type=date],
.form-group input[type=number],
.form-group input[type=phone] {
    height: 60px;
    padding: 20px 15px 0;
    font-size: 16px;
  }
}
.form-group .float-label {
  margin: 0;
  font-size: 15px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 7px;
  color: #999;
  transition: 0.2s;
  z-index: 5;
}
@media (min-width: 768px) {
  .form-group .float-label {
    font-size: 16px;
    left: 15px;
    top: 7px;
  }
}

.btn-link {
  background: none;
  color: #119d79;
  padding: 0px;
  height: auto;
  border: none;
}

.custom-select {
  height: 48px;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  border: none;
  background: #eef2f7;
  margin: 0 0 6px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #119d79 50%), linear-gradient(135deg, #119d79 50%, transparent 50%), linear-gradient(to right, #b1dfd3, #b1dfd3);
  background-position: calc(100% - 19px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 48px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .custom-select {
    height: 60px !important;
    background-size: 5px 5px, 5px 5px, 2.5em 60px;
    background-position: calc(100% - 20px) calc(1em + 12px), calc(100% - 15px) calc(1em + 12px), 100% 0;
    margin: 0 0 10px;
  }
}

.select2-container--bootstrap4 .select2-selection--single {
  height: 48px !important;
  background: #eef2f7;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 5px !important;
  line-height: 42px;
  color: #999;
  margin: 0 0 6px;
}
@media (min-width: 768px) {
  .select2-container--bootstrap4 .select2-selection--single {
    height: 60px !important;
  }
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  color: #999;
}

.select2-container {
  width: 100% !important;
  margin: 0 0 6px;
}
@media (min-width: 768px) {
  .select2-container {
    margin: 0 0 10px;
  }
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #109c77 !important;
  border-color: #26a685 !important;
}

.agreement-checkbox span {
  padding-top: 0px;
}

.booking-order-form .price {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.booking-order-form .price .sum {
  color: #119d79;
  font-weight: normal;
}
.booking-order-form .price p {
  text-transform: uppercase;
}
.booking-order-form .price small {
  color: gray;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

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

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

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

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

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

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

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

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

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

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

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

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(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::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .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(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

.custom-radio {
  margin-bottom: 0.6rem;
}
.custom-radio label {
  padding-left: 0.6rem;
}
.custom-radio label img {
  float: left;
  margin: 0;
  padding: 0;
}

.order-form .disabled {
  background: #d52b1e3d;
}
.order-form .text-danger {
  color: red;
  font-size: 0.8rem;
}

.success-pay h3 {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #119d79;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/* Стили для модального окна */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.modal-content, #caption {
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
