html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

abbr[data-original-title],
abbr[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;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

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 {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: underline;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: left;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1367px) {
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.6666667%;
    max-width: 41.6666667%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333334%;
    flex: 0 0 58.3333334%;
    max-width: 58.3333334%;
  }
}
@media (max-width: 1366px) {
  .hidden-xxl {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 1367px) {
  .hidden-xxl-up {
    display: none !important;
  }
}

@media (min-width: 1201px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 481px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (min-width: 321px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media (max-width: 1366px) {
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (max-width: 1366px) {
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 1200px) {
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (max-width: 1200px) {
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 991px) {
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (max-width: 991px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 768px) {
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (max-width: 768px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 480px) {
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (max-width: 480px) {
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 320px) {
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (max-width: 320px) {
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.divider {
  width: 100%;
  height: 1px;
  background: #dadada;
  margin-top: 10px;
  margin-bottom: 10px;
}
.divider--short {
  width: 100px;
  height: 2px;
  background: #26282a;
}

.container--short {
  max-width: 820px;
}

.container--medium {
  max-width: 1024px;
}

@media (max-width: 1200px) {
  .container--full-lg {
    max-width: 100%;
  }
}

.no-bg {
  background: none !important;
}

.no-padding {
  padding: 0 !important;
}

.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.full-width {
  width: 100%;
}

.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

@font-face {
  font-family: "FontReg";
  src: url(../fonts/Avenir-Book.woff2) format("woff2"),
    url(../fonts/Avenir-Book.woff) format("woff"),
    url(../fonts/Avenir-Book.ttf) format("ttf");
  font-weight: 100;
}

@font-face {
  font-family: "FontReg";
  src: url(../fonts/Avenir-Roman.woff2) format("woff2"),
    url(../fonts/Avenir-Roman.woff) format("woff"),
    url(../fonts/Avenir-Roman.ttf) format("ttf");
  font-weight: 300;
}

@font-face {
  font-family: "FontReg";
  src: url(../fonts/Avenir-Medium.woff2) format("woff2"),
    url(../fonts/Avenir-Medium.woff) format("woff"),
    url(../fonts/Avenir-Medium.ttf) format("ttf");
  font-weight: 500;
}

@font-face {
  font-family: "FontReg";
  src: url(../fonts/Avenir-Heavy.woff2) format("woff2"),
    url(../fonts/Avenir-Heavy.woff) format("woff"),
    url(../fonts/Avenir-Heavy.ttf) format("ttf");
  font-weight: 700;
}

@font-face {
  font-family: "FontReg";
  src: url(../fonts/Avenir-Black.woff2) format("woff2"),
    url(../fonts/Avenir-Black.woff) format("woff"),
    url(../fonts/Avenir-Black.ttf) format("ttf");
  font-weight: 900;
}

@font-face {
  font-family: "FontAlt";
  src: url(../fonts/Didot.woff2) format("woff2"),
    url(../fonts/Didot.woff) format("woff"),
    url(../fonts/Didot.ttf) format("ttf");
  font-weight: 300;
}

@font-face {
  font-family: "FontAlt";
  src: url(../fonts/Didot-Bold.woff2) format("woff2"),
    url(../fonts/Didot-Bold.woff) format("woff"),
    url(../fonts/Didot-Bold.ttf) format("ttf");
  font-weight: 700;
}

h1 {
  font-size: 48px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  h1 {
    font-size: 32px;
    line-height: 1.2;
  }
}

h2 {
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  h3 {
    font-size: 16px;
    line-height: 1.2;
  }
}

h4 {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  h4 {
    font-size: 13px;
    line-height: 1.2;
  }
}

p {
  font-size: 16px;
  font-weight: 100;
  line-height: 1.875;
}
@media (max-width: 480px) {
  p {
    font-size: 14px;
    line-height: 2;
  }
}
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  ul {
    font-size: 14px;
    line-height: 1.6;
    font-weight: normal;
  }
}

.static a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-size: 16px;
  line-height: 2.4;
  color: #1787fa;
  text-decoration: none;
  padding: 0 0.2em;
  margin-left: -0.2em;
  margin-right: -0.2em;
}
.static a:hover {
  background-color: #f1f5f7;
}
@media (max-width: 480px) {
  .static a {
    font-size: 14px;
    line-height: 2;
  }
}

.static ul {
  list-style-type: disc;
  font-size: 16px;
  line-height: 1.8;
  color: #26282a;
  font-weight: 100;
  padding-left: 3em;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .static ul {
    font-size: 14px;
    line-height: 2;
  }
}

.static li {
  margin: 8px 0;
}

.static ol {
  font-size: 16px;
  line-height: 1.8;
  color: #26282a;
  font-weight: 100;
  padding-left: 3em;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .static ol {
    font-size: 14px;
    line-height: 2;
  }
}

.static blockquote {
  font-size: 16px;
  line-height: 1.8;
  color: #737a80;
  font-weight: 100;
  font-style: italic;
  padding: 40px 2em;
  margin: 3em 2em;
  position: relative;
  border-left: 1px solid #dadada;
}
@media (max-width: 480px) {
  .static blockquote {
    padding-right: 0;
    margin-right: 16px;
  }
}
.static blockquote::before,
.static blockquote::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #dadada;
}
.static blockquote:before {
  left: -20px;
  top: 20px;
  width: 200px;
}
.static blockquote:after {
  left: -50px;
  bottom: 20px;
  width: 70px;
}

.title {
  font-size: 48px;
  line-height: 1.6;
  color: #26282a;
}
@media (max-width: 480px) {
  .title {
    font-size: 40px;
    line-height: 1.2;
  }
}

.title--xl {
  font-size: 140px;
  line-height: 0.8;
  font-family: "FontAlt";
  font-weight: 700;
  color: #1787fa;
  margin-bottom: 0.5em;
}
@media (max-width: 1366px) {
  .title--xl {
    font-size: 90px;
  }
}
@media (max-width: 1200px) {
  .title--xl {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .title--xl {
    font-size: 60px;
    line-height: 0.7;
  }
}

.title--lg {
  font-size: 95px;
  line-height: 0.8;
  font-family: "FontAlt";
  font-weight: 700;
  margin-bottom: 1em;
  color: #26282a;
}
@media (max-width: 1366px) {
  .title--lg {
    font-size: 65px;
    line-height: 1;
    margin-bottom: 1em;
  }
}
@media (max-width: 480px) {
  .title--lg {
    font-size: 48px;
    line-height: 1.4;
  }
}

.title--sm {
  font-size: 32px;
  line-height: 1.6;
  font-family: "FontAlt";
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #26282a;
}

.title--xs {
  font-size: 24px;
  line-height: 1.6;
  color: #26282a;
}
@media (max-width: 480px) {
  .title--xs {
    font-size: 16px;
    line-height: 2;
  }
}

.subtitle {
  font-size: 32px;
  line-height: 1.6;
  color: #26282a;
  font-weight: 700;
}
@media (max-width: 480px) {
  .subtitle {
    font-size: 24px;
    line-height: 1.2;
  }
}

.subtitle--lg {
  font-size: 40px;
  line-height: 1.6;
  color: #26282a;
  font-weight: 700;
}
@media (max-width: 480px) {
  .subtitle--lg {
    font-size: 32px;
    line-height: 1.2;
  }
}

.subtitle--sm {
  font-size: 24px;
  line-height: 1.6;
  color: #737a80;
  font-weight: 100;
}
@media (max-width: 480px) {
  .subtitle--sm {
    font-size: 19px;
    line-height: 1.2;
  }
}

.subtitle--xs {
  font-size: 16px;
  line-height: 1.6;
  color: #26282a;
  font-weight: 700;
}
@media (max-width: 480px) {
  .subtitle--xs {
    font-size: 14px;
    line-height: 1.2;
  }
}

.text--sm {
  font-size: 0.85rem;
}

.text--lg {
  font-size: 1.5rem;
}

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

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

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

@media (max-width: 1366px) {
  .text--center-xxl {
    text-align: center;
  }
}

@media (max-width: 1366px) {
  .text--left-xxl {
    text-align: left;
  }
}

@media (max-width: 1366px) {
  .text--right-xxl {
    text-align: right;
  }
}

@media (max-width: 1200px) {
  .text--center-xl {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .text--left-xl {
    text-align: left;
  }
}

@media (max-width: 1200px) {
  .text--right-xl {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .text--center-lg {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .text--left-lg {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .text--right-lg {
    text-align: right;
  }
}

@media (max-width: 768px) {
  .text--center-md {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .text--left-md {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .text--right-md {
    text-align: right;
  }
}

@media (max-width: 480px) {
  .text--center-sm {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .text--left-sm {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .text--right-sm {
    text-align: right;
  }
}

@media (max-width: 320px) {
  .text--center-xs {
    text-align: center;
  }
}

@media (max-width: 320px) {
  .text--left-xs {
    text-align: left;
  }
}

@media (max-width: 320px) {
  .text--right-xs {
    text-align: right;
  }
}

@media (min-width: 1367px) {
  .text--center-xxl-up {
    text-align: center;
  }
}

@media (min-width: 1367px) {
  .text--left-xxl-up {
    text-align: left;
  }
}

@media (min-width: 1367px) {
  .text--right-xxl-up {
    text-align: right;
  }
}

@media (min-width: 1201px) {
  .text--center-xl-up {
    text-align: center;
  }
}

@media (min-width: 1201px) {
  .text--left-xl-up {
    text-align: left;
  }
}

@media (min-width: 1201px) {
  .text--right-xl-up {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .text--center-lg-up {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .text--left-lg-up {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .text--right-lg-up {
    text-align: right;
  }
}

@media (min-width: 769px) {
  .text--center-md-up {
    text-align: center;
  }
}

@media (min-width: 769px) {
  .text--left-md-up {
    text-align: left;
  }
}

@media (min-width: 769px) {
  .text--right-md-up {
    text-align: right;
  }
}

@media (min-width: 481px) {
  .text--center-sm-up {
    text-align: center;
  }
}

@media (min-width: 481px) {
  .text--left-sm-up {
    text-align: left;
  }
}

@media (min-width: 481px) {
  .text--right-sm-up {
    text-align: right;
  }
}

@media (min-width: 321px) {
  .text--center-xs-up {
    text-align: center;
  }
}

@media (min-width: 321px) {
  .text--left-xs-up {
    text-align: left;
  }
}

@media (min-width: 321px) {
  .text--right-xs-up {
    text-align: right;
  }
}

.text--bold {
  font-weight: 700;
}

.text--upercase {
  text-transform: uppercase;
}

.text--primary {
  color: #1787fa;
}

.text--white {
  color: #ffffff;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  min-height: 100vh;
  margin: 0;
  font-family: "FontReg";
  font-weight: normal;
  background: transparent;
}

main {
  height: 100%;
  min-height: calc(100vh - 135px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
main.overflow-hidden {
  overflow: hidden;
  max-height: 100vh;
}

img {
  width: 100%;
}

table {
  font-size: 14px;
}
table tr,
table td,
table th {
  border: 1px solid #dadada;
  border-collapse: collapse;
}
table th,
table td {
  padding: 5px 15px;
}
table tr:nth-child(even) {
  background-color: #f1f5f7;
}
table td {
  width: 10%;
}
table td:last-child {
  width: 70%;
}
table code,
table pre {
  background: #eee;
  padding-left: 5px;
  padding-right: 5px;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
}
button:focus {
  outline: none;
}

section {
  padding: 100px 15px;
}
@media (max-width: 1366px) {
  section {
    padding: 60px 15px;
  }
}
@media (max-width: 991px) {
  section {
    padding: 40px 15px;
  }
}

.badge {
  background: #1787fa;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  min-width: 2em;
  min-height: 2em;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.badge--wide {
  width: auto;
  height: auto;
  min-height: auto;
  position: absolute;
  left: 18px;
  top: -5px;
  padding: 0.4em 1em;
  border-radius: 30px;
  line-height: 1;
  z-index: 2;
  font-size: 10px;
}

.badge--sm {
  font-size: 10px;
}

.badge--absolute {
  position: absolute;
  right: -4px;
  top: -4px;
}

.badge--danger {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  background: #ff4c4c;
}

.badge--table {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 8px;
  margin-right: 8px;
  width: auto;
  height: auto;
  min-width: auto;
  min-height: auto;
  border-radius: 10px;
  border: none;
  font-size: 10px;
  line-height: 1;
}

.tooltip {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  z-index: 1;
  left: -4px;
  top: -10px;
  min-width: 220px;
  background: #ffffff;
  -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.16);
  padding: 15px 20px;
  color: #737a80;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
}

.tooltip__title {
  padding-left: 20px;
  margin-bottom: 8px;
}

.triangle {
  position: absolute;
  z-index: -1;
  right: 0;
  top: -120px;
  width: 100%;
  height: 120px;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    color-stop(49.8%, #f1f5f7),
    color-stop(50%, transparent)
  );
  background: linear-gradient(to left top, #f1f5f7 49.8%, transparent 50%);
}

.trinagle--bottom {
  position: absolute;
  bottom: -120px;
  width: 100%;
  height: 120px;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(49.8%, #f1f5f7),
    color-stop(50%, transparent)
  );
  background: linear-gradient(to right bottom, #f1f5f7 49.8%, transparent 50%);
}

.overflow-wrapper {
  position: relative;
  overflow: hidden;
  height: 660px;
}
@media (max-width: 768px) {
  .overflow-wrapper {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 50px);
    padding-bottom: 90px;
  }
}

div[contenteditable="true"] {
  outline: none;
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 200;
  padding: 20px 50px;
}
@media (max-width: 991px) {
  .header {
    padding: 0 20px;
  }
}

.header--transparent {
  background: transparent;
}

.header--inverse {
  background: transparent;
}
.header--inverse .header__phone {
  color: #ffffff;
}
.header--inverse .nav__ic-open {
  stroke: #ffffff;
}
@media (max-width: 991px) {
  .header--inverse .header__phone {
    color: #1787fa;
  }
}

.header__logo {
  display: block;
  padding: 20px 0;
  position: relative;
  max-width: 200px;
}
@media (max-width: 480px) {
  .header__logo {
    max-width: 120px;
  }
}
.header__logo img {
  width: 100%;
}

.header__section,
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__contacts > * {
  margin-right: 40px;
}
.header__contacts > *:last-child {
  margin-right: 0;
}

.header__full-width {
  width: 100%;
}

.header__lang {
  position: relative;
  z-index: 10;
}

.header__lang-link:hover {
  background: #f1f5f7;
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1787fa;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
}
.header__phone span {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .header__phone {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 24px;
    top: 36px;
  }
}
@media (max-width: 480px) {
  .header__phone {
    top: 24px;
  }
}
.header__btn {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .header__btn {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__btn > * {
    margin-bottom: 16px;
  }
}
.nav {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.nav.open {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}
.nav.open .nav__list {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.nav.open .nav__ic-close {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
@media (min-width: 991px) {
  .nav.open .nav__ic-close {
    opacity: 0;
    visibility: hidden;
  }
}
.nav.open .nav__bg {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 991px) {
  .nav.open .nav__bg {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 991px) {
  .nav {
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
  }
}

@media (min-width: 991px) {
  .nav--inverse .nav__link {
    color: #ffffff;
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 991px) {
  .nav__list {
    display: block;
    background: #ffffff;
    position: fixed;
    right: 0;
    top: 0;
    width: 90%;
    height: 100%;
    padding: 32px;
    padding-top: 80px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .nav__items {
    display: block;
  }
}

.nav__item {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.nav__item + .nav__item {
  margin-left: 70px;
}
@media (max-width: 991px) {
  .nav__item + .nav__item {
    margin-left: 0;
  }
}
.nav__item .nav__item {
  width: 100%;
}
.nav__item .nav__item + .nav__item {
  margin-left: 0;
}
.nav__item .nav__item .nav__link {
  display: block;
  width: 100%;
  padding: 0.5em;
}
.nav__item .nav__item .nav__link:hover {
  background: #f1f5f7;
}
@media (max-width: 991px) {
  .nav__item {
    width: 100%;
  }
}

.nav__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.nav__link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: block;
  width: 100%;
  padding: 0.5em;
  color: #26282a;
}
@media (max-width: 991px) {
  .nav__link {
    padding: 8px 0;
  }
}

.nav__icon {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .nav__icon {
    height: 32px;
    padding: 8px 0;
  }
}

.nav__toggle {
  display: none;
  cursor: pointer;
  position: relative;
  color: #26282a;
  z-index: 1000;
  padding: 0;
  width: 20px;
  height: 20px;
}
.nav__toggle span {
  margin-left: 32px;
}
.nav__toggle.open {
  color: #000;
}
.nav__toggle.open .nav__ic-close {
  stroke: #000;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
}
.nav__toggle.open .nav__ic-open {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
@media (max-width: 991px) {
  .nav__toggle {
    display: block;
  }
}

.nav__toggle-ic {
  stroke: #26282a;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  padding: 0;
}

.nav__ic-close {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  position: absolute;
  right: 20px;
  left: auto;
  z-index: 2;
  top: 40px;
}
@media (max-width: 480px) {
  .nav__ic-close {
    top: 25px;
  }
}

.nav__ic-open {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
}

.nav__bg {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}
.nav {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .nav {
    margin-top: 0;
  }
}

@media (min-width: 991px) {
  .nav--inverse .nav__item::before {
    background: rgba(255, 255, 255, 0.5);
  }
}

@media (max-width: 991px) {
  .nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.nav__item {
  position: relative;
}
.nav__item::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
  height: 10px;
  background: rgba(23, 135, 250, 0.5);
  left: 0;
  bottom: 7px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  pointer-events: none;
}
@media (max-width: 991px) {
  .nav__item::before {
    bottom: 16px;
  }
}
.nav__item:hover::before {
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.nav__item.active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  pointer-events: none;
}
@media (max-width: 991px) {
  .nav__item {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (max-width: 991px) {
  .nav__link-wrapper {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (max-width: 991px) {
  .nav__list {
    padding-top: 80px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .nav__link {
    padding: 16px;
    display: inline-block;
    width: auto;
  }
}

.nav__ic-close {
  top: 36px;
}
@media (max-width: 480px) {
  .nav__ic-close {
    top: 24px;
  }
}
.dropdown {
  border: 1px solid #f1f5f7;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  min-width: 100px;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.dropdown .has-dropdown .dropdown {
  left: 100%;
  right: auto;
  top: 0;
  padding: 0;
}
.dropdown .has-dropdown .dropdown--left {
  right: 100%;
  left: auto;
}
.dropdown .has-dropdown .dropdown__icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  .dropdown .has-dropdown .dropdown {
    left: 0;
    right: auto;
    top: 0;
    padding: 0;
  }
  .dropdown .has-dropdown .dropdown--left {
    right: 0;
    left: auto;
  }
  .dropdown .has-dropdown .dropdown__icon {
    -webkit-transform: none;
    transform: none;
  }
  .dropdown .has-dropdown .dropdown__icon.open {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
}
.dropdown.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
}
@media (max-width: 991px) {
  .dropdown {
    position: relative;
    width: 100%;
    max-height: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.dropdown--full-width {
  width: 100%;
}

.dropdown__item {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.dropdown__item:hover {
  background: #f1f5f7;
}

.has-dropdown {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}
.has-dropdown .has-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.has-dropdown .has-dropdown .dropdown__icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 991px) {
  .has-dropdown .has-dropdown .dropdown__icon {
    top: 0.2em;
    right: 0.2em;
    -webkit-transform: none;
    transform: none;
  }
}
.has-dropdown.open > .dropdown {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
  max-height: 500px;
  display: block;
}

.dropdown__icon {
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.dropdown__icon.open {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.dropdown__link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 8px;
}
.dropdown__link:hover {
  background: #f1f5f7;
}

.dropdown--above {
  left: 0;
  top: 0;
  border-radius: 3px;
}
.dropdown--above .dropdown__item {
  padding: 0.6em 1em;
  color: #1787fa;
}
.dropdown--above .dropdown__item:hover {
  background: #f1f5f7;
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 30px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: auto;
}
@media (max-width: 768px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .footer__item {
    width: 100%;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
.footer__list a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: block;
  color: #737a80;
  padding: 0 8px;
}
.footer__list a:hover {
  color: #1787fa;
}
@media (max-width: 768px) {
  .footer__list {
    text-align: center;
  }
  .footer__list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 8px;
  }
}

.footer__items--align {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.copyright {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #737a80;
  font-size: 14px;
  line-height: 1.5;
}
.copyright:hover {
  color: #1787fa;
}
@media (max-width: 768px) {
  .copyright {
    margin-top: 32px;
  }
}

.copyright__logo {
  display: block;
  width: 75px;
  margin-left: 10px;
  margin-top: -18px;
  position: relative;
  top: -3px;
}
.user-menu {
  position: relative;
  z-index: 10;
}
.user-menu .dropdown {
  min-width: 300px;
  top: -8px;
  right: -8px;
  width: calc(100% + 16px);
  left: auto;
  -webkit-transform: none;
  transform: none;
  padding-top: 50px;
  display: none;
}
.user-menu.open .user-menu__header {
  -webkit-transform: translateX(-52px);
  transform: translateX(-52px);
}
.user-menu.open .user-menu__icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.user-menu--inverse .user-menu__username {
  color: #ffffff;
}

.user-menu--inverse:hover .user-menu__username {
  color: #26282a;
}

.user-menu--inverse:hover .user-menu__icon .icon {
  fill: #26282a;
}

.user-menu--short {
  position: static;
}
.user-menu--short .dropdown {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-height: none;
}

.user-menu__header,
.user-menu__icon {
  z-index: 22;
}

.user-menu__header {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.user-menu__icon {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  margin-left: 8px;
  opacity: 0.5;
  position: relative;
  z-index: 22;
  height: 32px;
}

.user-menu__user-image {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: 16px;
}
@media (max-width: 991px) {
  .user-menu__user-image {
    margin-right: 24px;
  }
}

.user-menu__username {
  font-weight: 300;
}
@media (max-width: 480px) {
  .user-menu__username {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    left: 16px;
    top: 24px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  .user-menu__username.show {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

.user-menu__name {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .user-menu__name {
    max-width: 150px;
  }
}

.user-menu__items {
  padding-top: 10px;
}

.user-menu__item {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  text-transform: uppercase;
  border-top: 1px solid #f1f5f7;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-menu__item a {
  color: #737a80;
}
.user-menu__item:hover {
  border-bottom-color: #1787fa;
}
.user-menu__item:hover a {
  color: #1787fa;
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  border-radius: 0;
  padding: 1em 3em;
  min-width: 5em;
  background: #1787fa;
  border: 1px solid #1787fa;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  text-transform: uppercase;
}
.btn.active {
  background: green;
}
@media (max-width: 480px) {
  .btn {
    font-size: 14px;
  }
}

.btn--with-icon {
  padding: 1 em 1.5em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn-icon-only {
  padding: 1em;
  min-width: auto;
}
.btn-icon-only.btn-ghost-primary:hover [class*="stroke"],
.btn-icon-only.btn-ghost-secondary:hover [class*="stroke"],
.btn-icon-only.btn-ghost-success:hover [class*="stroke"],
.btn-icon-only.btn-ghost-warning:hover [class*="stroke"],
.btn-icon-only.btn-ghost-danger:hover [class*="stroke"] {
  stroke: #ffffff;
}

.btn-ghost-primary {
  background: transparent;
  color: #1787fa;
  border-color: #1787fa;
}
.btn-ghost-primary:hover,
.btn-ghost-primary.active {
  color: #ffffff;
  background: #1787fa;
}

.btn-ghost-success {
  background: transparent;
  color: #0ad770;
  border-color: #0ad770;
}
.btn-ghost-success:hover,
.btn-ghost-success.active {
  color: #ffffff;
  background: #0ad770;
}

.btn-ghost-secondary {
  color: #9c27b0;
  background: transparent;
  border-color: #9c27b0;
}
.btn-ghost-secondary:hover {
  color: #ffffff;
  background: #9c27b0;
}

.btn-ghost-warning {
  color: #f0ad4e;
  background: transparent;
  border-color: #f0ad4e;
}
.btn-ghost-warning:hover,
.btn-ghost-warning.active {
  color: #ffffff;
  background: #f0ad4e;
}

.btn-ghost-danger {
  color: #ff4c4c;
  background: transparent;
  border-color: #ff4c4c;
}
.btn-ghost-danger:hover {
  color: #ffffff;
  background: #ff4c4c;
}

.btn-ghost-info {
  color: #dfcf0a;
  background: transparent;
  border-color: #dfcf0a;
}
.btn-ghost-info:hover {
  color: #ffffff;
  background: #dfcf0a;
}

.btn-ghost-white {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}
.btn-ghost-white:hover {
  color: #1787fa;
  background: #ffffff;
}

.btn--link {
  color: #1787fa;
  background: transparent;
  border: none;
  padding: 0.5em 1.5em;
  min-width: auto;
}
.btn--link:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #013159;
}

.btn--primary {
  color: #ffffff;
  background: #1787fa;
  border: none;
}
.btn--primary:hover {
  background: #056ed9;
  border-color: #0454a7;
}
.btn--primary:hover .icon {
  stroke: #fff !important;
}
.btn--primary:hover .icon--fill {
  fill: #fff !important;
}

.btn--secondary {
  color: #ffffff;
  background: #9c27b0;
  border: none;
}
.btn--secondary:hover {
  background: #771e86;
}
.btn--secondary:hover .icon {
  stroke: #fff !important;
}
.btn--secondary:hover .icon--fill {
  fill: #fff !important;
}

.btn--success {
  color: #ffffff;
  background: #0ad770;
  border-color: #0ad770;
}
.btn--success:hover {
  background: #05763d;
}
.btn--success:hover .icon {
  stroke: #fff !important;
}
.btn--success:hover .icon--fill {
  fill: #fff !important;
}

.btn--warning {
  color: #ffffff;
  background: #f0ad4e;
  border-color: #f0ad4e;
}
.btn--warning:hover {
  background: #ec971f;
}

.btn--danger {
  color: #ffffff;
  background: #ff4c4c;
  border: none;
}
.btn--danger:hover {
  background: #e50000;
}
.btn--danger:hover .icon {
  stroke: #fff !important;
}
.btn--danger:hover .icon--fill {
  fill: #fff !important;
}

.btn--info {
  color: #ffffff;
  background: #dfcf0a;
  border: none;
}
.btn--info:hover {
  background: #7d7406;
}
.btn--info:hover .icon {
  stroke: #fff !important;
}
.btn--info:hover .icon--fill {
  fill: #fff !important;
}

.btn--white {
  color: #1787fa;
  background: #ffffff;
  border: none;
}
.btn--white:hover {
  background: #cccccc;
}
.btn--white:hover .icon {
  stroke: #1787fa !important;
}
.btn--white:hover .icon--fill {
  fill: #1787fa !important;
}

.btn--lg {
  font-size: 16.8px;
}

.btn--sm {
  font-size: 14px;
  padding: 0.5em 1.5em;
  min-width: 120px;
}

.btn--xs {
  font-size: 10px;
  padding: 10px 20px;
}

.btn--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.btn-border {
  border-radius: 8px;
}

.btn-ghost-cont .btn {
  margin: 0 20px;
}

.btn-color-cont {
  margin: 40px 0;
}
.btn-color-cont .btn {
  margin: 0 20px;
}

.btn-lg-cont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.btn-lg-cont .btn {
  margin: 20px;
}

.btn-sm-cont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.btn-sm-cont .btn {
  margin: 20px;
}

.btn--disabled {
  background: #dadada;
  border-color: #dadada;
  cursor: no-drop;
  pointer-events: none;
}
.btn--disabled:hover {
  background: #f4f4f4;
  border-color: #f4f4f4;
}

.btn--ripple {
  width: 300px;
  height: 300px;
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: ripple 1s ease-out;
  animation: ripple 1s ease-out;
}

/*animation effect*/
@-webkit-keyframes ripple {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.btn__preload:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px dotted red;
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-animation: preloader 3s infinite ease;
  animation: preloader 3s infinite ease;
}

@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes preloader {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn,
.btn-extra {
  border: 1px solid currentColor;
}
.btn--disabled {
  border-color: #dadada;
}

.btn--text-only {
  padding: 0 !important;
  background: transparent;
  border: none !important;
  color: #1787fa;
  display: block;
  text-transform: none;
  min-width: auto;
  font-weight: 300;
}
.btn--text-only:hover {
  background: transparent;
  color: #1787fa;
}
.btn--text-only.btn--white {
  color: #ffffff;
}
.btn--text-only.text--upercase {
  text-transform: uppercase;
}

.btn-ghost-white {
  border-color: #ffffff;
}

.btn-extra {
  padding: 0;
  position: relative;
  overflow: visible;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.btn-extra:hover {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
.btn-extra:hover .btn-extra__decor {
  -webkit-transform: translate(-24px, -24px);
  transform: translate(-24px, -24px);
}
.btn-extra.btn--sm .btn-extra__text {
  padding: 0.8em 5em;
}
@media (max-width: 480px) {
  .btn-extra {
    width: 100%;
  }
}

.btn-extra__text {
  background: #ffffff;
  color: #1787fa;
  padding: 1.35em 6.25em;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .btn-extra__text {
    padding: 1em 2.9em;
    font-size: 14px;
  }
}

.btn-extra__decor {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -1em;
  bottom: -1em;
  background: #0454a7;
  z-index: -1;
}

.btn-extra--white span {
  display: block;
  background: #ffffff;
}

.btn-extra--primary .btn-extra__text {
  background: #1787fa;
  color: #ffffff;
}

.btn-extra--primary span {
  display: block;
  background: #ffffff;
}

.btn--rounded {
  border-radius: 60px;
  overflow: visible;
}
.modal {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.modal__wrapper {
  background: #fff;
  padding: 20px;
  width: 90%;
  height: 90%;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .modal__wrapper {
    margin-bottom: 20px;
    height: 80%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 20%;
  }
}

.modal__close {
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 16px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .modal--full-md .modal__wrapper {
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: none;
    margin: 0;
    padding: 0;
  }
}

.modal-faq {
  background: #ffffff;
  padding: 16px;
}
@media (max-width: 1366px) {
  .modal {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.modal__wrapper {
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
  position: relative;
}
@media (max-width: 1366px) {
  .modal__wrapper {
    top: 50px;
  }
}
@media (max-width: 768px) {
  .modal__wrapper {
    top: 0;
  }
}
@media (max-width: 480px) {
  .modal__wrapper {
    padding: 9px;
  }
}

.modal__close {
  position: fixed;
  right: 30px;
}

.modal-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 50px;
  width: 90%;
  min-width: 700px;
}
.modal-faq .title {
  margin-bottom: 1em;
}
@media (max-width: 991px) {
  .modal-faq {
    min-width: 90vw;
  }
}

.modal--expand .modal__wrapper {
  position: absolute;
  top: 30px;
}
.icon {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  stroke-width: 2;
}
.icon--mleft {
  margin-left: 2em;
}
.icon--mright {
  margin-right: 2em;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-primary {
  stroke: #1787fa;
}

.stroke-secondary {
  stroke: #9c27b0;
}

.stroke-success {
  stroke: #0ad770;
}

.stroke-danger {
  stroke: #ff4c4c;
}

.stroke-info {
  stroke: #dfcf0a;
}

.stroke-black {
  stroke: #26282a;
}

.stroke-white {
  stroke: #ffffff;
}

.fill-current {
  fill: currentColor;
}

.fill-primary {
  fill: #1787fa;
}

.fill-secondary {
  fill: #9c27b0;
}

.fill-success {
  fill: #0ad770;
}

.fill-danger {
  fill: #ff4c4c;
}

.fill-info {
  fill: #dfcf0a;
}

.fill-black {
  fill: #26282a;
}

.fill-white {
  fill: #ffffff;
}

.fill-none {
  fill: none;
}
input,
textarea {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border: 1px solid #dadada;
  border-radius: 4px;
  font-size: 20px;
  width: 100%;
  padding: 0.54em;
  outline: none;
  color: #26282a;
  font-weight: 100;
  font-size: 1rem;
  font-weight: bold;
  -webkit-appearance: none;
  /* Firefox 19+ */
  /* Firefox 18- */
}
input:focus,
input.active,
textarea:focus,
textarea.active {
  border-color: #1787fa;
}
input:focus + .form__label,
input.active + .form__label,
textarea:focus + .form__label,
textarea.active + .form__label {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  background: #fff;
  font-size: 12px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #737a80;
  font-weight: 100;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #737a80;
  font-weight: 100;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #737a80;
  font-weight: 100;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #737a80;
  font-weight: 100;
}
@media (max-width: 768px) {
  input,
  textarea {
    font-size: 16px;
  }
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
}

.form {
  width: 100%;
  padding: 20px 50px;
  position: relative;
}
.form.success .form__success {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.form__success {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  color: #0ad770;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__title {
  font-size: 20px;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}
.form__wrapper span:hover {
  color: green;
}

.form__group {
  position: relative;
  margin-bottom: 25px;
}

.form__label {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  left: 16px;
  top: 10px;
  padding: 0 5px;
  margin-left: -5px;
  color: #737a80;
  pointer-events: none;
}

.form__group--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form__checkbox,
.form__radio {
  -webkit-appearance: none;
  position: absolute;
  opacity: 0;
}
.form__checkbox + .icon,
.form__radio + .icon {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  stroke: blue;
  width: 18px;
  height: 18px;
  stroke-width: 2;
  position: relative;
}
.form__checkbox + .icon:before,
.form__radio + .icon:before {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  left: -50%;
  top: -50%;
  opacity: 0.2;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.form__checkbox + .icon path,
.form__radio + .icon path {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.form__checkbox:checked + .icon:before,
.form__radio:checked + .icon:before {
  -webkit-animation: checkbox-checked 0.6s ease-out forwards;
  animation: checkbox-checked 0.6s ease-out forwards;
}

.form__checkbox + .icon {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  stroke: blue;
  width: 18px;
  min-width: 18px;
  height: 18px;
  stroke-width: 2;
  position: relative;
  margin-right: 8px;
}
.form__checkbox + .icon path {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  stroke: #737a80;
}
.form__checkbox + .icon path:first-child {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  stroke-dasharray: 100;
  stroke-dashoffset: 200;
}
.form__checkbox + .icon path:last-child {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
}

.form__checkbox:checked + .icon path {
  stroke: #1787fa;
}

.form__checkbox:checked + .icon:before {
  -webkit-animation: checkbox-checked 0.6s ease-out forwards;
  animation: checkbox-checked 0.6s ease-out forwards;
}

.form__checkbox:checked + .icon path:first-child {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  stroke-dasharray: 80;
  stroke-dashoffset: 145;
}

.form__checkbox:checked + .icon path:last-child {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  stroke-dasharray: 50;
  stroke-dashoffset: 0;
}

.form__radio + .icon {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  stroke: blue;
  width: 18px;
  min-width: 18px;
  height: 18px;
  stroke-width: 2;
  position: relative;
  margin-right: 8px;
}
.form__radio + .icon path:first-child {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  stroke-dasharray: 83;
  stroke-dashoffset: 0;
  stroke: #737a80;
}
.form__radio + .icon path:last-child {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  fill: transparent;
  stroke: none;
}

.form__radio:checked + .icon path:first-child {
  stroke-dashoffset: 166;
  stroke: #1787fa;
}

.form__radio:checked + .icon path:last-child {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  fill: #1787fa;
  stroke: none;
}

@-webkit-keyframes checkbox-checked {
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes checkbox-checked {
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

textarea {
  width: 100%;
  resize: none;
}

.form__group.error input,
.form__group.error textarea {
  border-color: #ff4c4c;
}

.form__group.error .error__text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
}

.success__text {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  text-align: center;
  width: 100%;
  color: #0ad770;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.success__text.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.error__text {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-size: 12px;
  color: #ff4c4c;
  padding: 2px 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  position: absolute;
  bottom: -22px;
  left: 0;
}
@media (max-width: 480px) {
  .form {
    padding: 0;
  }
}

.form--rect {
  padding-top: 0;
}
.form--rect input,
.form--rect textarea {
  border-radius: 0;
  border: none;
  padding: 0 20px;
  min-height: 50px;
}
.form--rect textarea {
  padding-top: 16px;
  padding-bottom: 16px;
}
.form--rect .form__group {
  position: relative;
}
.form--rect .form__group.focus {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  -webkit-transform: translate(-0.2em, -0.2em) !important;
  transform: translate(-0.2em, -0.2em) !important;
}
.form--rect .form__group.focus::after {
  right: -1em;
  top: 1em;
}
.form--rect .form__group::after {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 95%;
  right: 0;
  top: 0;
  background: #0454a7;
  z-index: -1;
}
.form--rect .error__text {
  color: #dfcf0a;
}
.static {
  max-width: 850px;
  margin: 0 auto;
}
.login {
  background: url(../img/ready-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  max-width: 730px;
}
.login .swiper-slide {
  background: transparent;
  opacity: 0 !important;
}
.login .swiper-slide-prev {
  opacity: 0 !important;
}
.login .swiper-slide-active {
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .login {
    height: 100vh;
    padding: 16px;
    overflow: hidden;
  }
}

.login__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 50px;
}
@media (max-width: 768px) {
  .login__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }
}

.login__footer {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.login__footer .btn {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .login__side {
    width: 100%;
  }
}

.login__header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login__header-btns .btn {
  margin-left: 16px;
  opacity: 0.5;
}
.login__header-btns .btn.login__btn--active {
  opacity: 1;
}
@media (max-width: 768px) {
  .login__header-btns {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    margin-top: 20px;
  }
}

.login__logo {
  max-width: 130px;
}

.login__swiper {
  width: 100%;
}

.login__form {
  width: 100vw;
  max-width: 500px;
  margin-top: 50px;
  height: auto;
}
.login__form .form__group {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: none !important;
  transform: none !important;
}
@media (max-width: 1366px) {
  .login__form {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .login__form {
    margin-top: 0;
  }
}

.login__message {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 16px;
}
/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev,
.icon__button-next,
.icon__button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -webkit-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  -webkit-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -webkit-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  -webkit-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -webkit-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  -webkit-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  height: 400px;
  width: 100%;
  display: block;
  position: relative;
}

.swiper-pagination {
  left: 50%;
}
.swiper-pagination span {
  margin: 0 5px 0 5px;
}

.swiper-button-prev,
.swiper-button-next {
  width: auto;
  height: auto;
}

.swiper-button-prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.swiper-pagination-bullet {
  cursor: pointer;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
}
.swiper-pagination-bullet-active {
  background: #ccc;
}

.swiper-pagination-fraction {
  color: #fff;
  font-size: 18px;
  left: 0;
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.2;
}

.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.preloader {
  background: #fff;
  width: 16px;
  height: 4px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation: preload 1s linear infinite alternate;
  animation: preload 1s linear infinite alternate;
}

@-webkit-keyframes preload {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  50.1% {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
}

@keyframes preload {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  50.1% {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
}
.hero {
  margin-top: -135px;
  padding-top: 205px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 480px) {
  .hero {
    padding-top: 135px;
  }
}
@media (max-width: 1366px) {
  .hero {
    padding-top: 185px;
  }
}

.hero--index {
  background: #1787fa;
  overflow: hidden;
}
.hero--index .fx--fade-in:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.hero--index .fx--fade-in:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.hero--index .fx--fade-in:nth-child(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.hero--index .fx--fade-in:nth-child(4) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.hero--index .fx--fade-in:nth-child(5) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.hero__logo {
  max-width: 450px;
}
@media (max-width: 1366px) {
  .hero__logo {
    max-width: 250px;
  }
}

.canvas__wrapper {
  position: absolute;
  left: -16vw;
  top: -180px;
}
@media (max-width: 991px) {
  .canvas__wrapper {
    left: auto;
    right: -35vw;
    top: -300px;
  }
}
@media (max-width: 1366px) {
  .canvas__wrapper {
    top: -300px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.canvas__road {
  position: absolute;
  z-index: 0;
  left: -999px;
  top: -999px;
  right: -999px;
  bottom: -999px;
  margin: auto;
  width: 70%;
  height: 70%;
  opacity: 1;
}
.canvas__road::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(transparent, attr(data-bg-color));
  z-index: 2;
}
.canvas__road svg {
  stroke-dasharray: 2100;
  stroke-dashoffset: 6300;
  -webkit-animation: map-road 7s linear infinite;
  animation: map-road 7s linear infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.canvas__road-pin {
  position: absolute;
  z-index: 1;
  left: 50.5%;
  top: 49%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 55px;
  height: 55px;
  background: #1787fa;
  border: 8px solid #ffffff;
  border-radius: 55px;
  -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.16);
  opacity: 1;
  -webkit-animation: map-road-pin 7s cubic-bezier(0.29, -0.13, 0.57, 1.36)
    infinite;
  animation: map-road-pin 7s cubic-bezier(0.29, -0.13, 0.57, 1.36) infinite;
}

.hero__text {
  font-weight: 100;
  line-height: 1.6;
  margin: 32px 0px 48px 0;
}

.fx--fade-in {
  opacity: 0;
  -webkit-animation: fade-in 1s ease-in forwards;
  animation: fade-in 1s ease-in forwards;
}

.hero__bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: -25%;
  width: 100%;
  height: 120%;
}

.hero__prlx {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero--about {
  overflow: hidden;
  height: 95vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .hero--about {
    height: 500px;
    padding-top: 135px;
  }
  .hero--about .title--xl {
    margin-top: 100px;
  }
}

.hero__prlx-decor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero__prlx-decor-item {
  width: 50px;
  height: 50px;
  position: absolute;
  -webkit-animation: flow 6s ease infinite;
  animation: flow 6s ease infinite;
}
.hero__prlx-decor-item:nth-child(1) {
  left: 30%;
  top: 130px;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
.hero__prlx-decor-item:nth-child(2) {
  left: 10%;
  top: 420px;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}
.hero__prlx-decor-item:nth-child(3) {
  left: 40%;
  top: 80%;
  width: 100px;
  height: 100px;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  -webkit-animation: flow-reverse 14s ease infinite;
  animation: flow-reverse 14s ease infinite;
}
.hero__prlx-decor-item:nth-child(4) {
  width: 40px;
  height: 40px;
  left: 60%;
  top: 30%;
  -webkit-animation: flow-reverse 16s ease infinite;
  animation: flow-reverse 16s ease infinite;
}
.hero__prlx-decor-item:nth-child(5) {
  right: 10%;
  top: 50%;
  -webkit-animation: flow 16s ease infinite;
  animation: flow 16s ease infinite;
}
@media (max-width: 480px) {
  .hero__prlx-decor-item {
    width: 30px;
    height: 30px;
  }
  .hero__prlx-decor-item:nth-child(2),
  .hero__prlx-decor-item:nth-child(5) {
    display: none;
  }
}

.hero--services {
  height: 75vh;
  overflow: hidden;
}
.hero--services .hero__content {
  margin-top: 8vh;
}
@media (max-width: 1366px) {
  .hero--services .hero__content {
    padding-left: 50px;
  }
}
@media (max-width: 480px) {
  .hero--services .hero__content {
    padding-left: 0;
  }
}
.hero--services .hero__prlx-decor {
  opacity: 0.2;
  z-index: 1;
}
.hero--services .canvas__wrapper {
  right: -400px;
  top: -150px;
  left: auto;
  bottom: auto;
  position: absolute;
  width: 1150px;
  height: 1150px;
}
@media (max-width: 1366px) {
  .hero--services .canvas__wrapper {
    right: -250px;
    top: -240px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hero--services .canvas__road {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.hero--services .canvas__road svg {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: map-road-dark 7s ease-out infinite;
  animation: map-road-dark 7s ease-out infinite;
}
.hero--services .canvas__road::before {
  background-image: radial-gradient(transparent, #fff);
}
@media (max-width: 1366px) {
  .hero--services {
    height: 90vh;
  }
}
@media (max-width: 480px) {
  .hero--services {
    height: 500px;
  }
}

.hero--contacts .title--lg {
  margin-top: 100px;
}

.hero--contacts .hero__prlx-decor {
  opacity: 0.2;
}

@media (max-width: 1366px) {
  .hero--contacts .hero__content {
    padding-left: 50px;
  }
}

@media (max-width: 480px) {
  .hero--contacts .hero__content {
    padding-left: 0;
  }
}

@media (max-width: 1366px) {
  .hero--contacts {
    overflow: hidden;
  }
  .hero--contacts .title--lg {
    margin-top: 0px;
  }
}

@media (max-width: 480px) {
  .hero--contacts .title--lg {
    margin-top: 0px;
  }
}

.hero__blueprint-wrapper {
  position: relative;
}
@media (max-width: 991px) {
  .hero__blueprint-wrapper {
    display: none;
  }
}

.hero__blueprint {
  position: relative;
  top: -250px;
}
@media (max-width: 1366px) {
  .hero__blueprint {
    top: -150px;
    max-width: 400px;
  }
}

.hero__glasses {
  position: absolute;
  right: -30%;
  top: 20%;
}
@media (max-width: 1366px) {
  .hero__glasses {
    right: -10%;
  }
}

.hero__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
  margin-bottom: 32px;
}
.hero__contact-item .icon {
  min-width: 57px;
  min-height: 57px;
}
@media (max-width: 480px) {
  .hero__contact-item {
    margin-left: 0;
  }
  .hero__contact-item .icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
  }
}

.hero__contact-info {
  line-height: 1.2;
  margin-left: 16px;
}

@-webkit-keyframes fade-in {
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes map-road {
  50% {
    stroke-dashoffset: 4260;
  }
  80% {
    stroke-dashoffset: 4260;
    opacity: 1;
  }
  90% {
    stroke-dashoffset: 4260;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 4260;
    opacity: 0;
  }
}

@keyframes map-road {
  50% {
    stroke-dashoffset: 4260;
  }
  80% {
    stroke-dashoffset: 4260;
    opacity: 1;
  }
  90% {
    stroke-dashoffset: 4260;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 4260;
    opacity: 0;
  }
}

@-webkit-keyframes map-road-dark {
  50% {
    stroke-dashoffset: 4260;
  }
  80% {
    stroke-dashoffset: 4260;
    opacity: 0.6;
  }
  90% {
    stroke-dashoffset: 4260;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 4260;
    opacity: 0;
  }
}

@keyframes map-road-dark {
  50% {
    stroke-dashoffset: 4260;
  }
  80% {
    stroke-dashoffset: 4260;
    opacity: 0.6;
  }
  90% {
    stroke-dashoffset: 4260;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 4260;
    opacity: 0;
  }
}

@-webkit-keyframes map-road-pin {
  7% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}

@keyframes map-road-pin {
  7% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}

@-webkit-keyframes flow {
  0% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  50% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
  100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

@keyframes flow {
  0% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  50% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
  100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

@-webkit-keyframes flow-reverse {
  0% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}

@keyframes flow-reverse {
  0% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}
.about {
  position: relative;
  margin-bottom: 160px;
}
@media (max-width: 1366px) {
  .about {
    margin-bottom: 100px;
  }
}
@media (max-width: 1200px) {
  .about {
    overflow: hidden;
    margin-bottom: 60px;
  }
}

.about__promo {
  display: block;
  position: relative;
  z-index: 1;
  top: 300px;
  min-width: 700px;
  margin-left: -100px;
}
@media (max-width: 1366px) {
  .about__promo {
    top: 200px;
  }
}
@media (max-width: 1200px) {
  .about__promo {
    min-width: auto;
    margin-left: auto;
    top: 200px;
    padding-bottom: 100px;
  }
}

.about__title {
  margin-top: -50px;
  margin-left: -10vw;
}
@media (max-width: 1200px) {
  .about__title {
    margin-top: -70px;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .about__title {
    margin-top: 0;
  }
}

.about__btn-wrapper {
  margin-top: 32px;
}

.grid {
  -webkit-transition: 5s ease;
  transition: 5s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 150px;
  stroke-dasharray: 4000;
  stroke-dashoffset: 12000;
}
.grid.draw {
  stroke-dashoffset: 10000;
}
@media (max-width: 1200px) {
  .grid {
    left: 16px;
  }
}
.feedback {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  position: relative;
}

.feedback__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #f1f5f7;
  margin-top: -40px;
  padding: 30px 2vw;
}
@media (max-width: 1200px) {
  .feedback__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .feedback__wrapper {
    padding: 10px 0;
  }
}

.feedback__swiper .swiper-wrapper {
  padding-bottom: 80px;
}

.feedback__swiper .swiper-slide {
  background: transparent;
}

.feedback__swiper .swiper-pagination {
  color: #737a80;
  font-family: "FontAlt";
  font-size: 28px;
  letter-spacing: -5px;
}

.feedback__swiper .swiper-button-prev,
.feedback__swiper .swiper-button-next {
  bottom: 20px;
  top: auto;
}

.feedback__swiper .swiper-button-prev {
  left: 50%;
  -webkit-transform: translateX(-110px) scaleX(-1);
  transform: translateX(-110px) scaleX(-1);
}

.feedback__swiper .swiper-button-next {
  right: 50%;
  -webkit-transform: translateX(110px);
  transform: translateX(110px);
}

@media (max-width: 480px) {
  .feedback__swiper {
    margin-bottom: 40px;
  }
  .feedback__swiper:last-child {
    margin-bottom: 0;
  }
}

.feedback__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 550px;
  margin: 30px;
  background: #ffffff;
  padding: 50px 60px;
  -webkit-box-shadow: 0 50px 75px rgba(0, 0, 0, 0.1);
  box-shadow: 0 50px 75px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media (max-width: 480px) {
  .feedback__item {
    padding: 16px 24px;
  }
}

.feedback__img {
  min-height: 80px;
}

.feedback__user-img {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  overflow: hidden;
  border-radius: 100px;
  overflow: hidden;
}

.feedback__title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin: 16px 0;
}

.feedback__text {
  font-size: 12px;
  color: #737a80;
  font-weight: 100;
  line-height: 1.8;
}

.feedback__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  bottom: -70px;
  margin-top: -35px;
}
@media (max-width: 480px) {
  .feedback__social {
    bottom: -40px;
    margin-top: -15px;
  }
}

.feedback__social-item {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  margin: 0 16px;
}
.feedback__social-item:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.clients {
  background: #f1f5f7;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -40px;
}

.clients__img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  height: 100%;
  margin-bottom: 100px;
}
.clients__img img {
  max-width: 200px;
  max-height: 130px;
  width: auto;
}
.clients__img:hover {
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}
.clients__img:hover .clients__img-shadow {
  opacity: 0.5;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
}
@media (max-width: 480px) {
  .clients__img img {
    width: 100%;
  }
}

.clients__img-shadow {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
}
.ready-to-start {
  background: url(../img/ready-bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 240px;
}
@media (max-width: 1366px) {
  .ready-to-start {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .ready-to-start {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .ready-to-start {
    padding-left: 0;
    padding-right: 0;
  }
}

.ready-to-start__text {
  font-weight: 100;
  margin-bottom: 40px;
  line-height: 1.8;
}

.ready-to-start__files {
  opacity: 0;
  width: 1px;
  height: 1px;
  left: -1px;
  right: -1px;
  visibility: hidden;
  position: absolute;
}
.prefooter {
  padding: 0;
}
@media (max-width: 1366px) {
  .prefooter .title--lg {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .prefooter {
    overflow: hidden;
  }
}

.prefooter__info {
  background: url(../img/ready-bg.jpg);
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
}

@media (max-width: 991px) {
  .prefooter__item {
    margin-bottom: 60px;
  }
}

.prefooter__contacts {
  position: relative;
}

.prefooter__inner {
  background: #ffffff;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 45px;
}
@media (max-width: 480px) {
  .prefooter__inner {
    padding: 25px;
  }
}

.prefooter__contact-item {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #1787fa;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
}
.prefooter__contact-item:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-filter: drop-shadow(4px 16px 1px rgba(4, 84, 167, 0.1));
  filter: drop-shadow(4px 16px 1px rgba(4, 84, 167, 0.1));
}

.prefooter__contact-text {
  margin-top: 8px;
}

.prefooter__decor {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -1em;
  top: 1em;
  background: #0454a7;
  z-index: 0;
}

.prefooter__logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10.1em;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  overflow: hidden;
}
.prefooter__logo .title--lg {
  line-height: 0.65 !important;
}
.prefooter__logo .text--white,
.prefooter__logo .text--primary {
  -webkit-transition: 3s ease;
  transition: 3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.prefooter__logo .text--white {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}
.prefooter__logo .text--primary {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}
.prefooter__logo.show .text--white,
.prefooter__logo.show .text--primary {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
@media (max-width: 1366px) {
  .prefooter__logo {
    bottom: -6.9em;
  }
}
@media (max-width: 1200px) {
  .prefooter__logo {
    bottom: -6.9em;
  }
}
@media (max-width: 480px) {
  .prefooter__logo {
    bottom: -5.1em;
  }
}

.prefooter__payments {
  padding: 150px 16px 50px 16px;
}
@media (max-width: 1366px) {
  .prefooter__payments {
    padding-top: 100px;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .prefooter__payments {
    padding-top: 100px;
  }
}

.prefooter__payment-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 1366px) {
  .prefooter__payment-inner {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .prefooter__payment-inner {
    margin-top: 20px;
  }
}

.prefooter__payment-item {
  margin: 16px 32px;
  max-width: 100px;
}
.what-we-do {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.what-we-do > div {
  width: 50%;
}
@media (max-width: 991px) {
  .what-we-do {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .what-we-do > div {
    width: 100%;
  }
}

.what-we-do__img-wrapper {
  width: 50%;
  max-width: 950px;
  position: relative;
}
@media (max-width: 991px) {
  .what-we-do__img-wrapper {
    overflow: hidden;
  }
}

.what-we-do__img {
  position: relative;
  top: 50px;
}

.what-we-do__img-decor {
  position: absolute;
  width: 100%;
  right: -50px;
  top: 30px;
  background: rgba(23, 135, 250, 0.15);
  z-index: -1;
  padding-bottom: 70%;
}

.what-we-do__title {
  margin-left: -100px;
  position: relative;
  z-index: 2;
  top: -70px;
}
@media (max-width: 1366px) {
  .what-we-do__title {
    top: 0;
  }
}
@media (max-width: 991px) {
  .what-we-do__title {
    margin: 0 auto;
    text-align: center;
  }
}

.what-we-do__text {
  padding: 0 100px 0 100px;
  margin-top: 100px;
  width: 80%;
}
@media (max-width: 1366px) {
  .what-we-do__text {
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .what-we-do__text {
    padding: 0 16px;
    width: 100%;
  }
}

.what-we-do__metrics {
  padding: 0 100px 0 100px;
  margin-top: 70px;
}
@media (max-width: 480px) {
  .what-we-do__metrics {
    padding: 0 16px;
  }
}

.what-we-do__metric-item {
  background: #f1f5f7;
  margin-bottom: 60px;
  width: 80%;
  position: relative;
}
.what-we-do__metric-item.show .what-we-do__metric-number {
  opacity: 1;
}
@media (max-width: 1366px) {
  .what-we-do__metric-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .what-we-do__metric-item {
    width: 100%;
  }
}

.what-we-do__metric-title,
.what-we-do__metric-number {
  position: absolute;
  top: -26px;
}

.what-we-do__metric-inner {
  -webkit-transition: 2s ease;
  transition: 2s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: relative;
  height: 16px;
  width: 0;
  background: #1787fa;
}

.what-we-do__metric-number {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  right: 0;
  opacity: 0;
}
.why-us {
  position: relative;
  overflow: hidden;
}

.why-us__item {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border: 1px solid #f1f5f7;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 35px 35px;
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
}
.why-us__item::after {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(23, 135, 250, 0.2);
  opacity: 0;
  z-index: -1;
}
.why-us__item:hover {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  border-color: #1787fa;
}
.why-us__item:hover::after {
  -webkit-transform: translate(20px, 30px);
  transform: translate(20px, 30px);
  opacity: 1;
}
@media (max-width: 1366px) {
  .why-us__item {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .why-us__item {
    padding: 0 16px 16px;
    margin-bottom: 0px;
  }
}

.why-us__icon {
  margin-top: -70px;
  margin-bottom: 30px;
}
.why-us__icon img {
  width: 100px;
}

.why-us__btn {
  margin: 0px auto;
}
@media (max-width: 480px) {
  .why-us__btn {
    margin-top: 30px;
  }
}

.why-us__waves {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
@media (max-width: 991px) {
  .why-us__waves {
    display: none;
  }
}
.accordion {
  position: relative;
  width: 100%;
  max-width: 900px;
}
.accordion__title {
  padding: 12px;
  background: #fff;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  padding-right: 60px;
  position: relative;
  cursor: pointer;
}
.accordion__title::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #dadada;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.accordion__title.show {
  -webkit-box-shadow: 0 3px 5px transparent;
  box-shadow: 0 3px 5px transparent;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.accordion__title.show::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.accordion__title.show .accordion__icon:before {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}
.accordion__title.show .accordion__icon:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.accordion__title.show + .accordion__content {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  position: relative;
}
.accordion__content {
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.accordion__content + .accordion__title {
  margin-top: 0.5em;
}
.accordion .some-content {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
.accordion__icon {
  position: absolute;
  right: 12px;
  top: 5px;
  width: 40px;
  height: 40px;
}
.accordion__icon::before,
.accordion__icon::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 50%;
}
.accordion__icon::before {
  background-image: url(../img/open.svg);
}
.accordion__icon::after {
  background-image: url(../img/close.svg);
  opacity: 0;
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}
.project-section {
  margin-top: 30px;
}

.project-create__form {
  padding: 0;
  margin: 0;
}
.project-create__form .formGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right;
  margin-bottom: 16px;
}
.project-create__form label {
  width: 30%;
  padding-right: 24px;
  color: #737a80;
  padding-top: 9px;
}
.project-create__form input,
.project-create__form textarea {
  width: 70%;
  resize: none;
}

.attach-files {
  line-height: 1;
  margin-bottom: 30px;
}
.attach-files label {
  cursor: pointer;
  color: #1787fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 100;
}
.attach-files label .icon {
  margin-right: 8px;
}
.attach-files input {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  position: absolute;
}

.attach-files__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.attach-files__section:first-child {
  width: 30%;
  padding-right: 24px;
  color: #737a80;
  text-align: right;
}

.attach-files__section:last-child {
  width: 70%;
}

.attach-files__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 16px;
  position: relative;
}
.attach-files__file .icon:not(.attach-files__remove) {
  margin-right: 8px;
  margin-top: -6px;
  min-width: 16px;
}

.attach-files__file--small {
  font-size: 14px;
}
.attach-files__file--small .icon:not(.attach-files__remove) {
  margin-right: 8px;
  margin-top: 0;
}

.attach-files__file--tiny-sm .icon:not(.attach-files__remove) {
  margin-right: 4px;
  margin-top: 0;
}

.attach-files__file--tiny-sm .attach-files__name {
  font-size: 14px;
}

@media (max-width: 480px) {
  .attach-files__file--tiny-sm {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .attach-files__file--tiny-sm .attach-files__ext {
    font-size: 12px;
    margin-left: 0px;
  }
  .attach-files__file--tiny-sm .attach-files__name {
    max-width: 120px;
    margin-left: 0px;
  }
  .attach-files__file--tiny-sm .icon {
    width: 16px;
    height: 16px;
  }
}

.attach-files__file--with-padding {
  padding: 8px 16px;
  width: 100%;
}
.attach-files__file--with-padding:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.16);
}
@media (max-width: 991px) {
  .attach-files__file--with-padding .attach-files__name {
    max-width: none;
  }
}

.attach-files__ext {
  opacity: 0.5;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 36px;
  text-align: center;
}

.attach-files__name {
  margin-left: 8px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1787fa;
  font-weight: 100;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100px;
  flex: 1 0 100px;
}

.attach-files__remove {
  opacity: 0.5;
  margin-left: 16px;
  cursor: pointer;
}

.attach-files__info {
  position: relative;
}
.attach-files__info:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.attach-files__ic-info {
  margin-left: 8px;
  position: relative;
  bottom: -2px;
  z-index: 2;
}

.attach-files__space {
  margin: 16px;
}

.attach-files__subinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #26282a;
}

.attach-files__subinfo-edited {
  margin-left: auto;
}

.attach-files__subinfo-date {
  color: #737a80;
  margin-left: 8px;
}

.attach-files__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  font-size: 12px;
}

.attach-files__action {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  cursor: pointer;
  opacity: 0.5;
}
.attach-files__action:hover {
  opacity: 1;
}
.attach-files__action:hover .icon {
  stroke: #1787fa;
}
.attach-files__action span {
  pointer-events: none;
}
.project-info__list {
  margin-bottom: 30px;
}

.project-info__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-info__list-item div {
  padding: 0 16px;
}
.project-info__list-item div:first-child {
  width: 30%;
  color: #737a80;
}
.project-info__list-item div:last-child {
  width: 70%;
}

.project-info__list-item + .project-info__list-item {
  margin-top: 16px;
}
.document__area {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.document__messages-clicked-zone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.document__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.document__title {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 700;
  color: #26282a;
}

.document__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.document__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  color: #737a80;
  margin: 0 16px;
  padding: 4px;
  border: 1px solid transparent;
  min-width: 60px;
}
.document__action .icon {
  opacity: 1;
  margin-bottom: 8px;
  stroke: currentColor;
  fill: none;
}

.document__action-mode.active {
  color: #1787fa;
}
.document__action-mode.active .document__action-menus {
  opacity: 1;
  visibility: visible;
}

.document__action-menus {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.document__action-menus .icon {
  stroke: none;
  fill: currentColor;
}

.document__action-menu {
  border: 1px solid #f1f5f7;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  margin: 0 8px;
}

.document__action-menu-item {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  cursor: pointer;
  color: #737a80;
  white-space: nowrap;
  position: relative;
  width: 60px;
  height: 60px;
}
.document__action-menu-item.active {
  background: rgba(23, 135, 250, 0.1);
  color: #1787fa;
}
.document__action-menu-item:hover {
  color: #1787fa;
}
.document__action-menu-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
  pointer-events: all;
}
.document__action-menu-item .dropdown {
  color: #737a80;
  min-width: 60px;
  border-radius: 4px;
  margin-top: -2px;
  z-index: -1;
  pointer-events: none;
}
.document__action-menu-item .dropdown li:hover {
  color: #1787fa;
}

.document__action-cont {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  height: 100%;
  text-align: center;
}
.document__action-cont:hover {
  background: rgba(23, 135, 250, 0.2);
}

.document__action-icons {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.document__action-icons .icon {
  width: 100%;
  height: 100%;
  margin: 0;
}

.document__action-icon {
  height: 100%;
  width: 100%;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.document__action-icon.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.document__action-color {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(23, 135, 250, 0.2);
  border-radius: 50%;
}

.document__messages,
.document__drawing {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.document__message {
  position: absolute;
  left: 100px;
  top: 100px;
  z-index: 1;
}
.document__message.show {
  z-index: 10;
}
.document__message.show .document__message-wrapper {
  opacity: 1;
  visibility: visible;
}
.document__message.on-top {
  z-index: 100;
}

.document__message--wide {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 50px;
}
.document__message--wide .document__message-wrapper {
  position: relative;
  top: 20px;
  width: 900px;
  -webkit-box-shadow: 0 5px 20px #eee;
  box-shadow: 0 5px 20px #eee;
}
.document__message--wide .document__message-section {
  padding-top: 8px;
}

.document__message--align-right .document__message-wrapper {
  left: auto;
  right: -16px;
}
.document__message--align-right .document__message-wrapper::before {
  left: auto;
  right: 22px;
}

.document__message-dot {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background: #1787fa;
  color: #ffffff;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  margin-left: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: move;
}

.document__message-wrapper {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 60px;
  padding: 16px;
  width: 400px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
  visibility: hidden;
}
.document__message-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  left: 22px;
  top: -15px;
}

.document__message-sections {
  margin-top: 8px;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}

.document__message-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #f5f8fc;
  padding-top: 16px;
  padding-bottom: 8px;
  position: relative;
}
.document__message-section:last-child {
  border: none;
}
.document__message-section:hover .document__message-status span {
  opacity: 1;
  width: 100%;
}
.document__message-section:hover .document__message-actions {
  opacity: 1;
  visibility: visible;
}

.document__message-warning {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 64px 32px;
  text-align: center;
  max-height: 700px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(100%, rgba(255, 255, 255, 0.9)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.9) 100%,
    rgba(255, 255, 255, 0)
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.document__message-warning.show {
  opacity: 1;
  visibility: visible;
}
.document__message-warning.show .document__message-warning-text,
.document__message-warning.show .document__message-warning-btns {
  -webkit-transform: none;
  transform: none;
}

.document__message-warning-close {
  position: absolute;
  right: 16px;
  top: 16px;
  opacity: 0.6;
  cursor: pointer;
}

.document__message-warning-text,
.document__message-warning-btns {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.document__message-warning-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
}
.document__message-warning-btns > * {
  margin: 0 16px;
}

.document__message-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.document__message-colors > * {
  margin-left: 16px;
}

.document__message-color {
  width: 14px;
  height: 14px;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
}
.document__message-color::before {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: -3px;
  top: -3px;
  border: 1px solid transparent;
  border-radius: 50%;
  opacity: 0;
}
.document__message-color.active::before {
  opacity: 1;
}
.document__message-color--1 {
  background: #1787fa;
}
.document__message-color--1::before {
  border-color: #1787fa;
}
.document__message-color--2 {
  background: #ff4c4c;
}
.document__message-color--2::before {
  border-color: #ff4c4c;
}
.document__message-color--3 {
  background: #0ad770;
}
.document__message-color--3::before {
  border-color: #0ad770;
}
.document__message-color--4 {
  background: #dfcf0a;
}
.document__message-color--4::before {
  border-color: #dfcf0a;
}

.document__message-trash {
  opacity: 0.5;
  cursor: pointer;
}
.document__message-trash:hover {
  opacity: 1;
  stroke: #1787fa;
}

.document__message-section--inverse {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.document__message-section--inverse .document__message-header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  text-align: right;
}
.document__message-section--inverse .document__message-content {
  padding-right: 16px;
}
.document__message-section--inverse .document__message-footer {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.document__message-header,
.document__message-content,
.document__message-footer {
  max-width: 90%;
}

.document__message-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.document__message-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.document__message-user {
  margin: 0 16px;
}

.document__message-username {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.document__message-date {
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  opacity: 0.5;
  margin-top: 0.25em;
}

.document__message-content {
  padding-top: 16px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
}

.document__message-deleted {
  background: #f5f8fc;
  color: #737a80;
  padding: 16px;
  text-align: center;
  display: none;
}

.document__message-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.document__message-save-editing {
  display: none;
  margin-right: 16px;
}

.document__message-status {
  opacity: 0.5;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.document__message-status span {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: block;
  opacity: 0;
  margin-left: 0.5em;
  width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.document__message-actions {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.document__message-action {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  margin-left: 16px;
  opacity: 0.5;
  cursor: pointer;
}
.document__message-action:hover {
  opacity: 1;
}
.document__message-action:hover .icon {
  stroke: #1787fa;
}

.document__message-input textarea {
  padding: 8px 16px;
  font-size: 14px;
}

.document__message-input.active .document__message-input-btns {
  max-height: 100px;
  opacity: 1;
}

.document__message-textarea:focus + .document__message-input-btns {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  max-height: 100px;
  opacity: 1;
}

.document__message-input-btns {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #737a80;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.document__drawing {
  display: none;
}
.payments {
  margin-top: 30px;
}

.payment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 7px 18px rgba(0, 0, 0, 0.16);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.16);
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .payment__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.payment__item--payed .payment__form-price {
  font-size: 18px;
}

.payment__item--refused .payment__price {
  background: #f76161;
}

.payment__item--refused .payment__form-price {
  font-size: 18px;
}

.payment__item--returned .payment__price {
  background: #a2d0e5;
}

.payment__item--returned .payment__form-price {
  font-size: 18px;
}

.payment__section {
  position: relative;
}
.payment__section:nth-child(1),
.payment__section:nth-child(3) {
  width: 20%;
}
.payment__section:nth-child(2) {
  width: 60%;
  padding: 16px;
}
@media (max-width: 991px) {
  .payment__section:nth-child(1),
  .payment__section:nth-child(2),
  .payment__section:nth-child(3) {
    width: 100%;
  }
}

.payment__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .payment__img {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .payment__img {
    height: 200px;
  }
}

.payment__title {
  font-size: 28px;
  color: #1787fa;
}

.payment__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.payment__info-list {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.payment__info-list-item {
  font-size: 14px;
  margin: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.payment__info-list-item > span:first-child {
  width: 35%;
  color: #737a80;
}
.payment__info-list-item > span:last-child {
  width: 65%;
}

.payment__show-details {
  color: #1787fa;
}
.payment__show-details:hover {
  color: #1787fa;
}

.payment__form {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: #f1f5f7;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.payment__form.show {
  opacity: 1;
  visibility: visible;
}

.payment__form-title {
  padding: 8px;
  font-size: 12px;
  color: #737a80;
}

.payment__methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  padding: 0 32px;
}
@media (max-width: 991px) {
  .payment__methods {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 16px;
  }
}

.payment__form-method {
  padding: 8px 12px;
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.payment__form-method img {
  max-width: 80px;
}
@media (max-width: 991px) {
  .payment__form-method {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.payment__form-submit,
.payment__files-footer {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  padding: 4px 16px;
  background: #1787fa;
  color: #ffffff;
}
.payment__form-submit:hover,
.payment__files-footer:hover {
  background: #056ed9;
}

.payment__form-price {
  font-size: 26px;
}

.payment__form-pay-btn {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 90%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #1787fa;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.payment__form-pay-btn:hover {
  background: #056ed9;
}
.payment__form-pay-btn.hide {
  width: 100%;
  height: 50px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .payment__form-pay-btn {
    width: 100%;
  }
}

.payment__files {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  height: 100%;
  background: #0ad770;
  position: relative;
  right: -10%;
}
.payment__files:hover {
  background: #08a657;
}
@media (max-width: 991px) {
  .payment__files {
    width: 100%;
    right: 0;
  }
}

.payment__files-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 16px;
  font-size: 14px;
  color: #ffffff;
}
.payment__files-container .icon {
  margin-bottom: 16px;
}

.payment__files-footer {
  background: #08a657;
}
.payment__files-footer:hover {
  background: #08a657;
}

.payment__pending,
.payment__price {
  width: 90%;
  height: 100%;
  position: relative;
  right: -10%;
  padding: 16px;
  background: #dfcf0a;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .payment__pending,
  .payment__price {
    width: 100%;
    right: 0;
  }
}
.workplace__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.workplace__section {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 35%;
  min-width: 300px;
}
.workplace__section:first-child {
  width: 65%;
}
@media (max-width: 991px) {
  .workplace__section {
    margin-bottom: 32px;
  }
}
.project-wrapper {
  padding: 16px 0;
}

.project-wrapper .project-description {
  background: #5da45d !important;
  color: #fff;
  padding: 0 10px;
  margin: 0 0 10px;
  font: normal 16px/36px FontReg;
}

.projects__filter-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto;
}
.projects__filter-btns .btn {
  margin: 10px 30px;
}
.projects__filter-btns .icon {
  -webkit-transition: 0s ease;
  transition: 0s ease;
}

.project-wrapper--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects__table {
  width: 100%;
}
.projects-nav {
  background: #f5f8fc;
  overflow-x: auto;
  margin-bottom: 60px;
}

.projects-nav__items,
.projects-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.projects-nav__link {
  padding: 30px 100px;
  color: #737a80;
}
.projects-nav__link:hover {
  color: #1787fa;
}
.projects-nav__link .badge {
  margin-left: 16px;
}
@media (max-width: 768px) {
  .projects-nav__link {
    margin: 20px 30px;
    font-size: 12px;
  }
  .projects-nav__link .badge {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .projects-nav__link {
    margin: 20px 10px;
    font-size: 12px;
  }
  .projects-nav__link .badge {
    font-size: 12px;
  }
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs--no-link .tab {
  padding: 8px 16px;
}

.tabs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  cursor: pointer;
  position: relative;
}
.tab a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: block;
  color: #26282a;
  border-bottom: 2px solid #f5f8fc;
  padding: 8px 16px;
}
.tab:hover {
  color: #1787fa;
}
.tab:hover a {
  color: #1787fa;
}
.tab.active {
  border-color: #1787fa;
  color: #1787fa;
}
.tab.active a {
  color: #1787fa;
  border-color: #1787fa;
}

.tabs__wrapper .text--sm {
  margin-left: 16px;
}
.chips {
  position: fixed;
  right: 16px;
  top: 16px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}
.chips.show {
  opacity: 1;
  visibility: visible;
}

.chip {
  padding: 1em 1.5em;
  background: #1787fa;
  color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  font-size: 14px;
  margin-bottom: 8px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
.chip.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
}
.chip.done {
  background: #0ad770;
}
.chip.done .chip__loader {
  -webkit-transform: translateY(-14px);
  transform: translateY(-14px);
  opacity: 0;
  visibility: hidden;
}
.chip.done .chip__text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.chip__loader {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chip__text {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  -webkit-transform: translateY(14px);
  transform: translateY(14px);
  position: absolute;
  left: 1.5em;
  top: 1em;
}
.profile__wrapper {
  width: 100%;
  max-width: 500px;
  -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
  margin: 150px auto 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 480px) {
  .profile__wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.profile__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.profile__swiper {
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profile__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 300px;
}
@media (max-width: 480px) {
  .profile__content {
    min-height: 240px;
  }
}

.profile__avatar {
  background: #f1f5f7;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  z-index: 10;
}
@media (max-width: 480px) {
  .profile__avatar {
    top: -50px;
    margin-bottom: -50px;
  }
}

.profile-avatar__img {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  max-width: 160px;
  max-width: 160px;
  overflow: hidden;
  z-index: 10;
  background-size: cover;
  background-position: center;
}
@media (max-width: 480px) {
  .profile-avatar__img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-width: 100px;
  }
}

.profile__avatar-change {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.profile__avatar-change::before {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../img/avatar-add.svg) no-repeat;
  background-size: 100%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.profile__avatar-change:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.profile__avatar-change:hover::before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.profile__avatar-change.show {
  opacity: 1;
  visibility: visible;
}

.profile__avatar-input {
  opacity: 0;
  visibility: hidden;
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}

.profile__center {
  width: 50%;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .profile__center {
    width: 80%;
  }
}

.profile__username {
  font-size: 30px;
  margin: 16px 0;
  font-weight: 100;
}

.profile__data {
  margin: 8px 0;
  text-align: left;
  font-size: 16px;
  font-weight: "FontReg";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.profile__data .icon {
  margin-right: 8px;
}

.profile__form {
  padding: 20px;
}
.profile__form .form__group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 8px;
  margin-bottom: 25px;
}
.profile__form .form__label {
  font-size: 14px;
}

.profile__change-password {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .profile__change-password {
    max-width: 100%;
  }
}

.profile__form-username {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .profile__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.profile__footer-btn {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  cursor: pointer;
  text-align: center;
  color: #737a80;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.profile__footer-btn:hover {
  color: #1787fa;
}
.profile__footer-btn:hover .icon {
  stroke: #1787fa;
  opacity: 1;
}
.profile__footer-btn .icon {
  opacity: 0.7;
  margin-left: 8px;
}
@media (max-width: 480px) {
  .profile__footer-btn + .profile__footer-btn {
    margin-top: 16px;
  }
}
.project-card {
  display: block;
  position: relative;
  margin-bottom: 32px;
}
.project-card:hover .project-card__bg {
  opacity: 1;
}

.project-card--create {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border: 1px solid transparent;
}
.project-card--create:hover {
  border-color: #1787fa;
}
.project-card--create .project-card__bg {
  opacity: 1;
  visibility: visible;
  background: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.project-card--create .project-card__plus {
  width: 65px;
  height: 65px;
  border-radius: 80px;
  background: #1787fa;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 40px;
  line-height: 1;
}
.project-card--create .text--upercase {
  font-size: 14px;
  color: #1787fa;
  margin-top: 24px;
}

.project-card__bg,
.project-card__header,
.project-card__info {
  position: absolute;
  left: 0;
  width: 100%;
}

.project-card__header,
.project-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px;
  color: #ffffff;
  z-index: 1;
  font-size: 14px;
}

.project-card__header {
  top: 0;
  font-weight: 300;
}

.project-card__info {
  bottom: 0;
}

.project-card__bg {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.project-card__status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  padding: 0.2em 1.2em;
  border-radius: 50px;
  color: #ffffff;
}
.project-card__status .icon {
  margin-left: 8px;
}

.status--complete {
  background: #0ad770;
}

.status--verify {
  background: #dfcf0a;
}

.status--development {
  background: #13adeb;
}

.status--pending-payment {
  background: #e72978;
}

.status--canceled {
  background: #f76161;
}

.status--frozen {
  background: #a2d0e5;
}
.data-table {
  font-size: 14px;
  position: relative;
}
.data-table.show .table {
  opacity: 1;
  visibility: visible;
}
.data-table.show .preloader__wrapper {
  opacity: 0;
  visibility: hidden;
}
.data-table label {
  margin-bottom: 0;
}
.data-table input {
  padding: 0.34em;
  font-size: 14px;
}
.data-table .table {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  min-width: 660px;
}
.data-table .table.dataTable thead th {
  color: #737a80;
  border: none;
  border-bottom: 1px solid #dadada;
  font-weight: normal;
}
.data-table .table.dataTable tbody tr:nth-child(odd) {
  background: #f1f5f7;
}
.data-table .table.dataTable tbody tr {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.data-table .table.dataTable tbody tr:hover {
  background: rgba(23, 135, 250, 0.1);
}
.data-table .table.dataTable tbody td {
  border: none;
  position: relative;
}
.data-table .table.dataTable thead th,
.data-table .table.dataTable tbody td {
  padding: 10px 8px;
}
.data-table .table.dataTable thead th a:not(.btn),
.data-table .table.dataTable tbody td a:not(.btn) {
  color: #1787fa;
}
@media (max-width: 768px) {
  .data-table .dataTables_wrapper {
    overflow-x: auto;
  }
}
.data-table .dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: #ffffff;
  color: #dadada;
  border: 1px solid #dadada;
}
.data-table .dataTables_wrapper .dataTables_paginate .paginate_button a {
  color: #737a80;
  outline: none;
}
.data-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #ffffff;
  color: #737a80;
  border: 1px solid #737a80;
}
.data-table .dataTables_wrapper .dataTables_paginate .paginate_button.active {
  background: #1787fa;
  color: #ffffff;
  border: 1px solid #1787fa;
}
.data-table .dataTables_wrapper .dataTables_paginate .paginate_button.active a {
  color: #ffffff;
}
.data-table .dataTables_wrapper .dataTables_paginate .paginate_button.next,
.data-table .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  border: 1px solid transparent;
}
.data-table
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.next:hover,
.data-table
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.previous:hover {
  background: #ffffff;
  color: #dadada;
}
.data-table .dt-bootstrap4 .row:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f5f7;
  padding: 10px;
  margin: 0;
}
.data-table .dataTables_length label {
  position: relative;
}
.data-table .dataTables_length label::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  background: url(../img/ic-arrow-down.svg) no-repeat center;
  pointer-events: none;
}
.data-table .dataTables_length select {
  background: none;
  border: none;
  -webkit-appearance: none;
  color: #1787fa;
  min-width: 40px;
}
.data-table .table.dataTable.no-footer {
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
}
.data-table .dataTables_wrapper .dataTables_info {
  color: #737a80;
}
.data-table .preloader__wrapper {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 500px;
  background: #f1f5f7;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1787fa;
}
.data-table .preloader__wrapper .preloader {
  width: 100px;
  margin-top: 10px;
  background: currentColor;
}

.data-table__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.data-table__btns .btn {
  margin: 0 10px;
}
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
}

table.dataTable tbody tr {
  background-color: #ffffff;
}

table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#dcdcdc)
  );
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#585858),
    to(#111)
  );
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2b2b2b),
    to(#0c0c0c)
  );
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  -webkit-box-shadow: inset 0 0 3px #111;
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(25%, rgba(255, 255, 255, 0.9)),
    color-stop(75%, rgba(255, 255, 255, 0.9)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td {
  vertical-align: middle;
}

.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td
  > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

table.dataTable thead th div.DataTables_sort_wrapper {
  position: relative;
}

table.dataTable thead th div.DataTables_sort_wrapper span {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -18px;
}

table.dataTable thead th.ui-state-default,
table.dataTable tfoot th.ui-state-default {
  border-left-width: 0;
}

table.dataTable thead th.ui-state-default:first-child,
table.dataTable tfoot th.ui-state-default:first-child {
  border-left-width: 1px;
}

.dataTables_wrapper .dataTables_paginate .fg-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .fg-button:active {
  outline: none;
}

.dataTables_wrapper .dataTables_paginate .fg-button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.dataTables_wrapper .dataTables_paginate .fg-button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.dataTables_wrapper .ui-widget-header {
  font-weight: normal;
}

.dataTables_wrapper .ui-toolbar {
  padding: 8px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: inherit;
}
.chat {
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1366px) {
  .chat {
    height: 540px;
  }
}

.chat__header,
.chat__content,
.chat__footer {
  padding: 15px 30px;
}
@media (max-width: 480px) {
  .chat__header,
  .chat__content,
  .chat__footer {
    padding: 16px;
  }
}

.chat__header {
  background: #1787fa;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.chat__action {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  margin-left: 24px;
  line-height: 20px;
}
.chat__action-toggle {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.chat__action-toggle:nth-child(1) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.chat__action-toggle.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
}

.chat__call {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.chat__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat__user-avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.chat__user-info {
  margin-left: 16px;
}

.chat__user-name {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.chat__user-status {
  font-size: 12px;
  font-weight: 300;
}

.chat__content {
  background: #f5f8fc;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.chat__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 80%;
  margin-top: 35px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 480px) {
  .chat__message {
    max-width: none;
  }
}

.chat__message--inverse {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.chat__message--inverse .chat__message-wrapper {
  margin-right: 16px;
  margin-left: 0;
}
.chat__message--inverse .chat__message-content::before {
  border-left: 10px solid #ffffff;
  border-right: none;
  right: -10px;
  left: auto;
}
.chat__message--inverse .chat__message-footer {
  text-align: right;
  right: 8px;
  left: auto;
}

.chat__message-wrapper {
  margin-left: 16px;
  position: relative;
}

.chat__message-content {
  font-weight: 300;
  background: #ffffff;
  padding: 12px;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
  line-height: 1.2;
}
.chat__message-content::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffffff;
  left: -10px;
  top: 10px;
}
.chat__message-content p {
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .chat__message-content p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .chat__message-content {
    font-size: 16px;
  }
}

.chat__message-footer {
  font-size: 11px;
  opacity: 0.5;
  position: absolute;
  left: 8px;
  bottom: -24px;
  min-width: 200px;
}

.chat__message-readed {
  margin-left: 8px;
}

.chat__messag-file-download {
  color: #1787fa;
  font-size: 14px;
}
.chat__messag-file-download .icon {
  margin-right: 8px;
}

.chat__new-message-indicator {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #1787fa;
  margin-top: 30px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}
.chat__new-message-indicator::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #1787fa;
  top: 50%;
}
.chat__new-message-indicator span {
  background: #f5f8fc;
  padding: 0 16px;
  position: relative;
}

.chat__footer {
  background: #f5f8fc;
  border-top: 1px solid #dadada;
  position: relative;
}
@media (max-width: 991px) {
  .chat__footer {
    overflow: hidden;
  }
}

.chat__files,
.chat__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 480px) {
  .chat__files,
  .chat__input {
    width: 100%;
    max-width: 100%;
  }
}

.chat__attach-files {
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 9px;
  position: absolute;
  right: 4px;
  top: 2px;
}

.chat__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
}
.chat__input textarea {
  border-radius: 0px;
  border-color: transparent;
  resize: none;
  padding-right: 50px;
  padding-left: 16px;
}

.chat__files {
  background: #ffffff;
  min-width: 80%;
  border-bottom: 1px solid #f1f5f7;
}
.chat__files .attach-files__file {
  margin: 16px;
}

.chat__send-message {
  margin-left: 16px;
}
.chat__send-message button {
  height: 40px;
  margin-top: -6px;
}
@media (max-width: 480px) {
  .chat__send-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 0;
    width: 100%;
  }
  .chat__send-message button {
    margin-top: 0;
  }
}

.chat__select-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.chat__select-intro {
  width: 80%;
  max-width: 400px;
  text-align: center;
}

.chat__select-wrapper {
  width: 80%;
  min-width: 200px;
  max-width: 400px;
  text-align: left;
  margin-top: 20px;
  border-bottom: 1px solid #1787fa;
}
.chat__select-wrapper .choices__list--dropdown {
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.chat__select-wrapper .choices__inner {
  background-color: transparent;
}
.chat__select-wrapper .choices__inner .choices__list {
  text-align: center;
}
.chat__select-wrapper .choices__list {
  text-align: left;
}
.chat__select-wrapper .choices__list--single {
  padding: 4px;
}

.chat__btn {
  margin-top: 20px;
}

.chat__uploading {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1787fa;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}
.chat__uploading::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(50%, white),
    to(transparent)
  );
  background: linear-gradient(
    to right,
    transparent 0%,
    white 50%,
    transparent 100%
  );
  opacity: 0.3;
  -webkit-animation: upload 2s linear infinite;
  animation: upload 2s linear infinite;
}
.chat__uploading.show {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes upload {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}

@keyframes upload {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}
.projects-files {
  margin-top: 42px;
  border: 1px solid #f5f8fc;
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1366px) {
  .projects-files {
    height: 540px;
  }
}

.projects-files__header {
  background: #f5f8fc;
  padding: 23px 16px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects-files__container {
  overflow: hidden;
  padding-top: 16px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.projects-files__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.attach-files__transfers {
  position: absolute;
  left: 16px;
  bottom: 4px;
  width: 75px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.attach-files__transfers .icon {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.attach-files__transfers svg {
  width: 100%;
  height: 100%;
}

.attach-files__transfer {
  margin-right: 8px;
}

.attach-files__indicator {
  font-size: 12px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  margin-left: -6px;
  margin-right: 10px;
  margin-top: -8px;
  font-family: 900;
  color: #ffffff;
}
.attach-files__indicator.drafter {
  background: #0ad770;
}
.attach-files__indicator.client {
  background: #f0ad4e;
}

.projects-files__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #dadada;
}

.projects-files__info-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40px;
  flex: 1 0 40px;
  max-width: 40px;
}

.projects-files__info-label {
  margin-bottom: 0;
  position: relative;
}

.projects-files__targets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.projects-files__target {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  margin-right: 20px;
}
.projects-files__target.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.projects-files__target:nth-last-child() {
  margin-right: 0;
}

.projects-files__info-download {
  color: #1787fa;
}

.projects-files__target-name {
  color: #1787fa;
  position: relative;
}
.projects-files__target-name::after {
  content: "";
  display: block;
  position: absolute;
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  top: 2px;
  background: url(../img/ic-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

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

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices[data-type*="select-one"] {
  cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*="select-one"] .choices__button {
  background-image: url(../img/cross-inverse.svg);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}

.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
  opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*="select-one"]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*="select-one"].is-open:after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(../img/cross.svg);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
}

.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

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

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}

.choices__list--dropdown.is-active {
  display: block;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir="rtl"] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}
.choices[data-type*="select-one"]:after {
  border: none;
}

.choices__inner {
  padding: 0 !important;
  border: none;
  min-height: auto;
  color: #1787fa;
  font-size: 16px;
}

.choices__list--dropdown {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  min-width: 200px;
  right: -20px;
  top: -4px;
  border: none;
  -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.16);
  display: block !important;
  opacity: 0;
  visibility: hidden;
}
.choices__list--dropdown.is-active {
  opacity: 1;
  visibility: visible;
}
